39943 lines
2.0 MiB
39943 lines
2.0 MiB
#include "il2cpp-config.h"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <cstring>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <cmath>
|
|
#include <limits>
|
|
#include <assert.h>
|
|
#include <stdint.h>
|
|
|
|
#include "codegen/il2cpp-codegen.h"
|
|
#include "il2cpp-object-internals.h"
|
|
|
|
template <typename R>
|
|
struct VirtFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
struct VirtActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct VirtActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct VirtFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct VirtActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct GenericVirtFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct GenericVirtFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct GenericVirtActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct GenericVirtActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct GenericVirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
struct GenericVirtActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename 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 T1, typename T2>
|
|
struct InterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct InterfaceActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InterfaceFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
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 GenericInterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct GenericInterfaceFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct GenericInterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct GenericInterfaceActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct GenericInterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
struct GenericInterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// BestHTTP.Authentication.Credentials
|
|
struct Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247;
|
|
// BestHTTP.Authentication.Digest
|
|
struct Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E;
|
|
// BestHTTP.ConnectionBase
|
|
struct ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D;
|
|
// BestHTTP.Decompression.Crc.CRC32
|
|
struct CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D;
|
|
// BestHTTP.Decompression.Zlib.DeflateStream
|
|
struct DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482;
|
|
// BestHTTP.Decompression.Zlib.GZipStream
|
|
struct GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B;
|
|
// BestHTTP.Decompression.Zlib.ZlibBaseStream
|
|
struct ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747;
|
|
// BestHTTP.Decompression.Zlib.ZlibCodec
|
|
struct ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4;
|
|
// BestHTTP.Extensions.HeartbeatManager
|
|
struct HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9;
|
|
// BestHTTP.Forms.HTTPFormBase
|
|
struct HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8;
|
|
// BestHTTP.Forms.HTTPMultiPartForm
|
|
struct HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD;
|
|
// BestHTTP.Forms.HTTPUrlEncodedForm
|
|
struct HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577;
|
|
// BestHTTP.HTTPConnectionRecycledDelegate
|
|
struct HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845;
|
|
// BestHTTP.HTTPManager/<>c
|
|
struct U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB;
|
|
// BestHTTP.HTTPManager/<>c__DisplayClass55_0
|
|
struct U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196;
|
|
// BestHTTP.HTTPRange
|
|
struct HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581;
|
|
// BestHTTP.HTTPRequest
|
|
struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE;
|
|
// BestHTTP.HTTPRequest/<>c__DisplayClass181_0
|
|
struct U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081;
|
|
// BestHTTP.HTTPResponse
|
|
struct HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE;
|
|
// BestHTTP.HTTPUpdateDelegator
|
|
struct HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9;
|
|
// BestHTTP.Logger.DefaultLogger
|
|
struct DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276;
|
|
// BestHTTP.Logger.ILogger
|
|
struct ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0;
|
|
// BestHTTP.OnBeforeRedirectionDelegate
|
|
struct OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D;
|
|
// BestHTTP.OnDownloadProgressDelegate
|
|
struct OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729;
|
|
// BestHTTP.OnHeaderEnumerationDelegate
|
|
struct OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F;
|
|
// BestHTTP.OnRequestFinishedDelegate
|
|
struct OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D;
|
|
// BestHTTP.OnUploadProgressDelegate
|
|
struct OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D;
|
|
// BestHTTP.PlatformSupport.TcpClient.General.TcpClient
|
|
struct TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067;
|
|
// BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass55_0
|
|
struct U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA;
|
|
// BestHTTP.ServerSentEvents.EventSourceResponse
|
|
struct EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA;
|
|
// BestHTTP.ServerSentEvents.Message
|
|
struct Message_t2999FB1BB4BDE5373FB6C1F8E16489EEE799126B;
|
|
// BestHTTP.ServerSentEvents.Message[]
|
|
struct MessageU5BU5D_t0C928A948AEE6869AB5899C15F5442F1B50EE73B;
|
|
// BestHTTP.StreamList
|
|
struct StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053;
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle
|
|
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
|
|
// Microsoft.Win32.SafeHandles.SafeWaitHandle
|
|
struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2;
|
|
// MiniJSON.Json/Parser
|
|
struct Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28;
|
|
// MiniJSON.Json/Serializer
|
|
struct Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E;
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
|
|
// System.Action[]
|
|
struct ActionU5BU5D_tBFE34E95F8D5EAA828CD01E01994E4574F55958B;
|
|
// System.Action`1<BestHTTP.ServerSentEvents.EventSourceResponse>
|
|
struct Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0;
|
|
// System.Action`1<System.Int32Enum>
|
|
struct Action_1_tABA1E3BFA092E3309A0ECC53722E4F9826DCE983;
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
|
|
// System.Action`1<taurus.client.Message>
|
|
struct Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E;
|
|
// System.Action`1<taurus.client.MessageResponse>
|
|
struct Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2;
|
|
// System.Action`1<taurus.client.Packet>
|
|
struct Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A;
|
|
// System.Action`1<taurus.client.SocketCode>
|
|
struct Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7;
|
|
// System.Action`2<BestHTTP.ServerSentEvents.EventSourceResponse,BestHTTP.ServerSentEvents.Message>
|
|
struct Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4;
|
|
// System.Action`2<System.Int32Enum,System.Object>
|
|
struct Action_2_t32C882BC6A352DD116C3388FBA71B561C8A7FD7E;
|
|
// System.Action`2<System.Object,System.Object>
|
|
struct Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C;
|
|
// System.Action`2<taurus.client.LoggerLevel,System.String>
|
|
struct Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Byte[][]
|
|
struct ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Action`1<taurus.client.Packet>>[]
|
|
struct EntryU5BU5D_tA897009F9D10AE7D72C3B319A26023571B4EF81B;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,taurus.client.TaurusClient>[]
|
|
struct EntryU5BU5D_tDD3446D55D275157CF7DD861AE3D78DB46CE8D65;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Collections.Generic.List`1<System.String>>[]
|
|
struct EntryU5BU5D_tA5B97EA90D4BE7F710BABB9A39F974A38394D3C0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,taurus.client.FileHead>[]
|
|
struct EntryU5BU5D_t531F3A209529300A2A39C8F0429744C44F282CD1;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,taurus.client.TDataWrapper>[]
|
|
struct EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78;
|
|
// System.Collections.Generic.Dictionary`2/Entry<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>[]
|
|
struct EntryU5BU5D_tC81780D3385DA107A3F482541C6AD838930FF781;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Action`1<taurus.client.Packet>>
|
|
struct KeyCollection_tF7599F90582A98A8222518FB4CA0DF49262F4031;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,taurus.client.TaurusClient>
|
|
struct KeyCollection_t37B46E3D48BC61122F042BD22DD1A400F291A659;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>
|
|
struct KeyCollection_t980894B88500FB8CD413A3622A9352136949BAE1;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Collections.Generic.List`1<System.String>>
|
|
struct KeyCollection_t1BABBEA8121C5B4211355214E8C46B26B8DFC956;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,taurus.client.FileHead>
|
|
struct KeyCollection_t2CDDBD9AEFD26E2A7D5BCCAB0E511ED82B3E0E52;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,taurus.client.TDataWrapper>
|
|
struct KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>
|
|
struct KeyCollection_t62235261F8559CBC590B48614B3384472A3930F7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Action`1<taurus.client.Packet>>
|
|
struct ValueCollection_t75B31C6EF9D8A3345EABE4731F88E9C875E7BDDC;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,taurus.client.TaurusClient>
|
|
struct ValueCollection_tD4D5EBFFCB7D839C9E7E6C72BE32ED5C045E593E;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>
|
|
struct ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Collections.Generic.List`1<System.String>>
|
|
struct ValueCollection_t745348FB9874C30D8D3EA37349A25BACE57545DD;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,taurus.client.FileHead>
|
|
struct ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,taurus.client.TDataWrapper>
|
|
struct ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>
|
|
struct ValueCollection_tD2762FA4FCEDC862DF7EF168D3836BAEB3498FF0;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Action`1<taurus.client.Packet>>
|
|
struct Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
|
|
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.String>
|
|
struct Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>
|
|
struct Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>
|
|
struct Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>
|
|
struct Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>
|
|
struct Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>
|
|
struct Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44;
|
|
// System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>
|
|
struct Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
|
|
struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
|
|
// System.Collections.Generic.IEqualityComparer`1<taurus.client.Message>
|
|
struct IEqualityComparer_1_tEBA132E2741AED5B1DCFC6A5C8585478D491173F;
|
|
// System.Collections.Generic.List`1<BestHTTP.ConnectionBase>
|
|
struct List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6;
|
|
// System.Collections.Generic.List`1<BestHTTP.Forms.HTTPFieldData>
|
|
struct List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7;
|
|
// System.Collections.Generic.List`1<BestHTTP.HTTPRequest>
|
|
struct List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208;
|
|
// System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>
|
|
struct List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE;
|
|
// System.Collections.Generic.List`1<System.Byte[]>
|
|
struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531;
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
|
|
// System.Collections.Generic.List`1<taurus.client.Message>
|
|
struct List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16;
|
|
// System.Collections.Generic.List`1<taurus.client.TDataWrapper>
|
|
struct List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6;
|
|
// System.Collections.Generic.List`1<taurus.client.TaurusClient>
|
|
struct List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3;
|
|
// System.Collections.Generic.Queue`1<System.Action>
|
|
struct Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080;
|
|
// System.Collections.Generic.Queue`1<System.Int64>
|
|
struct Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6;
|
|
// System.Collections.Generic.Queue`1<System.Object>
|
|
struct Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0;
|
|
// System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>
|
|
struct Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1;
|
|
// System.Collections.Generic.Stack`1<System.Object>
|
|
struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8;
|
|
// System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>
|
|
struct Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|
// System.Collections.Hashtable/bucket[]
|
|
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
|
|
// System.Collections.ICollection
|
|
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEqualityComparer
|
|
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
|
|
// System.Collections.IList
|
|
struct IList_tA637AB426E16F84F84ACC2813BDCF3A0414AF0AA;
|
|
// System.Comparison`1<BestHTTP.HTTPRequest>
|
|
struct Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B;
|
|
// System.ComponentModel.Component
|
|
struct Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473;
|
|
// System.ComponentModel.EventHandlerList
|
|
struct EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4;
|
|
// System.ComponentModel.ISite
|
|
struct ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2;
|
|
// System.ComponentModel.ISynchronizeInvoke
|
|
struct ISynchronizeInvoke_t7A89CE9A5D792F694D7A5C33B2716937C39E783A;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Func`2<System.Object,System.Int32>
|
|
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
|
|
// System.Func`2<System.Object,System.String>
|
|
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
|
|
// System.Func`4<BestHTTP.HTTPRequest,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Boolean>
|
|
struct Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB;
|
|
// System.Func`4<System.Object,System.Object,System.Object,System.Boolean>
|
|
struct Func_4_t59ABA9CF055341AFD8CA4BC510D0F44DA6DBF442;
|
|
// System.Globalization.CodePageDataItem
|
|
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
|
|
// System.IO.BinaryWriter
|
|
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3;
|
|
// System.IO.DirectoryInfo
|
|
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F;
|
|
// System.IO.DirectoryInfo[]
|
|
struct DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF;
|
|
// System.IO.FileInfo
|
|
struct FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C;
|
|
// System.IO.FileInfo[]
|
|
struct FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88;
|
|
// System.IO.FileStream
|
|
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
|
|
// System.IO.FileSystemInfo
|
|
struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D;
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C;
|
|
// System.IO.Stream
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
|
|
// System.IO.Stream/ReadWriteTask
|
|
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
|
|
// System.IO.Stream[]
|
|
struct StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4;
|
|
// System.IO.StringReader
|
|
struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12;
|
|
// System.IO.TextReader
|
|
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A;
|
|
// System.IOAsyncCallback
|
|
struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.Int64[]
|
|
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.LocalDataStoreHolder
|
|
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304;
|
|
// System.LocalDataStoreMgr
|
|
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9;
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t;
|
|
// System.Net.EndPoint
|
|
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980;
|
|
// System.Net.IPAddress
|
|
struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE;
|
|
// System.Net.IPAddress[]
|
|
struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3;
|
|
// System.Net.IPEndPoint
|
|
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F;
|
|
// System.Net.IPHostEntry
|
|
struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D;
|
|
// System.Net.Sockets.LingerOption
|
|
struct LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7;
|
|
// System.Net.Sockets.NetworkStream
|
|
struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA;
|
|
// System.Net.Sockets.SafeSocketHandle
|
|
struct SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A;
|
|
// System.Net.Sockets.Socket
|
|
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8;
|
|
// System.Net.Sockets.SocketException
|
|
struct SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Predicate`1<BestHTTP.HTTPRequest>
|
|
struct Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2;
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
|
|
struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313;
|
|
// System.Security.Cryptography.X509Certificates.X509Chain
|
|
struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538;
|
|
// System.Security.Cryptography.X509Certificates.X509ChainImpl
|
|
struct X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67;
|
|
// System.Security.Principal.IPrincipal
|
|
struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF;
|
|
// System.String
|
|
struct String_t;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.Text.DecoderFallback
|
|
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
|
|
// System.Text.Encoder
|
|
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464;
|
|
// System.Text.EncoderFallback
|
|
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
|
|
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A;
|
|
// System.Threading.EventWaitHandle
|
|
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98;
|
|
// System.Threading.ExecutionContext
|
|
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70;
|
|
// System.Threading.InternalThread
|
|
struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192;
|
|
// System.Threading.ManualResetEvent
|
|
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408;
|
|
// System.Threading.ParameterizedThreadStart
|
|
struct ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F;
|
|
// System.Threading.SemaphoreSlim
|
|
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
|
|
// System.Threading.Thread
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7;
|
|
// System.Threading.ThreadStart
|
|
struct ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF;
|
|
// System.Threading.Timer
|
|
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553;
|
|
// System.Threading.TimerCallback
|
|
struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219;
|
|
// System.TimeoutException
|
|
struct TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7;
|
|
// System.Timers.ElapsedEventArgs
|
|
struct ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6;
|
|
// System.Timers.ElapsedEventHandler
|
|
struct ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C;
|
|
// System.Timers.Timer
|
|
struct Timer_t238C45D8635596EEA04884048EF70F96775D5ADC;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
|
|
// System.Uri
|
|
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
|
|
// System.Uri/UriInfo
|
|
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E;
|
|
// System.UriParser
|
|
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// taurus.client.ByteArray
|
|
struct ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C;
|
|
// taurus.client.Event
|
|
struct Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680;
|
|
// taurus.client.EventDispatcher
|
|
struct EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290;
|
|
// taurus.client.FileHead
|
|
struct FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68;
|
|
// taurus.client.FilePack20
|
|
struct FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5;
|
|
// taurus.client.HttpClient
|
|
struct HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406;
|
|
// taurus.client.HttpClient/<>c__DisplayClass13_0
|
|
struct U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5;
|
|
// taurus.client.HttpClient/<>c__DisplayClass13_1
|
|
struct U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540;
|
|
// taurus.client.HttpClient/<>c__DisplayClass18_0
|
|
struct U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C;
|
|
// taurus.client.IEventListener
|
|
struct IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2;
|
|
// taurus.client.IOHandler
|
|
struct IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0;
|
|
// taurus.client.ISocket
|
|
struct ISocket_t947EAC69390C27383C8729614F249C9794E59778;
|
|
// taurus.client.ISocketLayer
|
|
struct ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196;
|
|
// taurus.client.ITArray
|
|
struct ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B;
|
|
// taurus.client.ITObject
|
|
struct ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A;
|
|
// taurus.client.LagMonitor
|
|
struct LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC;
|
|
// taurus.client.Message
|
|
struct Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6;
|
|
// taurus.client.MessageResponse
|
|
struct MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB;
|
|
// taurus.client.Message[]
|
|
struct MessageU5BU5D_t88267E509808EA42201C8206DD96B8FECD87C126;
|
|
// taurus.client.Packet
|
|
struct Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A;
|
|
// taurus.client.SocketEngine
|
|
struct SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA;
|
|
// taurus.client.SocketEngine/<>c__DisplayClass18_0
|
|
struct U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576;
|
|
// taurus.client.SocketTcp
|
|
struct SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8;
|
|
// taurus.client.SocketTcp/<>c__DisplayClass6_0
|
|
struct U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33;
|
|
// taurus.client.SystemController
|
|
struct SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90;
|
|
// taurus.client.SystemController/<>c__DisplayClass19_0
|
|
struct U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3;
|
|
// taurus.client.SystemController/<>c__DisplayClass21_0
|
|
struct U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7;
|
|
// taurus.client.TArray
|
|
struct TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF;
|
|
// taurus.client.TArrayLite
|
|
struct TArrayLite_t06E3A3440A208450D79D31DB99CD4727A02C66FA;
|
|
// taurus.client.TDataSerializer
|
|
struct TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE;
|
|
// taurus.client.TDataWrapper
|
|
struct TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797;
|
|
// taurus.client.TDataWrapper[]
|
|
struct TDataWrapperU5BU5D_tEC6F552A308339B78C0D5DADA9004E67748034DA;
|
|
// taurus.client.TObject
|
|
struct TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD;
|
|
// taurus.client.TObjectLite
|
|
struct TObjectLite_tE308B8E1C0DD91717C101376ACC9C6EC07EE9129;
|
|
// taurus.client.TaurusClient
|
|
struct TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F;
|
|
// taurus.client.TaurusClient/<>c__DisplayClass20_0
|
|
struct U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7;
|
|
// taurus.client.TaurusClient[]
|
|
struct TaurusClientU5BU5D_t7DB89CF6873B72107B6B9D5BBD765890EBC5CA0F;
|
|
// taurus.client.ThreadManager
|
|
struct ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E;
|
|
// taurus.client.ThreadManager/MessgaeThread
|
|
struct MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E;
|
|
// taurus.client.ThreadManager/MessgaeThread[]
|
|
struct MessgaeThreadU5BU5D_t821528B77540E757D985BF2A7C7799C59FB423DD;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IList_tA637AB426E16F84F84ACC2813BDCF3A0414AF0AA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SocketCode_tE52A55D4D477F1664527A566321034F605632500_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TArrayLite_t06E3A3440A208450D79D31DB99CD4727A02C66FA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TObjectLite_tE308B8E1C0DD91717C101376ACC9C6EC07EE9129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Timer_t238C45D8635596EEA04884048EF70F96775D5ADC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral014FDEE537B1ED7E6B82C035280B09981A3C464A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03741358754CF9D715F4053434324BCC508D2107;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral054CD7B23AF3D212C7C66EDDCC488711F241D7EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral092CD8D977C3E530B5E68C04C0D2815E0BDC5195;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10A249F98AA715BD49E418D1866E6AF44C5AF92D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10B12D00A7D3C421266B22114A2233F8F8621481;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral153809851B33CE0CDCE06E5A572C675E18D0C3B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral171E74579620B9E650E324D19D8B3112EE9E1F51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1945CA5513CF77B8240E53495BA7A26E86ACACA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19F34EE1E406EA84CA83C835A3301B5D9014A788;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1AA9813C28324613AEA29F0818C0EA6DADF00B0B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1CF95309FE6AAE790597EEC2A7BB7759631B4C25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D47F662402A60E08E6BFF5565EFFCCE2D476EC5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1DB089A9F84E14E95F11DCB5C57FA10D60AA84BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1DBB3521876A899F82D6B0FF10EB32A01E03ABA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1DC8BE947E791131D0AB00084F2A072163527DD2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1FF13139284EC4CFE74CC793AA3B3713D088EC67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral203A87C3B10B9D87D9E7450193BC927209808623;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21AE27F947EF77236FD5E0029FDFE3E0913B464B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2688BE6E142E199F8C39266FD7245992D8D7BE36;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26A51B4D993D29EC5C2737F79524E04A55AB7A47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B45E7679A151476BA9F2216BC8E1A5193F24B23;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2BFBE0BC53277529025720589E902C25BF01F2F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2CCC7E06309CE6D0B1557C4ABD368D13A04BB97B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2E093E17D0F23C22C1EEF397DFE5E355DB90E50E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3298F272A6E87E4001735D14BE472F37FE99D614;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3551F5DF56A4E286AEB6CDE233552A7961F0AF84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3AB524582680125A304A6FC2C84A461C1FEBB7BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3E63866C6CA28C3EF0BA46A8B7E673CC7C304B9E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EFF1DD36111D056EF224CB39F6D07C7EBACC05C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral40AAA148059F6AD8C2236D4CC5F9A76311720CB8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4629CA1B60E263BDC4326334B23323E0434717A5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral472B82331733F347A270396E716FF10E9BEE4916;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C39E66BD76C82F8441A8E0A91062D20F55347EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C54608E179CDAFB71D0CF863FA9BB2CB6464FAF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E8155253FA4552C60D906E7F6B59DF60B621024;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F31A7220137AFA4E3897C7606C8176C8EBEDA43;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50196A18563C17F4B384D0A09DF99D0679D4770B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral516B9783FCA517EECBD1D064DA2D165310B19759;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5352E33BA54CCA3FC247B4BC56F69DEEE37FD609;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral547D56F98E3F33C9000FDA72BC13A38B38CB755C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral596D663AFE503C75E0C27553473DB384576DFAC3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59DC2A9AE61BFAD33F534666E0740CE7D27D83B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B47BD6222DAD2DCA987B1E0FE9110944860A710;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5C5848FAC0488C8231141818F2432908A2540846;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D066BBF48B7EA8F84B7115579785DE5979C12D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D1AAB2EC4154411083C53AA6960983C517EF45A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F06855E4335ABC1C1DEDF71E71F58F199B6E595;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral63FA0063A301226B8685160F056F21857C136E6D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6A61A4430632E3076F68E538F3B74DFC33243D25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6B8BDD37D6A5FE9BFD9CE2C3B38104FB717F3F22;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7104FBF33AE8F64B6683324CB0DA6E70F2194A22;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral711DABD53DC6D78BA27F776273DE94085CFECB82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7401C496E61CB79FBEB08A89DB8C0EDF7FABBE8B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7431964A68E6B6A3AAC1D46224CBE891751DCB6D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral74393AA762020BB6F9342901520F5EC8448BB73F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral771470CF8641558E83F66C0C467E4264F259ED19;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral794A729D2E4FFBB094FEC03AE9B3ACD219371385;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C5E83D7E7060A49636E0D40F38F1A7E6460C61D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7DB2323AF37E1841807C6590CD0597B920564B93;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7EE095250A540B10F10658BAE1DE92D8203C24AF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81350A7A9E83BAC5FFCB24F77979570D9A5ED4CF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral814605C64A5C1C3C2D3C2C332153F0E425E92653;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81E77E371950E0E8EFA95FB52E9A35F7B2BA14DA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral829AECBA5178492795EDB429449E7FFE0ACFCB98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8461C6F6B7093372724F350BBE30FE6C44DA8A93;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral860CBEE74BC89645DA0764B1D2B2C93B2A9EE274;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86F7E437FAA5A7FCE15D1DDCB9EAEAEA377667B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8BF81043E29DFC96A6FE1F30F7116F552DE6E7D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8F8556DC994CB6665CBB87161B41376ADB6A7B31;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8FAF5DE761321A0FB6EC6D38039DAF8784BFB505;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral92A4CAFED9FE56D0844AF995ADD638A77834B705;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral933EEF63153662663FE810015E51E88F4C38B506;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9530B40C2403F7561E23AE0454D520957AD70EF0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9799EC898E5E53C1037B42C5918E4C57C9D0B102;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C1157CA338FA20BABAF5F245A8CBFAD95EC94F6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E94758983980504AF303EF297FD2BF9D9CEA063;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA6D973E31EB604BD9F0855F154115E322BF6BC22;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA99BF7A9B3FD8A6358C9BBFAEA02E2D71D0D9B01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAAD0775DC29963D6A11DC279EC243F8604C382E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB006BB8AACDF6E68299BC1DFFCCC9BCC8AC3EAF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACA90183165F2B93B385E5BA8BB2DE88CADFE673;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACE3FBAEC238FD4D92B8FE05922BB0090AC4EDBA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB341ED7FEEFF34CE874D1553F2B63F04A1CEF60D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB50BCACFA19B6ACD39E336CE8A9A880A99D68D7B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB70DB0C55EEDB428B91C78848A8553761D1B87F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC64B26761893C5D3120D69A1B3235A899F8533B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBCABFC0AE9E2BADD0E05907F49434BF32C91AA6F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD69E3D13B4C13ECCE7B6B60C5D9039FB4D448CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF92FC523272C324ED3C987A6F3931D950189E0F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC05677D824D5B910A5ED0B9CD8D40936A08B0312;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC133C75748CEA68D9155F95267F971F5CFE5E9ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2ADA962C434EB1E78BE70A26ABAC72B811941CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA19BE16997552CCC8A59DD17435B497F211E941;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA546E369BEECAAE3968C126FCCB8B5415E4AE84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCD6EE86C2A886DC85359507090D0193C1174FBD4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE0CFCF6E8840736C597F0DB51C135E38FE3F008;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD0B4575F27D9B00327A60FE3DAE3544D68E24919;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD32CC72FA07B4CE07C925555A05902ADD0A3FF50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD85B1F2AAF0662AE3115F92C4AB9CEC28E7E95F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE1646D85D634E1EDAD774AD566B989CE478C1F9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE27AD8E313ACB13321273F1A499303C3439E07DD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE348875528B38F2A644595F06CE3F163DA553B46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE388352A1F8382CA8C4921C04CCC672DE19EE79D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE42CB10FEAE96B51DDE3A2A2011F73604E24C235;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE61EFD1349050E44EF6B03C57E7A630C2BCC7B58;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE6BDA3267B974B00FF6119EDD0719B3AAAD4201E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE6FB06210FAFC02FD7479DDBED2D042CC3A5155E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8518682E4587584045109F81C755C9DA8BCB3FD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8610B77BAF9F5BB03F6381DE3B257D1E1D9EF67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8FDC390E4B52A61050D9D01CCB1D5E74ABCDD2D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE99E24EC0738163A894CA43808264A3D837241EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9C05106394C9AD53645FE185D1ADFD0042665EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9E9753ECC5711769576B6F3355C602889D11DA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9FECB7942402DEDEC6F86DDD7F33B80D6A01D4C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralECE7873E79AE520373BF2E8185E60698A2E7A5F6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF7E6794CA9C6A06B54B66F279237FB8DAAAEEA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF11A107F38328604E9320754224B60375758BCA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF12C84902108895980702C88DB900CEEA2D2EC01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1E29C6DA7F8D7EE20D7D86468AFB32F4BF5FDAE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF21911FA33E492159BD6F8CF47856BAC59ED80F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF544FB304C83E23652A63E1BB1B28F4FCC7F6AC0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF6181091F684AE59E789235B70AD68F6DEDFC61F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF6236397EB56FB849AC171D9779CB4D82A8F93FE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7368006D9EB8DA53E381FD4C46A859390D39E4E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF78CB90777DAF1083FDBD6E655F4EAC3B9452A85;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF85CCB3BA87E8BAEE8B2EC46FCDB448511F73B4C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF85D4D8278300DD5DB068E4F03C3A13AA1FEE75A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFBE400C8F5C4F4186665DB73E2ED210B9889BA3C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC10517DA22F2C3F63D37B253A3FCB3DBE99741B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC23764AC5B792F40BB1A00C0E3284E45F3F49C0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC932FA168654444AEE271648326458374B06F88;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFCF1BD8AC059B3614B0E65609D0427A444F44967;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m153624EA1BB1902339D2B0A22D8204A589554A13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m202F37C04CF34FC44E30A5BB477F96D8E2D13ACD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m544886B8767D9BF4E147F62558F6308337F783CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mE3BDD039035DB2A45217C1BD183190DA68A7DCF4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m46C881073D675B9528DC3F125DAE8A79FCDA5BEB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m9374E63CAF792254993E42C26DB70C3754AB3A94_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m9E4689BA047A4F42AFF7650CCD9D982545321F0F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mD1EDF06F19C8789FD2C26C2AFFEB332151E9CA06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m3010CCD8FCF3189A988EC621FAF3379883DD8D75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mF3CDF49591B0CDA7C4B2EBD52A48B9261B17A912_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC28BB4CEE7A55F4169E9BF637639717538B3ADF1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m460236F6242E6C6FB6B5BAA0E8214D84E0B206EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m6C0A6958B13EEA0384862F7EE95A7F97E8CB21D6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m77DD1AAE607EDC7C550C45F4AC4FC935DF0380CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m18B704C2B7DF52AB4638DBC385F335952C47F751_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mACE282245597E541945552558E93B2F5B86511E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mD38849719105F065547402B4C3CC8C1F4FE947C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m0BFE74E1785ADB9A01595BF454B0FE0A73AF0D4C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m81AE5386AFCDA3805EA9ADCC78F00C3EF903428A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mF81DC76A58E19C2640CF6C8BE06F78361512F6E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mA368E9F17E6DBFE96C691485C4643973169385C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mBAC72BA3F063D8C292921A8A6AB4F7801BB67F79_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mD6C59C248145AD0A8EF08951B56E2D4C984D3F5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mC6A347637F71DFE917B6A0C0EAEA05265D502866_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5BB1361340237DB0F5E243660E09A4696ECB307D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m721B39A5AAA9866F02AECCFCB432656674362C69_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9886A03E77CC3462E8AF2663DC548C036185F59C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAAFD449E22560AF3ADF2D3CF6246E4E763B47A47_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE7EDF2F724CA2F17366825C28E273487B2EB8C03_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mEAAF465A79EE99997A8CF0556CEC5334BCE44EF2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m5DF2122E81B3C37C47ADDD14B7AEF3FD589526F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m89751B3CB8160688FEE6FAD52A6CD22F3FCF3972_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m996A0AC9278E4084FA79663A6C6A6EC9FCED6BA2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mB9D840B8077D1DEB6CE3A3DB912529AD6B7CE64C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mE1564AA025541B37E45AA8C218548F9D7878E1C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m20DEE1B61D35A4F881D24FDE0FC3E8C0A7DBF89D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m41BC9F4036F91A5F2491F407549B6509EB820ABD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF91FC59D569CB4636E6C5A64C04D8209C7A93616_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m1534F8F536B5DDFE0019172C7CD4B38969DBE226_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6EBE68E7530952B5BADECE2992A6821FC4B5ED53_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m7CAB95C461DE93EDB4D79F359EF1A5E2A27EE61A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0C79D6B8A354C9E3D29D7B654F902B30868E0949_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6E816DD659B8605AD5D33C124A62FEB967513C4B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCADFB9407723ABE0C6C254681DABF56767E645C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventDispatcher_dispatchEvent_m143E619B85AD8D749F41ACE1BBA83F8558C64B98_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FilePack20_AddUnPackEntrySyn_m7892D63924967B8068B8766AEF93C416D4C48C72_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FilePack20_UnPackFileSyn_mA9C6FA0BD391C90F40AF210CB2EC7BCAF4419329_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FilePack20_UnPackFile_m4E8E82508FDBC45FC23E116AB3126D92B54289FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_4_Invoke_m9987B5CD4DF7FF64BD45E365BF6CE9B63E5CBB43_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPProtocolFactory_GetProtocolFromUri_m541DF7848F94B300A9ECFD4D66EFDED151A985D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPProtocolFactory_IsSecureProtocol_m77AB64A455ECA2F32F2E8005FF4E18408CC88825_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPRequest_Reset_m903DC82F66DEFA00D48FE406CFE74743E7543E09_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPRequest_SendOutTo_mE7834C3005AC24D2C41F9EA45D77958F2C5680AF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPRequest_set_IsKeepAlive_m2D343D788DF535C9836CF103119F16251A04D0E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPRequest_set_StreamFragmentSize_m63BA14B2308F21929FEC568AD3D513F90D056D6C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPResponse_ReadChunkLength_m3230E675936306215D548A889C4AD010DFC7B2D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPResponse_ReadChunked_mD0E9BA4D52E3EE7689E6D83963B8FAE32B4C5244_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPResponse_Receive_m35A1E96F649B91F5D429617C60DFA08DAE809DD2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HTTPUpdateDelegator_ThreadFunc_mBE1E751CAEA9847128C8F8981FA22D5F68879BE0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IOHandler_dispatchRequest_m39BD49ECECB009C10CC66E4473AF1378FA2D4A21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ISocket_U3ChandleExceptionU3Eb__9_0_mC1FF91498A2F1F375173C2774EE294E86D587792_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ISocket__ctor_m654CF800CF44A99BBAF22B3AD759076B181CF99B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m910FA3DF4B3FE7A7FE7505F7445C9C24ACE5581D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_get_Count_m7EB8CF3965668E02F3D80D9DC49C2FB4B5B53142_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m30085F04A06E53139F92FFF128B01098A85D75E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m8476A7D87325D4D7A32A4FFF66D2F2AEE1C30E36_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LagMonitor___OnPollEvent_m8A27D5B3C325B1BE4A45E2D3C7762EDC01FFEAEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m53133DB45394759F2D8458706A8E109E93439DD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5AB1C95A09189D90257DDF7E2C2677069C5793B8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBE6BA26E53B35520045CEC742B2D310503FCB05F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m461556A33FB419F722C3BBD7397B9EA7506DD626_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF2D166A207E9FADA4F1115C5B293C7FBDF1EE860_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mB5A10A3026ADD96C2308A16B4ECA2F5D5ECB81DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m354D5CEF6A0FDA60B45EFF2E0F45161985909E94_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m1884324A1E86CBF890CADC003F6D8D27FD03BFCF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1431BB6DEB646150AC89C6515601E0965837430C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4C2FDAD8E9EDF326384FEBFF39EAD18328C25740_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m52FC81AB50BD21B6BFA16546E3AF9C94611D9811_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8F095BCD214F8B75DCFF72F59B97789F256BE6D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m91B3DEB7AF1EF8100BD24FF98E1BC6E9225BF2EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0D2B4B682205BFBD8C272C7FC17FE8F2EFA15EB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m27F1BEBB98FB18D7FACA1EE0ABEBD05BA41B860A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m3D1D64D5B86D3FD18389B94A6219ACA1CBAD43F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF7F60021D267619D8D7F7B3BA80FB260E581CD05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m453801AB759FA30B68B8460F5FEB2C4853C4A1F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m5F965DB7DDC84186C1372ECCF1E47970F8E696EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m86CFABC44BE0893285E6AD17981139023A37D026_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC2F5C23F2DD581223A2046DD83CCE362B967EA30_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NetManager_addNetClient_m16DCD890B627311075DEE2C23EC619BC99CD6298_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m51DD0B68F18F4785D0341D40B02F022BB033226D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m7A49EBF27106E875DA4F499AE9274F80411DEC35_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m7FD9E2EF2643046C9592888C1B58048889DE4F46_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m2B008FB7F15C24CCF901C5316185381366C6DA59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m35BE28BDD9E8D3E489E6E33B92EBBF576145EAD0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m8E2F92F9778EEEFE2119FD145F2AFB298A584127_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m0DDABBE4682872A48894CD84B4F319706B176C5A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m85B5F06F0DCF4EAC15153CCBAD105DE5FBFC441C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m96D77B36625C14FD177AA79D613CA6A49175671C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m72A948C234E3B4816659EE73C5177248AFE5FB84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_mD168C29B801E5A7BF7DFD17809524F2A4CB0D25C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SocketTcp___Read_m58A4B995DACD3A9211767B15FA4642E3335719CF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SocketTcp_connectThread_m99CEC364033D8DAF8226EE6BEA57ABDF7AFBD637_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m6BA7D9185366BE0DC568EA29EE5BC29394808AF1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mFB4D72A5F40DD3C4366420CF1E8D5FDE2FA80B62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mFD131FC4BD8BC08CFF4AA30EF672E48A9682D184_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m74C1E7C55757D0C01ECC3369A2E9EAD7A7FD026F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StreamList_SetLength_m026C55B86D7CC51DFB541959B3AA6E14884DFA18_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StreamList_get_Position_mA8020D6FC54CA114E864C40A738170CDFAF36ECC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StreamList_set_Position_m79AA77DF6EA8D63326458E491A08BDC60FDD6CC7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SystemController_fnOperationEvent_m590F50D03C9B8AD210DF809BEA9A292D4E6A6EB7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SystemController_fnOperationResponse_mCFE5F9FA5BDE310B22F7DA3DB7AF14D85F8CA43E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SystemController_fnPingPong_m06C84042D344A9EF20B518DC901E59D11877A73A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_binDecode_BYTE_ARRAY_m08A41FDF97F549481051B41CEBDAE4E83FDCA00D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_binary2Object_m5020B139661BF5CD3EB73678F520BAA69F12314F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_decodeJsonObject_m38F2B9AD47E0DB3D744A03431BBE81C5F0526DD7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_decodeObject_m5EAC9A25E2524EA301D51C527D3E0AC422ED73AA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_decodeTArray_m452E3FBB087CEEB2EF2D96353EAB9E95E8403355_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_decodeTArray_mA247B3B3EB23EC3A8A2F9E8B534C5DFDDA518FA9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_decodeTObject_m05D5222FA65CF3A30B263C44FB0640336CE65EF5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_encodeObject_m095E421643CD1471B7F543EB794571E0A7C3E3D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TDataSerializer_json2object_m4933FD3CB45ADB6074F033A02E40D5A1C40E503F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TObject_getValue_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m76516DDF87A4551FAD01762763D00777674D85FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TObject_getValue_TisITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_m600F8D8F6CA592B95B4644E121485008D5FC41EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TObject_getValue_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m917254F592B1E2AACC3549BC5C80F5F3A0B620B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TObject_getValue_TisString_t_m25DFCCC364F77D0F10AEAC643868C14ED7D2492A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaurusClient_U3C__initializeU3Eb__17_0_mE5169AEB244AD2E6CFA5126EDC5C1A2B5536A0E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaurusClient_U3C__initializeU3Eb__17_1_m095386FF8344FCFD1BDEEA08DE7368685036FF95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaurusClient_sendData_m42214952E8CD719460E2863FA5C149190DC60440_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_CheckDisposed_mBBD2874FDE1F574595FBC5A1EBF52C9915CA2821_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_mC95F3AF9F9CB044578667CE0BF062C3CE294A6B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ThreadManager_OutThread_m567B946F48608EDE69C75CE12BA5AC31D94EDD4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ThreadManager_stopThread_mDE747A5813EFF924DE363A08B848CEF40EF18DE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_1_U3C__requestAsyncU3Eb__0_mFD588D19F486249468DA6D32367F336AD0AF1C19_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass181_0_U3CSendHeadersU3Eb__0_m4E2AA2E8AD1300DECAC9293D1F7337B4BD12899E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass18_0_U3CenqueueStatusCallbackU3Eb__0_mA1B6F1063FCA13F1488C08AD8BBC84CC07212997_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass18_0_U3CwriteU3Eb__0_m88FCAD552DB6BCA2B9747A64043DA9358110D950_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass19_0_U3CfnOperationResponseU3Eb__0_m247DC0AE6BF0EFFB4DDE8E98C508A747AFB9BB75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass20_0_U3CsendU3Eb__0_m34B3BA0B725D17686D8B6983B1DB677CD3BC527F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass21_0_U3CfnOperationEventU3Eb__0_mC228B24D6D486869453920EB082C0349D1B85191_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mBB267A4175B716B5E1E13C89DB82B2AF41542960_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass6_0_U3CconnectThreadU3Eb__0_m8443DCBB2D2383F32354BE4DC303A1D278DCA6AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mC6701EA8820EBA9D20B1B5BF57892C5105B6EF6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_compress_m3457D5F62231AF0BACAE37675E53144DF1968A90_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_readDouble_m34B4C2961F1E3E95B872673883E6A93C7FB909DC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_readFloat_mEEF50E306E380D316BF933CDD99DE5167FCC496F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_readInt_mED6D8065A56ABC0FD96824E7A9C9430C35BF5FD1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_readLong_m4721865AD3783FA0751B54D44B425B3993FBD370_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_readShort_m7DE5EDE2653FF58595C9F9F82DC231D9F16DFDCB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_readString_m879D28CF5BC3B9AB26E36AB1163457CC68F8A47A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_uncompress_m5AA364903269127ECE93F0CF88155E0EA3E528E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeBool_m0DE3B731AC1044F44C753BC08B0D64794C440678_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeBytes_mCDCEC4522983AF3FA77BDF56FA4A17A5B5BDD7AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeDouble_mCB774C872AA8A96D4541A67F352D1B2AB0C7E975_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeFloat_m920CDD695F408AC715922791E6F35AB3874265AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeInt_mE33E961686199343989BB225D432E786618DADFB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeLong_mCF6EDB9D7C40275E7CCE6974C05C3B857AADA4CE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeShort_m1EDD8D4797E51DA2C3BCE6597D30F274539E2D23_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeString_m9C23478675FD9E82932D47AAA1E982A171CB313F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ByteArray_writeUShort_mF058A321103BDCB58751D646837A5872A27188B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultLogger_Error_mD5E5AC0C7C805711D4D71B1CBA84ABCDC3D6AFE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultLogger_Exception_mDD6277826359DF5CE1EF2F006B4BA41989CC4BC9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultLogger_Information_m068B28198C31853040026DE82182E604C27EF983_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultLogger_Warning_m679ECF656619CF772F9F3EFC09215FC65A46F3D9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultLogger__ctor_mFED31117FB83052FFD8E3AF0AB8BAFFD2AE56A74_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EventDispatcher__ctor_mB0BE0EED720BE8D6427CDF5132EC48DC7792F05D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EventDispatcher_addEventListener_mFA77E4C8385E764026CCA2714B4DCF5A29F8F4DB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EventDispatcher_dispatchEvent_m143E619B85AD8D749F41ACE1BBA83F8558C64B98_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EventSourceResponse_BestHTTP_IProtocol_HandleEvents_m3724B47A3B57CA1FE3FBECEA8AD090969E3E9097_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EventSourceResponse_Receive_m5FA5AAD822060689B14FF2CA0E5E298C198DF7A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EventSourceResponse__ctor_m9D518757F6742FF6A3021530190A3A9F6B29A78C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Event_ToString_m20BB30D7FCFEF578A36ECCEB2A832704752E6BDD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Event_setParameter_m0D6B0C3922E08DAF5234501D4F64358C91A76150_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FilePack20_AddUnPackEntrySyn_m7892D63924967B8068B8766AEF93C416D4C48C72_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FilePack20_FilesCount_mE0111178F9263046CD145884CA4711004A46CDAE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FilePack20_GetFile_m32DDA3335C623FB6D37EE8D32AB0A2795AB43910_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FilePack20_Init_m6C1902E33F539B7B3A251E193CF494DB26961E6C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FilePack20_ReadHeads_m33E04452101B89FBE6EB168154CF69EB4A636383_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FilePack20_UnPackFileSyn_mA9C6FA0BD391C90F40AF210CB2EC7BCAF4419329_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FilePack20_UnPackFile_m4E8E82508FDBC45FC23E116AB3126D92B54289FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FilePack20__ctor_mEB19935FE28E9F1AD15C6210C2A1C3F3255D39C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPManager_get_ConnectTimeout_m2916B3692D0A759E02A349C6E02D2571E0C42EFAtaurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPManager_get_KeepAliveDefaultValue_mCD8A110EBB43BF79931FDB0320484905C1CEA63Btaurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPManager_get_RequestTimeout_mA3133AFD453A8EF7196F9DA98948DADBF2BA5EC7taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960Etaurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPProtocolFactory_GetProtocolFromUri_m541DF7848F94B300A9ECFD4D66EFDED151A985D7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPProtocolFactory_Get_mA4A8FB4AE8C9FF0774E5074A0FB9C6BB32FE4E48_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPProtocolFactory_IsSecureProtocol_m77AB64A455ECA2F32F2E8005FF4E18408CC88825_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRange_ToString_mA8DD1B8B33C7F65FD2FBD22FC48E2BD598A581C0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_Abort_mEFFADDF94A0D0C00656C372214ED596D19DC42C1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_CallCallback_mB17C32F66AB0CE089237A205D442C0BB4810E4F6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_CallCustomCertificationValidator_m41C1B9505FB3BA95F651F4F892AC12D141769D8C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_EnumerateHeaders_m0D3F96B9DB0768E95B393AE2AA54D8CE0F4F436C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_RemoveHeader_m70B507775F2C6B65518C83FCA3125CDE18E2BDF3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_Reset_m903DC82F66DEFA00D48FE406CFE74743E7543E09_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_SelectFormImplementation_m9F04C3860589B19B98B434C45FC6D97143EAE66A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_SendHeaders_m5FC840CA7ABA032382DF1632AFCBCCC84B7D03C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_SendOutTo_mE7834C3005AC24D2C41F9EA45D77958F2C5680AF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_Send_m3EEED630C06DEBD53B43BCF0EF438E7954E449FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_UpgradeCallback_m5B1C88802A3B4EE97B1D0DA4A695722E4750A82F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest__cctor_m58765123D6F3044E4FFF9ED1C0569420DDF36BF5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest__ctor_m14A73CBA007BE1549F31C8D0CAD04A035FF97D1E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest__ctor_m91C8F32B85E0BB710D36904AC89FE2B1868E9F35_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest__ctor_m9594D1511D5E7581D37B7C3489DA13E33F141874_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_get_UploadStreamLength_mBA3214E2866B0D8842813CDA57AF10F7A9CA9221_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_set_IsKeepAlive_m2D343D788DF535C9836CF103119F16251A04D0E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPRequest_set_StreamFragmentSize_m63BA14B2308F21929FEC568AD3D513F90D056D6C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_AddHeader_m884D863CFB5E6C5688D354E867C520DB742E0950_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_AddStreamedFragment_m15D9C0DF8A74D23418C605959BD77AB25AE2BB39_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_DecodeStream_m7F55728B3EA919AB3F87BA2FCE72066BAAA6B9FC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_FeedStreamFragment_mA3F11AD442206B4992833FF5AA43A191FE42927C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_FlushRemainingFragmentBuffer_mFD2703F636220B1D36F23A3DFFFFAB1D4EC03C15_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_GetFirstHeaderValue_mF8A6215CD88E83B18C433F0D242973F9B8A9411F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_GetRange_m5E610F63A001F79E821E5AFBA241ABE8E77CF160_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_HasHeaderWithValue_m3347AA0733522594AA1A5E78FB53C2A0A5372B54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_HasStreamedFragments_m5D09E18E3745ACBF84BD0CE205BACBA9861E8414_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_NoTrimReadTo_mF049B125A8C51F06ADE89E768859394E0FCE2EE9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_ReadChunkLength_m3230E675936306215D548A889C4AD010DFC7B2D9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_ReadChunked_mD0E9BA4D52E3EE7689E6D83963B8FAE32B4C5244_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_ReadHeaders_m18074A6AE83AE432D8BCEE1399DA4E2AC97A74C9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_ReadPayload_m3DEB5AE52B52823A78B3455EAB95E3C1801C9330_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_ReadTo_m01C19CF89FDAE0A1969B8478B869ED3D283ABCAE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_ReadTo_mC29DCDDEC2FEE04CD5D126871ABE26802A859575_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_ReadUnknownSize_mC93EB5084DE46C2AF8B5804388BE5FCE68257715_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_Receive_m35A1E96F649B91F5D429617C60DFA08DAE809DD2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse__ctor_m08226607B5EE29BC97C44BED97C0F6268268E3BC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_CheckInstance_mAB01FC1F05B0351D4572DF0751ABF60CB505F019_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_OnApplicationQuit_m8F00FBA4E67AA76934E89BB8C90B5C24C5E589A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_Setup_mB30CB46AA74F7707319E21AB6D2E5761F58262CF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_ThreadFunc_mBE1E751CAEA9847128C8F8981FA22D5F68879BE0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_Update_m94FC9316CBC4E615AAF11506929B3E154EC28A41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_Instance_m8421BE4D2C1684534CC7E2937F23D22E455A9938_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_Instance_m8421BE4D2C1684534CC7E2937F23D22E455A9938taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_IsCreated_mD30F6DF85FE80D5DCC5CC8348E2A7C35492CFC2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_IsCreated_mD30F6DF85FE80D5DCC5CC8348E2A7C35492CFC2Btaurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_IsThreadRunning_m98C61C6AF15A815F4556E0BF23D4BF8C72D88ED3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_IsThreadRunning_m98C61C6AF15A815F4556E0BF23D4BF8C72D88ED3taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_IsThreaded_m3C4A548019B5DC204CE6A7BBAB3F385D829C3FE2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_IsThreaded_m3C4A548019B5DC204CE6A7BBAB3F385D829C3FE2taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_ThreadFrequencyInMS_m593CA947C0B0E2A3A596F1E7C409AB21D42EAF6E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_get_ThreadFrequencyInMS_m593CA947C0B0E2A3A596F1E7C409AB21D42EAF6Etaurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_set_Instance_mE56E82729611BFB97BFDEB6AA7EA6E5AEF42FCC0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_set_Instance_mE56E82729611BFB97BFDEB6AA7EA6E5AEF42FCC0taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_set_IsCreated_m1F3EE9B0994D9BC563B3C08A6FA095204B3D4562_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_set_IsCreated_m1F3EE9B0994D9BC563B3C08A6FA095204B3D4562taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_set_IsThreadRunning_m23DDD5D23F03C34260EE0FABF29718DABC734310_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_set_IsThreadRunning_m23DDD5D23F03C34260EE0FABF29718DABC734310taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_set_ThreadFrequencyInMS_m6010C1CB2A5D167496492B9D283EA599CFDE9F55_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HTTPUpdateDelegator_set_ThreadFrequencyInMS_m6010C1CB2A5D167496492B9D283EA599CFDE9F55taurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HttpClient___requestAsync_mC35736D3077F895EC0049B020C056F411EFCDE59_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HttpClient___sendMsg_mDC93D71F4C65C7394B109207CA14406E7DD349A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HttpClient__cctor_mDF8A28B5A8C9C1CC945475A781B8841B33EA3504_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HttpClient__ctor_m6C34073E6A751F94D8D6121808DAACB477C72700_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HttpClient_enqueueActionForDispatch_m9ADFC29CB175D1EA50D9A3855A6EEFFE698E164D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HttpClient_processEvent_m0A0E64643231C08E05F6602F38BCFEC48076C795_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HttpClient_write_m2B68BC1B74E4BA46B6391D0AEC21F5AC46F27A8D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler__cctor_m06E5419C6BC8E3F49901B81B165E1C69266AF76E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler__ctor_m034A4F62F6D7077E2F9F8F8C41306C402BA4DC5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler_dispatchRequest_m39BD49ECECB009C10CC66E4473AF1378FA2D4A21_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler_handleDataSizeFragment_m2748DA8B0D7DF043059A6A5D6958FE07A95ED3E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler_handleDataSize_mC7D89F104DCCCFD3FDDAE0EFE8C2C3BF1BABEDB8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler_handleInvalidData_m823B41897880C2C9AFFB351ABAE4C6F164D47966_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler_handleNewPacket_mC8903B81353AB183E1A3C9BBFADA471D1EF86E5A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler_handlePacketData_m01F8014550D578BF86F8734774ABE9A8CA136615_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler_onDataWrite_m8FD950EC324DE92032FD5D1AA78C86AA7ADC18A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t IOHandler_resizeByteArray_mB32239D623531D654BCDC60DB0155FCB5288336F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ISocket__ctor_m654CF800CF44A99BBAF22B3AD759076B181CF99B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ISocket_connect_m4FA7418D52AEF6768F9553C33EF19A0DB05220BC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ISocket_getIpAddress_m1792F98B2696621E430765C4C6E74DA9E4443943_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ISocket_tryParseAddress_m8239BBC02C0F7D58E835A5F0AD3D51029279B3D4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LagMonitor___OnPollEvent_m8A27D5B3C325B1BE4A45E2D3C7762EDC01FFEAEC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LagMonitor__ctor_m6B2F9974C7C05F0DE8A12E853DEBCEC0EA0007D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LagMonitor_fnPingPong_m0CF1ADCFFC3F31A7EA31940B147AE3F81B285041_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Logger__cctor_mBCB73C64382FE7BD573FACB600CF62322AD206FD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Logger__print_m9C63B593664323EFB84DF138288795EC7936D280_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Logger_debug_mF6869885B8738600F2CEA46FBEC34C1CB279CE60_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Logger_error_mD198EBC1C92DD57A0921BF9D3389C86E43718A6F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Logger_info_m2D759558781B4293EDC99FA70DDFB17A19FE1315_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Logger_warn_m71CB6138F50628FBCFB3D3A8FB74250B90613680_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager__cctor_mCF45659D95C45A88960DC2F96F07575CD720224B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_addNetClient_m16DCD890B627311075DEE2C23EC619BC99CD6298_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_getNetClient_m759773430AB067DA214774EA64C9826BFB1DF520_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26Dtaurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_get_VERSION_m096025EBE4A55D3F950C81AAA2A665CD2D9E641E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_get_VERSION_m096025EBE4A55D3F950C81AAA2A665CD2D9E641Etaurus1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_killAllConnection_m56C200DD3B54203F05CF2AF74890647828DD4967_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_killConnection_m004A557F6B21656F693DF00445537AE56B6E06A4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_processEvents_m0B96C5F5E0E46E4F412A7F32DD81A5C5BB7E5A97_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_set_TIMEOUT_TIME_m836CCECBBEB6030B43C8EA4369F3216FEA4D65AF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NetManager_set_VERSION_mD6258A03597DAD0BF35EBF3B3441A7B49E559496_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t OnDownloadProgressDelegate_BeginInvoke_mC70A075E4E555D6F100A66ED57D0DCB6B0DA750C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t OnUploadProgressDelegate_BeginInvoke_m4C00C2B412D8917ED33D239EA4082D5E76CF184F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_EatWhitespace_mDF0085B1B3BA8B63DFBD93B708CE38967A3B8FBE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_IsWordBreak_mF2442CBC818BA35A31C9171CEA40B12A14B7694A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_ParseArray_m0C4B4B1189EA4FAF40AB772936DD24F516592143_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_ParseByToken_m0C0270FD1F95932DD7C9659109F3805E3DE3B73D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_ParseNumber_m17CEF67F8EA3C574538CE724D4CDB4E1D37C7ECB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_ParseObject_m08840100AC8ECFB543B4CCC49EDC7DD0B72600D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_ParseString_m8379635BB6854A18EEC8626C737D3FFFF5264A33_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_Parse_m0BFF7DA6D6538C2AD5630CF6691F87C99ABDF1E8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser__ctor_m93E7A27695270FDA95800A69151EAA5BACA65B6F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_get_NextChar_m9327375DB6BD424E319025DD08B69C0C76ED253C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_get_NextToken_m8C3CC6EAC9E205C9EF56A2DF89042F9F35D8E931_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_get_NextWord_mC24F4764B895D8F41FE89606F94F091CDFF498ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Parser_get_PeekChar_mD79B654E3D70046ECBF2FB10E9E49BADBDCCD4D3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Serializer_SerializeArray_m128E36CB4703437DB9E1C00534BB66C8A506E974_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Serializer_SerializeObject_m98CE3B6DD14F7EEE06F7D56C5AA90CB7146DD346_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Serializer_SerializeOther_mA3D4D831B3DD54C8A72CAA73A5202FAB8E93C7D5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Serializer_SerializeString_m205838BF57F68C8CA07D2F2AEA2A19276E1119E1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Serializer_SerializeValue_mE0537A288B90DA65B9C326B32227681AFBEF8EA1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Serializer_Serialize_m9E03FE45B025D269AB4BE30C4AA5E3F1FBDCF2B7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Serializer__ctor_mC580D65626136B5C834C91D776954E6DE10769C0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketEngine__ctor_m0FD77533F629E0CB9C4C4598D336B02C3C3C43F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketEngine_enqueueActionForDispatch_m64603C199653B40993562F349A1B61AA99E6BCBF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketEngine_enqueueStatusCallback_m47FB4C2E4D444A1AC06693503A39E966141F790D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketEngine_onHandshake_m05934099A7E435BA7EDFDE3851A6910AEB5E8BC0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketEngine_onStatusChanged_m327A6C78170992A6A3D121FE23D22BAD05F267E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketEngine_processEvent_m85D0E364E8F35B433ED9152E354CFA1E7ECF4275_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketTcp___HandleBinaryData_mB8ED14F8A83881EA00827CD4A42FECA08DE9755C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketTcp___Read_m58A4B995DACD3A9211767B15FA4642E3335719CF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketTcp___WriteSocket_mED9CFED75D598BD290A4EB8557543558417F70AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketTcp__ctor_m03A07EBD9399EDAD3BC448D752DA998CDB6BBDCE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketTcp_connectThread_m99CEC364033D8DAF8226EE6BEA57ABDF7AFBD637_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketTcp_connect_m0D1ECF8DCB094B8D932EA3EAD7E449F5AF9B1019_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SocketTcp_disconnect_m2A8E1C9AABA4142367018CD2152502C354F9219D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StreamList_Dispose_mE018F7608437245974658E0036BA32803D124164_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StreamList_SetLength_m026C55B86D7CC51DFB541959B3AA6E14884DFA18_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StreamList__ctor_m59E9F07AFAB947F2E66E653923241BDE1E89137C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StreamList_get_Position_mA8020D6FC54CA114E864C40A738170CDFAF36ECC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StreamList_set_Position_m79AA77DF6EA8D63326458E491A08BDC60FDD6CC7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController__ctor_mF5C21BE1B4B1AA08F6EFBEFA83489D71C0B1D7C6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_fnOperationEvent_m590F50D03C9B8AD210DF809BEA9A292D4E6A6EB7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_fnOperationResponse_mCFE5F9FA5BDE310B22F7DA3DB7AF14D85F8CA43E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_handleEvent_mFD4B31FCB0409A477B9191F7B5B69F07947FEAA6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_handleOperationResponse_mC2F7FB22D041EF9560E0310D3647EE5DFC12B669_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_handlePacket_m72D6C78CD42926878EBD042569CE00413D203C46_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_initRequestHandlers_m2945CA75F3FA18B93F6DC89932C0146E518DA537_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_isTimeOut_m5E5206236644EC0696959634685FD091BFDF3634_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_refreshTime_m786641628F16B1BC405DC96FCBDE776C3F603274_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_sendPingPong_m17108EFFBEA403ED0CF55A6A9DB2F6B416CBC4C1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SystemController_sendRequest_mFD05087EA058ED39EB785D3A59CE48B48F18786E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TArray__ctor_m23507B7B68E69658F523E65902E716AB47A5828E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TArray_add_m3C4E9A22BA8F4FA6A4F61AF15037F49E15CF19AE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TArray_get_mEC47037BB5D14C7BF54979DA84EEB38ED5111AF7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TArray_newInstance_mBB76F7984097FE549C3D2FF281789D0B1A72ADBB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TArray_size_mC6A35715147F63BA6A8CB381ADB6415434D0F789_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_arr2bin_m7DABD09E42AA62827A445BB6945FF8158652484A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_array2Binary_mCEE4C40EC99B5C6F5DE91640A2746AC291012501_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_BOOL_m70F514EEA3DB1433DBF44691376457BEAB0D5AEF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_BYTE_ARRAY_m08A41FDF97F549481051B41CEBDAE4E83FDCA00D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_BYTE_mF2013868E143B5FEA737BF287BE79E932CE8D7B6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_DOUBLE_m8379D9076A5FBFAA1C6C402EA7B476F790D4A077_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_FLOAT_m8E4F4A8EF836ECC8CB3FDD600F3F1D3F1DBCED3C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_INT_m015A19578704BCF5908C81E52B849EF05AFC8F0A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_LONG_mF867439061E21B751B0475E7F408B955B1CA6B7F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_NULL_mA29C8A7280F7A885983B807E7C460BBEF9D069E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_SHORT_m1A30DDC80455E29D7C33A04944756BC9A3550628_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binDecode_UTF_STRING_m067191259E5142EDFC159C24FE87A00033C76387_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_BOOL_m39A9738504AC933B2BEB345357F23D31286CD416_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_BYTE_ARRAY_mC8FC7330B8BDEFCDEE885BF3EE99262A95D3D203_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_BYTE_m2DCCAA7E32D697C9776E73FF408E0601EF1AEED3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_DOUBLE_mAEA0E03605207CD2722777DF35EB6A02C551495C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_FLOAT_m854BE113D3E60B724381ABD65F0397FEE0EDB630_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_INT_m54868058EED2E2F09CBB23FB57A910CC9FBFC2BC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_LONG_mFB343885776E5929CA41DD3396CD34E50F7AC050_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_NULL_m92558943328452B4CBC0B4CF97816975D4D42737_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_SHORT_mEB919C048BBDAE8EC3848DB31A85E2642326892B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binEncode_STRING_m9FEB4552AF990D2B156C83C0D0A97C3FB2EEDC73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_binary2Object_m5020B139661BF5CD3EB73678F520BAA69F12314F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_decodeJsonObject_m38F2B9AD47E0DB3D744A03431BBE81C5F0526DD7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_decodeObject_m5EAC9A25E2524EA301D51C527D3E0AC422ED73AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_decodeTArray_m452E3FBB087CEEB2EF2D96353EAB9E95E8403355_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_decodeTArray_mA247B3B3EB23EC3A8A2F9E8B534C5DFDDA518FA9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_decodeTObject_m05D5222FA65CF3A30B263C44FB0640336CE65EF5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_encodeObject_m095E421643CD1471B7F543EB794571E0A7C3E3D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_flattenArray_mCA3CAFF31196DC7B1A84C778E838299626F30B5C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_flattenObject_mCEC6D44060A396FB21D49C0E6E292159D9DB9BF0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_json2object_m4933FD3CB45ADB6074F033A02E40D5A1C40E503F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_me_m149FEF633DF83199EF3DD1670B17F253B579D9D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_obj2bin_m5F2E7396D79B0BAD97640F346736322298AD1C3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_object2Binary_m8263D01020EB049C024A877CE287E33F7F799FAF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TDataSerializer_object2json_m28DA1DE42539FFAE5832B55C474553EAE7D489F8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObjectLite_getByte_mD1848FB354FA0823DD9CC7EB3A1EC5C9F69A2994_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject__ctor_m991637E1005E234598990DC68FC7BC55AA2CE717_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_containsKey_m77A4B39936A95B85BD0C49B15C0AD13D5D56EE2A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_getByte_m9C2D3C1AE71EF14359922FC184FF09972500C139_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_getInt_mE02FD9173F68AA360C9BBF5924423FEB44630C57_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_getKeys_m9E8906B90EEBA3C746CB4F5681FB997023406EB0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_getString_mAA29557116EBB471C5DC69BBF0A4B415ED7F3003_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_getTObject_m80721ED92D9BC4AB4EB132B1FA94B8D8C788D611_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_get_mF138E37D7874725586333C397D662D8A97C14E88_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_newFromBinaryData_mC537F222FCA597036084274955AD1D7A255957E6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_newFromJson_m8CFAFAA2412A1AA8B3991297365C1E99CCABCF37_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_newInstance_m324B62A92988AC60E9259F5191C2161DDF504F26_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_putByte_mD1A39CA1068E01B8BA64C0BFE2229F9654F9911C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_putInt_mCA7B452DF9A5AB0EC373F0AE2603FD1E8A1B903B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_putString_mEE38492E2976DEF766D192022711BCF6BB8C5302_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_putTObject_m2C435DD328A195A9520EE6D9811B5478280E72B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_put_m2756CFCBBD3C936C127B948B2F8C0934E5C0A6ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_size_m87A18083AA4F46994110DD4E3A167AFF750DD1CD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_U3C__initializeU3Eb__17_0_mE5169AEB244AD2E6CFA5126EDC5C1A2B5536A0E1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_U3C__initializeU3Eb__17_1_m095386FF8344FCFD1BDEEA08DE7368685036FF95_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient___initialize_mFF88A45C3213F58889341A34BFF5168BDD0D9D3F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient__ctor_m7CF35FB17ED6FB970BCE6A8AF309258C63F06BEF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient__getValidID_m6B4A72437557794529BB3CFCF1E1BD9CC8671273_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_clearResponse_mFA6270F74B84B37394230DECA1F0D29C9F9D73FA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_connect_m2000842FE1045BE0767FE892978E585AE2777358_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_getAveragePingTime_mAA23C248C82F19A31F8FC75E6C940DDA348EDBAF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_getProtocol_mF87046C0336D5422F19C28F7775C8B27654E84CB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_getSession_mB9A20126B5BBDAE92708334F154BEE06FB6EDA87_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_killConnection_mADE40A83F9A3C237881EC348B718784297097EF0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_processEvent_mE17358521FB1AEAA8802B28C41C8430E79D3089B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_sendData_m42214952E8CD719460E2863FA5C149190DC60440_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_sendText_m00DD095F10FD5CB78852ACB6916E1AA975AF69AD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_send_m112EAF0BCE29F4AF49FF1EEBC3830CF01DB523E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaurusClient_setSession_m608F89B180BD6C7FC34279272E4F802D2B8E8F5B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TcpClient_CheckDisposed_mBBD2874FDE1F574595FBC5A1EBF52C9915CA2821_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TcpClient_Close_m79E8F5EABBFE7A857E001ABD8F531A914D8AE50D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TcpClient_Connect_mC95F3AF9F9CB044578667CE0BF062C3CE294A6B6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TcpClient_GetStream_m23C800A17678144E4F67A3491A7A4BF4131FDC99_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TcpClient_Init_m3B5C3849797216F139E9647E04B9E7CA88F3C31B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TcpClient_IsConnected_mE56C53A6CE8AE8CB75B916B630FBF35455501DE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TcpClient_System_IDisposable_Dispose_mD95B3589A03DEAE99C4FD396B5055524433BBFAB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TcpClient__ctor_m54F8036E3AEE27BA381E5748EB4F702D8A885A2F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ThreadManager_MessgaeThreadGet_mE7F7B8505C604A3928D3B0F2F3C6087080BA45C5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ThreadManager_MessgaeThreadReturn_m8A8EF0098C026BA4CF19B3355F7A5EC62A7E91E3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ThreadManager_OutThread_m567B946F48608EDE69C75CE12BA5AC31D94EDD4D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ThreadManager_ProcessOutItem_mFBB721BBEDE2E6C0CB9AF329B5B3D6671749C007_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ThreadManager__ctor_mC46A80D8E8513136BB70609F84CB304BC984C573_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ThreadManager_enqueueSend_mAD59104900FA6FCA1CBEB8A9E7FBB7BA2775A199_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ThreadManager_start_m30568EC860CC0E0EA85700E034FA3D1E2353EB25_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ThreadManager_stop_mDEAF5D6DB3D616D85EAECD358EC0604D2ED844D3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass13_1_U3C__requestAsyncU3Eb__0_mFD588D19F486249468DA6D32367F336AD0AF1C19_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass181_0_U3CSendHeadersU3Eb__0_m4E2AA2E8AD1300DECAC9293D1F7337B4BD12899E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass18_0_U3CwriteU3Eb__0_m88FCAD552DB6BCA2B9747A64043DA9358110D950_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass20_0_U3CsendU3Eb__0_m34B3BA0B725D17686D8B6983B1DB677CD3BC527F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_mF72A864CCDC31C52C0166179AD19568C0AA6CED7_MetadataUsageId;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
struct DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF;
|
|
struct FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88;
|
|
struct StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4;
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Object
|
|
|
|
|
|
// BestHTTP.Forms.HTTPFormBase
|
|
struct HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<BestHTTP.Forms.HTTPFieldData> BestHTTP.Forms.HTTPFormBase::<Fields>k__BackingField
|
|
List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * ___U3CFieldsU3Ek__BackingField_0;
|
|
// System.Boolean BestHTTP.Forms.HTTPFormBase::<IsChanged>k__BackingField
|
|
bool ___U3CIsChangedU3Ek__BackingField_1;
|
|
// System.Boolean BestHTTP.Forms.HTTPFormBase::<HasBinary>k__BackingField
|
|
bool ___U3CHasBinaryU3Ek__BackingField_2;
|
|
// System.Boolean BestHTTP.Forms.HTTPFormBase::<HasLongValue>k__BackingField
|
|
bool ___U3CHasLongValueU3Ek__BackingField_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CFieldsU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8, ___U3CFieldsU3Ek__BackingField_0)); }
|
|
inline List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * get_U3CFieldsU3Ek__BackingField_0() const { return ___U3CFieldsU3Ek__BackingField_0; }
|
|
inline List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 ** get_address_of_U3CFieldsU3Ek__BackingField_0() { return &___U3CFieldsU3Ek__BackingField_0; }
|
|
inline void set_U3CFieldsU3Ek__BackingField_0(List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * value)
|
|
{
|
|
___U3CFieldsU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CFieldsU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsChangedU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8, ___U3CIsChangedU3Ek__BackingField_1)); }
|
|
inline bool get_U3CIsChangedU3Ek__BackingField_1() const { return ___U3CIsChangedU3Ek__BackingField_1; }
|
|
inline bool* get_address_of_U3CIsChangedU3Ek__BackingField_1() { return &___U3CIsChangedU3Ek__BackingField_1; }
|
|
inline void set_U3CIsChangedU3Ek__BackingField_1(bool value)
|
|
{
|
|
___U3CIsChangedU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CHasBinaryU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8, ___U3CHasBinaryU3Ek__BackingField_2)); }
|
|
inline bool get_U3CHasBinaryU3Ek__BackingField_2() const { return ___U3CHasBinaryU3Ek__BackingField_2; }
|
|
inline bool* get_address_of_U3CHasBinaryU3Ek__BackingField_2() { return &___U3CHasBinaryU3Ek__BackingField_2; }
|
|
inline void set_U3CHasBinaryU3Ek__BackingField_2(bool value)
|
|
{
|
|
___U3CHasBinaryU3Ek__BackingField_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CHasLongValueU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8, ___U3CHasLongValueU3Ek__BackingField_3)); }
|
|
inline bool get_U3CHasLongValueU3Ek__BackingField_3() const { return ___U3CHasLongValueU3Ek__BackingField_3; }
|
|
inline bool* get_address_of_U3CHasLongValueU3Ek__BackingField_3() { return &___U3CHasLongValueU3Ek__BackingField_3; }
|
|
inline void set_U3CHasLongValueU3Ek__BackingField_3(bool value)
|
|
{
|
|
___U3CHasLongValueU3Ek__BackingField_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPManager_<>c
|
|
struct U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields
|
|
{
|
|
public:
|
|
// BestHTTP.HTTPManager_<>c BestHTTP.HTTPManager_<>c::<>9
|
|
U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * ___U3CU3E9_0;
|
|
// System.Predicate`1<BestHTTP.HTTPRequest> BestHTTP.HTTPManager_<>c::<>9__64_0
|
|
Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * ___U3CU3E9__64_0_1;
|
|
// System.Comparison`1<BestHTTP.HTTPRequest> BestHTTP.HTTPManager_<>c::<>9__64_1
|
|
Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * ___U3CU3E9__64_1_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields, ___U3CU3E9_0)); }
|
|
inline U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
|
|
inline U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
|
|
inline void set_U3CU3E9_0(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * value)
|
|
{
|
|
___U3CU3E9_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E9__64_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields, ___U3CU3E9__64_0_1)); }
|
|
inline Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * get_U3CU3E9__64_0_1() const { return ___U3CU3E9__64_0_1; }
|
|
inline Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 ** get_address_of_U3CU3E9__64_0_1() { return &___U3CU3E9__64_0_1; }
|
|
inline void set_U3CU3E9__64_0_1(Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * value)
|
|
{
|
|
___U3CU3E9__64_0_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__64_0_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E9__64_1_2() { return static_cast<int32_t>(offsetof(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields, ___U3CU3E9__64_1_2)); }
|
|
inline Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * get_U3CU3E9__64_1_2() const { return ___U3CU3E9__64_1_2; }
|
|
inline Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B ** get_address_of_U3CU3E9__64_1_2() { return &___U3CU3E9__64_1_2; }
|
|
inline void set_U3CU3E9__64_1_2(Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * value)
|
|
{
|
|
___U3CU3E9__64_1_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__64_1_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPManager_<>c__DisplayClass55_0
|
|
struct U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 : public RuntimeObject
|
|
{
|
|
public:
|
|
// BestHTTP.ConnectionBase BestHTTP.HTTPManager_<>c__DisplayClass55_0::conn
|
|
ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___conn_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_conn_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196, ___conn_0)); }
|
|
inline ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * get_conn_0() const { return ___conn_0; }
|
|
inline ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D ** get_address_of_conn_0() { return &___conn_0; }
|
|
inline void set_conn_0(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * value)
|
|
{
|
|
___conn_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___conn_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPProtocolFactory
|
|
struct HTTPProtocolFactory_t95D5AF6DBF2F600E1CA6474DB308384F86E6FF6B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPRange
|
|
struct HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.HTTPRange::<FirstBytePos>k__BackingField
|
|
int32_t ___U3CFirstBytePosU3Ek__BackingField_0;
|
|
// System.Int32 BestHTTP.HTTPRange::<LastBytePos>k__BackingField
|
|
int32_t ___U3CLastBytePosU3Ek__BackingField_1;
|
|
// System.Int32 BestHTTP.HTTPRange::<ContentLength>k__BackingField
|
|
int32_t ___U3CContentLengthU3Ek__BackingField_2;
|
|
// System.Boolean BestHTTP.HTTPRange::<IsValid>k__BackingField
|
|
bool ___U3CIsValidU3Ek__BackingField_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CFirstBytePosU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581, ___U3CFirstBytePosU3Ek__BackingField_0)); }
|
|
inline int32_t get_U3CFirstBytePosU3Ek__BackingField_0() const { return ___U3CFirstBytePosU3Ek__BackingField_0; }
|
|
inline int32_t* get_address_of_U3CFirstBytePosU3Ek__BackingField_0() { return &___U3CFirstBytePosU3Ek__BackingField_0; }
|
|
inline void set_U3CFirstBytePosU3Ek__BackingField_0(int32_t value)
|
|
{
|
|
___U3CFirstBytePosU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CLastBytePosU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581, ___U3CLastBytePosU3Ek__BackingField_1)); }
|
|
inline int32_t get_U3CLastBytePosU3Ek__BackingField_1() const { return ___U3CLastBytePosU3Ek__BackingField_1; }
|
|
inline int32_t* get_address_of_U3CLastBytePosU3Ek__BackingField_1() { return &___U3CLastBytePosU3Ek__BackingField_1; }
|
|
inline void set_U3CLastBytePosU3Ek__BackingField_1(int32_t value)
|
|
{
|
|
___U3CLastBytePosU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CContentLengthU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581, ___U3CContentLengthU3Ek__BackingField_2)); }
|
|
inline int32_t get_U3CContentLengthU3Ek__BackingField_2() const { return ___U3CContentLengthU3Ek__BackingField_2; }
|
|
inline int32_t* get_address_of_U3CContentLengthU3Ek__BackingField_2() { return &___U3CContentLengthU3Ek__BackingField_2; }
|
|
inline void set_U3CContentLengthU3Ek__BackingField_2(int32_t value)
|
|
{
|
|
___U3CContentLengthU3Ek__BackingField_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsValidU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581, ___U3CIsValidU3Ek__BackingField_3)); }
|
|
inline bool get_U3CIsValidU3Ek__BackingField_3() const { return ___U3CIsValidU3Ek__BackingField_3; }
|
|
inline bool* get_address_of_U3CIsValidU3Ek__BackingField_3() { return &___U3CIsValidU3Ek__BackingField_3; }
|
|
inline void set_U3CIsValidU3Ek__BackingField_3(bool value)
|
|
{
|
|
___U3CIsValidU3Ek__BackingField_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPRequest_<>c__DisplayClass181_0
|
|
struct U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IO.BinaryWriter BestHTTP.HTTPRequest_<>c__DisplayClass181_0::stream
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___stream_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_stream_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081, ___stream_0)); }
|
|
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * get_stream_0() const { return ___stream_0; }
|
|
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 ** get_address_of_stream_0() { return &___stream_0; }
|
|
inline void set_stream_0(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * value)
|
|
{
|
|
___stream_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stream_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPResponse
|
|
struct HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.HTTPResponse::<VersionMajor>k__BackingField
|
|
int32_t ___U3CVersionMajorU3Ek__BackingField_0;
|
|
// System.Int32 BestHTTP.HTTPResponse::<VersionMinor>k__BackingField
|
|
int32_t ___U3CVersionMinorU3Ek__BackingField_1;
|
|
// System.Int32 BestHTTP.HTTPResponse::<StatusCode>k__BackingField
|
|
int32_t ___U3CStatusCodeU3Ek__BackingField_2;
|
|
// System.String BestHTTP.HTTPResponse::<Message>k__BackingField
|
|
String_t* ___U3CMessageU3Ek__BackingField_3;
|
|
// System.Boolean BestHTTP.HTTPResponse::<IsStreamed>k__BackingField
|
|
bool ___U3CIsStreamedU3Ek__BackingField_4;
|
|
// System.Boolean BestHTTP.HTTPResponse::<IsStreamingFinished>k__BackingField
|
|
bool ___U3CIsStreamingFinishedU3Ek__BackingField_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPResponse::<Headers>k__BackingField
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___U3CHeadersU3Ek__BackingField_6;
|
|
// System.Byte[] BestHTTP.HTTPResponse::<Data>k__BackingField
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CDataU3Ek__BackingField_7;
|
|
// System.Boolean BestHTTP.HTTPResponse::<IsUpgraded>k__BackingField
|
|
bool ___U3CIsUpgradedU3Ek__BackingField_8;
|
|
// System.String BestHTTP.HTTPResponse::dataAsText
|
|
String_t* ___dataAsText_9;
|
|
// System.Boolean BestHTTP.HTTPResponse::<IsClosedManually>k__BackingField
|
|
bool ___U3CIsClosedManuallyU3Ek__BackingField_10;
|
|
// BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___baseRequest_11;
|
|
// System.IO.Stream BestHTTP.HTTPResponse::Stream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Stream_12;
|
|
// System.Collections.Generic.List`1<System.Byte[]> BestHTTP.HTTPResponse::streamedFragments
|
|
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * ___streamedFragments_13;
|
|
// System.Object BestHTTP.HTTPResponse::SyncRoot
|
|
RuntimeObject * ___SyncRoot_14;
|
|
// System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___fragmentBuffer_15;
|
|
// System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength
|
|
int32_t ___fragmentBufferDataLength_16;
|
|
// System.Int32 BestHTTP.HTTPResponse::allFragmentSize
|
|
int32_t ___allFragmentSize_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CVersionMajorU3Ek__BackingField_0)); }
|
|
inline int32_t get_U3CVersionMajorU3Ek__BackingField_0() const { return ___U3CVersionMajorU3Ek__BackingField_0; }
|
|
inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_0() { return &___U3CVersionMajorU3Ek__BackingField_0; }
|
|
inline void set_U3CVersionMajorU3Ek__BackingField_0(int32_t value)
|
|
{
|
|
___U3CVersionMajorU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CVersionMinorU3Ek__BackingField_1)); }
|
|
inline int32_t get_U3CVersionMinorU3Ek__BackingField_1() const { return ___U3CVersionMinorU3Ek__BackingField_1; }
|
|
inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_1() { return &___U3CVersionMinorU3Ek__BackingField_1; }
|
|
inline void set_U3CVersionMinorU3Ek__BackingField_1(int32_t value)
|
|
{
|
|
___U3CVersionMinorU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CStatusCodeU3Ek__BackingField_2)); }
|
|
inline int32_t get_U3CStatusCodeU3Ek__BackingField_2() const { return ___U3CStatusCodeU3Ek__BackingField_2; }
|
|
inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_2() { return &___U3CStatusCodeU3Ek__BackingField_2; }
|
|
inline void set_U3CStatusCodeU3Ek__BackingField_2(int32_t value)
|
|
{
|
|
___U3CStatusCodeU3Ek__BackingField_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CMessageU3Ek__BackingField_3)); }
|
|
inline String_t* get_U3CMessageU3Ek__BackingField_3() const { return ___U3CMessageU3Ek__BackingField_3; }
|
|
inline String_t** get_address_of_U3CMessageU3Ek__BackingField_3() { return &___U3CMessageU3Ek__BackingField_3; }
|
|
inline void set_U3CMessageU3Ek__BackingField_3(String_t* value)
|
|
{
|
|
___U3CMessageU3Ek__BackingField_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsStreamedU3Ek__BackingField_4)); }
|
|
inline bool get_U3CIsStreamedU3Ek__BackingField_4() const { return ___U3CIsStreamedU3Ek__BackingField_4; }
|
|
inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_4() { return &___U3CIsStreamedU3Ek__BackingField_4; }
|
|
inline void set_U3CIsStreamedU3Ek__BackingField_4(bool value)
|
|
{
|
|
___U3CIsStreamedU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsStreamingFinishedU3Ek__BackingField_5)); }
|
|
inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_5() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_5; }
|
|
inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_5() { return &___U3CIsStreamingFinishedU3Ek__BackingField_5; }
|
|
inline void set_U3CIsStreamingFinishedU3Ek__BackingField_5(bool value)
|
|
{
|
|
___U3CIsStreamingFinishedU3Ek__BackingField_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CHeadersU3Ek__BackingField_6)); }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * get_U3CHeadersU3Ek__BackingField_6() const { return ___U3CHeadersU3Ek__BackingField_6; }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF ** get_address_of_U3CHeadersU3Ek__BackingField_6() { return &___U3CHeadersU3Ek__BackingField_6; }
|
|
inline void set_U3CHeadersU3Ek__BackingField_6(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * value)
|
|
{
|
|
___U3CHeadersU3Ek__BackingField_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CDataU3Ek__BackingField_7)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CDataU3Ek__BackingField_7() const { return ___U3CDataU3Ek__BackingField_7; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CDataU3Ek__BackingField_7() { return &___U3CDataU3Ek__BackingField_7; }
|
|
inline void set_U3CDataU3Ek__BackingField_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___U3CDataU3Ek__BackingField_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsUpgradedU3Ek__BackingField_8)); }
|
|
inline bool get_U3CIsUpgradedU3Ek__BackingField_8() const { return ___U3CIsUpgradedU3Ek__BackingField_8; }
|
|
inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_8() { return &___U3CIsUpgradedU3Ek__BackingField_8; }
|
|
inline void set_U3CIsUpgradedU3Ek__BackingField_8(bool value)
|
|
{
|
|
___U3CIsUpgradedU3Ek__BackingField_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dataAsText_9() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___dataAsText_9)); }
|
|
inline String_t* get_dataAsText_9() const { return ___dataAsText_9; }
|
|
inline String_t** get_address_of_dataAsText_9() { return &___dataAsText_9; }
|
|
inline void set_dataAsText_9(String_t* value)
|
|
{
|
|
___dataAsText_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsClosedManuallyU3Ek__BackingField_10)); }
|
|
inline bool get_U3CIsClosedManuallyU3Ek__BackingField_10() const { return ___U3CIsClosedManuallyU3Ek__BackingField_10; }
|
|
inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_10() { return &___U3CIsClosedManuallyU3Ek__BackingField_10; }
|
|
inline void set_U3CIsClosedManuallyU3Ek__BackingField_10(bool value)
|
|
{
|
|
___U3CIsClosedManuallyU3Ek__BackingField_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_baseRequest_11() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___baseRequest_11)); }
|
|
inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * get_baseRequest_11() const { return ___baseRequest_11; }
|
|
inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE ** get_address_of_baseRequest_11() { return &___baseRequest_11; }
|
|
inline void set_baseRequest_11(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * value)
|
|
{
|
|
___baseRequest_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Stream_12() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___Stream_12)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Stream_12() const { return ___Stream_12; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Stream_12() { return &___Stream_12; }
|
|
inline void set_Stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___Stream_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Stream_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_streamedFragments_13() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___streamedFragments_13)); }
|
|
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * get_streamedFragments_13() const { return ___streamedFragments_13; }
|
|
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 ** get_address_of_streamedFragments_13() { return &___streamedFragments_13; }
|
|
inline void set_streamedFragments_13(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * value)
|
|
{
|
|
___streamedFragments_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SyncRoot_14() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___SyncRoot_14)); }
|
|
inline RuntimeObject * get_SyncRoot_14() const { return ___SyncRoot_14; }
|
|
inline RuntimeObject ** get_address_of_SyncRoot_14() { return &___SyncRoot_14; }
|
|
inline void set_SyncRoot_14(RuntimeObject * value)
|
|
{
|
|
___SyncRoot_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fragmentBuffer_15() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___fragmentBuffer_15)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_fragmentBuffer_15() const { return ___fragmentBuffer_15; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_fragmentBuffer_15() { return &___fragmentBuffer_15; }
|
|
inline void set_fragmentBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___fragmentBuffer_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fragmentBufferDataLength_16() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___fragmentBufferDataLength_16)); }
|
|
inline int32_t get_fragmentBufferDataLength_16() const { return ___fragmentBufferDataLength_16; }
|
|
inline int32_t* get_address_of_fragmentBufferDataLength_16() { return &___fragmentBufferDataLength_16; }
|
|
inline void set_fragmentBufferDataLength_16(int32_t value)
|
|
{
|
|
___fragmentBufferDataLength_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allFragmentSize_17() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___allFragmentSize_17)); }
|
|
inline int32_t get_allFragmentSize_17() const { return ___allFragmentSize_17; }
|
|
inline int32_t* get_address_of_allFragmentSize_17() { return &___allFragmentSize_17; }
|
|
inline void set_allFragmentSize_17(int32_t value)
|
|
{
|
|
___allFragmentSize_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPUpdateDelegator
|
|
struct HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields
|
|
{
|
|
public:
|
|
// BestHTTP.HTTPUpdateDelegator BestHTTP.HTTPUpdateDelegator::<Instance>k__BackingField
|
|
HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * ___U3CInstanceU3Ek__BackingField_0;
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::<IsCreated>k__BackingField
|
|
bool ___U3CIsCreatedU3Ek__BackingField_1;
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::<IsThreaded>k__BackingField
|
|
bool ___U3CIsThreadedU3Ek__BackingField_2;
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::<IsThreadRunning>k__BackingField
|
|
bool ___U3CIsThreadRunningU3Ek__BackingField_3;
|
|
// System.Int32 BestHTTP.HTTPUpdateDelegator::<ThreadFrequencyInMS>k__BackingField
|
|
int32_t ___U3CThreadFrequencyInMSU3Ek__BackingField_4;
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::IsSetupCalled
|
|
bool ___IsSetupCalled_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); }
|
|
inline HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; }
|
|
inline HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; }
|
|
inline void set_U3CInstanceU3Ek__BackingField_0(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * value)
|
|
{
|
|
___U3CInstanceU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsCreatedU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields, ___U3CIsCreatedU3Ek__BackingField_1)); }
|
|
inline bool get_U3CIsCreatedU3Ek__BackingField_1() const { return ___U3CIsCreatedU3Ek__BackingField_1; }
|
|
inline bool* get_address_of_U3CIsCreatedU3Ek__BackingField_1() { return &___U3CIsCreatedU3Ek__BackingField_1; }
|
|
inline void set_U3CIsCreatedU3Ek__BackingField_1(bool value)
|
|
{
|
|
___U3CIsCreatedU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsThreadedU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields, ___U3CIsThreadedU3Ek__BackingField_2)); }
|
|
inline bool get_U3CIsThreadedU3Ek__BackingField_2() const { return ___U3CIsThreadedU3Ek__BackingField_2; }
|
|
inline bool* get_address_of_U3CIsThreadedU3Ek__BackingField_2() { return &___U3CIsThreadedU3Ek__BackingField_2; }
|
|
inline void set_U3CIsThreadedU3Ek__BackingField_2(bool value)
|
|
{
|
|
___U3CIsThreadedU3Ek__BackingField_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsThreadRunningU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields, ___U3CIsThreadRunningU3Ek__BackingField_3)); }
|
|
inline bool get_U3CIsThreadRunningU3Ek__BackingField_3() const { return ___U3CIsThreadRunningU3Ek__BackingField_3; }
|
|
inline bool* get_address_of_U3CIsThreadRunningU3Ek__BackingField_3() { return &___U3CIsThreadRunningU3Ek__BackingField_3; }
|
|
inline void set_U3CIsThreadRunningU3Ek__BackingField_3(bool value)
|
|
{
|
|
___U3CIsThreadRunningU3Ek__BackingField_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CThreadFrequencyInMSU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields, ___U3CThreadFrequencyInMSU3Ek__BackingField_4)); }
|
|
inline int32_t get_U3CThreadFrequencyInMSU3Ek__BackingField_4() const { return ___U3CThreadFrequencyInMSU3Ek__BackingField_4; }
|
|
inline int32_t* get_address_of_U3CThreadFrequencyInMSU3Ek__BackingField_4() { return &___U3CThreadFrequencyInMSU3Ek__BackingField_4; }
|
|
inline void set_U3CThreadFrequencyInMSU3Ek__BackingField_4(int32_t value)
|
|
{
|
|
___U3CThreadFrequencyInMSU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsSetupCalled_5() { return static_cast<int32_t>(offsetof(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields, ___IsSetupCalled_5)); }
|
|
inline bool get_IsSetupCalled_5() const { return ___IsSetupCalled_5; }
|
|
inline bool* get_address_of_IsSetupCalled_5() { return &___IsSetupCalled_5; }
|
|
inline void set_IsSetupCalled_5(bool value)
|
|
{
|
|
___IsSetupCalled_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.PlatformSupport.TcpClient.General.TcpClient_<>c__DisplayClass55_0
|
|
struct U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Threading.ManualResetEvent BestHTTP.PlatformSupport.TcpClient.General.TcpClient_<>c__DisplayClass55_0::mre
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___mre_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_mre_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA, ___mre_0)); }
|
|
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_mre_0() const { return ___mre_0; }
|
|
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_mre_0() { return &___mre_0; }
|
|
inline void set_mre_0(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
|
|
{
|
|
___mre_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___mre_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.ServerSentEvents.Message
|
|
struct Message_t2999FB1BB4BDE5373FB6C1F8E16489EEE799126B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// MiniJSON.Json
|
|
struct Json_t1734D2443AAA288C6B725EE910E938DD0737664F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// MiniJSON.Json_Parser
|
|
struct Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IO.StringReader MiniJSON.Json_Parser::json
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * ___json_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_json_0() { return static_cast<int32_t>(offsetof(Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28, ___json_0)); }
|
|
inline StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * get_json_0() const { return ___json_0; }
|
|
inline StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 ** get_address_of_json_0() { return &___json_0; }
|
|
inline void set_json_0(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * value)
|
|
{
|
|
___json_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___json_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// MiniJSON.Json_Serializer
|
|
struct Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Text.StringBuilder MiniJSON.Json_Serializer::builder
|
|
StringBuilder_t * ___builder_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_builder_0() { return static_cast<int32_t>(offsetof(Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E, ___builder_0)); }
|
|
inline StringBuilder_t * get_builder_0() const { return ___builder_0; }
|
|
inline StringBuilder_t ** get_address_of_builder_0() { return &___builder_0; }
|
|
inline void set_builder_0(StringBuilder_t * value)
|
|
{
|
|
___builder_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___builder_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.BitConverter
|
|
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields
|
|
{
|
|
public:
|
|
// System.Boolean System.BitConverter::IsLittleEndian
|
|
bool ___IsLittleEndian_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast<int32_t>(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); }
|
|
inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; }
|
|
inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; }
|
|
inline void set_IsLittleEndian_0(bool value)
|
|
{
|
|
___IsLittleEndian_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object[] System.Collections.ArrayList::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
|
|
// System.Int32 System.Collections.ArrayList::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.ArrayList::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.ArrayList::_syncRoot
|
|
RuntimeObject * ____syncRoot_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
|
|
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
|
|
inline int32_t get__size_1() const { return ____size_1; }
|
|
inline int32_t* get_address_of__size_1() { return &____size_1; }
|
|
inline void set__size_1(int32_t value)
|
|
{
|
|
____size_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
|
|
inline int32_t get__version_2() const { return ____version_2; }
|
|
inline int32_t* get_address_of__version_2() { return &____version_2; }
|
|
inline void set__version_2(int32_t value)
|
|
{
|
|
____version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
|
|
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
|
|
inline void set__syncRoot_3(RuntimeObject * value)
|
|
{
|
|
____syncRoot_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
|
|
{
|
|
public:
|
|
// System.Object[] System.Collections.ArrayList::emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_emptyArray_4() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; }
|
|
inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___emptyArray_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<System.String,taurus.client.TDataWrapper>
|
|
struct KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_KeyCollection::dictionary
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * ___dictionary_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650, ___dictionary_0)); }
|
|
inline Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * get_dictionary_0() const { return ___dictionary_0; }
|
|
inline Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 ** get_address_of_dictionary_0() { return &___dictionary_0; }
|
|
inline void set_dictionary_0(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * value)
|
|
{
|
|
___dictionary_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<System.String,taurus.client.FileHead>
|
|
struct ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
|
|
Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * ___dictionary_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479, ___dictionary_0)); }
|
|
inline Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * get_dictionary_0() const { return ___dictionary_0; }
|
|
inline Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 ** get_address_of_dictionary_0() { return &___dictionary_0; }
|
|
inline void set_dictionary_0(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * value)
|
|
{
|
|
___dictionary_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Action`1<taurus.client.Packet>>
|
|
struct Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tA897009F9D10AE7D72C3B319A26023571B4EF81B* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_tF7599F90582A98A8222518FB4CA0DF49262F4031 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t75B31C6EF9D8A3345EABE4731F88E9C875E7BDDC * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ___entries_1)); }
|
|
inline EntryU5BU5D_tA897009F9D10AE7D72C3B319A26023571B4EF81B* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tA897009F9D10AE7D72C3B319A26023571B4EF81B** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tA897009F9D10AE7D72C3B319A26023571B4EF81B* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ___keys_7)); }
|
|
inline KeyCollection_tF7599F90582A98A8222518FB4CA0DF49262F4031 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_tF7599F90582A98A8222518FB4CA0DF49262F4031 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_tF7599F90582A98A8222518FB4CA0DF49262F4031 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ___values_8)); }
|
|
inline ValueCollection_t75B31C6EF9D8A3345EABE4731F88E9C875E7BDDC * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t75B31C6EF9D8A3345EABE4731F88E9C875E7BDDC ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t75B31C6EF9D8A3345EABE4731F88E9C875E7BDDC * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>
|
|
struct Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tDD3446D55D275157CF7DD861AE3D78DB46CE8D65* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t37B46E3D48BC61122F042BD22DD1A400F291A659 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_tD4D5EBFFCB7D839C9E7E6C72BE32ED5C045E593E * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ___entries_1)); }
|
|
inline EntryU5BU5D_tDD3446D55D275157CF7DD861AE3D78DB46CE8D65* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tDD3446D55D275157CF7DD861AE3D78DB46CE8D65** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tDD3446D55D275157CF7DD861AE3D78DB46CE8D65* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ___keys_7)); }
|
|
inline KeyCollection_t37B46E3D48BC61122F042BD22DD1A400F291A659 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t37B46E3D48BC61122F042BD22DD1A400F291A659 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t37B46E3D48BC61122F042BD22DD1A400F291A659 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ___values_8)); }
|
|
inline ValueCollection_tD4D5EBFFCB7D839C9E7E6C72BE32ED5C045E593E * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_tD4D5EBFFCB7D839C9E7E6C72BE32ED5C045E593E ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_tD4D5EBFFCB7D839C9E7E6C72BE32ED5C045E593E * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>
|
|
struct Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tA5B97EA90D4BE7F710BABB9A39F974A38394D3C0* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t1BABBEA8121C5B4211355214E8C46B26B8DFC956 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t745348FB9874C30D8D3EA37349A25BACE57545DD * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ___entries_1)); }
|
|
inline EntryU5BU5D_tA5B97EA90D4BE7F710BABB9A39F974A38394D3C0* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tA5B97EA90D4BE7F710BABB9A39F974A38394D3C0** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tA5B97EA90D4BE7F710BABB9A39F974A38394D3C0* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ___keys_7)); }
|
|
inline KeyCollection_t1BABBEA8121C5B4211355214E8C46B26B8DFC956 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t1BABBEA8121C5B4211355214E8C46B26B8DFC956 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t1BABBEA8121C5B4211355214E8C46B26B8DFC956 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ___values_8)); }
|
|
inline ValueCollection_t745348FB9874C30D8D3EA37349A25BACE57545DD * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t745348FB9874C30D8D3EA37349A25BACE57545DD ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t745348FB9874C30D8D3EA37349A25BACE57545DD * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>
|
|
struct Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_t531F3A209529300A2A39C8F0429744C44F282CD1* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t2CDDBD9AEFD26E2A7D5BCCAB0E511ED82B3E0E52 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ___entries_1)); }
|
|
inline EntryU5BU5D_t531F3A209529300A2A39C8F0429744C44F282CD1* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_t531F3A209529300A2A39C8F0429744C44F282CD1** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_t531F3A209529300A2A39C8F0429744C44F282CD1* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ___keys_7)); }
|
|
inline KeyCollection_t2CDDBD9AEFD26E2A7D5BCCAB0E511ED82B3E0E52 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t2CDDBD9AEFD26E2A7D5BCCAB0E511ED82B3E0E52 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t2CDDBD9AEFD26E2A7D5BCCAB0E511ED82B3E0E52 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ___values_8)); }
|
|
inline ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>
|
|
struct Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2 * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___entries_1)); }
|
|
inline EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___keys_7)); }
|
|
inline KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___values_8)); }
|
|
inline ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>
|
|
struct Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tC81780D3385DA107A3F482541C6AD838930FF781* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t62235261F8559CBC590B48614B3384472A3930F7 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_tD2762FA4FCEDC862DF7EF168D3836BAEB3498FF0 * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ___entries_1)); }
|
|
inline EntryU5BU5D_tC81780D3385DA107A3F482541C6AD838930FF781* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tC81780D3385DA107A3F482541C6AD838930FF781** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tC81780D3385DA107A3F482541C6AD838930FF781* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ___keys_7)); }
|
|
inline KeyCollection_t62235261F8559CBC590B48614B3384472A3930F7 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t62235261F8559CBC590B48614B3384472A3930F7 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t62235261F8559CBC590B48614B3384472A3930F7 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ___values_8)); }
|
|
inline ValueCollection_tD2762FA4FCEDC862DF7EF168D3836BAEB3498FF0 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_tD2762FA4FCEDC862DF7EF168D3836BAEB3498FF0 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_tD2762FA4FCEDC862DF7EF168D3836BAEB3498FF0 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>
|
|
struct List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
MessageU5BU5D_t0C928A948AEE6869AB5899C15F5442F1B50EE73B* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE, ____items_1)); }
|
|
inline MessageU5BU5D_t0C928A948AEE6869AB5899C15F5442F1B50EE73B* get__items_1() const { return ____items_1; }
|
|
inline MessageU5BU5D_t0C928A948AEE6869AB5899C15F5442F1B50EE73B** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(MessageU5BU5D_t0C928A948AEE6869AB5899C15F5442F1B50EE73B* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
MessageU5BU5D_t0C928A948AEE6869AB5899C15F5442F1B50EE73B* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE_StaticFields, ____emptyArray_5)); }
|
|
inline MessageU5BU5D_t0C928A948AEE6869AB5899C15F5442F1B50EE73B* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline MessageU5BU5D_t0C928A948AEE6869AB5899C15F5442F1B50EE73B** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(MessageU5BU5D_t0C928A948AEE6869AB5899C15F5442F1B50EE73B* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Byte[]>
|
|
struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531, ____items_1)); }
|
|
inline ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1* get__items_1() const { return ____items_1; }
|
|
inline ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531_StaticFields, ____emptyArray_5)); }
|
|
inline ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____items_1)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__items_1() const { return ____items_1; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields, ____emptyArray_5)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<taurus.client.Message>
|
|
struct List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
MessageU5BU5D_t88267E509808EA42201C8206DD96B8FECD87C126* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16, ____items_1)); }
|
|
inline MessageU5BU5D_t88267E509808EA42201C8206DD96B8FECD87C126* get__items_1() const { return ____items_1; }
|
|
inline MessageU5BU5D_t88267E509808EA42201C8206DD96B8FECD87C126** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(MessageU5BU5D_t88267E509808EA42201C8206DD96B8FECD87C126* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
MessageU5BU5D_t88267E509808EA42201C8206DD96B8FECD87C126* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16_StaticFields, ____emptyArray_5)); }
|
|
inline MessageU5BU5D_t88267E509808EA42201C8206DD96B8FECD87C126* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline MessageU5BU5D_t88267E509808EA42201C8206DD96B8FECD87C126** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(MessageU5BU5D_t88267E509808EA42201C8206DD96B8FECD87C126* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<taurus.client.TDataWrapper>
|
|
struct List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TDataWrapperU5BU5D_tEC6F552A308339B78C0D5DADA9004E67748034DA* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6, ____items_1)); }
|
|
inline TDataWrapperU5BU5D_tEC6F552A308339B78C0D5DADA9004E67748034DA* get__items_1() const { return ____items_1; }
|
|
inline TDataWrapperU5BU5D_tEC6F552A308339B78C0D5DADA9004E67748034DA** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(TDataWrapperU5BU5D_tEC6F552A308339B78C0D5DADA9004E67748034DA* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
TDataWrapperU5BU5D_tEC6F552A308339B78C0D5DADA9004E67748034DA* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6_StaticFields, ____emptyArray_5)); }
|
|
inline TDataWrapperU5BU5D_tEC6F552A308339B78C0D5DADA9004E67748034DA* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline TDataWrapperU5BU5D_tEC6F552A308339B78C0D5DADA9004E67748034DA** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(TDataWrapperU5BU5D_tEC6F552A308339B78C0D5DADA9004E67748034DA* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<taurus.client.TaurusClient>
|
|
struct List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TaurusClientU5BU5D_t7DB89CF6873B72107B6B9D5BBD765890EBC5CA0F* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3, ____items_1)); }
|
|
inline TaurusClientU5BU5D_t7DB89CF6873B72107B6B9D5BBD765890EBC5CA0F* get__items_1() const { return ____items_1; }
|
|
inline TaurusClientU5BU5D_t7DB89CF6873B72107B6B9D5BBD765890EBC5CA0F** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(TaurusClientU5BU5D_t7DB89CF6873B72107B6B9D5BBD765890EBC5CA0F* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
TaurusClientU5BU5D_t7DB89CF6873B72107B6B9D5BBD765890EBC5CA0F* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3_StaticFields, ____emptyArray_5)); }
|
|
inline TaurusClientU5BU5D_t7DB89CF6873B72107B6B9D5BBD765890EBC5CA0F* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline TaurusClientU5BU5D_t7DB89CF6873B72107B6B9D5BBD765890EBC5CA0F** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(TaurusClientU5BU5D_t7DB89CF6873B72107B6B9D5BBD765890EBC5CA0F* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Queue`1<System.Action>
|
|
struct Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
ActionU5BU5D_tBFE34E95F8D5EAA828CD01E01994E4574F55958B* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080, ____array_0)); }
|
|
inline ActionU5BU5D_tBFE34E95F8D5EAA828CD01E01994E4574F55958B* get__array_0() const { return ____array_0; }
|
|
inline ActionU5BU5D_tBFE34E95F8D5EAA828CD01E01994E4574F55958B** get_address_of__array_0() { return &____array_0; }
|
|
inline void set__array_0(ActionU5BU5D_tBFE34E95F8D5EAA828CD01E01994E4574F55958B* value)
|
|
{
|
|
____array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__head_1() { return static_cast<int32_t>(offsetof(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080, ____head_1)); }
|
|
inline int32_t get__head_1() const { return ____head_1; }
|
|
inline int32_t* get_address_of__head_1() { return &____head_1; }
|
|
inline void set__head_1(int32_t value)
|
|
{
|
|
____head_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080, ____tail_2)); }
|
|
inline int32_t get__tail_2() const { return ____tail_2; }
|
|
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
|
|
inline void set__tail_2(int32_t value)
|
|
{
|
|
____tail_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080, ____size_3)); }
|
|
inline int32_t get__size_3() const { return ____size_3; }
|
|
inline int32_t* get_address_of__size_3() { return &____size_3; }
|
|
inline void set__size_3(int32_t value)
|
|
{
|
|
____size_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_4() { return static_cast<int32_t>(offsetof(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080, ____version_4)); }
|
|
inline int32_t get__version_4() const { return ____version_4; }
|
|
inline int32_t* get_address_of__version_4() { return &____version_4; }
|
|
inline void set__version_4(int32_t value)
|
|
{
|
|
____version_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_5() { return static_cast<int32_t>(offsetof(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080, ____syncRoot_5)); }
|
|
inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; }
|
|
inline void set__syncRoot_5(RuntimeObject * value)
|
|
{
|
|
____syncRoot_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Queue`1<System.Int64>
|
|
struct Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6, ____array_0)); }
|
|
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* get__array_0() const { return ____array_0; }
|
|
inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** get_address_of__array_0() { return &____array_0; }
|
|
inline void set__array_0(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* value)
|
|
{
|
|
____array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__head_1() { return static_cast<int32_t>(offsetof(Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6, ____head_1)); }
|
|
inline int32_t get__head_1() const { return ____head_1; }
|
|
inline int32_t* get_address_of__head_1() { return &____head_1; }
|
|
inline void set__head_1(int32_t value)
|
|
{
|
|
____head_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6, ____tail_2)); }
|
|
inline int32_t get__tail_2() const { return ____tail_2; }
|
|
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
|
|
inline void set__tail_2(int32_t value)
|
|
{
|
|
____tail_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6, ____size_3)); }
|
|
inline int32_t get__size_3() const { return ____size_3; }
|
|
inline int32_t* get_address_of__size_3() { return &____size_3; }
|
|
inline void set__size_3(int32_t value)
|
|
{
|
|
____size_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_4() { return static_cast<int32_t>(offsetof(Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6, ____version_4)); }
|
|
inline int32_t get__version_4() const { return ____version_4; }
|
|
inline int32_t* get_address_of__version_4() { return &____version_4; }
|
|
inline void set__version_4(int32_t value)
|
|
{
|
|
____version_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_5() { return static_cast<int32_t>(offsetof(Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6, ____syncRoot_5)); }
|
|
inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; }
|
|
inline void set__syncRoot_5(RuntimeObject * value)
|
|
{
|
|
____syncRoot_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Queue`1<System.Object>
|
|
struct Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____array_0)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
|
|
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__head_1() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____head_1)); }
|
|
inline int32_t get__head_1() const { return ____head_1; }
|
|
inline int32_t* get_address_of__head_1() { return &____head_1; }
|
|
inline void set__head_1(int32_t value)
|
|
{
|
|
____head_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____tail_2)); }
|
|
inline int32_t get__tail_2() const { return ____tail_2; }
|
|
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
|
|
inline void set__tail_2(int32_t value)
|
|
{
|
|
____tail_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____size_3)); }
|
|
inline int32_t get__size_3() const { return ____size_3; }
|
|
inline int32_t* get_address_of__size_3() { return &____size_3; }
|
|
inline void set__size_3(int32_t value)
|
|
{
|
|
____size_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_4() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____version_4)); }
|
|
inline int32_t get__version_4() const { return ____version_4; }
|
|
inline int32_t* get_address_of__version_4() { return &____version_4; }
|
|
inline void set__version_4(int32_t value)
|
|
{
|
|
____version_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_5() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____syncRoot_5)); }
|
|
inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; }
|
|
inline void set__syncRoot_5(RuntimeObject * value)
|
|
{
|
|
____syncRoot_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Queue`1<taurus.client.ThreadManager_MessgaeThread>
|
|
struct Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.Queue`1::_array
|
|
MessgaeThreadU5BU5D_t821528B77540E757D985BF2A7C7799C59FB423DD* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Generic.Queue`1::_version
|
|
int32_t ____version_4;
|
|
// System.Object System.Collections.Generic.Queue`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1, ____array_0)); }
|
|
inline MessgaeThreadU5BU5D_t821528B77540E757D985BF2A7C7799C59FB423DD* get__array_0() const { return ____array_0; }
|
|
inline MessgaeThreadU5BU5D_t821528B77540E757D985BF2A7C7799C59FB423DD** get_address_of__array_0() { return &____array_0; }
|
|
inline void set__array_0(MessgaeThreadU5BU5D_t821528B77540E757D985BF2A7C7799C59FB423DD* value)
|
|
{
|
|
____array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__head_1() { return static_cast<int32_t>(offsetof(Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1, ____head_1)); }
|
|
inline int32_t get__head_1() const { return ____head_1; }
|
|
inline int32_t* get_address_of__head_1() { return &____head_1; }
|
|
inline void set__head_1(int32_t value)
|
|
{
|
|
____head_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1, ____tail_2)); }
|
|
inline int32_t get__tail_2() const { return ____tail_2; }
|
|
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
|
|
inline void set__tail_2(int32_t value)
|
|
{
|
|
____tail_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1, ____size_3)); }
|
|
inline int32_t get__size_3() const { return ____size_3; }
|
|
inline int32_t* get_address_of__size_3() { return &____size_3; }
|
|
inline void set__size_3(int32_t value)
|
|
{
|
|
____size_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_4() { return static_cast<int32_t>(offsetof(Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1, ____version_4)); }
|
|
inline int32_t get__version_4() const { return ____version_4; }
|
|
inline int32_t* get_address_of__version_4() { return &____version_4; }
|
|
inline void set__version_4(int32_t value)
|
|
{
|
|
____version_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_5() { return static_cast<int32_t>(offsetof(Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1, ____syncRoot_5)); }
|
|
inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; }
|
|
inline void set__syncRoot_5(RuntimeObject * value)
|
|
{
|
|
____syncRoot_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Stack`1<System.Object>
|
|
struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.Stack`1::_array
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.Generic.Stack`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____array_0)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
|
|
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____size_1)); }
|
|
inline int32_t get__size_1() const { return ____size_1; }
|
|
inline int32_t* get_address_of__size_1() { return &____size_1; }
|
|
inline void set__size_1(int32_t value)
|
|
{
|
|
____size_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____version_2)); }
|
|
inline int32_t get__version_2() const { return ____version_2; }
|
|
inline int32_t* get_address_of__version_2() { return &____version_2; }
|
|
inline void set__version_2(int32_t value)
|
|
{
|
|
____version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____syncRoot_3)); }
|
|
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
|
|
inline void set__syncRoot_3(RuntimeObject * value)
|
|
{
|
|
____syncRoot_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Stack`1<taurus.client.ThreadManager_MessgaeThread>
|
|
struct Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.Stack`1::_array
|
|
MessgaeThreadU5BU5D_t821528B77540E757D985BF2A7C7799C59FB423DD* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.Generic.Stack`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366, ____array_0)); }
|
|
inline MessgaeThreadU5BU5D_t821528B77540E757D985BF2A7C7799C59FB423DD* get__array_0() const { return ____array_0; }
|
|
inline MessgaeThreadU5BU5D_t821528B77540E757D985BF2A7C7799C59FB423DD** get_address_of__array_0() { return &____array_0; }
|
|
inline void set__array_0(MessgaeThreadU5BU5D_t821528B77540E757D985BF2A7C7799C59FB423DD* value)
|
|
{
|
|
____array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366, ____size_1)); }
|
|
inline int32_t get__size_1() const { return ____size_1; }
|
|
inline int32_t* get_address_of__size_1() { return &____size_1; }
|
|
inline void set__size_1(int32_t value)
|
|
{
|
|
____size_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366, ____version_2)); }
|
|
inline int32_t get__version_2() const { return ____version_2; }
|
|
inline int32_t* get_address_of__version_2() { return &____version_2; }
|
|
inline void set__version_2(int32_t value)
|
|
{
|
|
____version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366, ____syncRoot_3)); }
|
|
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
|
|
inline void set__syncRoot_3(RuntimeObject * value)
|
|
{
|
|
____syncRoot_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
|
|
{
|
|
public:
|
|
// System.EventArgs System.EventArgs::Empty
|
|
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
|
|
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
|
|
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
|
|
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
|
|
{
|
|
___Empty_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.BinaryWriter
|
|
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IO.Stream System.IO.BinaryWriter::OutStream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___OutStream_1;
|
|
// System.Byte[] System.IO.BinaryWriter::_buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_2;
|
|
// System.Text.Encoding System.IO.BinaryWriter::_encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____encoding_3;
|
|
// System.Text.Encoder System.IO.BinaryWriter::_encoder
|
|
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ____encoder_4;
|
|
// System.Boolean System.IO.BinaryWriter::_leaveOpen
|
|
bool ____leaveOpen_5;
|
|
// System.Byte[] System.IO.BinaryWriter::_largeByteBuffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____largeByteBuffer_6;
|
|
// System.Int32 System.IO.BinaryWriter::_maxChars
|
|
int32_t ____maxChars_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_OutStream_1() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ___OutStream_1)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_OutStream_1() const { return ___OutStream_1; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_OutStream_1() { return &___OutStream_1; }
|
|
inline void set_OutStream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___OutStream_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OutStream_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__buffer_2() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____buffer_2)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_2() const { return ____buffer_2; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_2() { return &____buffer_2; }
|
|
inline void set__buffer_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____buffer_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buffer_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__encoding_3() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoding_3)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__encoding_3() const { return ____encoding_3; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__encoding_3() { return &____encoding_3; }
|
|
inline void set__encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
____encoding_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____encoding_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__encoder_4() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoder_4)); }
|
|
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get__encoder_4() const { return ____encoder_4; }
|
|
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of__encoder_4() { return &____encoder_4; }
|
|
inline void set__encoder_4(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value)
|
|
{
|
|
____encoder_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____encoder_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__leaveOpen_5() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____leaveOpen_5)); }
|
|
inline bool get__leaveOpen_5() const { return ____leaveOpen_5; }
|
|
inline bool* get_address_of__leaveOpen_5() { return &____leaveOpen_5; }
|
|
inline void set__leaveOpen_5(bool value)
|
|
{
|
|
____leaveOpen_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__largeByteBuffer_6() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____largeByteBuffer_6)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__largeByteBuffer_6() const { return ____largeByteBuffer_6; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__largeByteBuffer_6() { return &____largeByteBuffer_6; }
|
|
inline void set__largeByteBuffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____largeByteBuffer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____largeByteBuffer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__maxChars_7() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____maxChars_7)); }
|
|
inline int32_t get__maxChars_7() const { return ____maxChars_7; }
|
|
inline int32_t* get_address_of__maxChars_7() { return &____maxChars_7; }
|
|
inline void set__maxChars_7(int32_t value)
|
|
{
|
|
____maxChars_7 = value;
|
|
}
|
|
};
|
|
|
|
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields
|
|
{
|
|
public:
|
|
// System.IO.BinaryWriter System.IO.BinaryWriter::Null
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___Null_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Null_0() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields, ___Null_0)); }
|
|
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * get_Null_0() const { return ___Null_0; }
|
|
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 ** get_address_of_Null_0() { return &___Null_0; }
|
|
inline void set_Null_0(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * value)
|
|
{
|
|
___Null_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object System.MarshalByRefObject::_identity
|
|
RuntimeObject * ____identity_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
|
|
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
|
|
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
|
|
inline void set__identity_0(RuntimeObject * value)
|
|
{
|
|
____identity_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
// Native definition for COM marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
|
|
// System.Net.EndPoint
|
|
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Net.IPHostEntry
|
|
struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Net.IPHostEntry::hostName
|
|
String_t* ___hostName_0;
|
|
// System.String[] System.Net.IPHostEntry::aliases
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___aliases_1;
|
|
// System.Net.IPAddress[] System.Net.IPHostEntry::addressList
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___addressList_2;
|
|
// System.Boolean System.Net.IPHostEntry::isTrustedHost
|
|
bool ___isTrustedHost_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hostName_0() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___hostName_0)); }
|
|
inline String_t* get_hostName_0() const { return ___hostName_0; }
|
|
inline String_t** get_address_of_hostName_0() { return &___hostName_0; }
|
|
inline void set_hostName_0(String_t* value)
|
|
{
|
|
___hostName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___hostName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_aliases_1() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___aliases_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_aliases_1() const { return ___aliases_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_aliases_1() { return &___aliases_1; }
|
|
inline void set_aliases_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___aliases_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___aliases_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_addressList_2() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___addressList_2)); }
|
|
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* get_addressList_2() const { return ___addressList_2; }
|
|
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3** get_address_of_addressList_2() { return &___addressList_2; }
|
|
inline void set_addressList_2(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* value)
|
|
{
|
|
___addressList_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___addressList_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isTrustedHost_3() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___isTrustedHost_3)); }
|
|
inline bool get_isTrustedHost_3() const { return ___isTrustedHost_3; }
|
|
inline bool* get_address_of_isTrustedHost_3() { return &___isTrustedHost_3; }
|
|
inline void set_isTrustedHost_3(bool value)
|
|
{
|
|
___isTrustedHost_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.LingerOption
|
|
struct LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.Net.Sockets.LingerOption::enabled
|
|
bool ___enabled_0;
|
|
// System.Int32 System.Net.Sockets.LingerOption::lingerTime
|
|
int32_t ___lingerTime_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_enabled_0() { return static_cast<int32_t>(offsetof(LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7, ___enabled_0)); }
|
|
inline bool get_enabled_0() const { return ___enabled_0; }
|
|
inline bool* get_address_of_enabled_0() { return &___enabled_0; }
|
|
inline void set_enabled_0(bool value)
|
|
{
|
|
___enabled_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lingerTime_1() { return static_cast<int32_t>(offsetof(LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7, ___lingerTime_1)); }
|
|
inline int32_t get_lingerTime_1() const { return ___lingerTime_1; }
|
|
inline int32_t* get_address_of_lingerTime_1() { return &___lingerTime_1; }
|
|
inline void set_lingerTime_1(int32_t value)
|
|
{
|
|
___lingerTime_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
|
|
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl
|
|
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl_0;
|
|
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates
|
|
bool ___hideDates_1;
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name
|
|
String_t* ___issuer_name_2;
|
|
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name
|
|
String_t* ___subject_name_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_impl_0() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___impl_0)); }
|
|
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * get_impl_0() const { return ___impl_0; }
|
|
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 ** get_address_of_impl_0() { return &___impl_0; }
|
|
inline void set_impl_0(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * value)
|
|
{
|
|
___impl_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hideDates_1() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___hideDates_1)); }
|
|
inline bool get_hideDates_1() const { return ___hideDates_1; }
|
|
inline bool* get_address_of_hideDates_1() { return &___hideDates_1; }
|
|
inline void set_hideDates_1(bool value)
|
|
{
|
|
___hideDates_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_issuer_name_2() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___issuer_name_2)); }
|
|
inline String_t* get_issuer_name_2() const { return ___issuer_name_2; }
|
|
inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; }
|
|
inline void set_issuer_name_2(String_t* value)
|
|
{
|
|
___issuer_name_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___issuer_name_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_subject_name_3() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___subject_name_3)); }
|
|
inline String_t* get_subject_name_3() const { return ___subject_name_3; }
|
|
inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; }
|
|
inline void set_subject_name_3(String_t* value)
|
|
{
|
|
___subject_name_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___subject_name_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Chain
|
|
struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl
|
|
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_impl_0() { return static_cast<int32_t>(offsetof(X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538, ___impl_0)); }
|
|
inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * get_impl_0() const { return ___impl_0; }
|
|
inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 ** get_address_of_impl_0() { return &___impl_0; }
|
|
inline void set_impl_0(X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * value)
|
|
{
|
|
___impl_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.String::m_stringLength
|
|
int32_t ___m_stringLength_0;
|
|
// System.Char System.String::m_firstChar
|
|
Il2CppChar ___m_firstChar_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
|
|
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
|
|
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
|
|
inline void set_m_stringLength_0(int32_t value)
|
|
{
|
|
___m_stringLength_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
|
|
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
|
|
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
|
|
inline void set_m_firstChar_1(Il2CppChar value)
|
|
{
|
|
___m_firstChar_1 = value;
|
|
}
|
|
};
|
|
|
|
struct String_t_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
|
|
inline String_t* get_Empty_5() const { return ___Empty_5; }
|
|
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
|
|
inline void set_Empty_5(String_t* value)
|
|
{
|
|
___Empty_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Text.Encoding::m_codePage
|
|
int32_t ___m_codePage_55;
|
|
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
|
|
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56;
|
|
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
|
|
bool ___m_deserializedFromEverett_57;
|
|
// System.Boolean System.Text.Encoding::m_isReadOnly
|
|
bool ___m_isReadOnly_58;
|
|
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
|
|
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59;
|
|
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
|
|
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_codePage_55() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); }
|
|
inline int32_t get_m_codePage_55() const { return ___m_codePage_55; }
|
|
inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; }
|
|
inline void set_m_codePage_55(int32_t value)
|
|
{
|
|
___m_codePage_55 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dataItem_56() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; }
|
|
inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
|
|
{
|
|
___dataItem_56 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); }
|
|
inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; }
|
|
inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; }
|
|
inline void set_m_deserializedFromEverett_57(bool value)
|
|
{
|
|
___m_deserializedFromEverett_57 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); }
|
|
inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; }
|
|
inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; }
|
|
inline void set_m_isReadOnly_58(bool value)
|
|
{
|
|
___m_isReadOnly_58 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoderFallback_59() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; }
|
|
inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
|
|
{
|
|
___encoderFallback_59 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_decoderFallback_60() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; }
|
|
inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
|
|
{
|
|
___decoderFallback_60 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
|
|
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
|
|
// System.Object System.Text.Encoding::s_InternalSyncObject
|
|
RuntimeObject * ___s_InternalSyncObject_61;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
|
|
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___defaultEncoding_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
|
|
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___unicodeEncoding_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
|
|
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___bigEndianUnicode_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
|
|
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf7Encoding_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
|
|
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf8Encoding_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
|
|
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf32Encoding_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
|
|
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___asciiEncoding_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
|
|
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___latin1Encoding_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
|
|
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___encodings_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); }
|
|
inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; }
|
|
inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; }
|
|
inline void set_s_InternalSyncObject_61(RuntimeObject * value)
|
|
{
|
|
___s_InternalSyncObject_61 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Char[] System.Text.StringBuilder::m_ChunkChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
|
|
StringBuilder_t * ___m_ChunkPrevious_1;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkLength
|
|
int32_t ___m_ChunkLength_2;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
|
|
int32_t ___m_ChunkOffset_3;
|
|
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
|
|
int32_t ___m_MaxCapacity_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
|
|
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___m_ChunkChars_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
|
|
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
|
|
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
|
|
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
|
|
{
|
|
___m_ChunkPrevious_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
|
|
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
|
|
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
|
|
inline void set_m_ChunkLength_2(int32_t value)
|
|
{
|
|
___m_ChunkLength_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
|
|
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
|
|
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
|
|
inline void set_m_ChunkOffset_3(int32_t value)
|
|
{
|
|
___m_ChunkOffset_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
|
|
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
|
|
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
|
|
inline void set_m_MaxCapacity_4(int32_t value)
|
|
{
|
|
___m_MaxCapacity_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|
{
|
|
};
|
|
|
|
// taurus.client.ByteArray
|
|
struct ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Byte[] taurus.client.ByteArray::buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_0;
|
|
// System.Int32 taurus.client.ByteArray::_position
|
|
int32_t ____position_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buffer_0() { return static_cast<int32_t>(offsetof(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C, ___buffer_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_0() const { return ___buffer_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_0() { return &___buffer_0; }
|
|
inline void set_buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buffer_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__position_1() { return static_cast<int32_t>(offsetof(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C, ____position_1)); }
|
|
inline int32_t get__position_1() const { return ____position_1; }
|
|
inline int32_t* get_address_of__position_1() { return &____position_1; }
|
|
inline void set__position_1(int32_t value)
|
|
{
|
|
____position_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.Event
|
|
struct Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object taurus.client.Event::target
|
|
RuntimeObject * ___target_0;
|
|
// System.String taurus.client.Event::name
|
|
String_t* ___name_1;
|
|
// System.Collections.Hashtable taurus.client.Event::paramMap
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___paramMap_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_target_0() { return static_cast<int32_t>(offsetof(Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680, ___target_0)); }
|
|
inline RuntimeObject * get_target_0() const { return ___target_0; }
|
|
inline RuntimeObject ** get_address_of_target_0() { return &___target_0; }
|
|
inline void set_target_0(RuntimeObject * value)
|
|
{
|
|
___target_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680, ___name_1)); }
|
|
inline String_t* get_name_1() const { return ___name_1; }
|
|
inline String_t** get_address_of_name_1() { return &___name_1; }
|
|
inline void set_name_1(String_t* value)
|
|
{
|
|
___name_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_paramMap_2() { return static_cast<int32_t>(offsetof(Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680, ___paramMap_2)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_paramMap_2() const { return ___paramMap_2; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_paramMap_2() { return &___paramMap_2; }
|
|
inline void set_paramMap_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___paramMap_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___paramMap_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.EventDispatcher
|
|
struct EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Hashtable taurus.client.EventDispatcher::_listeners
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____listeners_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__listeners_0() { return static_cast<int32_t>(offsetof(EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290, ____listeners_0)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__listeners_0() const { return ____listeners_0; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__listeners_0() { return &____listeners_0; }
|
|
inline void set__listeners_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
____listeners_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____listeners_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.FileHead
|
|
struct FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String taurus.client.FileHead::path
|
|
String_t* ___path_0;
|
|
// System.String taurus.client.FileHead::fileName
|
|
String_t* ___fileName_1;
|
|
// System.Int32 taurus.client.FileHead::offset
|
|
int32_t ___offset_2;
|
|
// System.Int32 taurus.client.FileHead::len
|
|
int32_t ___len_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_path_0() { return static_cast<int32_t>(offsetof(FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68, ___path_0)); }
|
|
inline String_t* get_path_0() const { return ___path_0; }
|
|
inline String_t** get_address_of_path_0() { return &___path_0; }
|
|
inline void set_path_0(String_t* value)
|
|
{
|
|
___path_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___path_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fileName_1() { return static_cast<int32_t>(offsetof(FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68, ___fileName_1)); }
|
|
inline String_t* get_fileName_1() const { return ___fileName_1; }
|
|
inline String_t** get_address_of_fileName_1() { return &___fileName_1; }
|
|
inline void set_fileName_1(String_t* value)
|
|
{
|
|
___fileName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fileName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_offset_2() { return static_cast<int32_t>(offsetof(FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68, ___offset_2)); }
|
|
inline int32_t get_offset_2() const { return ___offset_2; }
|
|
inline int32_t* get_address_of_offset_2() { return &___offset_2; }
|
|
inline void set_offset_2(int32_t value)
|
|
{
|
|
___offset_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_len_3() { return static_cast<int32_t>(offsetof(FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68, ___len_3)); }
|
|
inline int32_t get_len_3() const { return ___len_3; }
|
|
inline int32_t* get_address_of_len_3() { return &___len_3; }
|
|
inline void set_len_3(int32_t value)
|
|
{
|
|
___len_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.HttpClient
|
|
struct HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String taurus.client.HttpClient::_url
|
|
String_t* ____url_1;
|
|
// System.String taurus.client.HttpClient::_session_id
|
|
String_t* ____session_id_2;
|
|
// System.Collections.Generic.Queue`1<System.Action> taurus.client.HttpClient::_actionQueue
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * ____actionQueue_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__url_1() { return static_cast<int32_t>(offsetof(HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406, ____url_1)); }
|
|
inline String_t* get__url_1() const { return ____url_1; }
|
|
inline String_t** get_address_of__url_1() { return &____url_1; }
|
|
inline void set__url_1(String_t* value)
|
|
{
|
|
____url_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____url_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__session_id_2() { return static_cast<int32_t>(offsetof(HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406, ____session_id_2)); }
|
|
inline String_t* get__session_id_2() const { return ____session_id_2; }
|
|
inline String_t** get_address_of__session_id_2() { return &____session_id_2; }
|
|
inline void set__session_id_2(String_t* value)
|
|
{
|
|
____session_id_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____session_id_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__actionQueue_3() { return static_cast<int32_t>(offsetof(HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406, ____actionQueue_3)); }
|
|
inline Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * get__actionQueue_3() const { return ____actionQueue_3; }
|
|
inline Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 ** get_address_of__actionQueue_3() { return &____actionQueue_3; }
|
|
inline void set__actionQueue_3(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * value)
|
|
{
|
|
____actionQueue_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____actionQueue_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] taurus.client.HttpClient::NULL_BYTES
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___NULL_BYTES_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NULL_BYTES_0() { return static_cast<int32_t>(offsetof(HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406_StaticFields, ___NULL_BYTES_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_NULL_BYTES_0() const { return ___NULL_BYTES_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_NULL_BYTES_0() { return &___NULL_BYTES_0; }
|
|
inline void set_NULL_BYTES_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___NULL_BYTES_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___NULL_BYTES_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.HttpClient_<>c__DisplayClass13_0
|
|
struct U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// taurus.client.Message taurus.client.HttpClient_<>c__DisplayClass13_0::msg
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_msg_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5, ___msg_0)); }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * get_msg_0() const { return ___msg_0; }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 ** get_address_of_msg_0() { return &___msg_0; }
|
|
inline void set_msg_0(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * value)
|
|
{
|
|
___msg_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___msg_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.HttpClient_<>c__DisplayClass13_1
|
|
struct U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 : public RuntimeObject
|
|
{
|
|
public:
|
|
// taurus.client.MessageResponse taurus.client.HttpClient_<>c__DisplayClass13_1::response
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * ___response_0;
|
|
// taurus.client.HttpClient_<>c__DisplayClass13_0 taurus.client.HttpClient_<>c__DisplayClass13_1::CSU24<>8__locals1
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * ___CSU24U3CU3E8__locals1_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_response_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540, ___response_0)); }
|
|
inline MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * get_response_0() const { return ___response_0; }
|
|
inline MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB ** get_address_of_response_0() { return &___response_0; }
|
|
inline void set_response_0(MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * value)
|
|
{
|
|
___response_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___response_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540, ___CSU24U3CU3E8__locals1_1)); }
|
|
inline U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * get_CSU24U3CU3E8__locals1_1() const { return ___CSU24U3CU3E8__locals1_1; }
|
|
inline U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 ** get_address_of_CSU24U3CU3E8__locals1_1() { return &___CSU24U3CU3E8__locals1_1; }
|
|
inline void set_CSU24U3CU3E8__locals1_1(U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * value)
|
|
{
|
|
___CSU24U3CU3E8__locals1_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.HttpClient_<>c__DisplayClass18_0
|
|
struct U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C : public RuntimeObject
|
|
{
|
|
public:
|
|
// taurus.client.Message taurus.client.HttpClient_<>c__DisplayClass18_0::msg
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg_0;
|
|
// taurus.client.HttpClient taurus.client.HttpClient_<>c__DisplayClass18_0::<>4__this
|
|
HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * ___U3CU3E4__this_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_msg_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C, ___msg_0)); }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * get_msg_0() const { return ___msg_0; }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 ** get_address_of_msg_0() { return &___msg_0; }
|
|
inline void set_msg_0(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * value)
|
|
{
|
|
___msg_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___msg_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C, ___U3CU3E4__this_1)); }
|
|
inline HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; }
|
|
inline HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; }
|
|
inline void set_U3CU3E4__this_1(HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * value)
|
|
{
|
|
___U3CU3E4__this_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.LagMonitor
|
|
struct LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.LagMonitor::_averagePingTime
|
|
int32_t ____averagePingTime_0;
|
|
// System.Timers.Timer taurus.client.LagMonitor::_pollTimer
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * ____pollTimer_1;
|
|
// System.Int32 taurus.client.LagMonitor::_queueSize
|
|
int32_t ____queueSize_2;
|
|
// taurus.client.SocketEngine taurus.client.LagMonitor::_engine
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ____engine_3;
|
|
// System.Collections.Generic.List`1<System.Int32> taurus.client.LagMonitor::_valueQueue
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ____valueQueue_4;
|
|
// System.Collections.Generic.Queue`1<System.Int64> taurus.client.LagMonitor::write_queue
|
|
Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * ___write_queue_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__averagePingTime_0() { return static_cast<int32_t>(offsetof(LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC, ____averagePingTime_0)); }
|
|
inline int32_t get__averagePingTime_0() const { return ____averagePingTime_0; }
|
|
inline int32_t* get_address_of__averagePingTime_0() { return &____averagePingTime_0; }
|
|
inline void set__averagePingTime_0(int32_t value)
|
|
{
|
|
____averagePingTime_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pollTimer_1() { return static_cast<int32_t>(offsetof(LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC, ____pollTimer_1)); }
|
|
inline Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * get__pollTimer_1() const { return ____pollTimer_1; }
|
|
inline Timer_t238C45D8635596EEA04884048EF70F96775D5ADC ** get_address_of__pollTimer_1() { return &____pollTimer_1; }
|
|
inline void set__pollTimer_1(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * value)
|
|
{
|
|
____pollTimer_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____pollTimer_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__queueSize_2() { return static_cast<int32_t>(offsetof(LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC, ____queueSize_2)); }
|
|
inline int32_t get__queueSize_2() const { return ____queueSize_2; }
|
|
inline int32_t* get_address_of__queueSize_2() { return &____queueSize_2; }
|
|
inline void set__queueSize_2(int32_t value)
|
|
{
|
|
____queueSize_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__engine_3() { return static_cast<int32_t>(offsetof(LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC, ____engine_3)); }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * get__engine_3() const { return ____engine_3; }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA ** get_address_of__engine_3() { return &____engine_3; }
|
|
inline void set__engine_3(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * value)
|
|
{
|
|
____engine_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____engine_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__valueQueue_4() { return static_cast<int32_t>(offsetof(LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC, ____valueQueue_4)); }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get__valueQueue_4() const { return ____valueQueue_4; }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of__valueQueue_4() { return &____valueQueue_4; }
|
|
inline void set__valueQueue_4(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
|
|
{
|
|
____valueQueue_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____valueQueue_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_write_queue_5() { return static_cast<int32_t>(offsetof(LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC, ___write_queue_5)); }
|
|
inline Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * get_write_queue_5() const { return ___write_queue_5; }
|
|
inline Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 ** get_address_of_write_queue_5() { return &___write_queue_5; }
|
|
inline void set_write_queue_5(Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * value)
|
|
{
|
|
___write_queue_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___write_queue_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.Logger
|
|
struct Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<taurus.client.LoggerLevel,System.String> taurus.client.Logger::loggerPrint
|
|
Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE * ___loggerPrint_0;
|
|
// System.String taurus.client.Logger::threadStack
|
|
String_t* ___threadStack_1;
|
|
// System.Text.StringBuilder taurus.client.Logger::sb
|
|
StringBuilder_t * ___sb_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_loggerPrint_0() { return static_cast<int32_t>(offsetof(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields, ___loggerPrint_0)); }
|
|
inline Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE * get_loggerPrint_0() const { return ___loggerPrint_0; }
|
|
inline Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE ** get_address_of_loggerPrint_0() { return &___loggerPrint_0; }
|
|
inline void set_loggerPrint_0(Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE * value)
|
|
{
|
|
___loggerPrint_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___loggerPrint_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_threadStack_1() { return static_cast<int32_t>(offsetof(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields, ___threadStack_1)); }
|
|
inline String_t* get_threadStack_1() const { return ___threadStack_1; }
|
|
inline String_t** get_address_of_threadStack_1() { return &___threadStack_1; }
|
|
inline void set_threadStack_1(String_t* value)
|
|
{
|
|
___threadStack_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___threadStack_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sb_2() { return static_cast<int32_t>(offsetof(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields, ___sb_2)); }
|
|
inline StringBuilder_t * get_sb_2() const { return ___sb_2; }
|
|
inline StringBuilder_t ** get_address_of_sb_2() { return &___sb_2; }
|
|
inline void set_sb_2(StringBuilder_t * value)
|
|
{
|
|
___sb_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sb_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.Message
|
|
struct Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean taurus.client.Message::useText
|
|
bool ___useText_0;
|
|
// System.String taurus.client.Message::command
|
|
String_t* ___command_1;
|
|
// taurus.client.ITObject taurus.client.Message::param
|
|
RuntimeObject* ___param_2;
|
|
// System.String taurus.client.Message::textParam
|
|
String_t* ___textParam_3;
|
|
// System.Action`1<taurus.client.MessageResponse> taurus.client.Message::callback
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * ___callback_4;
|
|
// System.Object taurus.client.Message::data
|
|
RuntimeObject * ___data_5;
|
|
// System.Int64 taurus.client.Message::lastTime
|
|
int64_t ___lastTime_6;
|
|
// System.Int32 taurus.client.Message::gid
|
|
int32_t ___gid_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_useText_0() { return static_cast<int32_t>(offsetof(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6, ___useText_0)); }
|
|
inline bool get_useText_0() const { return ___useText_0; }
|
|
inline bool* get_address_of_useText_0() { return &___useText_0; }
|
|
inline void set_useText_0(bool value)
|
|
{
|
|
___useText_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_command_1() { return static_cast<int32_t>(offsetof(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6, ___command_1)); }
|
|
inline String_t* get_command_1() const { return ___command_1; }
|
|
inline String_t** get_address_of_command_1() { return &___command_1; }
|
|
inline void set_command_1(String_t* value)
|
|
{
|
|
___command_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___command_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_param_2() { return static_cast<int32_t>(offsetof(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6, ___param_2)); }
|
|
inline RuntimeObject* get_param_2() const { return ___param_2; }
|
|
inline RuntimeObject** get_address_of_param_2() { return &___param_2; }
|
|
inline void set_param_2(RuntimeObject* value)
|
|
{
|
|
___param_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___param_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textParam_3() { return static_cast<int32_t>(offsetof(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6, ___textParam_3)); }
|
|
inline String_t* get_textParam_3() const { return ___textParam_3; }
|
|
inline String_t** get_address_of_textParam_3() { return &___textParam_3; }
|
|
inline void set_textParam_3(String_t* value)
|
|
{
|
|
___textParam_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textParam_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_4() { return static_cast<int32_t>(offsetof(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6, ___callback_4)); }
|
|
inline Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * get_callback_4() const { return ___callback_4; }
|
|
inline Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 ** get_address_of_callback_4() { return &___callback_4; }
|
|
inline void set_callback_4(Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * value)
|
|
{
|
|
___callback_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_5() { return static_cast<int32_t>(offsetof(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6, ___data_5)); }
|
|
inline RuntimeObject * get_data_5() const { return ___data_5; }
|
|
inline RuntimeObject ** get_address_of_data_5() { return &___data_5; }
|
|
inline void set_data_5(RuntimeObject * value)
|
|
{
|
|
___data_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lastTime_6() { return static_cast<int32_t>(offsetof(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6, ___lastTime_6)); }
|
|
inline int64_t get_lastTime_6() const { return ___lastTime_6; }
|
|
inline int64_t* get_address_of_lastTime_6() { return &___lastTime_6; }
|
|
inline void set_lastTime_6(int64_t value)
|
|
{
|
|
___lastTime_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_gid_7() { return static_cast<int32_t>(offsetof(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6, ___gid_7)); }
|
|
inline int32_t get_gid_7() const { return ___gid_7; }
|
|
inline int32_t* get_address_of_gid_7() { return &___gid_7; }
|
|
inline void set_gid_7(int32_t value)
|
|
{
|
|
___gid_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.MessageResponse
|
|
struct MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB : public RuntimeObject
|
|
{
|
|
public:
|
|
// taurus.client.Message taurus.client.MessageResponse::messageData
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___messageData_0;
|
|
// System.Int32 taurus.client.MessageResponse::returnCode
|
|
int32_t ___returnCode_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_messageData_0() { return static_cast<int32_t>(offsetof(MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB, ___messageData_0)); }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * get_messageData_0() const { return ___messageData_0; }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 ** get_address_of_messageData_0() { return &___messageData_0; }
|
|
inline void set_messageData_0(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * value)
|
|
{
|
|
___messageData_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___messageData_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_returnCode_1() { return static_cast<int32_t>(offsetof(MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB, ___returnCode_1)); }
|
|
inline int32_t get_returnCode_1() const { return ___returnCode_1; }
|
|
inline int32_t* get_address_of_returnCode_1() { return &___returnCode_1; }
|
|
inline void set_returnCode_1(int32_t value)
|
|
{
|
|
___returnCode_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.NetManager
|
|
struct NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<taurus.client.TaurusClient> taurus.client.NetManager::_clientList
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * ____clientList_0;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient> taurus.client.NetManager::_clientMap
|
|
Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * ____clientMap_1;
|
|
// System.Int32 taurus.client.NetManager::_timout
|
|
int32_t ____timout_2;
|
|
// System.Int32 taurus.client.NetManager::_version
|
|
int32_t ____version_3;
|
|
// System.Boolean taurus.client.NetManager::debug_print
|
|
bool ___debug_print_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__clientList_0() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ____clientList_0)); }
|
|
inline List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * get__clientList_0() const { return ____clientList_0; }
|
|
inline List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 ** get_address_of__clientList_0() { return &____clientList_0; }
|
|
inline void set__clientList_0(List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * value)
|
|
{
|
|
____clientList_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____clientList_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__clientMap_1() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ____clientMap_1)); }
|
|
inline Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * get__clientMap_1() const { return ____clientMap_1; }
|
|
inline Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 ** get_address_of__clientMap_1() { return &____clientMap_1; }
|
|
inline void set__clientMap_1(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * value)
|
|
{
|
|
____clientMap_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____clientMap_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__timout_2() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ____timout_2)); }
|
|
inline int32_t get__timout_2() const { return ____timout_2; }
|
|
inline int32_t* get_address_of__timout_2() { return &____timout_2; }
|
|
inline void set__timout_2(int32_t value)
|
|
{
|
|
____timout_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_debug_print_4() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ___debug_print_4)); }
|
|
inline bool get_debug_print_4() const { return ___debug_print_4; }
|
|
inline bool* get_address_of_debug_print_4() { return &___debug_print_4; }
|
|
inline void set_debug_print_4(bool value)
|
|
{
|
|
___debug_print_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.Packet
|
|
struct Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Byte taurus.client.Packet::<actionID>k__BackingField
|
|
uint8_t ___U3CactionIDU3Ek__BackingField_0;
|
|
// taurus.client.ITObject taurus.client.Packet::parameters
|
|
RuntimeObject* ___parameters_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CactionIDU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A, ___U3CactionIDU3Ek__BackingField_0)); }
|
|
inline uint8_t get_U3CactionIDU3Ek__BackingField_0() const { return ___U3CactionIDU3Ek__BackingField_0; }
|
|
inline uint8_t* get_address_of_U3CactionIDU3Ek__BackingField_0() { return &___U3CactionIDU3Ek__BackingField_0; }
|
|
inline void set_U3CactionIDU3Ek__BackingField_0(uint8_t value)
|
|
{
|
|
___U3CactionIDU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parameters_1() { return static_cast<int32_t>(offsetof(Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A, ___parameters_1)); }
|
|
inline RuntimeObject* get_parameters_1() const { return ___parameters_1; }
|
|
inline RuntimeObject** get_address_of_parameters_1() { return &___parameters_1; }
|
|
inline void set_parameters_1(RuntimeObject* value)
|
|
{
|
|
___parameters_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.SocketEngine
|
|
struct SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA : public RuntimeObject
|
|
{
|
|
public:
|
|
// taurus.client.ISocket taurus.client.SocketEngine::_socket
|
|
ISocket_t947EAC69390C27383C8729614F249C9794E59778 * ____socket_0;
|
|
// System.String taurus.client.SocketEngine::_sessionToken
|
|
String_t* ____sessionToken_1;
|
|
// System.String taurus.client.SocketEngine::_serverAddress
|
|
String_t* ____serverAddress_2;
|
|
// System.Action`1<taurus.client.SocketCode> taurus.client.SocketEngine::_onConnect
|
|
Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * ____onConnect_3;
|
|
// System.Action`1<taurus.client.Message> taurus.client.SocketEngine::_onEvent
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * ____onEvent_4;
|
|
// System.Collections.Generic.Queue`1<System.Action> taurus.client.SocketEngine::_actionQueue
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * ____actionQueue_5;
|
|
// taurus.client.LagMonitor taurus.client.SocketEngine::_lagMonitor
|
|
LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * ____lagMonitor_6;
|
|
// taurus.client.SystemController taurus.client.SocketEngine::_controller
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * ____controller_7;
|
|
// taurus.client.IOHandler taurus.client.SocketEngine::_packetHandler
|
|
IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * ____packetHandler_8;
|
|
// taurus.client.TaurusClient taurus.client.SocketEngine::_client
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ____client_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__socket_0() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____socket_0)); }
|
|
inline ISocket_t947EAC69390C27383C8729614F249C9794E59778 * get__socket_0() const { return ____socket_0; }
|
|
inline ISocket_t947EAC69390C27383C8729614F249C9794E59778 ** get_address_of__socket_0() { return &____socket_0; }
|
|
inline void set__socket_0(ISocket_t947EAC69390C27383C8729614F249C9794E59778 * value)
|
|
{
|
|
____socket_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____socket_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__sessionToken_1() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____sessionToken_1)); }
|
|
inline String_t* get__sessionToken_1() const { return ____sessionToken_1; }
|
|
inline String_t** get_address_of__sessionToken_1() { return &____sessionToken_1; }
|
|
inline void set__sessionToken_1(String_t* value)
|
|
{
|
|
____sessionToken_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____sessionToken_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__serverAddress_2() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____serverAddress_2)); }
|
|
inline String_t* get__serverAddress_2() const { return ____serverAddress_2; }
|
|
inline String_t** get_address_of__serverAddress_2() { return &____serverAddress_2; }
|
|
inline void set__serverAddress_2(String_t* value)
|
|
{
|
|
____serverAddress_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____serverAddress_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onConnect_3() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____onConnect_3)); }
|
|
inline Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * get__onConnect_3() const { return ____onConnect_3; }
|
|
inline Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 ** get_address_of__onConnect_3() { return &____onConnect_3; }
|
|
inline void set__onConnect_3(Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * value)
|
|
{
|
|
____onConnect_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onConnect_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onEvent_4() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____onEvent_4)); }
|
|
inline Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * get__onEvent_4() const { return ____onEvent_4; }
|
|
inline Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E ** get_address_of__onEvent_4() { return &____onEvent_4; }
|
|
inline void set__onEvent_4(Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * value)
|
|
{
|
|
____onEvent_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onEvent_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__actionQueue_5() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____actionQueue_5)); }
|
|
inline Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * get__actionQueue_5() const { return ____actionQueue_5; }
|
|
inline Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 ** get_address_of__actionQueue_5() { return &____actionQueue_5; }
|
|
inline void set__actionQueue_5(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * value)
|
|
{
|
|
____actionQueue_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____actionQueue_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lagMonitor_6() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____lagMonitor_6)); }
|
|
inline LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * get__lagMonitor_6() const { return ____lagMonitor_6; }
|
|
inline LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC ** get_address_of__lagMonitor_6() { return &____lagMonitor_6; }
|
|
inline void set__lagMonitor_6(LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * value)
|
|
{
|
|
____lagMonitor_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____lagMonitor_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__controller_7() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____controller_7)); }
|
|
inline SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * get__controller_7() const { return ____controller_7; }
|
|
inline SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 ** get_address_of__controller_7() { return &____controller_7; }
|
|
inline void set__controller_7(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * value)
|
|
{
|
|
____controller_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____controller_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__packetHandler_8() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____packetHandler_8)); }
|
|
inline IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * get__packetHandler_8() const { return ____packetHandler_8; }
|
|
inline IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 ** get_address_of__packetHandler_8() { return &____packetHandler_8; }
|
|
inline void set__packetHandler_8(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * value)
|
|
{
|
|
____packetHandler_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____packetHandler_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__client_9() { return static_cast<int32_t>(offsetof(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA, ____client_9)); }
|
|
inline TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * get__client_9() const { return ____client_9; }
|
|
inline TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F ** get_address_of__client_9() { return &____client_9; }
|
|
inline void set__client_9(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * value)
|
|
{
|
|
____client_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____client_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.SocketTcp_<>c__DisplayClass6_0
|
|
struct U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Threading.ManualResetEvent taurus.client.SocketTcp_<>c__DisplayClass6_0::mre
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___mre_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_mre_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33, ___mre_0)); }
|
|
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_mre_0() const { return ___mre_0; }
|
|
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_mre_0() { return &___mre_0; }
|
|
inline void set_mre_0(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
|
|
{
|
|
___mre_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___mre_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.SystemController
|
|
struct SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Action`1<taurus.client.Packet>> taurus.client.SystemController::__requestHandlers
|
|
Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 * _____requestHandlers_0;
|
|
// taurus.client.SocketEngine taurus.client.SystemController::_engine
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ____engine_1;
|
|
// System.Int64 taurus.client.SystemController::_lastTime
|
|
int64_t ____lastTime_2;
|
|
// System.Int32 taurus.client.SystemController::_tempID
|
|
int32_t ____tempID_3;
|
|
// System.Collections.Generic.List`1<taurus.client.Message> taurus.client.SystemController::_handleList
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * ____handleList_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of___requestHandlers_0() { return static_cast<int32_t>(offsetof(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90, _____requestHandlers_0)); }
|
|
inline Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 * get___requestHandlers_0() const { return _____requestHandlers_0; }
|
|
inline Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 ** get_address_of___requestHandlers_0() { return &_____requestHandlers_0; }
|
|
inline void set___requestHandlers_0(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 * value)
|
|
{
|
|
_____requestHandlers_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&_____requestHandlers_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__engine_1() { return static_cast<int32_t>(offsetof(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90, ____engine_1)); }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * get__engine_1() const { return ____engine_1; }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA ** get_address_of__engine_1() { return &____engine_1; }
|
|
inline void set__engine_1(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * value)
|
|
{
|
|
____engine_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____engine_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lastTime_2() { return static_cast<int32_t>(offsetof(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90, ____lastTime_2)); }
|
|
inline int64_t get__lastTime_2() const { return ____lastTime_2; }
|
|
inline int64_t* get_address_of__lastTime_2() { return &____lastTime_2; }
|
|
inline void set__lastTime_2(int64_t value)
|
|
{
|
|
____lastTime_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tempID_3() { return static_cast<int32_t>(offsetof(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90, ____tempID_3)); }
|
|
inline int32_t get__tempID_3() const { return ____tempID_3; }
|
|
inline int32_t* get_address_of__tempID_3() { return &____tempID_3; }
|
|
inline void set__tempID_3(int32_t value)
|
|
{
|
|
____tempID_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__handleList_4() { return static_cast<int32_t>(offsetof(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90, ____handleList_4)); }
|
|
inline List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * get__handleList_4() const { return ____handleList_4; }
|
|
inline List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 ** get_address_of__handleList_4() { return &____handleList_4; }
|
|
inline void set__handleList_4(List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * value)
|
|
{
|
|
____handleList_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____handleList_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.SystemController_<>c__DisplayClass19_0
|
|
struct U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.SystemController_<>c__DisplayClass19_0::result
|
|
int32_t ___result_0;
|
|
// System.Int32 taurus.client.SystemController_<>c__DisplayClass19_0::gid
|
|
int32_t ___gid_1;
|
|
// taurus.client.ITObject taurus.client.SystemController_<>c__DisplayClass19_0::param
|
|
RuntimeObject* ___param_2;
|
|
// System.String taurus.client.SystemController_<>c__DisplayClass19_0::textData
|
|
String_t* ___textData_3;
|
|
// taurus.client.SystemController taurus.client.SystemController_<>c__DisplayClass19_0::<>4__this
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * ___U3CU3E4__this_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_result_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3, ___result_0)); }
|
|
inline int32_t get_result_0() const { return ___result_0; }
|
|
inline int32_t* get_address_of_result_0() { return &___result_0; }
|
|
inline void set_result_0(int32_t value)
|
|
{
|
|
___result_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_gid_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3, ___gid_1)); }
|
|
inline int32_t get_gid_1() const { return ___gid_1; }
|
|
inline int32_t* get_address_of_gid_1() { return &___gid_1; }
|
|
inline void set_gid_1(int32_t value)
|
|
{
|
|
___gid_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_param_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3, ___param_2)); }
|
|
inline RuntimeObject* get_param_2() const { return ___param_2; }
|
|
inline RuntimeObject** get_address_of_param_2() { return &___param_2; }
|
|
inline void set_param_2(RuntimeObject* value)
|
|
{
|
|
___param_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___param_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textData_3() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3, ___textData_3)); }
|
|
inline String_t* get_textData_3() const { return ___textData_3; }
|
|
inline String_t** get_address_of_textData_3() { return &___textData_3; }
|
|
inline void set_textData_3(String_t* value)
|
|
{
|
|
___textData_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textData_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_4() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3, ___U3CU3E4__this_4)); }
|
|
inline SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * get_U3CU3E4__this_4() const { return ___U3CU3E4__this_4; }
|
|
inline SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 ** get_address_of_U3CU3E4__this_4() { return &___U3CU3E4__this_4; }
|
|
inline void set_U3CU3E4__this_4(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * value)
|
|
{
|
|
___U3CU3E4__this_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.SystemController_<>c__DisplayClass21_0
|
|
struct U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String taurus.client.SystemController_<>c__DisplayClass21_0::cmd
|
|
String_t* ___cmd_0;
|
|
// taurus.client.ITObject taurus.client.SystemController_<>c__DisplayClass21_0::param
|
|
RuntimeObject* ___param_1;
|
|
// System.String taurus.client.SystemController_<>c__DisplayClass21_0::textData
|
|
String_t* ___textData_2;
|
|
// taurus.client.SystemController taurus.client.SystemController_<>c__DisplayClass21_0::<>4__this
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * ___U3CU3E4__this_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_cmd_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7, ___cmd_0)); }
|
|
inline String_t* get_cmd_0() const { return ___cmd_0; }
|
|
inline String_t** get_address_of_cmd_0() { return &___cmd_0; }
|
|
inline void set_cmd_0(String_t* value)
|
|
{
|
|
___cmd_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cmd_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_param_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7, ___param_1)); }
|
|
inline RuntimeObject* get_param_1() const { return ___param_1; }
|
|
inline RuntimeObject** get_address_of_param_1() { return &___param_1; }
|
|
inline void set_param_1(RuntimeObject* value)
|
|
{
|
|
___param_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___param_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textData_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7, ___textData_2)); }
|
|
inline String_t* get_textData_2() const { return ___textData_2; }
|
|
inline String_t** get_address_of_textData_2() { return &___textData_2; }
|
|
inline void set_textData_2(String_t* value)
|
|
{
|
|
___textData_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textData_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7, ___U3CU3E4__this_3)); }
|
|
inline SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; }
|
|
inline SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; }
|
|
inline void set_U3CU3E4__this_3(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * value)
|
|
{
|
|
___U3CU3E4__this_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.TArray
|
|
struct TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<taurus.client.TDataWrapper> taurus.client.TArray::dataHolder
|
|
List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * ___dataHolder_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dataHolder_0() { return static_cast<int32_t>(offsetof(TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF, ___dataHolder_0)); }
|
|
inline List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * get_dataHolder_0() const { return ___dataHolder_0; }
|
|
inline List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 ** get_address_of_dataHolder_0() { return &___dataHolder_0; }
|
|
inline void set_dataHolder_0(List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * value)
|
|
{
|
|
___dataHolder_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataHolder_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.TDataSerializer
|
|
struct TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_StaticFields
|
|
{
|
|
public:
|
|
// taurus.client.TDataSerializer taurus.client.TDataSerializer::instance
|
|
TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * ___instance_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_instance_0() { return static_cast<int32_t>(offsetof(TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_StaticFields, ___instance_0)); }
|
|
inline TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * get_instance_0() const { return ___instance_0; }
|
|
inline TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE ** get_address_of_instance_0() { return &___instance_0; }
|
|
inline void set_instance_0(TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * value)
|
|
{
|
|
___instance_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___instance_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.TObject
|
|
struct TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper> taurus.client.TObject::dataHolder
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * ___dataHolder_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dataHolder_0() { return static_cast<int32_t>(offsetof(TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD, ___dataHolder_0)); }
|
|
inline Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * get_dataHolder_0() const { return ___dataHolder_0; }
|
|
inline Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 ** get_address_of_dataHolder_0() { return &___dataHolder_0; }
|
|
inline void set_dataHolder_0(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * value)
|
|
{
|
|
___dataHolder_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataHolder_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.TaurusClient
|
|
struct TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.TaurusClient::_id
|
|
int32_t ____id_0;
|
|
// System.Boolean taurus.client.TaurusClient::_connect
|
|
bool ____connect_1;
|
|
// System.String taurus.client.TaurusClient::_gameId
|
|
String_t* ____gameId_2;
|
|
// System.String taurus.client.TaurusClient::_currentIp
|
|
String_t* ____currentIp_3;
|
|
// taurus.client.ISocketLayer taurus.client.TaurusClient::_scoket
|
|
RuntimeObject* ____scoket_4;
|
|
// taurus.client.ThreadManager taurus.client.TaurusClient::_threadManager
|
|
ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * ____threadManager_5;
|
|
// taurus.client.EventDispatcher taurus.client.TaurusClient::_dispatcher
|
|
EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * ____dispatcher_6;
|
|
// System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>> taurus.client.TaurusClient::_responseMap
|
|
Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * ____responseMap_7;
|
|
// System.Boolean taurus.client.TaurusClient::_kill
|
|
bool ____kill_9;
|
|
// System.Int32 taurus.client.TaurusClient::_protocolCompression
|
|
int32_t ____protocolCompression_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__id_0() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____id_0)); }
|
|
inline int32_t get__id_0() const { return ____id_0; }
|
|
inline int32_t* get_address_of__id_0() { return &____id_0; }
|
|
inline void set__id_0(int32_t value)
|
|
{
|
|
____id_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__connect_1() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____connect_1)); }
|
|
inline bool get__connect_1() const { return ____connect_1; }
|
|
inline bool* get_address_of__connect_1() { return &____connect_1; }
|
|
inline void set__connect_1(bool value)
|
|
{
|
|
____connect_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__gameId_2() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____gameId_2)); }
|
|
inline String_t* get__gameId_2() const { return ____gameId_2; }
|
|
inline String_t** get_address_of__gameId_2() { return &____gameId_2; }
|
|
inline void set__gameId_2(String_t* value)
|
|
{
|
|
____gameId_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____gameId_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__currentIp_3() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____currentIp_3)); }
|
|
inline String_t* get__currentIp_3() const { return ____currentIp_3; }
|
|
inline String_t** get_address_of__currentIp_3() { return &____currentIp_3; }
|
|
inline void set__currentIp_3(String_t* value)
|
|
{
|
|
____currentIp_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____currentIp_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__scoket_4() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____scoket_4)); }
|
|
inline RuntimeObject* get__scoket_4() const { return ____scoket_4; }
|
|
inline RuntimeObject** get_address_of__scoket_4() { return &____scoket_4; }
|
|
inline void set__scoket_4(RuntimeObject* value)
|
|
{
|
|
____scoket_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____scoket_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__threadManager_5() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____threadManager_5)); }
|
|
inline ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * get__threadManager_5() const { return ____threadManager_5; }
|
|
inline ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E ** get_address_of__threadManager_5() { return &____threadManager_5; }
|
|
inline void set__threadManager_5(ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * value)
|
|
{
|
|
____threadManager_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____threadManager_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dispatcher_6() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____dispatcher_6)); }
|
|
inline EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * get__dispatcher_6() const { return ____dispatcher_6; }
|
|
inline EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 ** get_address_of__dispatcher_6() { return &____dispatcher_6; }
|
|
inline void set__dispatcher_6(EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * value)
|
|
{
|
|
____dispatcher_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dispatcher_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__responseMap_7() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____responseMap_7)); }
|
|
inline Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * get__responseMap_7() const { return ____responseMap_7; }
|
|
inline Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 ** get_address_of__responseMap_7() { return &____responseMap_7; }
|
|
inline void set__responseMap_7(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * value)
|
|
{
|
|
____responseMap_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____responseMap_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__kill_9() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____kill_9)); }
|
|
inline bool get__kill_9() const { return ____kill_9; }
|
|
inline bool* get_address_of__kill_9() { return &____kill_9; }
|
|
inline void set__kill_9(bool value)
|
|
{
|
|
____kill_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__protocolCompression_10() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F, ____protocolCompression_10)); }
|
|
inline int32_t get__protocolCompression_10() const { return ____protocolCompression_10; }
|
|
inline int32_t* get_address_of__protocolCompression_10() { return &____protocolCompression_10; }
|
|
inline void set__protocolCompression_10(int32_t value)
|
|
{
|
|
____protocolCompression_10 = value;
|
|
}
|
|
};
|
|
|
|
struct TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.TaurusClient::_tempID
|
|
int32_t ____tempID_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__tempID_8() { return static_cast<int32_t>(offsetof(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F_StaticFields, ____tempID_8)); }
|
|
inline int32_t get__tempID_8() const { return ____tempID_8; }
|
|
inline int32_t* get_address_of__tempID_8() { return &____tempID_8; }
|
|
inline void set__tempID_8(int32_t value)
|
|
{
|
|
____tempID_8 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.TaurusClient_<>c__DisplayClass20_0
|
|
struct U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// taurus.client.Message taurus.client.TaurusClient_<>c__DisplayClass20_0::msg
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg_0;
|
|
// taurus.client.TaurusClient taurus.client.TaurusClient_<>c__DisplayClass20_0::<>4__this
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ___U3CU3E4__this_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_msg_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7, ___msg_0)); }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * get_msg_0() const { return ___msg_0; }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 ** get_address_of_msg_0() { return &___msg_0; }
|
|
inline void set_msg_0(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * value)
|
|
{
|
|
___msg_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___msg_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7, ___U3CU3E4__this_1)); }
|
|
inline TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; }
|
|
inline TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; }
|
|
inline void set_U3CU3E4__this_1(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * value)
|
|
{
|
|
___U3CU3E4__this_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.ThreadManager
|
|
struct ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Stack`1<taurus.client.ThreadManager_MessgaeThread> taurus.client.ThreadManager::pool
|
|
Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * ___pool_0;
|
|
// System.Boolean taurus.client.ThreadManager::_running
|
|
bool ____running_1;
|
|
// System.Threading.Thread taurus.client.ThreadManager::_outThread
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ____outThread_2;
|
|
// System.Boolean taurus.client.ThreadManager::_outHasQueuedItems
|
|
bool ____outHasQueuedItems_3;
|
|
// System.Collections.Generic.Queue`1<taurus.client.ThreadManager_MessgaeThread> taurus.client.ThreadManager::_outThreadQueue
|
|
Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * ____outThreadQueue_4;
|
|
// System.Object taurus.client.ThreadManager::_outQueueLocker
|
|
RuntimeObject * ____outQueueLocker_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_pool_0() { return static_cast<int32_t>(offsetof(ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E, ___pool_0)); }
|
|
inline Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * get_pool_0() const { return ___pool_0; }
|
|
inline Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 ** get_address_of_pool_0() { return &___pool_0; }
|
|
inline void set_pool_0(Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * value)
|
|
{
|
|
___pool_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pool_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__running_1() { return static_cast<int32_t>(offsetof(ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E, ____running_1)); }
|
|
inline bool get__running_1() const { return ____running_1; }
|
|
inline bool* get_address_of__running_1() { return &____running_1; }
|
|
inline void set__running_1(bool value)
|
|
{
|
|
____running_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__outThread_2() { return static_cast<int32_t>(offsetof(ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E, ____outThread_2)); }
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get__outThread_2() const { return ____outThread_2; }
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of__outThread_2() { return &____outThread_2; }
|
|
inline void set__outThread_2(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value)
|
|
{
|
|
____outThread_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____outThread_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__outHasQueuedItems_3() { return static_cast<int32_t>(offsetof(ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E, ____outHasQueuedItems_3)); }
|
|
inline bool get__outHasQueuedItems_3() const { return ____outHasQueuedItems_3; }
|
|
inline bool* get_address_of__outHasQueuedItems_3() { return &____outHasQueuedItems_3; }
|
|
inline void set__outHasQueuedItems_3(bool value)
|
|
{
|
|
____outHasQueuedItems_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__outThreadQueue_4() { return static_cast<int32_t>(offsetof(ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E, ____outThreadQueue_4)); }
|
|
inline Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * get__outThreadQueue_4() const { return ____outThreadQueue_4; }
|
|
inline Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 ** get_address_of__outThreadQueue_4() { return &____outThreadQueue_4; }
|
|
inline void set__outThreadQueue_4(Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * value)
|
|
{
|
|
____outThreadQueue_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____outThreadQueue_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__outQueueLocker_5() { return static_cast<int32_t>(offsetof(ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E, ____outQueueLocker_5)); }
|
|
inline RuntimeObject * get__outQueueLocker_5() const { return ____outQueueLocker_5; }
|
|
inline RuntimeObject ** get_address_of__outQueueLocker_5() { return &____outQueueLocker_5; }
|
|
inline void set__outQueueLocker_5(RuntimeObject * value)
|
|
{
|
|
____outQueueLocker_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____outQueueLocker_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.ThreadManager_MessgaeThread
|
|
struct MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Action`1<taurus.client.Message> taurus.client.ThreadManager_MessgaeThread::_dataDelegate
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * ____dataDelegate_0;
|
|
// taurus.client.Message taurus.client.ThreadManager_MessgaeThread::_message
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ____message_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__dataDelegate_0() { return static_cast<int32_t>(offsetof(MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E, ____dataDelegate_0)); }
|
|
inline Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * get__dataDelegate_0() const { return ____dataDelegate_0; }
|
|
inline Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E ** get_address_of__dataDelegate_0() { return &____dataDelegate_0; }
|
|
inline void set__dataDelegate_0(Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * value)
|
|
{
|
|
____dataDelegate_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dataDelegate_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__message_1() { return static_cast<int32_t>(offsetof(MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E, ____message_1)); }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * get__message_1() const { return ____message_1; }
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 ** get_address_of__message_1() { return &____message_1; }
|
|
inline void set__message_1(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * value)
|
|
{
|
|
____message_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____message_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1152
|
|
struct __StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E__padding[1152];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D116
|
|
struct __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1__padding[116];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
|
|
struct __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F__padding[120];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D124
|
|
struct __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914__padding[124];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D19
|
|
struct __StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989__padding[19];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
|
|
struct __StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3__padding[256];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D384
|
|
struct __StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D__padding[384];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D512
|
|
struct __StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A__padding[512];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
|
|
struct __StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D__padding[6];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6144
|
|
struct __StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB__padding[6144];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D68
|
|
struct __StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC__padding[68];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
|
|
struct __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163__padding[76];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// BestHTTP.Forms.HTTPMultiPartForm
|
|
struct HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD : public HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8
|
|
{
|
|
public:
|
|
// System.String BestHTTP.Forms.HTTPMultiPartForm::Boundary
|
|
String_t* ___Boundary_4;
|
|
// System.Byte[] BestHTTP.Forms.HTTPMultiPartForm::CachedData
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___CachedData_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Boundary_4() { return static_cast<int32_t>(offsetof(HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD, ___Boundary_4)); }
|
|
inline String_t* get_Boundary_4() const { return ___Boundary_4; }
|
|
inline String_t** get_address_of_Boundary_4() { return &___Boundary_4; }
|
|
inline void set_Boundary_4(String_t* value)
|
|
{
|
|
___Boundary_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Boundary_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CachedData_5() { return static_cast<int32_t>(offsetof(HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD, ___CachedData_5)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_CachedData_5() const { return ___CachedData_5; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_CachedData_5() { return &___CachedData_5; }
|
|
inline void set_CachedData_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___CachedData_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CachedData_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Forms.HTTPUrlEncodedForm
|
|
struct HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577 : public HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8
|
|
{
|
|
public:
|
|
// System.Byte[] BestHTTP.Forms.HTTPUrlEncodedForm::CachedData
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___CachedData_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_CachedData_4() { return static_cast<int32_t>(offsetof(HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577, ___CachedData_4)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_CachedData_4() const { return ___CachedData_4; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_CachedData_4() { return &___CachedData_4; }
|
|
inline void set_CachedData_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___CachedData_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CachedData_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.ServerSentEvents.EventSourceResponse
|
|
struct EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA : public HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE
|
|
{
|
|
public:
|
|
// System.Boolean BestHTTP.ServerSentEvents.EventSourceResponse::<IsClosed>k__BackingField
|
|
bool ___U3CIsClosedU3Ek__BackingField_18;
|
|
// System.Action`2<BestHTTP.ServerSentEvents.EventSourceResponse,BestHTTP.ServerSentEvents.Message> BestHTTP.ServerSentEvents.EventSourceResponse::OnMessage
|
|
Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4 * ___OnMessage_19;
|
|
// System.Action`1<BestHTTP.ServerSentEvents.EventSourceResponse> BestHTTP.ServerSentEvents.EventSourceResponse::OnClosed
|
|
Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 * ___OnClosed_20;
|
|
// System.Object BestHTTP.ServerSentEvents.EventSourceResponse::FrameLock
|
|
RuntimeObject * ___FrameLock_21;
|
|
// System.Byte[] BestHTTP.ServerSentEvents.EventSourceResponse::LineBuffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___LineBuffer_22;
|
|
// System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message> BestHTTP.ServerSentEvents.EventSourceResponse::CompletedMessages
|
|
List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * ___CompletedMessages_23;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CIsClosedU3Ek__BackingField_18() { return static_cast<int32_t>(offsetof(EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA, ___U3CIsClosedU3Ek__BackingField_18)); }
|
|
inline bool get_U3CIsClosedU3Ek__BackingField_18() const { return ___U3CIsClosedU3Ek__BackingField_18; }
|
|
inline bool* get_address_of_U3CIsClosedU3Ek__BackingField_18() { return &___U3CIsClosedU3Ek__BackingField_18; }
|
|
inline void set_U3CIsClosedU3Ek__BackingField_18(bool value)
|
|
{
|
|
___U3CIsClosedU3Ek__BackingField_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnMessage_19() { return static_cast<int32_t>(offsetof(EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA, ___OnMessage_19)); }
|
|
inline Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4 * get_OnMessage_19() const { return ___OnMessage_19; }
|
|
inline Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4 ** get_address_of_OnMessage_19() { return &___OnMessage_19; }
|
|
inline void set_OnMessage_19(Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4 * value)
|
|
{
|
|
___OnMessage_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnClosed_20() { return static_cast<int32_t>(offsetof(EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA, ___OnClosed_20)); }
|
|
inline Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 * get_OnClosed_20() const { return ___OnClosed_20; }
|
|
inline Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 ** get_address_of_OnClosed_20() { return &___OnClosed_20; }
|
|
inline void set_OnClosed_20(Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 * value)
|
|
{
|
|
___OnClosed_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FrameLock_21() { return static_cast<int32_t>(offsetof(EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA, ___FrameLock_21)); }
|
|
inline RuntimeObject * get_FrameLock_21() const { return ___FrameLock_21; }
|
|
inline RuntimeObject ** get_address_of_FrameLock_21() { return &___FrameLock_21; }
|
|
inline void set_FrameLock_21(RuntimeObject * value)
|
|
{
|
|
___FrameLock_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FrameLock_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LineBuffer_22() { return static_cast<int32_t>(offsetof(EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA, ___LineBuffer_22)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_LineBuffer_22() const { return ___LineBuffer_22; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_LineBuffer_22() { return &___LineBuffer_22; }
|
|
inline void set_LineBuffer_22(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___LineBuffer_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___LineBuffer_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CompletedMessages_23() { return static_cast<int32_t>(offsetof(EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA, ___CompletedMessages_23)); }
|
|
inline List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * get_CompletedMessages_23() const { return ___CompletedMessages_23; }
|
|
inline List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE ** get_address_of_CompletedMessages_23() { return &___CompletedMessages_23; }
|
|
inline void set_CompletedMessages_23(List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * value)
|
|
{
|
|
___CompletedMessages_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CompletedMessages_23), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Boolean
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
|
|
{
|
|
public:
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
|
|
inline bool get_m_value_0() const { return ___m_value_0; }
|
|
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(bool value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
|
|
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
|
|
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
|
|
inline void set_TrueString_5(String_t* value)
|
|
{
|
|
___TrueString_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
|
|
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
|
|
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
|
|
inline void set_FalseString_6(String_t* value)
|
|
{
|
|
___FalseString_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Byte
|
|
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
|
|
{
|
|
public:
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
|
|
inline uint8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Char
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
|
|
{
|
|
public:
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
|
|
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
|
|
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(Il2CppChar value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.Char::categoryForLatin1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
|
|
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___categoryForLatin1_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4
|
|
{
|
|
public:
|
|
// System.Object System.Collections.DictionaryEntry::_key
|
|
RuntimeObject * ____key_0;
|
|
// System.Object System.Collections.DictionaryEntry::_value
|
|
RuntimeObject * ____value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____key_0)); }
|
|
inline RuntimeObject * get__key_0() const { return ____key_0; }
|
|
inline RuntimeObject ** get_address_of__key_0() { return &____key_0; }
|
|
inline void set__key_0(RuntimeObject * value)
|
|
{
|
|
____key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__value_1() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____value_1)); }
|
|
inline RuntimeObject * get__value_1() const { return ____value_1; }
|
|
inline RuntimeObject ** get_address_of__value_1() { return &____value_1; }
|
|
inline void set__value_1(RuntimeObject * value)
|
|
{
|
|
____value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____key_0;
|
|
Il2CppIUnknown* ____value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____key_0;
|
|
Il2CppIUnknown* ____value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator<System.Object,System.Object>
|
|
struct Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
|
|
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
|
|
int32_t ___version_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
|
|
RuntimeObject * ___currentValue_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___dictionary_0)); }
|
|
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
|
|
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
|
|
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
|
|
{
|
|
___dictionary_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___currentValue_3)); }
|
|
inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; }
|
|
inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; }
|
|
inline void set_currentValue_3(RuntimeObject * value)
|
|
{
|
|
___currentValue_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator<System.String,taurus.client.FileHead>
|
|
struct Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
|
|
Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * ___dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
|
|
int32_t ___version_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * ___currentValue_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B, ___dictionary_0)); }
|
|
inline Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * get_dictionary_0() const { return ___dictionary_0; }
|
|
inline Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 ** get_address_of_dictionary_0() { return &___dictionary_0; }
|
|
inline void set_dictionary_0(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * value)
|
|
{
|
|
___dictionary_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B, ___currentValue_3)); }
|
|
inline FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * get_currentValue_3() const { return ___currentValue_3; }
|
|
inline FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 ** get_address_of_currentValue_3() { return &___currentValue_3; }
|
|
inline void set_currentValue_3(FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * value)
|
|
{
|
|
___currentValue_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
|
|
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.List`1<System.String>>
|
|
struct KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
String_t* ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD, ___key_0)); }
|
|
inline String_t* get_key_0() const { return ___key_0; }
|
|
inline String_t** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(String_t* value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD, ___value_1)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_value_1() const { return ___value_1; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1_Enumerator<System.Object>
|
|
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
|
|
int32_t ___version_2;
|
|
// T System.Collections.Generic.List`1_Enumerator::current
|
|
RuntimeObject * ___current_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
|
|
inline RuntimeObject * get_current_3() const { return ___current_3; }
|
|
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(RuntimeObject * value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1_Enumerator<taurus.client.TaurusClient>
|
|
struct Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * ___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
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ___current_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F, ___list_0)); }
|
|
inline List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * get_list_0() const { return ___list_0; }
|
|
inline List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F, ___current_3)); }
|
|
inline TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * get_current_3() const { return ___current_3; }
|
|
inline TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F ** get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ComponentModel.Component
|
|
struct Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.ComponentModel.ISite System.ComponentModel.Component::site
|
|
RuntimeObject* ___site_2;
|
|
// System.ComponentModel.EventHandlerList System.ComponentModel.Component::events
|
|
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * ___events_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_site_2() { return static_cast<int32_t>(offsetof(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473, ___site_2)); }
|
|
inline RuntimeObject* get_site_2() const { return ___site_2; }
|
|
inline RuntimeObject** get_address_of_site_2() { return &___site_2; }
|
|
inline void set_site_2(RuntimeObject* value)
|
|
{
|
|
___site_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___site_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_events_3() { return static_cast<int32_t>(offsetof(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473, ___events_3)); }
|
|
inline EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * get_events_3() const { return ___events_3; }
|
|
inline EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 ** get_address_of_events_3() { return &___events_3; }
|
|
inline void set_events_3(EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * value)
|
|
{
|
|
___events_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___events_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.ComponentModel.Component::EventDisposed
|
|
RuntimeObject * ___EventDisposed_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_EventDisposed_1() { return static_cast<int32_t>(offsetof(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields, ___EventDisposed_1)); }
|
|
inline RuntimeObject * get_EventDisposed_1() const { return ___EventDisposed_1; }
|
|
inline RuntimeObject ** get_address_of_EventDisposed_1() { return &___EventDisposed_1; }
|
|
inline void set_EventDisposed_1(RuntimeObject * value)
|
|
{
|
|
___EventDisposed_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EventDisposed_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTime
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
|
|
{
|
|
public:
|
|
// System.UInt64 System.DateTime::dateData
|
|
uint64_t ___dateData_44;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
|
|
inline uint64_t get_dateData_44() const { return ___dateData_44; }
|
|
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
|
|
inline void set_dateData_44(uint64_t value)
|
|
{
|
|
___dateData_44 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] System.DateTime::DaysToMonth365
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
|
|
// System.Int32[] System.DateTime::DaysToMonth366
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
|
|
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth365_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
|
|
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth366_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
|
|
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MinValue_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
|
|
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MaxValue_32 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Decimal
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
|
|
{
|
|
public:
|
|
// System.Int32 System.Decimal::flags
|
|
int32_t ___flags_14;
|
|
// System.Int32 System.Decimal::hi
|
|
int32_t ___hi_15;
|
|
// System.Int32 System.Decimal::lo
|
|
int32_t ___lo_16;
|
|
// System.Int32 System.Decimal::mid
|
|
int32_t ___mid_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
|
|
inline int32_t get_flags_14() const { return ___flags_14; }
|
|
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
|
|
inline void set_flags_14(int32_t value)
|
|
{
|
|
___flags_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
|
|
inline int32_t get_hi_15() const { return ___hi_15; }
|
|
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
|
|
inline void set_hi_15(int32_t value)
|
|
{
|
|
___hi_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
|
|
inline int32_t get_lo_16() const { return ___lo_16; }
|
|
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
|
|
inline void set_lo_16(int32_t value)
|
|
{
|
|
___lo_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
|
|
inline int32_t get_mid_17() const { return ___mid_17; }
|
|
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
|
|
inline void set_mid_17(int32_t value)
|
|
{
|
|
___mid_17 = value;
|
|
}
|
|
};
|
|
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
|
|
{
|
|
public:
|
|
// System.UInt32[] System.Decimal::Powers10
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
|
|
// System.Decimal System.Decimal::Zero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
|
|
// System.Decimal System.Decimal::One
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
|
|
// System.Decimal System.Decimal::MinusOne
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
|
|
// System.Decimal System.Decimal::MaxValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
|
|
// System.Decimal System.Decimal::MinValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
|
|
// System.Decimal System.Decimal::NearNegativeZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
|
|
// System.Decimal System.Decimal::NearPositiveZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
|
|
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
|
|
{
|
|
___Powers10_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
|
|
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___Zero_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
|
|
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___One_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
|
|
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinusOne_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
|
|
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MaxValue_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
|
|
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinValue_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
|
|
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearNegativeZero_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
|
|
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearPositiveZero_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Double
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
|
|
{
|
|
public:
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
|
|
inline double get_m_value_0() const { return ___m_value_0; }
|
|
inline double* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(double value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
|
|
{
|
|
public:
|
|
// System.Double System.Double::NegativeZero
|
|
double ___NegativeZero_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
|
|
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
|
|
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
|
|
inline void set_NegativeZero_7(double value)
|
|
{
|
|
___NegativeZero_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
|
|
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___enumSeperatorCharArray_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.IO.Stream
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
|
|
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
|
|
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
|
|
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
|
|
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
|
|
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
|
|
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
|
|
{
|
|
____activeReadWriteTask_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
|
|
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
|
|
{
|
|
____asyncActiveSemaphore_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
|
|
{
|
|
public:
|
|
// System.IO.Stream System.IO.Stream::Null
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
|
|
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___Null_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`2<System.Object,System.String> System.IO.TextReader::_ReadLineDelegate
|
|
Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1;
|
|
// System.Func`2<System.Object,System.Int32> System.IO.TextReader::_ReadDelegate
|
|
Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2;
|
|
// System.IO.TextReader System.IO.TextReader::Null
|
|
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); }
|
|
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; }
|
|
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; }
|
|
inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value)
|
|
{
|
|
____ReadLineDelegate_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); }
|
|
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; }
|
|
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; }
|
|
inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value)
|
|
{
|
|
____ReadDelegate_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Null_3() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); }
|
|
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; }
|
|
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; }
|
|
inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
|
|
{
|
|
___Null_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int16
|
|
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
|
|
{
|
|
public:
|
|
// System.Int16 System.Int16::m_value
|
|
int16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
|
|
inline int16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
|
|
inline int32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int64
|
|
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
|
|
{
|
|
public:
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
|
|
inline int64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
public:
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
|
|
inline void* get_m_value_0() const { return ___m_value_0; }
|
|
inline void** get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(void* value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
public:
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
|
|
inline intptr_t get_Zero_1() const { return ___Zero_1; }
|
|
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
|
|
inline void set_Zero_1(intptr_t value)
|
|
{
|
|
___Zero_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.IPEndPoint
|
|
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F : public EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980
|
|
{
|
|
public:
|
|
// System.Net.IPAddress System.Net.IPEndPoint::m_Address
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___m_Address_0;
|
|
// System.Int32 System.Net.IPEndPoint::m_Port
|
|
int32_t ___m_Port_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Address_0() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Address_0)); }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_m_Address_0() const { return ___m_Address_0; }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_m_Address_0() { return &___m_Address_0; }
|
|
inline void set_m_Address_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
___m_Address_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Address_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Port_1() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Port_1)); }
|
|
inline int32_t get_m_Port_1() const { return ___m_Port_1; }
|
|
inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; }
|
|
inline void set_m_Port_1(int32_t value)
|
|
{
|
|
___m_Port_1 = value;
|
|
}
|
|
};
|
|
|
|
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields
|
|
{
|
|
public:
|
|
// System.Net.IPEndPoint System.Net.IPEndPoint::Any
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___Any_2;
|
|
// System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___IPv6Any_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Any_2() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___Any_2)); }
|
|
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_Any_2() const { return ___Any_2; }
|
|
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_Any_2() { return &___Any_2; }
|
|
inline void set_Any_2(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
|
|
{
|
|
___Any_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Any_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IPv6Any_3() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___IPv6Any_3)); }
|
|
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_IPv6Any_3() const { return ___IPv6Any_3; }
|
|
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; }
|
|
inline void set_IPv6Any_3(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
|
|
{
|
|
___IPv6Any_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.SByte
|
|
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
|
|
{
|
|
public:
|
|
// System.SByte System.SByte::m_value
|
|
int8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
|
|
inline int8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Single
|
|
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
|
|
{
|
|
public:
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
|
|
inline float get_m_value_0() const { return ___m_value_0; }
|
|
inline float* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(float value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.Thread
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
|
|
{
|
|
public:
|
|
// System.Threading.InternalThread System.Threading.Thread::internal_thread
|
|
InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6;
|
|
// System.Object System.Threading.Thread::m_ThreadStartArg
|
|
RuntimeObject * ___m_ThreadStartArg_7;
|
|
// System.Object System.Threading.Thread::pending_exception
|
|
RuntimeObject * ___pending_exception_8;
|
|
// System.Security.Principal.IPrincipal System.Threading.Thread::principal
|
|
RuntimeObject* ___principal_9;
|
|
// System.Int32 System.Threading.Thread::principal_version
|
|
int32_t ___principal_version_10;
|
|
// System.MulticastDelegate System.Threading.Thread::m_Delegate
|
|
MulticastDelegate_t * ___m_Delegate_12;
|
|
// System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext
|
|
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13;
|
|
// System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope
|
|
bool ___m_ExecutionContextBelongsToOuterScope_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_internal_thread_6() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); }
|
|
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; }
|
|
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; }
|
|
inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value)
|
|
{
|
|
___internal_thread_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ThreadStartArg_7)); }
|
|
inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; }
|
|
inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; }
|
|
inline void set_m_ThreadStartArg_7(RuntimeObject * value)
|
|
{
|
|
___m_ThreadStartArg_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_pending_exception_8() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___pending_exception_8)); }
|
|
inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; }
|
|
inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; }
|
|
inline void set_pending_exception_8(RuntimeObject * value)
|
|
{
|
|
___pending_exception_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_principal_9() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_9)); }
|
|
inline RuntimeObject* get_principal_9() const { return ___principal_9; }
|
|
inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; }
|
|
inline void set_principal_9(RuntimeObject* value)
|
|
{
|
|
___principal_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_principal_version_10() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_version_10)); }
|
|
inline int32_t get_principal_version_10() const { return ___principal_version_10; }
|
|
inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; }
|
|
inline void set_principal_version_10(int32_t value)
|
|
{
|
|
___principal_version_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Delegate_12() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_Delegate_12)); }
|
|
inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; }
|
|
inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; }
|
|
inline void set_m_Delegate_12(MulticastDelegate_t * value)
|
|
{
|
|
___m_Delegate_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; }
|
|
inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
|
|
{
|
|
___m_ExecutionContext_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContextBelongsToOuterScope_14)); }
|
|
inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; }
|
|
inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; }
|
|
inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value)
|
|
{
|
|
___m_ExecutionContextBelongsToOuterScope_14 = value;
|
|
}
|
|
};
|
|
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields
|
|
{
|
|
public:
|
|
// System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr
|
|
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0;
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentCulture
|
|
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4;
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentUICulture
|
|
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); }
|
|
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; }
|
|
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; }
|
|
inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value)
|
|
{
|
|
___s_LocalDataStoreMgr_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; }
|
|
inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
|
|
{
|
|
___s_asyncLocalCurrentCulture_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; }
|
|
inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
|
|
{
|
|
___s_asyncLocalCurrentUICulture_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields
|
|
{
|
|
public:
|
|
// System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore
|
|
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1;
|
|
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2;
|
|
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3;
|
|
// System.Threading.Thread System.Threading.Thread::current_thread
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); }
|
|
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; }
|
|
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; }
|
|
inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value)
|
|
{
|
|
___s_LocalDataStore_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; }
|
|
inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___m_CurrentCulture_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; }
|
|
inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___m_CurrentUICulture_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_thread_11() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); }
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; }
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; }
|
|
inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value)
|
|
{
|
|
___current_thread_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt16
|
|
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
|
|
{
|
|
public:
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
|
|
inline uint16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt32
|
|
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
|
|
{
|
|
public:
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
|
|
inline uint32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt64
|
|
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
|
|
{
|
|
public:
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
|
|
inline uint64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// taurus.client.TArrayLite
|
|
struct TArrayLite_t06E3A3440A208450D79D31DB99CD4727A02C66FA : public TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// taurus.client.TObjectLite
|
|
struct TObjectLite_tE308B8E1C0DD91717C101376ACC9C6EC07EE9129 : public TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>
|
|
struct U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields
|
|
{
|
|
public:
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D384 <PrivateImplementationDetails>::1B180C6E41F096D53222F5E8EF558B78182CA401
|
|
__StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D ___1B180C6E41F096D53222F5E8EF558B78182CA401_0;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38
|
|
__StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 ___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D116 <PrivateImplementationDetails>::2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71
|
|
__StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 ___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D512 <PrivateImplementationDetails>::3544182260B8A15D332367E48C7530FC0E901FD3
|
|
__StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A ___3544182260B8A15D332367E48C7530FC0E901FD3_3;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::5581A70566F03554D8048EDBFC6E6B399AF9BCB1
|
|
__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F ___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D116 <PrivateImplementationDetails>::67C0E784F3654B008A81E2988588CF4956CCF3DA
|
|
__StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 ___67C0E784F3654B008A81E2988588CF4956CCF3DA_5;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::6A316789EED01119DE92841832701A40AB0CABD6
|
|
__StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3 ___6A316789EED01119DE92841832701A40AB0CABD6_6;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::79D521E6E3E55103005E9CC3FA43B3174FAF090F
|
|
__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F ___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::8457F44B035C9073EE2D1F132D0A8AF5631DCDC8
|
|
__StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 ___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::850D4DC092689E1F0D8A70B6281848B27DEC0014
|
|
__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F ___850D4DC092689E1F0D8A70B6281848B27DEC0014_9;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D124 <PrivateImplementationDetails>::8ED8F61DAA454B49CD5059AE4486C59174324E9E
|
|
__StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 ___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D19 <PrivateImplementationDetails>::9F8365E9D6C62D3B47026EC465B05A7B5526B5CD
|
|
__StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989 ___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6144 <PrivateImplementationDetails>::A474A0BEC4E2CE8491839502AE85F6EA8504C6BD
|
|
__StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB ___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::D068832E6B13A623916709C1E0E25ADCBE7B455F
|
|
__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F ___D068832E6B13A623916709C1E0E25ADCBE7B455F_13;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C
|
|
__StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D ___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D124 <PrivateImplementationDetails>::DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A
|
|
__StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 ___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1152 <PrivateImplementationDetails>::EB6F545AEF284339D25594F900E7A395212460EB
|
|
__StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E ___EB6F545AEF284339D25594F900E7A395212460EB_16;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D68 <PrivateImplementationDetails>::F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF
|
|
__StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC ___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U31B180C6E41F096D53222F5E8EF558B78182CA401_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___1B180C6E41F096D53222F5E8EF558B78182CA401_0)); }
|
|
inline __StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D get_U31B180C6E41F096D53222F5E8EF558B78182CA401_0() const { return ___1B180C6E41F096D53222F5E8EF558B78182CA401_0; }
|
|
inline __StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D * get_address_of_U31B180C6E41F096D53222F5E8EF558B78182CA401_0() { return &___1B180C6E41F096D53222F5E8EF558B78182CA401_0; }
|
|
inline void set_U31B180C6E41F096D53222F5E8EF558B78182CA401_0(__StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D value)
|
|
{
|
|
___1B180C6E41F096D53222F5E8EF558B78182CA401_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1)); }
|
|
inline __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 get_U31FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1() const { return ___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1; }
|
|
inline __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 * get_address_of_U31FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1() { return &___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1; }
|
|
inline void set_U31FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1(__StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 value)
|
|
{
|
|
___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2)); }
|
|
inline __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 get_U32E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2() const { return ___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2; }
|
|
inline __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 * get_address_of_U32E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2() { return &___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2; }
|
|
inline void set_U32E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2(__StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 value)
|
|
{
|
|
___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33544182260B8A15D332367E48C7530FC0E901FD3_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___3544182260B8A15D332367E48C7530FC0E901FD3_3)); }
|
|
inline __StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A get_U33544182260B8A15D332367E48C7530FC0E901FD3_3() const { return ___3544182260B8A15D332367E48C7530FC0E901FD3_3; }
|
|
inline __StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A * get_address_of_U33544182260B8A15D332367E48C7530FC0E901FD3_3() { return &___3544182260B8A15D332367E48C7530FC0E901FD3_3; }
|
|
inline void set_U33544182260B8A15D332367E48C7530FC0E901FD3_3(__StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A value)
|
|
{
|
|
___3544182260B8A15D332367E48C7530FC0E901FD3_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35581A70566F03554D8048EDBFC6E6B399AF9BCB1_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F get_U35581A70566F03554D8048EDBFC6E6B399AF9BCB1_4() const { return ___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F * get_address_of_U35581A70566F03554D8048EDBFC6E6B399AF9BCB1_4() { return &___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4; }
|
|
inline void set_U35581A70566F03554D8048EDBFC6E6B399AF9BCB1_4(__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F value)
|
|
{
|
|
___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U367C0E784F3654B008A81E2988588CF4956CCF3DA_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___67C0E784F3654B008A81E2988588CF4956CCF3DA_5)); }
|
|
inline __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 get_U367C0E784F3654B008A81E2988588CF4956CCF3DA_5() const { return ___67C0E784F3654B008A81E2988588CF4956CCF3DA_5; }
|
|
inline __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 * get_address_of_U367C0E784F3654B008A81E2988588CF4956CCF3DA_5() { return &___67C0E784F3654B008A81E2988588CF4956CCF3DA_5; }
|
|
inline void set_U367C0E784F3654B008A81E2988588CF4956CCF3DA_5(__StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 value)
|
|
{
|
|
___67C0E784F3654B008A81E2988588CF4956CCF3DA_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36A316789EED01119DE92841832701A40AB0CABD6_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___6A316789EED01119DE92841832701A40AB0CABD6_6)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3 get_U36A316789EED01119DE92841832701A40AB0CABD6_6() const { return ___6A316789EED01119DE92841832701A40AB0CABD6_6; }
|
|
inline __StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3 * get_address_of_U36A316789EED01119DE92841832701A40AB0CABD6_6() { return &___6A316789EED01119DE92841832701A40AB0CABD6_6; }
|
|
inline void set_U36A316789EED01119DE92841832701A40AB0CABD6_6(__StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3 value)
|
|
{
|
|
___6A316789EED01119DE92841832701A40AB0CABD6_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U379D521E6E3E55103005E9CC3FA43B3174FAF090F_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F get_U379D521E6E3E55103005E9CC3FA43B3174FAF090F_7() const { return ___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F * get_address_of_U379D521E6E3E55103005E9CC3FA43B3174FAF090F_7() { return &___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7; }
|
|
inline void set_U379D521E6E3E55103005E9CC3FA43B3174FAF090F_7(__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F value)
|
|
{
|
|
___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8)); }
|
|
inline __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 get_U38457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8() const { return ___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8; }
|
|
inline __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 * get_address_of_U38457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8() { return &___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8; }
|
|
inline void set_U38457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8(__StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 value)
|
|
{
|
|
___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3850D4DC092689E1F0D8A70B6281848B27DEC0014_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___850D4DC092689E1F0D8A70B6281848B27DEC0014_9)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F get_U3850D4DC092689E1F0D8A70B6281848B27DEC0014_9() const { return ___850D4DC092689E1F0D8A70B6281848B27DEC0014_9; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F * get_address_of_U3850D4DC092689E1F0D8A70B6281848B27DEC0014_9() { return &___850D4DC092689E1F0D8A70B6281848B27DEC0014_9; }
|
|
inline void set_U3850D4DC092689E1F0D8A70B6281848B27DEC0014_9(__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F value)
|
|
{
|
|
___850D4DC092689E1F0D8A70B6281848B27DEC0014_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38ED8F61DAA454B49CD5059AE4486C59174324E9E_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10)); }
|
|
inline __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 get_U38ED8F61DAA454B49CD5059AE4486C59174324E9E_10() const { return ___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10; }
|
|
inline __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 * get_address_of_U38ED8F61DAA454B49CD5059AE4486C59174324E9E_10() { return &___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10; }
|
|
inline void set_U38ED8F61DAA454B49CD5059AE4486C59174324E9E_10(__StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 value)
|
|
{
|
|
___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U39F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11)); }
|
|
inline __StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989 get_U39F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11() const { return ___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11; }
|
|
inline __StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989 * get_address_of_U39F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11() { return &___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11; }
|
|
inline void set_U39F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11(__StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989 value)
|
|
{
|
|
___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12)); }
|
|
inline __StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB get_A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12() const { return ___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12; }
|
|
inline __StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB * get_address_of_A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12() { return &___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12; }
|
|
inline void set_A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12(__StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB value)
|
|
{
|
|
___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D068832E6B13A623916709C1E0E25ADCBE7B455F_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___D068832E6B13A623916709C1E0E25ADCBE7B455F_13)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F get_D068832E6B13A623916709C1E0E25ADCBE7B455F_13() const { return ___D068832E6B13A623916709C1E0E25ADCBE7B455F_13; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F * get_address_of_D068832E6B13A623916709C1E0E25ADCBE7B455F_13() { return &___D068832E6B13A623916709C1E0E25ADCBE7B455F_13; }
|
|
inline void set_D068832E6B13A623916709C1E0E25ADCBE7B455F_13(__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F value)
|
|
{
|
|
___D068832E6B13A623916709C1E0E25ADCBE7B455F_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14)); }
|
|
inline __StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D get_D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14() const { return ___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14; }
|
|
inline __StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D * get_address_of_D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14() { return &___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14; }
|
|
inline void set_D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14(__StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D value)
|
|
{
|
|
___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15)); }
|
|
inline __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 get_DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15() const { return ___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15; }
|
|
inline __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 * get_address_of_DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15() { return &___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15; }
|
|
inline void set_DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15(__StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 value)
|
|
{
|
|
___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EB6F545AEF284339D25594F900E7A395212460EB_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___EB6F545AEF284339D25594F900E7A395212460EB_16)); }
|
|
inline __StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E get_EB6F545AEF284339D25594F900E7A395212460EB_16() const { return ___EB6F545AEF284339D25594F900E7A395212460EB_16; }
|
|
inline __StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E * get_address_of_EB6F545AEF284339D25594F900E7A395212460EB_16() { return &___EB6F545AEF284339D25594F900E7A395212460EB_16; }
|
|
inline void set_EB6F545AEF284339D25594F900E7A395212460EB_16(__StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E value)
|
|
{
|
|
___EB6F545AEF284339D25594F900E7A395212460EB_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17)); }
|
|
inline __StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC get_F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17() const { return ___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17; }
|
|
inline __StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC * get_address_of_F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17() { return &___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17; }
|
|
inline void set_F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17(__StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC value)
|
|
{
|
|
___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Authentication.AuthenticationTypes
|
|
struct AuthenticationTypes_tFCA79B0669411859B7754C090EFFBC962F65C5AC
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Authentication.AuthenticationTypes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AuthenticationTypes_tFCA79B0669411859B7754C090EFFBC962F65C5AC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Decompression.Zlib.CompressionLevel
|
|
struct CompressionLevel_tA03DC0D809B64DBE396AB11E74630D3CF41F28A1
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Decompression.Zlib.CompressionLevel::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompressionLevel_tA03DC0D809B64DBE396AB11E74630D3CF41F28A1, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Decompression.Zlib.CompressionMode
|
|
struct CompressionMode_tC77792B945D6EF3BA96C83B652CD189551B05F3F
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Decompression.Zlib.CompressionMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompressionMode_tC77792B945D6EF3BA96C83B652CD189551B05F3F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Decompression.Zlib.CompressionStrategy
|
|
struct CompressionStrategy_t852054D5A0377A43FBEE1C7E8F876D31AB8AAAAB
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Decompression.Zlib.CompressionStrategy::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompressionStrategy_t852054D5A0377A43FBEE1C7E8F876D31AB8AAAAB, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Decompression.Zlib.DeflateStream
|
|
struct DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// BestHTTP.Decompression.Zlib.ZlibBaseStream BestHTTP.Decompression.Zlib.DeflateStream::_baseStream
|
|
ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * ____baseStream_4;
|
|
// System.IO.Stream BestHTTP.Decompression.Zlib.DeflateStream::_innerStream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____innerStream_5;
|
|
// System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::_disposed
|
|
bool ____disposed_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__baseStream_4() { return static_cast<int32_t>(offsetof(DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482, ____baseStream_4)); }
|
|
inline ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * get__baseStream_4() const { return ____baseStream_4; }
|
|
inline ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 ** get_address_of__baseStream_4() { return &____baseStream_4; }
|
|
inline void set__baseStream_4(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * value)
|
|
{
|
|
____baseStream_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____baseStream_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__innerStream_5() { return static_cast<int32_t>(offsetof(DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482, ____innerStream_5)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__innerStream_5() const { return ____innerStream_5; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__innerStream_5() { return &____innerStream_5; }
|
|
inline void set__innerStream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
____innerStream_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____innerStream_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__disposed_6() { return static_cast<int32_t>(offsetof(DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482, ____disposed_6)); }
|
|
inline bool get__disposed_6() const { return ____disposed_6; }
|
|
inline bool* get_address_of__disposed_6() { return &____disposed_6; }
|
|
inline void set__disposed_6(bool value)
|
|
{
|
|
____disposed_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Decompression.Zlib.FlushType
|
|
struct FlushType_tC4D28A0FDC2FC6D699AD196501525A42111D2B4F
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Decompression.Zlib.FlushType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FlushType_tC4D28A0FDC2FC6D699AD196501525A42111D2B4F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Decompression.Zlib.ZlibBaseStream_StreamMode
|
|
struct StreamMode_t71222A3E083A187A05376CB0D0B931A82262F8B6
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream_StreamMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamMode_t71222A3E083A187A05376CB0D0B931A82262F8B6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Decompression.Zlib.ZlibStreamFlavor
|
|
struct ZlibStreamFlavor_t5F69F4106AE9F9FDEE6AD67088C77DDE515808F1
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Decompression.Zlib.ZlibStreamFlavor::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ZlibStreamFlavor_t5F69F4106AE9F9FDEE6AD67088C77DDE515808F1, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Forms.HTTPFormUsage
|
|
struct HTTPFormUsage_t23382C080F4D69C631370F2AE46473EA2A2E1D1F
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Forms.HTTPFormUsage::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPFormUsage_t23382C080F4D69C631370F2AE46473EA2A2E1D1F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPConnectionStates
|
|
struct HTTPConnectionStates_tDC84498F0812603FE1312B8844C0D2790F0FED5E
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.HTTPConnectionStates::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPConnectionStates_tDC84498F0812603FE1312B8844C0D2790F0FED5E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPMethods
|
|
struct HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F
|
|
{
|
|
public:
|
|
// System.Byte BestHTTP.HTTPMethods::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPRequestStates
|
|
struct HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.HTTPRequestStates::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Logger.Loglevels
|
|
struct Loglevels_tDB4ABB43BBFDB512E0ABB7DDD850DAA8F0B27FC5
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Logger.Loglevels::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Loglevels_tDB4ABB43BBFDB512E0ABB7DDD850DAA8F0B27FC5, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.PlatformSupport.TcpClient.General.TcpClient_Properties
|
|
struct Properties_t4970BDC4C8C8DF8956C9F240F2B740261ABDC183
|
|
{
|
|
public:
|
|
// System.UInt32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient_Properties::value__
|
|
uint32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Properties_t4970BDC4C8C8DF8956C9F240F2B740261ABDC183, ___value___2)); }
|
|
inline uint32_t get_value___2() const { return ___value___2; }
|
|
inline uint32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.StreamList
|
|
struct StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// System.IO.Stream[] BestHTTP.StreamList::Streams
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* ___Streams_4;
|
|
// System.Int32 BestHTTP.StreamList::CurrentIdx
|
|
int32_t ___CurrentIdx_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Streams_4() { return static_cast<int32_t>(offsetof(StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053, ___Streams_4)); }
|
|
inline StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* get_Streams_4() const { return ___Streams_4; }
|
|
inline StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4** get_address_of_Streams_4() { return &___Streams_4; }
|
|
inline void set_Streams_4(StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* value)
|
|
{
|
|
___Streams_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Streams_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CurrentIdx_5() { return static_cast<int32_t>(offsetof(StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053, ___CurrentIdx_5)); }
|
|
inline int32_t get_CurrentIdx_5() const { return ___CurrentIdx_5; }
|
|
inline int32_t* get_address_of_CurrentIdx_5() { return &___CurrentIdx_5; }
|
|
inline void set_CurrentIdx_5(int32_t value)
|
|
{
|
|
___CurrentIdx_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.SupportedProtocols
|
|
struct SupportedProtocols_t4534AD4F58D80490FF03FC44D8CF3EF9259444DC
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.SupportedProtocols::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SupportedProtocols_t4534AD4F58D80490FF03FC44D8CF3EF9259444DC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// MiniJSON.Json_Parser_TOKEN
|
|
struct TOKEN_t7DD7369BBF8CC01A69E8AB092741F16C11F633C5
|
|
{
|
|
public:
|
|
// System.Int32 MiniJSON.Json_Parser_TOKEN::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TOKEN_t7DD7369BBF8CC01A69E8AB092741F16C11F633C5, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>
|
|
struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
|
|
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___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_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
|
|
int32_t ___getEnumeratorRetType_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); }
|
|
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
|
|
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
|
|
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
|
|
{
|
|
___dictionary_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); }
|
|
inline int32_t get_version_1() const { return ___version_1; }
|
|
inline int32_t* get_address_of_version_1() { return &___version_1; }
|
|
inline void set_version_1(int32_t value)
|
|
{
|
|
___version_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); }
|
|
inline int32_t get_index_2() const { return ___index_2; }
|
|
inline int32_t* get_address_of_index_2() { return &___index_2; }
|
|
inline void set_index_2(int32_t value)
|
|
{
|
|
___index_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); }
|
|
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; }
|
|
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); }
|
|
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
|
|
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
|
|
inline void set_getEnumeratorRetType_4(int32_t value)
|
|
{
|
|
___getEnumeratorRetType_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Enumerator<System.String,System.Collections.Generic.List`1<System.String>>
|
|
struct Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___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_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD ___current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
|
|
int32_t ___getEnumeratorRetType_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA, ___dictionary_0)); }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * get_dictionary_0() const { return ___dictionary_0; }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF ** get_address_of_dictionary_0() { return &___dictionary_0; }
|
|
inline void set_dictionary_0(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * value)
|
|
{
|
|
___dictionary_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA, ___version_1)); }
|
|
inline int32_t get_version_1() const { return ___version_1; }
|
|
inline int32_t* get_address_of_version_1() { return &___version_1; }
|
|
inline void set_version_1(int32_t value)
|
|
{
|
|
___version_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA, ___index_2)); }
|
|
inline int32_t get_index_2() const { return ___index_2; }
|
|
inline int32_t* get_address_of_index_2() { return &___index_2; }
|
|
inline void set_index_2(int32_t value)
|
|
{
|
|
___index_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA, ___current_3)); }
|
|
inline KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD get_current_3() const { return ___current_3; }
|
|
inline KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD * get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA, ___getEnumeratorRetType_4)); }
|
|
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
|
|
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
|
|
inline void set_getEnumeratorRetType_4(int32_t value)
|
|
{
|
|
___getEnumeratorRetType_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
|
|
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_10;
|
|
// System.Int32 System.Collections.Hashtable::count
|
|
int32_t ___count_11;
|
|
// System.Int32 System.Collections.Hashtable::occupancy
|
|
int32_t ___occupancy_12;
|
|
// System.Int32 System.Collections.Hashtable::loadsize
|
|
int32_t ___loadsize_13;
|
|
// System.Single System.Collections.Hashtable::loadFactor
|
|
float ___loadFactor_14;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
|
|
int32_t ___version_15;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
|
|
bool ___isWriterInProgress_16;
|
|
// System.Collections.ICollection System.Collections.Hashtable::keys
|
|
RuntimeObject* ___keys_17;
|
|
// System.Collections.ICollection System.Collections.Hashtable::values
|
|
RuntimeObject* ___values_18;
|
|
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
|
|
RuntimeObject* ____keycomparer_19;
|
|
// System.Object System.Collections.Hashtable::_syncRoot
|
|
RuntimeObject * ____syncRoot_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; }
|
|
inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
|
|
{
|
|
___buckets_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_11() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_11)); }
|
|
inline int32_t get_count_11() const { return ___count_11; }
|
|
inline int32_t* get_address_of_count_11() { return &___count_11; }
|
|
inline void set_count_11(int32_t value)
|
|
{
|
|
___count_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_occupancy_12() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_12)); }
|
|
inline int32_t get_occupancy_12() const { return ___occupancy_12; }
|
|
inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; }
|
|
inline void set_occupancy_12(int32_t value)
|
|
{
|
|
___occupancy_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadsize_13() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_13)); }
|
|
inline int32_t get_loadsize_13() const { return ___loadsize_13; }
|
|
inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; }
|
|
inline void set_loadsize_13(int32_t value)
|
|
{
|
|
___loadsize_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadFactor_14() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_14)); }
|
|
inline float get_loadFactor_14() const { return ___loadFactor_14; }
|
|
inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; }
|
|
inline void set_loadFactor_14(float value)
|
|
{
|
|
___loadFactor_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_15() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_15)); }
|
|
inline int32_t get_version_15() const { return ___version_15; }
|
|
inline int32_t* get_address_of_version_15() { return &___version_15; }
|
|
inline void set_version_15(int32_t value)
|
|
{
|
|
___version_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_16)); }
|
|
inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; }
|
|
inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; }
|
|
inline void set_isWriterInProgress_16(bool value)
|
|
{
|
|
___isWriterInProgress_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_17() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_17)); }
|
|
inline RuntimeObject* get_keys_17() const { return ___keys_17; }
|
|
inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; }
|
|
inline void set_keys_17(RuntimeObject* value)
|
|
{
|
|
___keys_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_18() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_18)); }
|
|
inline RuntimeObject* get_values_18() const { return ___values_18; }
|
|
inline RuntimeObject** get_address_of_values_18() { return &___values_18; }
|
|
inline void set_values_18(RuntimeObject* value)
|
|
{
|
|
___values_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__keycomparer_19() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_19)); }
|
|
inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; }
|
|
inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; }
|
|
inline void set__keycomparer_19(RuntimeObject* value)
|
|
{
|
|
____keycomparer_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_20() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_20)); }
|
|
inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; }
|
|
inline void set__syncRoot_20(RuntimeObject * value)
|
|
{
|
|
____syncRoot_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
Il2CppMethodPointer ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject * ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t * ___method_info_7;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t * ___original_method_info_8;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
|
|
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
|
|
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
|
|
inline void set_method_ptr_0(Il2CppMethodPointer value)
|
|
{
|
|
___method_ptr_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
|
|
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
|
|
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
|
|
inline void set_invoke_impl_1(intptr_t value)
|
|
{
|
|
___invoke_impl_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
|
|
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
|
|
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
|
|
inline void set_m_target_2(RuntimeObject * value)
|
|
{
|
|
___m_target_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
|
|
inline intptr_t get_method_3() const { return ___method_3; }
|
|
inline intptr_t* get_address_of_method_3() { return &___method_3; }
|
|
inline void set_method_3(intptr_t value)
|
|
{
|
|
___method_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
|
|
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
|
|
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
|
|
inline void set_delegate_trampoline_4(intptr_t value)
|
|
{
|
|
___delegate_trampoline_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
|
|
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
|
|
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
|
|
inline void set_extra_arg_5(intptr_t value)
|
|
{
|
|
___extra_arg_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
|
|
inline intptr_t get_method_code_6() const { return ___method_code_6; }
|
|
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
|
|
inline void set_method_code_6(intptr_t value)
|
|
{
|
|
___method_code_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
|
|
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
|
|
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
|
|
inline void set_method_info_7(MethodInfo_t * value)
|
|
{
|
|
___method_info_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
|
|
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
|
|
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
|
|
inline void set_original_method_info_8(MethodInfo_t * value)
|
|
{
|
|
___original_method_info_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
|
|
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
|
|
{
|
|
___data_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
|
|
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
|
|
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
|
|
inline void set_method_is_virtual_10(bool value)
|
|
{
|
|
___method_is_virtual_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t * ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject * ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject * ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
|
|
inline String_t* get__className_1() const { return ____className_1; }
|
|
inline String_t** get_address_of__className_1() { return &____className_1; }
|
|
inline void set__className_1(String_t* value)
|
|
{
|
|
____className_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
|
|
inline String_t* get__message_2() const { return ____message_2; }
|
|
inline String_t** get_address_of__message_2() { return &____message_2; }
|
|
inline void set__message_2(String_t* value)
|
|
{
|
|
____message_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
|
|
inline RuntimeObject* get__data_3() const { return ____data_3; }
|
|
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
|
|
inline void set__data_3(RuntimeObject* value)
|
|
{
|
|
____data_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
|
|
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
|
|
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
|
|
inline void set__innerException_4(Exception_t * value)
|
|
{
|
|
____innerException_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
|
|
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
|
|
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
|
|
inline void set__helpURL_5(String_t* value)
|
|
{
|
|
____helpURL_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
|
|
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
|
|
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
|
|
inline void set__stackTrace_6(RuntimeObject * value)
|
|
{
|
|
____stackTrace_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
|
|
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
|
|
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
|
|
inline void set__stackTraceString_7(String_t* value)
|
|
{
|
|
____stackTraceString_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
|
|
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
|
|
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
|
|
inline void set__remoteStackTraceString_8(String_t* value)
|
|
{
|
|
____remoteStackTraceString_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
|
|
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
|
|
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
|
|
inline void set__remoteStackIndex_9(int32_t value)
|
|
{
|
|
____remoteStackIndex_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
|
|
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
|
|
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
|
|
inline void set__dynamicMethods_10(RuntimeObject * value)
|
|
{
|
|
____dynamicMethods_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
|
|
inline int32_t get__HResult_11() const { return ____HResult_11; }
|
|
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
|
|
inline void set__HResult_11(int32_t value)
|
|
{
|
|
____HResult_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
|
|
inline String_t* get__source_12() const { return ____source_12; }
|
|
inline String_t** get_address_of__source_12() { return &____source_12; }
|
|
inline void set__source_12(String_t* value)
|
|
{
|
|
____source_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
|
|
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
|
|
{
|
|
____safeSerializationManager_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
|
|
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
|
|
{
|
|
___captured_traces_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
|
|
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
|
|
{
|
|
___native_trace_ips_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Exception_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject * ___s_EDILock_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
|
|
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
|
|
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
|
|
inline void set_s_EDILock_0(RuntimeObject * value)
|
|
{
|
|
___s_EDILock_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
|
|
// System.Globalization.NumberStyles
|
|
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.NumberStyles::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileAccess
|
|
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileAccess::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileAttributes
|
|
struct FileAttributes_t224B42F6F82954C94B51791913857C005C559876
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileAttributes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAttributes_t224B42F6F82954C94B51791913857C005C559876, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.MemoryStream::_buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
|
|
// System.Int32 System.IO.MemoryStream::_origin
|
|
int32_t ____origin_5;
|
|
// System.Int32 System.IO.MemoryStream::_position
|
|
int32_t ____position_6;
|
|
// System.Int32 System.IO.MemoryStream::_length
|
|
int32_t ____length_7;
|
|
// System.Int32 System.IO.MemoryStream::_capacity
|
|
int32_t ____capacity_8;
|
|
// System.Boolean System.IO.MemoryStream::_expandable
|
|
bool ____expandable_9;
|
|
// System.Boolean System.IO.MemoryStream::_writable
|
|
bool ____writable_10;
|
|
// System.Boolean System.IO.MemoryStream::_exposable
|
|
bool ____exposable_11;
|
|
// System.Boolean System.IO.MemoryStream::_isOpen
|
|
bool ____isOpen_12;
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
|
|
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
|
|
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____buffer_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__origin_5() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); }
|
|
inline int32_t get__origin_5() const { return ____origin_5; }
|
|
inline int32_t* get_address_of__origin_5() { return &____origin_5; }
|
|
inline void set__origin_5(int32_t value)
|
|
{
|
|
____origin_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__position_6() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); }
|
|
inline int32_t get__position_6() const { return ____position_6; }
|
|
inline int32_t* get_address_of__position_6() { return &____position_6; }
|
|
inline void set__position_6(int32_t value)
|
|
{
|
|
____position_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__length_7() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); }
|
|
inline int32_t get__length_7() const { return ____length_7; }
|
|
inline int32_t* get_address_of__length_7() { return &____length_7; }
|
|
inline void set__length_7(int32_t value)
|
|
{
|
|
____length_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__capacity_8() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); }
|
|
inline int32_t get__capacity_8() const { return ____capacity_8; }
|
|
inline int32_t* get_address_of__capacity_8() { return &____capacity_8; }
|
|
inline void set__capacity_8(int32_t value)
|
|
{
|
|
____capacity_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__expandable_9() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); }
|
|
inline bool get__expandable_9() const { return ____expandable_9; }
|
|
inline bool* get_address_of__expandable_9() { return &____expandable_9; }
|
|
inline void set__expandable_9(bool value)
|
|
{
|
|
____expandable_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__writable_10() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); }
|
|
inline bool get__writable_10() const { return ____writable_10; }
|
|
inline bool* get_address_of__writable_10() { return &____writable_10; }
|
|
inline void set__writable_10(bool value)
|
|
{
|
|
____writable_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__exposable_11() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); }
|
|
inline bool get__exposable_11() const { return ____exposable_11; }
|
|
inline bool* get_address_of__exposable_11() { return &____exposable_11; }
|
|
inline void set__exposable_11(bool value)
|
|
{
|
|
____exposable_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__isOpen_12() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); }
|
|
inline bool get__isOpen_12() const { return ____isOpen_12; }
|
|
inline bool* get_address_of__isOpen_12() { return &____isOpen_12; }
|
|
inline void set__isOpen_12(bool value)
|
|
{
|
|
____isOpen_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lastReadTask_13() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); }
|
|
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; }
|
|
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; }
|
|
inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
|
|
{
|
|
____lastReadTask_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.SeekOrigin
|
|
struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.SeekOrigin::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.StringReader
|
|
struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A
|
|
{
|
|
public:
|
|
// System.String System.IO.StringReader::_s
|
|
String_t* ____s_4;
|
|
// System.Int32 System.IO.StringReader::_pos
|
|
int32_t ____pos_5;
|
|
// System.Int32 System.IO.StringReader::_length
|
|
int32_t ____length_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__s_4() { return static_cast<int32_t>(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____s_4)); }
|
|
inline String_t* get__s_4() const { return ____s_4; }
|
|
inline String_t** get_address_of__s_4() { return &____s_4; }
|
|
inline void set__s_4(String_t* value)
|
|
{
|
|
____s_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____s_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pos_5() { return static_cast<int32_t>(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____pos_5)); }
|
|
inline int32_t get__pos_5() const { return ____pos_5; }
|
|
inline int32_t* get_address_of__pos_5() { return &____pos_5; }
|
|
inline void set__pos_5(int32_t value)
|
|
{
|
|
____pos_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__length_6() { return static_cast<int32_t>(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____length_6)); }
|
|
inline int32_t get__length_6() const { return ____length_6; }
|
|
inline int32_t* get_address_of__length_6() { return &____length_6; }
|
|
inline void set__length_6(int32_t value)
|
|
{
|
|
____length_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32Enum
|
|
struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32Enum::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.AddressFamily
|
|
struct AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.AddressFamily::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.NetworkStream
|
|
struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::m_StreamSocket
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___m_StreamSocket_4;
|
|
// System.Boolean System.Net.Sockets.NetworkStream::m_Readable
|
|
bool ___m_Readable_5;
|
|
// System.Boolean System.Net.Sockets.NetworkStream::m_Writeable
|
|
bool ___m_Writeable_6;
|
|
// System.Boolean System.Net.Sockets.NetworkStream::m_OwnsSocket
|
|
bool ___m_OwnsSocket_7;
|
|
// System.Int32 System.Net.Sockets.NetworkStream::m_CloseTimeout
|
|
int32_t ___m_CloseTimeout_8;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.NetworkStream::m_CleanedUp
|
|
bool ___m_CleanedUp_9;
|
|
// System.Int32 System.Net.Sockets.NetworkStream::m_CurrentReadTimeout
|
|
int32_t ___m_CurrentReadTimeout_10;
|
|
// System.Int32 System.Net.Sockets.NetworkStream::m_CurrentWriteTimeout
|
|
int32_t ___m_CurrentWriteTimeout_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_StreamSocket_4() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_StreamSocket_4)); }
|
|
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_m_StreamSocket_4() const { return ___m_StreamSocket_4; }
|
|
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_m_StreamSocket_4() { return &___m_StreamSocket_4; }
|
|
inline void set_m_StreamSocket_4(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
|
|
{
|
|
___m_StreamSocket_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_StreamSocket_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Readable_5() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Readable_5)); }
|
|
inline bool get_m_Readable_5() const { return ___m_Readable_5; }
|
|
inline bool* get_address_of_m_Readable_5() { return &___m_Readable_5; }
|
|
inline void set_m_Readable_5(bool value)
|
|
{
|
|
___m_Readable_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Writeable_6() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Writeable_6)); }
|
|
inline bool get_m_Writeable_6() const { return ___m_Writeable_6; }
|
|
inline bool* get_address_of_m_Writeable_6() { return &___m_Writeable_6; }
|
|
inline void set_m_Writeable_6(bool value)
|
|
{
|
|
___m_Writeable_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OwnsSocket_7() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_OwnsSocket_7)); }
|
|
inline bool get_m_OwnsSocket_7() const { return ___m_OwnsSocket_7; }
|
|
inline bool* get_address_of_m_OwnsSocket_7() { return &___m_OwnsSocket_7; }
|
|
inline void set_m_OwnsSocket_7(bool value)
|
|
{
|
|
___m_OwnsSocket_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CloseTimeout_8() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CloseTimeout_8)); }
|
|
inline int32_t get_m_CloseTimeout_8() const { return ___m_CloseTimeout_8; }
|
|
inline int32_t* get_address_of_m_CloseTimeout_8() { return &___m_CloseTimeout_8; }
|
|
inline void set_m_CloseTimeout_8(int32_t value)
|
|
{
|
|
___m_CloseTimeout_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CleanedUp_9() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CleanedUp_9)); }
|
|
inline bool get_m_CleanedUp_9() const { return ___m_CleanedUp_9; }
|
|
inline bool* get_address_of_m_CleanedUp_9() { return &___m_CleanedUp_9; }
|
|
inline void set_m_CleanedUp_9(bool value)
|
|
{
|
|
___m_CleanedUp_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CurrentReadTimeout_10() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentReadTimeout_10)); }
|
|
inline int32_t get_m_CurrentReadTimeout_10() const { return ___m_CurrentReadTimeout_10; }
|
|
inline int32_t* get_address_of_m_CurrentReadTimeout_10() { return &___m_CurrentReadTimeout_10; }
|
|
inline void set_m_CurrentReadTimeout_10(int32_t value)
|
|
{
|
|
___m_CurrentReadTimeout_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CurrentWriteTimeout_11() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentWriteTimeout_11)); }
|
|
inline int32_t get_m_CurrentWriteTimeout_11() const { return ___m_CurrentWriteTimeout_11; }
|
|
inline int32_t* get_address_of_m_CurrentWriteTimeout_11() { return &___m_CurrentWriteTimeout_11; }
|
|
inline void set_m_CurrentWriteTimeout_11(int32_t value)
|
|
{
|
|
___m_CurrentWriteTimeout_11 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.ProtocolType
|
|
struct ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.ProtocolType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.SelectMode
|
|
struct SelectMode_t384C0C7786507E841593ADDA6785DF0001C06B7B
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.SelectMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SelectMode_t384C0C7786507E841593ADDA6785DF0001C06B7B, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.SocketError
|
|
struct SocketError_t0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.SocketError::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketError_t0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.SocketFlags
|
|
struct SocketFlags_t77581B58FF9A1A1D3E3270EDE83E4CAD3947F809
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.SocketFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketFlags_t77581B58FF9A1A1D3E3270EDE83E4CAD3947F809, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.SocketOptionLevel
|
|
struct SocketOptionLevel_t75F67243F6A4311CE8731B9A344FECD8186B3B21
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.SocketOptionLevel::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketOptionLevel_t75F67243F6A4311CE8731B9A344FECD8186B3B21, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.SocketOptionName
|
|
struct SocketOptionName_t11A763BEFF673A081DA61B8A7B1DF11909153B28
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.SocketOptionName::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketOptionName_t11A763BEFF673A081DA61B8A7B1DF11909153B28, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.SocketType
|
|
struct SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.SocketType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.DateTime>
|
|
struct Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___value_0)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_value_0() const { return ___value_0; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.BindingFlags
|
|
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.BindingFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeFieldHandle
|
|
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeFieldHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.StringComparison
|
|
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
|
|
{
|
|
public:
|
|
// System.Int32 System.StringComparison::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.StringSplitOptions
|
|
struct StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487
|
|
{
|
|
public:
|
|
// System.Int32 System.StringSplitOptions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.WaitHandle
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.IntPtr System.Threading.WaitHandle::waitHandle
|
|
intptr_t ___waitHandle_3;
|
|
// Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle
|
|
SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___safeWaitHandle_4;
|
|
// System.Boolean System.Threading.WaitHandle::hasThreadAffinity
|
|
bool ___hasThreadAffinity_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_waitHandle_3() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___waitHandle_3)); }
|
|
inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; }
|
|
inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; }
|
|
inline void set_waitHandle_3(intptr_t value)
|
|
{
|
|
___waitHandle_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___safeWaitHandle_4)); }
|
|
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; }
|
|
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; }
|
|
inline void set_safeWaitHandle_4(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * value)
|
|
{
|
|
___safeWaitHandle_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___hasThreadAffinity_5)); }
|
|
inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; }
|
|
inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; }
|
|
inline void set_hasThreadAffinity_5(bool value)
|
|
{
|
|
___hasThreadAffinity_5 = value;
|
|
}
|
|
};
|
|
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields
|
|
{
|
|
public:
|
|
// System.IntPtr System.Threading.WaitHandle::InvalidHandle
|
|
intptr_t ___InvalidHandle_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields, ___InvalidHandle_10)); }
|
|
inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; }
|
|
inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; }
|
|
inline void set_InvalidHandle_10(intptr_t value)
|
|
{
|
|
___InvalidHandle_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Threading.WaitHandle
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
|
|
{
|
|
intptr_t ___waitHandle_3;
|
|
void* ___safeWaitHandle_4;
|
|
int32_t ___hasThreadAffinity_5;
|
|
};
|
|
// Native definition for COM marshalling of System.Threading.WaitHandle
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
|
|
{
|
|
intptr_t ___waitHandle_3;
|
|
void* ___safeWaitHandle_4;
|
|
int32_t ___hasThreadAffinity_5;
|
|
};
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
|
|
{
|
|
public:
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
|
|
inline int64_t get__ticks_3() const { return ____ticks_3; }
|
|
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
|
|
inline void set__ticks_3(int64_t value)
|
|
{
|
|
____ticks_3 = value;
|
|
}
|
|
};
|
|
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
|
|
bool ____legacyConfigChecked_4;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
|
|
bool ____legacyMode_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
|
|
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___Zero_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
|
|
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MaxValue_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
|
|
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MinValue_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
|
|
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
|
|
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
|
|
inline void set__legacyConfigChecked_4(bool value)
|
|
{
|
|
____legacyConfigChecked_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
|
|
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
|
|
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
|
|
inline void set__legacyMode_5(bool value)
|
|
{
|
|
____legacyMode_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Timers.ElapsedEventArgs
|
|
struct ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
|
|
{
|
|
public:
|
|
// System.DateTime System.Timers.ElapsedEventArgs::time
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_time_1() { return static_cast<int32_t>(offsetof(ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6, ___time_1)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_time_1() const { return ___time_1; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_time_1() { return &___time_1; }
|
|
inline void set_time_1(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___time_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Timers.Timer
|
|
struct Timer_t238C45D8635596EEA04884048EF70F96775D5ADC : public Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473
|
|
{
|
|
public:
|
|
// System.Double System.Timers.Timer::interval
|
|
double ___interval_4;
|
|
// System.Boolean System.Timers.Timer::enabled
|
|
bool ___enabled_5;
|
|
// System.Boolean System.Timers.Timer::initializing
|
|
bool ___initializing_6;
|
|
// System.Boolean System.Timers.Timer::delayedEnable
|
|
bool ___delayedEnable_7;
|
|
// System.Timers.ElapsedEventHandler System.Timers.Timer::onIntervalElapsed
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * ___onIntervalElapsed_8;
|
|
// System.Boolean System.Timers.Timer::autoReset
|
|
bool ___autoReset_9;
|
|
// System.ComponentModel.ISynchronizeInvoke System.Timers.Timer::synchronizingObject
|
|
RuntimeObject* ___synchronizingObject_10;
|
|
// System.Boolean System.Timers.Timer::disposed
|
|
bool ___disposed_11;
|
|
// System.Threading.Timer System.Timers.Timer::timer
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer_12;
|
|
// System.Threading.TimerCallback System.Timers.Timer::callback
|
|
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback_13;
|
|
// System.Object System.Timers.Timer::cookie
|
|
RuntimeObject * ___cookie_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_interval_4() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___interval_4)); }
|
|
inline double get_interval_4() const { return ___interval_4; }
|
|
inline double* get_address_of_interval_4() { return &___interval_4; }
|
|
inline void set_interval_4(double value)
|
|
{
|
|
___interval_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_enabled_5() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___enabled_5)); }
|
|
inline bool get_enabled_5() const { return ___enabled_5; }
|
|
inline bool* get_address_of_enabled_5() { return &___enabled_5; }
|
|
inline void set_enabled_5(bool value)
|
|
{
|
|
___enabled_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initializing_6() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___initializing_6)); }
|
|
inline bool get_initializing_6() const { return ___initializing_6; }
|
|
inline bool* get_address_of_initializing_6() { return &___initializing_6; }
|
|
inline void set_initializing_6(bool value)
|
|
{
|
|
___initializing_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delayedEnable_7() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___delayedEnable_7)); }
|
|
inline bool get_delayedEnable_7() const { return ___delayedEnable_7; }
|
|
inline bool* get_address_of_delayedEnable_7() { return &___delayedEnable_7; }
|
|
inline void set_delayedEnable_7(bool value)
|
|
{
|
|
___delayedEnable_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_onIntervalElapsed_8() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___onIntervalElapsed_8)); }
|
|
inline ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * get_onIntervalElapsed_8() const { return ___onIntervalElapsed_8; }
|
|
inline ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C ** get_address_of_onIntervalElapsed_8() { return &___onIntervalElapsed_8; }
|
|
inline void set_onIntervalElapsed_8(ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * value)
|
|
{
|
|
___onIntervalElapsed_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___onIntervalElapsed_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_autoReset_9() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___autoReset_9)); }
|
|
inline bool get_autoReset_9() const { return ___autoReset_9; }
|
|
inline bool* get_address_of_autoReset_9() { return &___autoReset_9; }
|
|
inline void set_autoReset_9(bool value)
|
|
{
|
|
___autoReset_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_synchronizingObject_10() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___synchronizingObject_10)); }
|
|
inline RuntimeObject* get_synchronizingObject_10() const { return ___synchronizingObject_10; }
|
|
inline RuntimeObject** get_address_of_synchronizingObject_10() { return &___synchronizingObject_10; }
|
|
inline void set_synchronizingObject_10(RuntimeObject* value)
|
|
{
|
|
___synchronizingObject_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___synchronizingObject_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_disposed_11() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___disposed_11)); }
|
|
inline bool get_disposed_11() const { return ___disposed_11; }
|
|
inline bool* get_address_of_disposed_11() { return &___disposed_11; }
|
|
inline void set_disposed_11(bool value)
|
|
{
|
|
___disposed_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timer_12() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___timer_12)); }
|
|
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_timer_12() const { return ___timer_12; }
|
|
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_timer_12() { return &___timer_12; }
|
|
inline void set_timer_12(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value)
|
|
{
|
|
___timer_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___timer_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_13() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___callback_13)); }
|
|
inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * get_callback_13() const { return ___callback_13; }
|
|
inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 ** get_address_of_callback_13() { return &___callback_13; }
|
|
inline void set_callback_13(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * value)
|
|
{
|
|
___callback_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cookie_14() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___cookie_14)); }
|
|
inline RuntimeObject * get_cookie_14() const { return ___cookie_14; }
|
|
inline RuntimeObject ** get_address_of_cookie_14() { return &___cookie_14; }
|
|
inline void set_cookie_14(RuntimeObject * value)
|
|
{
|
|
___cookie_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cookie_14), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Uri_Flags
|
|
struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A
|
|
{
|
|
public:
|
|
// System.UInt64 System.Uri_Flags::value__
|
|
uint64_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A, ___value___2)); }
|
|
inline uint64_t get_value___2() const { return ___value___2; }
|
|
inline uint64_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint64_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriFormat
|
|
struct UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992
|
|
{
|
|
public:
|
|
// System.Int32 System.UriFormat::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriIdnScope
|
|
struct UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1
|
|
{
|
|
public:
|
|
// System.Int32 System.UriIdnScope::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriKind
|
|
struct UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08
|
|
{
|
|
public:
|
|
// System.Int32 System.UriKind::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.ConnectionProtocol
|
|
struct ConnectionProtocol_t3A5D59F41BA18CEF8ACB77E430C86FB13BF5B0DC
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.ConnectionProtocol::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConnectionProtocol_t3A5D59F41BA18CEF8ACB77E430C86FB13BF5B0DC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.LoggerLevel
|
|
struct LoggerLevel_t93E9967EEF78E68FC669C746DCDA358464690C09
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.LoggerLevel::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LoggerLevel_t93E9967EEF78E68FC669C746DCDA358464690C09, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.PackMode
|
|
struct PackMode_t59ADC0567CF6C1E3B7A3305FFCC954A17E3B3272
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.PackMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PackMode_t59ADC0567CF6C1E3B7A3305FFCC954A17E3B3272, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.PacketReadState
|
|
struct PacketReadState_t41410B9D12D12C0A2080101BBE4512D4C97CC8D5
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.PacketReadState::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PacketReadState_t41410B9D12D12C0A2080101BBE4512D4C97CC8D5, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.SocketCode
|
|
struct SocketCode_tE52A55D4D477F1664527A566321034F605632500
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.SocketCode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketCode_tE52A55D4D477F1664527A566321034F605632500, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.SocketState
|
|
struct SocketState_t53E592AA3627DC8E32F362B133CAB758ED988A86
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.SocketState::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketState_t53E592AA3627DC8E32F362B133CAB758ED988A86, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.TDataType
|
|
struct TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16
|
|
{
|
|
public:
|
|
// System.Byte taurus.client.TDataType::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Authentication.Credentials
|
|
struct Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 : public RuntimeObject
|
|
{
|
|
public:
|
|
// BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Credentials::<Type>k__BackingField
|
|
int32_t ___U3CTypeU3Ek__BackingField_0;
|
|
// System.String BestHTTP.Authentication.Credentials::<UserName>k__BackingField
|
|
String_t* ___U3CUserNameU3Ek__BackingField_1;
|
|
// System.String BestHTTP.Authentication.Credentials::<Password>k__BackingField
|
|
String_t* ___U3CPasswordU3Ek__BackingField_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247, ___U3CTypeU3Ek__BackingField_0)); }
|
|
inline int32_t get_U3CTypeU3Ek__BackingField_0() const { return ___U3CTypeU3Ek__BackingField_0; }
|
|
inline int32_t* get_address_of_U3CTypeU3Ek__BackingField_0() { return &___U3CTypeU3Ek__BackingField_0; }
|
|
inline void set_U3CTypeU3Ek__BackingField_0(int32_t value)
|
|
{
|
|
___U3CTypeU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUserNameU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247, ___U3CUserNameU3Ek__BackingField_1)); }
|
|
inline String_t* get_U3CUserNameU3Ek__BackingField_1() const { return ___U3CUserNameU3Ek__BackingField_1; }
|
|
inline String_t** get_address_of_U3CUserNameU3Ek__BackingField_1() { return &___U3CUserNameU3Ek__BackingField_1; }
|
|
inline void set_U3CUserNameU3Ek__BackingField_1(String_t* value)
|
|
{
|
|
___U3CUserNameU3Ek__BackingField_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CUserNameU3Ek__BackingField_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPasswordU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247, ___U3CPasswordU3Ek__BackingField_2)); }
|
|
inline String_t* get_U3CPasswordU3Ek__BackingField_2() const { return ___U3CPasswordU3Ek__BackingField_2; }
|
|
inline String_t** get_address_of_U3CPasswordU3Ek__BackingField_2() { return &___U3CPasswordU3Ek__BackingField_2; }
|
|
inline void set_U3CPasswordU3Ek__BackingField_2(String_t* value)
|
|
{
|
|
___U3CPasswordU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CPasswordU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Authentication.Digest
|
|
struct Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Uri BestHTTP.Authentication.Digest::<Uri>k__BackingField
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CUriU3Ek__BackingField_0;
|
|
// BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Digest::<Type>k__BackingField
|
|
int32_t ___U3CTypeU3Ek__BackingField_1;
|
|
// System.String BestHTTP.Authentication.Digest::<Realm>k__BackingField
|
|
String_t* ___U3CRealmU3Ek__BackingField_2;
|
|
// System.Boolean BestHTTP.Authentication.Digest::<Stale>k__BackingField
|
|
bool ___U3CStaleU3Ek__BackingField_3;
|
|
// System.String BestHTTP.Authentication.Digest::<Nonce>k__BackingField
|
|
String_t* ___U3CNonceU3Ek__BackingField_4;
|
|
// System.String BestHTTP.Authentication.Digest::<Opaque>k__BackingField
|
|
String_t* ___U3COpaqueU3Ek__BackingField_5;
|
|
// System.String BestHTTP.Authentication.Digest::<Algorithm>k__BackingField
|
|
String_t* ___U3CAlgorithmU3Ek__BackingField_6;
|
|
// System.Collections.Generic.List`1<System.String> BestHTTP.Authentication.Digest::<ProtectedUris>k__BackingField
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___U3CProtectedUrisU3Ek__BackingField_7;
|
|
// System.String BestHTTP.Authentication.Digest::<QualityOfProtections>k__BackingField
|
|
String_t* ___U3CQualityOfProtectionsU3Ek__BackingField_8;
|
|
// System.Int32 BestHTTP.Authentication.Digest::<NonceCount>k__BackingField
|
|
int32_t ___U3CNonceCountU3Ek__BackingField_9;
|
|
// System.String BestHTTP.Authentication.Digest::<HA1Sess>k__BackingField
|
|
String_t* ___U3CHA1SessU3Ek__BackingField_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CUriU3Ek__BackingField_0)); }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CUriU3Ek__BackingField_0() const { return ___U3CUriU3Ek__BackingField_0; }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CUriU3Ek__BackingField_0() { return &___U3CUriU3Ek__BackingField_0; }
|
|
inline void set_U3CUriU3Ek__BackingField_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
|
|
{
|
|
___U3CUriU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CTypeU3Ek__BackingField_1)); }
|
|
inline int32_t get_U3CTypeU3Ek__BackingField_1() const { return ___U3CTypeU3Ek__BackingField_1; }
|
|
inline int32_t* get_address_of_U3CTypeU3Ek__BackingField_1() { return &___U3CTypeU3Ek__BackingField_1; }
|
|
inline void set_U3CTypeU3Ek__BackingField_1(int32_t value)
|
|
{
|
|
___U3CTypeU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRealmU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CRealmU3Ek__BackingField_2)); }
|
|
inline String_t* get_U3CRealmU3Ek__BackingField_2() const { return ___U3CRealmU3Ek__BackingField_2; }
|
|
inline String_t** get_address_of_U3CRealmU3Ek__BackingField_2() { return &___U3CRealmU3Ek__BackingField_2; }
|
|
inline void set_U3CRealmU3Ek__BackingField_2(String_t* value)
|
|
{
|
|
___U3CRealmU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CRealmU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CStaleU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CStaleU3Ek__BackingField_3)); }
|
|
inline bool get_U3CStaleU3Ek__BackingField_3() const { return ___U3CStaleU3Ek__BackingField_3; }
|
|
inline bool* get_address_of_U3CStaleU3Ek__BackingField_3() { return &___U3CStaleU3Ek__BackingField_3; }
|
|
inline void set_U3CStaleU3Ek__BackingField_3(bool value)
|
|
{
|
|
___U3CStaleU3Ek__BackingField_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CNonceU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CNonceU3Ek__BackingField_4)); }
|
|
inline String_t* get_U3CNonceU3Ek__BackingField_4() const { return ___U3CNonceU3Ek__BackingField_4; }
|
|
inline String_t** get_address_of_U3CNonceU3Ek__BackingField_4() { return &___U3CNonceU3Ek__BackingField_4; }
|
|
inline void set_U3CNonceU3Ek__BackingField_4(String_t* value)
|
|
{
|
|
___U3CNonceU3Ek__BackingField_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CNonceU3Ek__BackingField_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3COpaqueU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3COpaqueU3Ek__BackingField_5)); }
|
|
inline String_t* get_U3COpaqueU3Ek__BackingField_5() const { return ___U3COpaqueU3Ek__BackingField_5; }
|
|
inline String_t** get_address_of_U3COpaqueU3Ek__BackingField_5() { return &___U3COpaqueU3Ek__BackingField_5; }
|
|
inline void set_U3COpaqueU3Ek__BackingField_5(String_t* value)
|
|
{
|
|
___U3COpaqueU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3COpaqueU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CAlgorithmU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CAlgorithmU3Ek__BackingField_6)); }
|
|
inline String_t* get_U3CAlgorithmU3Ek__BackingField_6() const { return ___U3CAlgorithmU3Ek__BackingField_6; }
|
|
inline String_t** get_address_of_U3CAlgorithmU3Ek__BackingField_6() { return &___U3CAlgorithmU3Ek__BackingField_6; }
|
|
inline void set_U3CAlgorithmU3Ek__BackingField_6(String_t* value)
|
|
{
|
|
___U3CAlgorithmU3Ek__BackingField_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CAlgorithmU3Ek__BackingField_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CProtectedUrisU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CProtectedUrisU3Ek__BackingField_7)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_U3CProtectedUrisU3Ek__BackingField_7() const { return ___U3CProtectedUrisU3Ek__BackingField_7; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_U3CProtectedUrisU3Ek__BackingField_7() { return &___U3CProtectedUrisU3Ek__BackingField_7; }
|
|
inline void set_U3CProtectedUrisU3Ek__BackingField_7(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___U3CProtectedUrisU3Ek__BackingField_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CProtectedUrisU3Ek__BackingField_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CQualityOfProtectionsU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CQualityOfProtectionsU3Ek__BackingField_8)); }
|
|
inline String_t* get_U3CQualityOfProtectionsU3Ek__BackingField_8() const { return ___U3CQualityOfProtectionsU3Ek__BackingField_8; }
|
|
inline String_t** get_address_of_U3CQualityOfProtectionsU3Ek__BackingField_8() { return &___U3CQualityOfProtectionsU3Ek__BackingField_8; }
|
|
inline void set_U3CQualityOfProtectionsU3Ek__BackingField_8(String_t* value)
|
|
{
|
|
___U3CQualityOfProtectionsU3Ek__BackingField_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CQualityOfProtectionsU3Ek__BackingField_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CNonceCountU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CNonceCountU3Ek__BackingField_9)); }
|
|
inline int32_t get_U3CNonceCountU3Ek__BackingField_9() const { return ___U3CNonceCountU3Ek__BackingField_9; }
|
|
inline int32_t* get_address_of_U3CNonceCountU3Ek__BackingField_9() { return &___U3CNonceCountU3Ek__BackingField_9; }
|
|
inline void set_U3CNonceCountU3Ek__BackingField_9(int32_t value)
|
|
{
|
|
___U3CNonceCountU3Ek__BackingField_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CHA1SessU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CHA1SessU3Ek__BackingField_10)); }
|
|
inline String_t* get_U3CHA1SessU3Ek__BackingField_10() const { return ___U3CHA1SessU3Ek__BackingField_10; }
|
|
inline String_t** get_address_of_U3CHA1SessU3Ek__BackingField_10() { return &___U3CHA1SessU3Ek__BackingField_10; }
|
|
inline void set_U3CHA1SessU3Ek__BackingField_10(String_t* value)
|
|
{
|
|
___U3CHA1SessU3Ek__BackingField_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CHA1SessU3Ek__BackingField_10), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.ConnectionBase
|
|
struct ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String BestHTTP.ConnectionBase::<ServerAddress>k__BackingField
|
|
String_t* ___U3CServerAddressU3Ek__BackingField_0;
|
|
// BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::<State>k__BackingField
|
|
int32_t ___U3CStateU3Ek__BackingField_1;
|
|
// BestHTTP.HTTPRequest BestHTTP.ConnectionBase::<CurrentRequest>k__BackingField
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___U3CCurrentRequestU3Ek__BackingField_2;
|
|
// System.DateTime BestHTTP.ConnectionBase::<StartTime>k__BackingField
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___U3CStartTimeU3Ek__BackingField_3;
|
|
// System.DateTime BestHTTP.ConnectionBase::<TimedOutStart>k__BackingField
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___U3CTimedOutStartU3Ek__BackingField_4;
|
|
// System.Uri BestHTTP.ConnectionBase::<LastProcessedUri>k__BackingField
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CLastProcessedUriU3Ek__BackingField_5;
|
|
// System.DateTime BestHTTP.ConnectionBase::LastProcessTime
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___LastProcessTime_6;
|
|
// BestHTTP.HTTPConnectionRecycledDelegate BestHTTP.ConnectionBase::OnConnectionRecycled
|
|
HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * ___OnConnectionRecycled_7;
|
|
// System.Boolean BestHTTP.ConnectionBase::IsThreaded
|
|
bool ___IsThreaded_8;
|
|
// System.Boolean BestHTTP.ConnectionBase::<IsDisposed>k__BackingField
|
|
bool ___U3CIsDisposedU3Ek__BackingField_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CServerAddressU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CServerAddressU3Ek__BackingField_0)); }
|
|
inline String_t* get_U3CServerAddressU3Ek__BackingField_0() const { return ___U3CServerAddressU3Ek__BackingField_0; }
|
|
inline String_t** get_address_of_U3CServerAddressU3Ek__BackingField_0() { return &___U3CServerAddressU3Ek__BackingField_0; }
|
|
inline void set_U3CServerAddressU3Ek__BackingField_0(String_t* value)
|
|
{
|
|
___U3CServerAddressU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CServerAddressU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CStateU3Ek__BackingField_1)); }
|
|
inline int32_t get_U3CStateU3Ek__BackingField_1() const { return ___U3CStateU3Ek__BackingField_1; }
|
|
inline int32_t* get_address_of_U3CStateU3Ek__BackingField_1() { return &___U3CStateU3Ek__BackingField_1; }
|
|
inline void set_U3CStateU3Ek__BackingField_1(int32_t value)
|
|
{
|
|
___U3CStateU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CCurrentRequestU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CCurrentRequestU3Ek__BackingField_2)); }
|
|
inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * get_U3CCurrentRequestU3Ek__BackingField_2() const { return ___U3CCurrentRequestU3Ek__BackingField_2; }
|
|
inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE ** get_address_of_U3CCurrentRequestU3Ek__BackingField_2() { return &___U3CCurrentRequestU3Ek__BackingField_2; }
|
|
inline void set_U3CCurrentRequestU3Ek__BackingField_2(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * value)
|
|
{
|
|
___U3CCurrentRequestU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentRequestU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CStartTimeU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CStartTimeU3Ek__BackingField_3)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_U3CStartTimeU3Ek__BackingField_3() const { return ___U3CStartTimeU3Ek__BackingField_3; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_U3CStartTimeU3Ek__BackingField_3() { return &___U3CStartTimeU3Ek__BackingField_3; }
|
|
inline void set_U3CStartTimeU3Ek__BackingField_3(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___U3CStartTimeU3Ek__BackingField_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTimedOutStartU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CTimedOutStartU3Ek__BackingField_4)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_U3CTimedOutStartU3Ek__BackingField_4() const { return ___U3CTimedOutStartU3Ek__BackingField_4; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_U3CTimedOutStartU3Ek__BackingField_4() { return &___U3CTimedOutStartU3Ek__BackingField_4; }
|
|
inline void set_U3CTimedOutStartU3Ek__BackingField_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___U3CTimedOutStartU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CLastProcessedUriU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CLastProcessedUriU3Ek__BackingField_5)); }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CLastProcessedUriU3Ek__BackingField_5() const { return ___U3CLastProcessedUriU3Ek__BackingField_5; }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CLastProcessedUriU3Ek__BackingField_5() { return &___U3CLastProcessedUriU3Ek__BackingField_5; }
|
|
inline void set_U3CLastProcessedUriU3Ek__BackingField_5(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
|
|
{
|
|
___U3CLastProcessedUriU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CLastProcessedUriU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LastProcessTime_6() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___LastProcessTime_6)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_LastProcessTime_6() const { return ___LastProcessTime_6; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_LastProcessTime_6() { return &___LastProcessTime_6; }
|
|
inline void set_LastProcessTime_6(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___LastProcessTime_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnConnectionRecycled_7() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___OnConnectionRecycled_7)); }
|
|
inline HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * get_OnConnectionRecycled_7() const { return ___OnConnectionRecycled_7; }
|
|
inline HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 ** get_address_of_OnConnectionRecycled_7() { return &___OnConnectionRecycled_7; }
|
|
inline void set_OnConnectionRecycled_7(HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * value)
|
|
{
|
|
___OnConnectionRecycled_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionRecycled_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsThreaded_8() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___IsThreaded_8)); }
|
|
inline bool get_IsThreaded_8() const { return ___IsThreaded_8; }
|
|
inline bool* get_address_of_IsThreaded_8() { return &___IsThreaded_8; }
|
|
inline void set_IsThreaded_8(bool value)
|
|
{
|
|
___IsThreaded_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsDisposedU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CIsDisposedU3Ek__BackingField_9)); }
|
|
inline bool get_U3CIsDisposedU3Ek__BackingField_9() const { return ___U3CIsDisposedU3Ek__BackingField_9; }
|
|
inline bool* get_address_of_U3CIsDisposedU3Ek__BackingField_9() { return &___U3CIsDisposedU3Ek__BackingField_9; }
|
|
inline void set_U3CIsDisposedU3Ek__BackingField_9(bool value)
|
|
{
|
|
___U3CIsDisposedU3Ek__BackingField_9 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Decompression.Zlib.GZipStream
|
|
struct GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// System.Nullable`1<System.DateTime> BestHTTP.Decompression.Zlib.GZipStream::LastModified
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___LastModified_4;
|
|
// System.Int32 BestHTTP.Decompression.Zlib.GZipStream::_headerByteCount
|
|
int32_t ____headerByteCount_5;
|
|
// BestHTTP.Decompression.Zlib.ZlibBaseStream BestHTTP.Decompression.Zlib.GZipStream::_baseStream
|
|
ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * ____baseStream_6;
|
|
// System.Boolean BestHTTP.Decompression.Zlib.GZipStream::_disposed
|
|
bool ____disposed_7;
|
|
// System.Boolean BestHTTP.Decompression.Zlib.GZipStream::_firstReadDone
|
|
bool ____firstReadDone_8;
|
|
// System.String BestHTTP.Decompression.Zlib.GZipStream::_FileName
|
|
String_t* ____FileName_9;
|
|
// System.String BestHTTP.Decompression.Zlib.GZipStream::_Comment
|
|
String_t* ____Comment_10;
|
|
// System.Int32 BestHTTP.Decompression.Zlib.GZipStream::_Crc32
|
|
int32_t ____Crc32_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_LastModified_4() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ___LastModified_4)); }
|
|
inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 get_LastModified_4() const { return ___LastModified_4; }
|
|
inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * get_address_of_LastModified_4() { return &___LastModified_4; }
|
|
inline void set_LastModified_4(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 value)
|
|
{
|
|
___LastModified_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__headerByteCount_5() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____headerByteCount_5)); }
|
|
inline int32_t get__headerByteCount_5() const { return ____headerByteCount_5; }
|
|
inline int32_t* get_address_of__headerByteCount_5() { return &____headerByteCount_5; }
|
|
inline void set__headerByteCount_5(int32_t value)
|
|
{
|
|
____headerByteCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__baseStream_6() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____baseStream_6)); }
|
|
inline ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * get__baseStream_6() const { return ____baseStream_6; }
|
|
inline ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 ** get_address_of__baseStream_6() { return &____baseStream_6; }
|
|
inline void set__baseStream_6(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * value)
|
|
{
|
|
____baseStream_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____baseStream_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__disposed_7() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____disposed_7)); }
|
|
inline bool get__disposed_7() const { return ____disposed_7; }
|
|
inline bool* get_address_of__disposed_7() { return &____disposed_7; }
|
|
inline void set__disposed_7(bool value)
|
|
{
|
|
____disposed_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__firstReadDone_8() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____firstReadDone_8)); }
|
|
inline bool get__firstReadDone_8() const { return ____firstReadDone_8; }
|
|
inline bool* get_address_of__firstReadDone_8() { return &____firstReadDone_8; }
|
|
inline void set__firstReadDone_8(bool value)
|
|
{
|
|
____firstReadDone_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__FileName_9() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____FileName_9)); }
|
|
inline String_t* get__FileName_9() const { return ____FileName_9; }
|
|
inline String_t** get_address_of__FileName_9() { return &____FileName_9; }
|
|
inline void set__FileName_9(String_t* value)
|
|
{
|
|
____FileName_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____FileName_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__Comment_10() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____Comment_10)); }
|
|
inline String_t* get__Comment_10() const { return ____Comment_10; }
|
|
inline String_t** get_address_of__Comment_10() { return &____Comment_10; }
|
|
inline void set__Comment_10(String_t* value)
|
|
{
|
|
____Comment_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____Comment_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__Crc32_11() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____Crc32_11)); }
|
|
inline int32_t get__Crc32_11() const { return ____Crc32_11; }
|
|
inline int32_t* get_address_of__Crc32_11() { return &____Crc32_11; }
|
|
inline void set__Crc32_11(int32_t value)
|
|
{
|
|
____Crc32_11 = value;
|
|
}
|
|
};
|
|
|
|
struct GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields
|
|
{
|
|
public:
|
|
// System.DateTime BestHTTP.Decompression.Zlib.GZipStream::_unixEpoch
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ____unixEpoch_12;
|
|
// System.Text.Encoding BestHTTP.Decompression.Zlib.GZipStream::iso8859dash1
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___iso8859dash1_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__unixEpoch_12() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields, ____unixEpoch_12)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get__unixEpoch_12() const { return ____unixEpoch_12; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of__unixEpoch_12() { return &____unixEpoch_12; }
|
|
inline void set__unixEpoch_12(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
____unixEpoch_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iso8859dash1_13() { return static_cast<int32_t>(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields, ___iso8859dash1_13)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_iso8859dash1_13() const { return ___iso8859dash1_13; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_iso8859dash1_13() { return &___iso8859dash1_13; }
|
|
inline void set_iso8859dash1_13(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___iso8859dash1_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso8859dash1_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Decompression.Zlib.ZlibBaseStream
|
|
struct ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.ZlibBaseStream::_z
|
|
ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ____z_4;
|
|
// BestHTTP.Decompression.Zlib.ZlibBaseStream_StreamMode BestHTTP.Decompression.Zlib.ZlibBaseStream::_streamMode
|
|
int32_t ____streamMode_5;
|
|
// BestHTTP.Decompression.Zlib.FlushType BestHTTP.Decompression.Zlib.ZlibBaseStream::_flushMode
|
|
int32_t ____flushMode_6;
|
|
// BestHTTP.Decompression.Zlib.ZlibStreamFlavor BestHTTP.Decompression.Zlib.ZlibBaseStream::_flavor
|
|
int32_t ____flavor_7;
|
|
// BestHTTP.Decompression.Zlib.CompressionMode BestHTTP.Decompression.Zlib.ZlibBaseStream::_compressionMode
|
|
int32_t ____compressionMode_8;
|
|
// BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.ZlibBaseStream::_level
|
|
int32_t ____level_9;
|
|
// System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::_leaveOpen
|
|
bool ____leaveOpen_10;
|
|
// System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::_workingBuffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____workingBuffer_11;
|
|
// System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_bufferSize
|
|
int32_t ____bufferSize_12;
|
|
// System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::windowBitsMax
|
|
int32_t ___windowBitsMax_13;
|
|
// System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::_buf1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buf1_14;
|
|
// System.IO.Stream BestHTTP.Decompression.Zlib.ZlibBaseStream::_stream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____stream_15;
|
|
// BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.ZlibBaseStream::Strategy
|
|
int32_t ___Strategy_16;
|
|
// BestHTTP.Decompression.Crc.CRC32 BestHTTP.Decompression.Zlib.ZlibBaseStream::crc
|
|
CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * ___crc_17;
|
|
// System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipFileName
|
|
String_t* ____GzipFileName_18;
|
|
// System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipComment
|
|
String_t* ____GzipComment_19;
|
|
// System.DateTime BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipMtime
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ____GzipMtime_20;
|
|
// System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_gzipHeaderByteCount
|
|
int32_t ____gzipHeaderByteCount_21;
|
|
// System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::nomoreinput
|
|
bool ___nomoreinput_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__z_4() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____z_4)); }
|
|
inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * get__z_4() const { return ____z_4; }
|
|
inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 ** get_address_of__z_4() { return &____z_4; }
|
|
inline void set__z_4(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * value)
|
|
{
|
|
____z_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____z_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__streamMode_5() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____streamMode_5)); }
|
|
inline int32_t get__streamMode_5() const { return ____streamMode_5; }
|
|
inline int32_t* get_address_of__streamMode_5() { return &____streamMode_5; }
|
|
inline void set__streamMode_5(int32_t value)
|
|
{
|
|
____streamMode_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__flushMode_6() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____flushMode_6)); }
|
|
inline int32_t get__flushMode_6() const { return ____flushMode_6; }
|
|
inline int32_t* get_address_of__flushMode_6() { return &____flushMode_6; }
|
|
inline void set__flushMode_6(int32_t value)
|
|
{
|
|
____flushMode_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__flavor_7() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____flavor_7)); }
|
|
inline int32_t get__flavor_7() const { return ____flavor_7; }
|
|
inline int32_t* get_address_of__flavor_7() { return &____flavor_7; }
|
|
inline void set__flavor_7(int32_t value)
|
|
{
|
|
____flavor_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__compressionMode_8() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____compressionMode_8)); }
|
|
inline int32_t get__compressionMode_8() const { return ____compressionMode_8; }
|
|
inline int32_t* get_address_of__compressionMode_8() { return &____compressionMode_8; }
|
|
inline void set__compressionMode_8(int32_t value)
|
|
{
|
|
____compressionMode_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__level_9() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____level_9)); }
|
|
inline int32_t get__level_9() const { return ____level_9; }
|
|
inline int32_t* get_address_of__level_9() { return &____level_9; }
|
|
inline void set__level_9(int32_t value)
|
|
{
|
|
____level_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__leaveOpen_10() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____leaveOpen_10)); }
|
|
inline bool get__leaveOpen_10() const { return ____leaveOpen_10; }
|
|
inline bool* get_address_of__leaveOpen_10() { return &____leaveOpen_10; }
|
|
inline void set__leaveOpen_10(bool value)
|
|
{
|
|
____leaveOpen_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__workingBuffer_11() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____workingBuffer_11)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__workingBuffer_11() const { return ____workingBuffer_11; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__workingBuffer_11() { return &____workingBuffer_11; }
|
|
inline void set__workingBuffer_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____workingBuffer_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____workingBuffer_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__bufferSize_12() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____bufferSize_12)); }
|
|
inline int32_t get__bufferSize_12() const { return ____bufferSize_12; }
|
|
inline int32_t* get_address_of__bufferSize_12() { return &____bufferSize_12; }
|
|
inline void set__bufferSize_12(int32_t value)
|
|
{
|
|
____bufferSize_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_windowBitsMax_13() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ___windowBitsMax_13)); }
|
|
inline int32_t get_windowBitsMax_13() const { return ___windowBitsMax_13; }
|
|
inline int32_t* get_address_of_windowBitsMax_13() { return &___windowBitsMax_13; }
|
|
inline void set_windowBitsMax_13(int32_t value)
|
|
{
|
|
___windowBitsMax_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__buf1_14() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____buf1_14)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buf1_14() const { return ____buf1_14; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buf1_14() { return &____buf1_14; }
|
|
inline void set__buf1_14(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____buf1_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buf1_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stream_15() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____stream_15)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__stream_15() const { return ____stream_15; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__stream_15() { return &____stream_15; }
|
|
inline void set__stream_15(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
____stream_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stream_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Strategy_16() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ___Strategy_16)); }
|
|
inline int32_t get_Strategy_16() const { return ___Strategy_16; }
|
|
inline int32_t* get_address_of_Strategy_16() { return &___Strategy_16; }
|
|
inline void set_Strategy_16(int32_t value)
|
|
{
|
|
___Strategy_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_crc_17() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ___crc_17)); }
|
|
inline CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * get_crc_17() const { return ___crc_17; }
|
|
inline CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D ** get_address_of_crc_17() { return &___crc_17; }
|
|
inline void set_crc_17(CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * value)
|
|
{
|
|
___crc_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___crc_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__GzipFileName_18() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____GzipFileName_18)); }
|
|
inline String_t* get__GzipFileName_18() const { return ____GzipFileName_18; }
|
|
inline String_t** get_address_of__GzipFileName_18() { return &____GzipFileName_18; }
|
|
inline void set__GzipFileName_18(String_t* value)
|
|
{
|
|
____GzipFileName_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____GzipFileName_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__GzipComment_19() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____GzipComment_19)); }
|
|
inline String_t* get__GzipComment_19() const { return ____GzipComment_19; }
|
|
inline String_t** get_address_of__GzipComment_19() { return &____GzipComment_19; }
|
|
inline void set__GzipComment_19(String_t* value)
|
|
{
|
|
____GzipComment_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____GzipComment_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__GzipMtime_20() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____GzipMtime_20)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get__GzipMtime_20() const { return ____GzipMtime_20; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of__GzipMtime_20() { return &____GzipMtime_20; }
|
|
inline void set__GzipMtime_20(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
____GzipMtime_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__gzipHeaderByteCount_21() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____gzipHeaderByteCount_21)); }
|
|
inline int32_t get__gzipHeaderByteCount_21() const { return ____gzipHeaderByteCount_21; }
|
|
inline int32_t* get_address_of__gzipHeaderByteCount_21() { return &____gzipHeaderByteCount_21; }
|
|
inline void set__gzipHeaderByteCount_21(int32_t value)
|
|
{
|
|
____gzipHeaderByteCount_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nomoreinput_22() { return static_cast<int32_t>(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ___nomoreinput_22)); }
|
|
inline bool get_nomoreinput_22() const { return ___nomoreinput_22; }
|
|
inline bool* get_address_of_nomoreinput_22() { return &___nomoreinput_22; }
|
|
inline void set_nomoreinput_22(bool value)
|
|
{
|
|
___nomoreinput_22 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPManager
|
|
struct HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte BestHTTP.HTTPManager::maxConnectionPerServer
|
|
uint8_t ___maxConnectionPerServer_0;
|
|
// System.Boolean BestHTTP.HTTPManager::<KeepAliveDefaultValue>k__BackingField
|
|
bool ___U3CKeepAliveDefaultValueU3Ek__BackingField_1;
|
|
// System.TimeSpan BestHTTP.HTTPManager::<MaxConnectionIdleTime>k__BackingField
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CMaxConnectionIdleTimeU3Ek__BackingField_2;
|
|
// System.UInt32 BestHTTP.HTTPManager::<CookieJarSize>k__BackingField
|
|
uint32_t ___U3CCookieJarSizeU3Ek__BackingField_3;
|
|
// System.Boolean BestHTTP.HTTPManager::<EnablePrivateBrowsing>k__BackingField
|
|
bool ___U3CEnablePrivateBrowsingU3Ek__BackingField_4;
|
|
// System.TimeSpan BestHTTP.HTTPManager::<ConnectTimeout>k__BackingField
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CConnectTimeoutU3Ek__BackingField_5;
|
|
// System.TimeSpan BestHTTP.HTTPManager::<RequestTimeout>k__BackingField
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CRequestTimeoutU3Ek__BackingField_6;
|
|
// BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::heartbeats
|
|
HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * ___heartbeats_7;
|
|
// BestHTTP.Logger.ILogger BestHTTP.HTTPManager::logger
|
|
RuntimeObject* ___logger_8;
|
|
// System.Int32 BestHTTP.HTTPManager::<MaxPathLength>k__BackingField
|
|
int32_t ___U3CMaxPathLengthU3Ek__BackingField_9;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>> BestHTTP.HTTPManager::Connections
|
|
Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * ___Connections_10;
|
|
// System.Collections.Generic.List`1<BestHTTP.ConnectionBase> BestHTTP.HTTPManager::ActiveConnections
|
|
List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * ___ActiveConnections_11;
|
|
// System.Collections.Generic.List`1<BestHTTP.ConnectionBase> BestHTTP.HTTPManager::FreeConnections
|
|
List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * ___FreeConnections_12;
|
|
// System.Collections.Generic.List`1<BestHTTP.ConnectionBase> BestHTTP.HTTPManager::RecycledConnections
|
|
List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * ___RecycledConnections_13;
|
|
// System.Collections.Generic.List`1<BestHTTP.HTTPRequest> BestHTTP.HTTPManager::RequestQueue
|
|
List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * ___RequestQueue_14;
|
|
// System.Boolean BestHTTP.HTTPManager::IsCallingCallbacks
|
|
bool ___IsCallingCallbacks_15;
|
|
// System.Object BestHTTP.HTTPManager::Locker
|
|
RuntimeObject * ___Locker_16;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_maxConnectionPerServer_0() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___maxConnectionPerServer_0)); }
|
|
inline uint8_t get_maxConnectionPerServer_0() const { return ___maxConnectionPerServer_0; }
|
|
inline uint8_t* get_address_of_maxConnectionPerServer_0() { return &___maxConnectionPerServer_0; }
|
|
inline void set_maxConnectionPerServer_0(uint8_t value)
|
|
{
|
|
___maxConnectionPerServer_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CKeepAliveDefaultValueU3Ek__BackingField_1)); }
|
|
inline bool get_U3CKeepAliveDefaultValueU3Ek__BackingField_1() const { return ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; }
|
|
inline bool* get_address_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return &___U3CKeepAliveDefaultValueU3Ek__BackingField_1; }
|
|
inline void set_U3CKeepAliveDefaultValueU3Ek__BackingField_1(bool value)
|
|
{
|
|
___U3CKeepAliveDefaultValueU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CMaxConnectionIdleTimeU3Ek__BackingField_2)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CMaxConnectionIdleTimeU3Ek__BackingField_2() const { return ___U3CMaxConnectionIdleTimeU3Ek__BackingField_2; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_2() { return &___U3CMaxConnectionIdleTimeU3Ek__BackingField_2; }
|
|
inline void set_U3CMaxConnectionIdleTimeU3Ek__BackingField_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___U3CMaxConnectionIdleTimeU3Ek__BackingField_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CCookieJarSizeU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CCookieJarSizeU3Ek__BackingField_3)); }
|
|
inline uint32_t get_U3CCookieJarSizeU3Ek__BackingField_3() const { return ___U3CCookieJarSizeU3Ek__BackingField_3; }
|
|
inline uint32_t* get_address_of_U3CCookieJarSizeU3Ek__BackingField_3() { return &___U3CCookieJarSizeU3Ek__BackingField_3; }
|
|
inline void set_U3CCookieJarSizeU3Ek__BackingField_3(uint32_t value)
|
|
{
|
|
___U3CCookieJarSizeU3Ek__BackingField_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CEnablePrivateBrowsingU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CEnablePrivateBrowsingU3Ek__BackingField_4)); }
|
|
inline bool get_U3CEnablePrivateBrowsingU3Ek__BackingField_4() const { return ___U3CEnablePrivateBrowsingU3Ek__BackingField_4; }
|
|
inline bool* get_address_of_U3CEnablePrivateBrowsingU3Ek__BackingField_4() { return &___U3CEnablePrivateBrowsingU3Ek__BackingField_4; }
|
|
inline void set_U3CEnablePrivateBrowsingU3Ek__BackingField_4(bool value)
|
|
{
|
|
___U3CEnablePrivateBrowsingU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CConnectTimeoutU3Ek__BackingField_5)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CConnectTimeoutU3Ek__BackingField_5() const { return ___U3CConnectTimeoutU3Ek__BackingField_5; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_5() { return &___U3CConnectTimeoutU3Ek__BackingField_5; }
|
|
inline void set_U3CConnectTimeoutU3Ek__BackingField_5(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___U3CConnectTimeoutU3Ek__BackingField_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRequestTimeoutU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CRequestTimeoutU3Ek__BackingField_6)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CRequestTimeoutU3Ek__BackingField_6() const { return ___U3CRequestTimeoutU3Ek__BackingField_6; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CRequestTimeoutU3Ek__BackingField_6() { return &___U3CRequestTimeoutU3Ek__BackingField_6; }
|
|
inline void set_U3CRequestTimeoutU3Ek__BackingField_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___U3CRequestTimeoutU3Ek__BackingField_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_heartbeats_7() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___heartbeats_7)); }
|
|
inline HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * get_heartbeats_7() const { return ___heartbeats_7; }
|
|
inline HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 ** get_address_of_heartbeats_7() { return &___heartbeats_7; }
|
|
inline void set_heartbeats_7(HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * value)
|
|
{
|
|
___heartbeats_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___heartbeats_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_logger_8() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___logger_8)); }
|
|
inline RuntimeObject* get_logger_8() const { return ___logger_8; }
|
|
inline RuntimeObject** get_address_of_logger_8() { return &___logger_8; }
|
|
inline void set_logger_8(RuntimeObject* value)
|
|
{
|
|
___logger_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___logger_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CMaxPathLengthU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CMaxPathLengthU3Ek__BackingField_9)); }
|
|
inline int32_t get_U3CMaxPathLengthU3Ek__BackingField_9() const { return ___U3CMaxPathLengthU3Ek__BackingField_9; }
|
|
inline int32_t* get_address_of_U3CMaxPathLengthU3Ek__BackingField_9() { return &___U3CMaxPathLengthU3Ek__BackingField_9; }
|
|
inline void set_U3CMaxPathLengthU3Ek__BackingField_9(int32_t value)
|
|
{
|
|
___U3CMaxPathLengthU3Ek__BackingField_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Connections_10() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___Connections_10)); }
|
|
inline Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * get_Connections_10() const { return ___Connections_10; }
|
|
inline Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D ** get_address_of_Connections_10() { return &___Connections_10; }
|
|
inline void set_Connections_10(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * value)
|
|
{
|
|
___Connections_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Connections_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ActiveConnections_11() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___ActiveConnections_11)); }
|
|
inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * get_ActiveConnections_11() const { return ___ActiveConnections_11; }
|
|
inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 ** get_address_of_ActiveConnections_11() { return &___ActiveConnections_11; }
|
|
inline void set_ActiveConnections_11(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * value)
|
|
{
|
|
___ActiveConnections_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ActiveConnections_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FreeConnections_12() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___FreeConnections_12)); }
|
|
inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * get_FreeConnections_12() const { return ___FreeConnections_12; }
|
|
inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 ** get_address_of_FreeConnections_12() { return &___FreeConnections_12; }
|
|
inline void set_FreeConnections_12(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * value)
|
|
{
|
|
___FreeConnections_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FreeConnections_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_RecycledConnections_13() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___RecycledConnections_13)); }
|
|
inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * get_RecycledConnections_13() const { return ___RecycledConnections_13; }
|
|
inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 ** get_address_of_RecycledConnections_13() { return &___RecycledConnections_13; }
|
|
inline void set_RecycledConnections_13(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * value)
|
|
{
|
|
___RecycledConnections_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___RecycledConnections_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_RequestQueue_14() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___RequestQueue_14)); }
|
|
inline List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * get_RequestQueue_14() const { return ___RequestQueue_14; }
|
|
inline List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 ** get_address_of_RequestQueue_14() { return &___RequestQueue_14; }
|
|
inline void set_RequestQueue_14(List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * value)
|
|
{
|
|
___RequestQueue_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___RequestQueue_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsCallingCallbacks_15() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___IsCallingCallbacks_15)); }
|
|
inline bool get_IsCallingCallbacks_15() const { return ___IsCallingCallbacks_15; }
|
|
inline bool* get_address_of_IsCallingCallbacks_15() { return &___IsCallingCallbacks_15; }
|
|
inline void set_IsCallingCallbacks_15(bool value)
|
|
{
|
|
___IsCallingCallbacks_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Locker_16() { return static_cast<int32_t>(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___Locker_16)); }
|
|
inline RuntimeObject * get_Locker_16() const { return ___Locker_16; }
|
|
inline RuntimeObject ** get_address_of_Locker_16() { return &___Locker_16; }
|
|
inline void set_Locker_16(RuntimeObject * value)
|
|
{
|
|
___Locker_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Locker_16), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPRequest
|
|
struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Uri BestHTTP.HTTPRequest::<Uri>k__BackingField
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CUriU3Ek__BackingField_3;
|
|
// BestHTTP.HTTPMethods BestHTTP.HTTPRequest::<MethodType>k__BackingField
|
|
uint8_t ___U3CMethodTypeU3Ek__BackingField_4;
|
|
// System.Byte[] BestHTTP.HTTPRequest::<RawData>k__BackingField
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CRawDataU3Ek__BackingField_5;
|
|
// System.IO.Stream BestHTTP.HTTPRequest::<UploadStream>k__BackingField
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___U3CUploadStreamU3Ek__BackingField_6;
|
|
// System.Boolean BestHTTP.HTTPRequest::<DisposeUploadStream>k__BackingField
|
|
bool ___U3CDisposeUploadStreamU3Ek__BackingField_7;
|
|
// System.Boolean BestHTTP.HTTPRequest::<UseUploadStreamLength>k__BackingField
|
|
bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8;
|
|
// BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress
|
|
OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * ___OnUploadProgress_9;
|
|
// BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::<Callback>k__BackingField
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___U3CCallbackU3Ek__BackingField_10;
|
|
// BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress
|
|
OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * ___OnProgress_11;
|
|
// BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___OnUpgraded_12;
|
|
// System.Boolean BestHTTP.HTTPRequest::<DisableRetry>k__BackingField
|
|
bool ___U3CDisableRetryU3Ek__BackingField_13;
|
|
// System.Boolean BestHTTP.HTTPRequest::<IsRedirected>k__BackingField
|
|
bool ___U3CIsRedirectedU3Ek__BackingField_14;
|
|
// System.Uri BestHTTP.HTTPRequest::<RedirectUri>k__BackingField
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CRedirectUriU3Ek__BackingField_15;
|
|
// BestHTTP.HTTPResponse BestHTTP.HTTPRequest::<Response>k__BackingField
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___U3CResponseU3Ek__BackingField_16;
|
|
// System.Exception BestHTTP.HTTPRequest::<Exception>k__BackingField
|
|
Exception_t * ___U3CExceptionU3Ek__BackingField_17;
|
|
// System.Object BestHTTP.HTTPRequest::<Tag>k__BackingField
|
|
RuntimeObject * ___U3CTagU3Ek__BackingField_18;
|
|
// BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::<Credentials>k__BackingField
|
|
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * ___U3CCredentialsU3Ek__BackingField_19;
|
|
// System.Int32 BestHTTP.HTTPRequest::<MaxRedirects>k__BackingField
|
|
int32_t ___U3CMaxRedirectsU3Ek__BackingField_20;
|
|
// BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::<FormUsage>k__BackingField
|
|
int32_t ___U3CFormUsageU3Ek__BackingField_21;
|
|
// BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::<State>k__BackingField
|
|
int32_t ___U3CStateU3Ek__BackingField_22;
|
|
// System.Int32 BestHTTP.HTTPRequest::<RedirectCount>k__BackingField
|
|
int32_t ___U3CRedirectCountU3Ek__BackingField_23;
|
|
// System.Func`4<BestHTTP.HTTPRequest,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Boolean> BestHTTP.HTTPRequest::CustomCertificationValidator
|
|
Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * ___CustomCertificationValidator_24;
|
|
// System.TimeSpan BestHTTP.HTTPRequest::<ConnectTimeout>k__BackingField
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CConnectTimeoutU3Ek__BackingField_25;
|
|
// System.TimeSpan BestHTTP.HTTPRequest::<Timeout>k__BackingField
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CTimeoutU3Ek__BackingField_26;
|
|
// System.Boolean BestHTTP.HTTPRequest::<EnableTimoutForStreaming>k__BackingField
|
|
bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_27;
|
|
// System.Int32 BestHTTP.HTTPRequest::<Priority>k__BackingField
|
|
int32_t ___U3CPriorityU3Ek__BackingField_28;
|
|
// BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::<ProtocolHandler>k__BackingField
|
|
int32_t ___U3CProtocolHandlerU3Ek__BackingField_29;
|
|
// BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection
|
|
OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * ___onBeforeRedirection_30;
|
|
// System.Int32 BestHTTP.HTTPRequest::<Downloaded>k__BackingField
|
|
int32_t ___U3CDownloadedU3Ek__BackingField_31;
|
|
// System.Int32 BestHTTP.HTTPRequest::<DownloadLength>k__BackingField
|
|
int32_t ___U3CDownloadLengthU3Ek__BackingField_32;
|
|
// System.Boolean BestHTTP.HTTPRequest::<DownloadProgressChanged>k__BackingField
|
|
bool ___U3CDownloadProgressChangedU3Ek__BackingField_33;
|
|
// System.Int64 BestHTTP.HTTPRequest::<Uploaded>k__BackingField
|
|
int64_t ___U3CUploadedU3Ek__BackingField_34;
|
|
// System.Int64 BestHTTP.HTTPRequest::<UploadLength>k__BackingField
|
|
int64_t ___U3CUploadLengthU3Ek__BackingField_35;
|
|
// System.Boolean BestHTTP.HTTPRequest::<UploadProgressChanged>k__BackingField
|
|
bool ___U3CUploadProgressChangedU3Ek__BackingField_36;
|
|
// System.Boolean BestHTTP.HTTPRequest::isKeepAlive
|
|
bool ___isKeepAlive_37;
|
|
// System.Int32 BestHTTP.HTTPRequest::streamFragmentSize
|
|
int32_t ___streamFragmentSize_38;
|
|
// System.Boolean BestHTTP.HTTPRequest::useStreaming
|
|
bool ___useStreaming_39;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPRequest::<Headers>k__BackingField
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___U3CHeadersU3Ek__BackingField_40;
|
|
// BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * ___FieldCollector_41;
|
|
// BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * ___FormImpl_42;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUriU3Ek__BackingField_3)); }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; }
|
|
inline void set_U3CUriU3Ek__BackingField_3(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
|
|
{
|
|
___U3CUriU3Ek__BackingField_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CMethodTypeU3Ek__BackingField_4)); }
|
|
inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; }
|
|
inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; }
|
|
inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value)
|
|
{
|
|
___U3CMethodTypeU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRawDataU3Ek__BackingField_5)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; }
|
|
inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___U3CRawDataU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadStreamU3Ek__BackingField_6)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; }
|
|
inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___U3CUploadStreamU3Ek__BackingField_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); }
|
|
inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; }
|
|
inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; }
|
|
inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value)
|
|
{
|
|
___U3CDisposeUploadStreamU3Ek__BackingField_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); }
|
|
inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; }
|
|
inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; }
|
|
inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value)
|
|
{
|
|
___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnUploadProgress_9)); }
|
|
inline OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; }
|
|
inline OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; }
|
|
inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * value)
|
|
{
|
|
___OnUploadProgress_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CCallbackU3Ek__BackingField_10)); }
|
|
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * get_U3CCallbackU3Ek__BackingField_10() const { return ___U3CCallbackU3Ek__BackingField_10; }
|
|
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D ** get_address_of_U3CCallbackU3Ek__BackingField_10() { return &___U3CCallbackU3Ek__BackingField_10; }
|
|
inline void set_U3CCallbackU3Ek__BackingField_10(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * value)
|
|
{
|
|
___U3CCallbackU3Ek__BackingField_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnProgress_11() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnProgress_11)); }
|
|
inline OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * get_OnProgress_11() const { return ___OnProgress_11; }
|
|
inline OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 ** get_address_of_OnProgress_11() { return &___OnProgress_11; }
|
|
inline void set_OnProgress_11(OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * value)
|
|
{
|
|
___OnProgress_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnUpgraded_12() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnUpgraded_12)); }
|
|
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * get_OnUpgraded_12() const { return ___OnUpgraded_12; }
|
|
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D ** get_address_of_OnUpgraded_12() { return &___OnUpgraded_12; }
|
|
inline void set_OnUpgraded_12(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * value)
|
|
{
|
|
___OnUpgraded_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDisableRetryU3Ek__BackingField_13)); }
|
|
inline bool get_U3CDisableRetryU3Ek__BackingField_13() const { return ___U3CDisableRetryU3Ek__BackingField_13; }
|
|
inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_13() { return &___U3CDisableRetryU3Ek__BackingField_13; }
|
|
inline void set_U3CDisableRetryU3Ek__BackingField_13(bool value)
|
|
{
|
|
___U3CDisableRetryU3Ek__BackingField_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CIsRedirectedU3Ek__BackingField_14)); }
|
|
inline bool get_U3CIsRedirectedU3Ek__BackingField_14() const { return ___U3CIsRedirectedU3Ek__BackingField_14; }
|
|
inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_14() { return &___U3CIsRedirectedU3Ek__BackingField_14; }
|
|
inline void set_U3CIsRedirectedU3Ek__BackingField_14(bool value)
|
|
{
|
|
___U3CIsRedirectedU3Ek__BackingField_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRedirectUriU3Ek__BackingField_15)); }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CRedirectUriU3Ek__BackingField_15() const { return ___U3CRedirectUriU3Ek__BackingField_15; }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CRedirectUriU3Ek__BackingField_15() { return &___U3CRedirectUriU3Ek__BackingField_15; }
|
|
inline void set_U3CRedirectUriU3Ek__BackingField_15(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
|
|
{
|
|
___U3CRedirectUriU3Ek__BackingField_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CResponseU3Ek__BackingField_16)); }
|
|
inline HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * get_U3CResponseU3Ek__BackingField_16() const { return ___U3CResponseU3Ek__BackingField_16; }
|
|
inline HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE ** get_address_of_U3CResponseU3Ek__BackingField_16() { return &___U3CResponseU3Ek__BackingField_16; }
|
|
inline void set_U3CResponseU3Ek__BackingField_16(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * value)
|
|
{
|
|
___U3CResponseU3Ek__BackingField_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CExceptionU3Ek__BackingField_17)); }
|
|
inline Exception_t * get_U3CExceptionU3Ek__BackingField_17() const { return ___U3CExceptionU3Ek__BackingField_17; }
|
|
inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_17() { return &___U3CExceptionU3Ek__BackingField_17; }
|
|
inline void set_U3CExceptionU3Ek__BackingField_17(Exception_t * value)
|
|
{
|
|
___U3CExceptionU3Ek__BackingField_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_18() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CTagU3Ek__BackingField_18)); }
|
|
inline RuntimeObject * get_U3CTagU3Ek__BackingField_18() const { return ___U3CTagU3Ek__BackingField_18; }
|
|
inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_18() { return &___U3CTagU3Ek__BackingField_18; }
|
|
inline void set_U3CTagU3Ek__BackingField_18(RuntimeObject * value)
|
|
{
|
|
___U3CTagU3Ek__BackingField_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_19() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CCredentialsU3Ek__BackingField_19)); }
|
|
inline Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * get_U3CCredentialsU3Ek__BackingField_19() const { return ___U3CCredentialsU3Ek__BackingField_19; }
|
|
inline Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 ** get_address_of_U3CCredentialsU3Ek__BackingField_19() { return &___U3CCredentialsU3Ek__BackingField_19; }
|
|
inline void set_U3CCredentialsU3Ek__BackingField_19(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * value)
|
|
{
|
|
___U3CCredentialsU3Ek__BackingField_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_20() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CMaxRedirectsU3Ek__BackingField_20)); }
|
|
inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_20() const { return ___U3CMaxRedirectsU3Ek__BackingField_20; }
|
|
inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_20() { return &___U3CMaxRedirectsU3Ek__BackingField_20; }
|
|
inline void set_U3CMaxRedirectsU3Ek__BackingField_20(int32_t value)
|
|
{
|
|
___U3CMaxRedirectsU3Ek__BackingField_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_21() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CFormUsageU3Ek__BackingField_21)); }
|
|
inline int32_t get_U3CFormUsageU3Ek__BackingField_21() const { return ___U3CFormUsageU3Ek__BackingField_21; }
|
|
inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_21() { return &___U3CFormUsageU3Ek__BackingField_21; }
|
|
inline void set_U3CFormUsageU3Ek__BackingField_21(int32_t value)
|
|
{
|
|
___U3CFormUsageU3Ek__BackingField_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_22() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CStateU3Ek__BackingField_22)); }
|
|
inline int32_t get_U3CStateU3Ek__BackingField_22() const { return ___U3CStateU3Ek__BackingField_22; }
|
|
inline int32_t* get_address_of_U3CStateU3Ek__BackingField_22() { return &___U3CStateU3Ek__BackingField_22; }
|
|
inline void set_U3CStateU3Ek__BackingField_22(int32_t value)
|
|
{
|
|
___U3CStateU3Ek__BackingField_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_23() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRedirectCountU3Ek__BackingField_23)); }
|
|
inline int32_t get_U3CRedirectCountU3Ek__BackingField_23() const { return ___U3CRedirectCountU3Ek__BackingField_23; }
|
|
inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_23() { return &___U3CRedirectCountU3Ek__BackingField_23; }
|
|
inline void set_U3CRedirectCountU3Ek__BackingField_23(int32_t value)
|
|
{
|
|
___U3CRedirectCountU3Ek__BackingField_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CustomCertificationValidator_24() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___CustomCertificationValidator_24)); }
|
|
inline Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * get_CustomCertificationValidator_24() const { return ___CustomCertificationValidator_24; }
|
|
inline Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB ** get_address_of_CustomCertificationValidator_24() { return &___CustomCertificationValidator_24; }
|
|
inline void set_CustomCertificationValidator_24(Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * value)
|
|
{
|
|
___CustomCertificationValidator_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_25() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CConnectTimeoutU3Ek__BackingField_25)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CConnectTimeoutU3Ek__BackingField_25() const { return ___U3CConnectTimeoutU3Ek__BackingField_25; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_25() { return &___U3CConnectTimeoutU3Ek__BackingField_25; }
|
|
inline void set_U3CConnectTimeoutU3Ek__BackingField_25(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___U3CConnectTimeoutU3Ek__BackingField_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_26() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CTimeoutU3Ek__BackingField_26)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CTimeoutU3Ek__BackingField_26() const { return ___U3CTimeoutU3Ek__BackingField_26; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CTimeoutU3Ek__BackingField_26() { return &___U3CTimeoutU3Ek__BackingField_26; }
|
|
inline void set_U3CTimeoutU3Ek__BackingField_26(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___U3CTimeoutU3Ek__BackingField_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_27() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CEnableTimoutForStreamingU3Ek__BackingField_27)); }
|
|
inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_27() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_27; }
|
|
inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_27() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_27; }
|
|
inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_27(bool value)
|
|
{
|
|
___U3CEnableTimoutForStreamingU3Ek__BackingField_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_28() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CPriorityU3Ek__BackingField_28)); }
|
|
inline int32_t get_U3CPriorityU3Ek__BackingField_28() const { return ___U3CPriorityU3Ek__BackingField_28; }
|
|
inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_28() { return &___U3CPriorityU3Ek__BackingField_28; }
|
|
inline void set_U3CPriorityU3Ek__BackingField_28(int32_t value)
|
|
{
|
|
___U3CPriorityU3Ek__BackingField_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_29() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CProtocolHandlerU3Ek__BackingField_29)); }
|
|
inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_29() const { return ___U3CProtocolHandlerU3Ek__BackingField_29; }
|
|
inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_29() { return &___U3CProtocolHandlerU3Ek__BackingField_29; }
|
|
inline void set_U3CProtocolHandlerU3Ek__BackingField_29(int32_t value)
|
|
{
|
|
___U3CProtocolHandlerU3Ek__BackingField_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_onBeforeRedirection_30() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___onBeforeRedirection_30)); }
|
|
inline OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * get_onBeforeRedirection_30() const { return ___onBeforeRedirection_30; }
|
|
inline OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D ** get_address_of_onBeforeRedirection_30() { return &___onBeforeRedirection_30; }
|
|
inline void set_onBeforeRedirection_30(OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * value)
|
|
{
|
|
___onBeforeRedirection_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_31() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadedU3Ek__BackingField_31)); }
|
|
inline int32_t get_U3CDownloadedU3Ek__BackingField_31() const { return ___U3CDownloadedU3Ek__BackingField_31; }
|
|
inline int32_t* get_address_of_U3CDownloadedU3Ek__BackingField_31() { return &___U3CDownloadedU3Ek__BackingField_31; }
|
|
inline void set_U3CDownloadedU3Ek__BackingField_31(int32_t value)
|
|
{
|
|
___U3CDownloadedU3Ek__BackingField_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_32() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadLengthU3Ek__BackingField_32)); }
|
|
inline int32_t get_U3CDownloadLengthU3Ek__BackingField_32() const { return ___U3CDownloadLengthU3Ek__BackingField_32; }
|
|
inline int32_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_32() { return &___U3CDownloadLengthU3Ek__BackingField_32; }
|
|
inline void set_U3CDownloadLengthU3Ek__BackingField_32(int32_t value)
|
|
{
|
|
___U3CDownloadLengthU3Ek__BackingField_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_33() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadProgressChangedU3Ek__BackingField_33)); }
|
|
inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_33() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_33; }
|
|
inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_33() { return &___U3CDownloadProgressChangedU3Ek__BackingField_33; }
|
|
inline void set_U3CDownloadProgressChangedU3Ek__BackingField_33(bool value)
|
|
{
|
|
___U3CDownloadProgressChangedU3Ek__BackingField_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_34() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadedU3Ek__BackingField_34)); }
|
|
inline int64_t get_U3CUploadedU3Ek__BackingField_34() const { return ___U3CUploadedU3Ek__BackingField_34; }
|
|
inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_34() { return &___U3CUploadedU3Ek__BackingField_34; }
|
|
inline void set_U3CUploadedU3Ek__BackingField_34(int64_t value)
|
|
{
|
|
___U3CUploadedU3Ek__BackingField_34 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_35() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadLengthU3Ek__BackingField_35)); }
|
|
inline int64_t get_U3CUploadLengthU3Ek__BackingField_35() const { return ___U3CUploadLengthU3Ek__BackingField_35; }
|
|
inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_35() { return &___U3CUploadLengthU3Ek__BackingField_35; }
|
|
inline void set_U3CUploadLengthU3Ek__BackingField_35(int64_t value)
|
|
{
|
|
___U3CUploadLengthU3Ek__BackingField_35 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_36() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadProgressChangedU3Ek__BackingField_36)); }
|
|
inline bool get_U3CUploadProgressChangedU3Ek__BackingField_36() const { return ___U3CUploadProgressChangedU3Ek__BackingField_36; }
|
|
inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_36() { return &___U3CUploadProgressChangedU3Ek__BackingField_36; }
|
|
inline void set_U3CUploadProgressChangedU3Ek__BackingField_36(bool value)
|
|
{
|
|
___U3CUploadProgressChangedU3Ek__BackingField_36 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isKeepAlive_37() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___isKeepAlive_37)); }
|
|
inline bool get_isKeepAlive_37() const { return ___isKeepAlive_37; }
|
|
inline bool* get_address_of_isKeepAlive_37() { return &___isKeepAlive_37; }
|
|
inline void set_isKeepAlive_37(bool value)
|
|
{
|
|
___isKeepAlive_37 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_streamFragmentSize_38() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___streamFragmentSize_38)); }
|
|
inline int32_t get_streamFragmentSize_38() const { return ___streamFragmentSize_38; }
|
|
inline int32_t* get_address_of_streamFragmentSize_38() { return &___streamFragmentSize_38; }
|
|
inline void set_streamFragmentSize_38(int32_t value)
|
|
{
|
|
___streamFragmentSize_38 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_useStreaming_39() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___useStreaming_39)); }
|
|
inline bool get_useStreaming_39() const { return ___useStreaming_39; }
|
|
inline bool* get_address_of_useStreaming_39() { return &___useStreaming_39; }
|
|
inline void set_useStreaming_39(bool value)
|
|
{
|
|
___useStreaming_39 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_40() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CHeadersU3Ek__BackingField_40)); }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * get_U3CHeadersU3Ek__BackingField_40() const { return ___U3CHeadersU3Ek__BackingField_40; }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF ** get_address_of_U3CHeadersU3Ek__BackingField_40() { return &___U3CHeadersU3Ek__BackingField_40; }
|
|
inline void set_U3CHeadersU3Ek__BackingField_40(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * value)
|
|
{
|
|
___U3CHeadersU3Ek__BackingField_40 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_40), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FieldCollector_41() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___FieldCollector_41)); }
|
|
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * get_FieldCollector_41() const { return ___FieldCollector_41; }
|
|
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 ** get_address_of_FieldCollector_41() { return &___FieldCollector_41; }
|
|
inline void set_FieldCollector_41(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * value)
|
|
{
|
|
___FieldCollector_41 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_41), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FormImpl_42() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___FormImpl_42)); }
|
|
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * get_FormImpl_42() const { return ___FormImpl_42; }
|
|
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 ** get_address_of_FormImpl_42() { return &___FormImpl_42; }
|
|
inline void set_FormImpl_42(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * value)
|
|
{
|
|
___FormImpl_42 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_42), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] BestHTTP.HTTPRequest::EOL
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___EOL_0;
|
|
// System.String[] BestHTTP.HTTPRequest::MethodNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___MethodNames_1;
|
|
// System.Int32 BestHTTP.HTTPRequest::UploadChunkSize
|
|
int32_t ___UploadChunkSize_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_EOL_0() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___EOL_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_EOL_0() const { return ___EOL_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_EOL_0() { return &___EOL_0; }
|
|
inline void set_EOL_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___EOL_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MethodNames_1() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___MethodNames_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_MethodNames_1() const { return ___MethodNames_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_MethodNames_1() { return &___MethodNames_1; }
|
|
inline void set_MethodNames_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___MethodNames_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___UploadChunkSize_2)); }
|
|
inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; }
|
|
inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; }
|
|
inline void set_UploadChunkSize_2(int32_t value)
|
|
{
|
|
___UploadChunkSize_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.Logger.DefaultLogger
|
|
struct DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 : public RuntimeObject
|
|
{
|
|
public:
|
|
// BestHTTP.Logger.Loglevels BestHTTP.Logger.DefaultLogger::<Level>k__BackingField
|
|
int32_t ___U3CLevelU3Ek__BackingField_0;
|
|
// System.String BestHTTP.Logger.DefaultLogger::<FormatVerbose>k__BackingField
|
|
String_t* ___U3CFormatVerboseU3Ek__BackingField_1;
|
|
// System.String BestHTTP.Logger.DefaultLogger::<FormatInfo>k__BackingField
|
|
String_t* ___U3CFormatInfoU3Ek__BackingField_2;
|
|
// System.String BestHTTP.Logger.DefaultLogger::<FormatWarn>k__BackingField
|
|
String_t* ___U3CFormatWarnU3Ek__BackingField_3;
|
|
// System.String BestHTTP.Logger.DefaultLogger::<FormatErr>k__BackingField
|
|
String_t* ___U3CFormatErrU3Ek__BackingField_4;
|
|
// System.String BestHTTP.Logger.DefaultLogger::<FormatEx>k__BackingField
|
|
String_t* ___U3CFormatExU3Ek__BackingField_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CLevelU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CLevelU3Ek__BackingField_0)); }
|
|
inline int32_t get_U3CLevelU3Ek__BackingField_0() const { return ___U3CLevelU3Ek__BackingField_0; }
|
|
inline int32_t* get_address_of_U3CLevelU3Ek__BackingField_0() { return &___U3CLevelU3Ek__BackingField_0; }
|
|
inline void set_U3CLevelU3Ek__BackingField_0(int32_t value)
|
|
{
|
|
___U3CLevelU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFormatVerboseU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatVerboseU3Ek__BackingField_1)); }
|
|
inline String_t* get_U3CFormatVerboseU3Ek__BackingField_1() const { return ___U3CFormatVerboseU3Ek__BackingField_1; }
|
|
inline String_t** get_address_of_U3CFormatVerboseU3Ek__BackingField_1() { return &___U3CFormatVerboseU3Ek__BackingField_1; }
|
|
inline void set_U3CFormatVerboseU3Ek__BackingField_1(String_t* value)
|
|
{
|
|
___U3CFormatVerboseU3Ek__BackingField_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatVerboseU3Ek__BackingField_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFormatInfoU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatInfoU3Ek__BackingField_2)); }
|
|
inline String_t* get_U3CFormatInfoU3Ek__BackingField_2() const { return ___U3CFormatInfoU3Ek__BackingField_2; }
|
|
inline String_t** get_address_of_U3CFormatInfoU3Ek__BackingField_2() { return &___U3CFormatInfoU3Ek__BackingField_2; }
|
|
inline void set_U3CFormatInfoU3Ek__BackingField_2(String_t* value)
|
|
{
|
|
___U3CFormatInfoU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatInfoU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFormatWarnU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatWarnU3Ek__BackingField_3)); }
|
|
inline String_t* get_U3CFormatWarnU3Ek__BackingField_3() const { return ___U3CFormatWarnU3Ek__BackingField_3; }
|
|
inline String_t** get_address_of_U3CFormatWarnU3Ek__BackingField_3() { return &___U3CFormatWarnU3Ek__BackingField_3; }
|
|
inline void set_U3CFormatWarnU3Ek__BackingField_3(String_t* value)
|
|
{
|
|
___U3CFormatWarnU3Ek__BackingField_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatWarnU3Ek__BackingField_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFormatErrU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatErrU3Ek__BackingField_4)); }
|
|
inline String_t* get_U3CFormatErrU3Ek__BackingField_4() const { return ___U3CFormatErrU3Ek__BackingField_4; }
|
|
inline String_t** get_address_of_U3CFormatErrU3Ek__BackingField_4() { return &___U3CFormatErrU3Ek__BackingField_4; }
|
|
inline void set_U3CFormatErrU3Ek__BackingField_4(String_t* value)
|
|
{
|
|
___U3CFormatErrU3Ek__BackingField_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatErrU3Ek__BackingField_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFormatExU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatExU3Ek__BackingField_5)); }
|
|
inline String_t* get_U3CFormatExU3Ek__BackingField_5() const { return ___U3CFormatExU3Ek__BackingField_5; }
|
|
inline String_t** get_address_of_U3CFormatExU3Ek__BackingField_5() { return &___U3CFormatExU3Ek__BackingField_5; }
|
|
inline void set_U3CFormatExU3Ek__BackingField_5(String_t* value)
|
|
{
|
|
___U3CFormatExU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatExU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.PlatformSupport.TcpClient.General.TcpClient
|
|
struct TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Net.Sockets.NetworkStream BestHTTP.PlatformSupport.TcpClient.General.TcpClient::stream
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * ___stream_0;
|
|
// System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::active
|
|
bool ___active_1;
|
|
// System.Net.Sockets.Socket BestHTTP.PlatformSupport.TcpClient.General.TcpClient::client
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___client_2;
|
|
// System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::disposed
|
|
bool ___disposed_3;
|
|
// BestHTTP.PlatformSupport.TcpClient.General.TcpClient_Properties BestHTTP.PlatformSupport.TcpClient.General.TcpClient::values
|
|
uint32_t ___values_4;
|
|
// System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::recv_timeout
|
|
int32_t ___recv_timeout_5;
|
|
// System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::send_timeout
|
|
int32_t ___send_timeout_6;
|
|
// System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::recv_buffer_size
|
|
int32_t ___recv_buffer_size_7;
|
|
// System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::send_buffer_size
|
|
int32_t ___send_buffer_size_8;
|
|
// System.Net.Sockets.LingerOption BestHTTP.PlatformSupport.TcpClient.General.TcpClient::linger_state
|
|
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * ___linger_state_9;
|
|
// System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::no_delay
|
|
bool ___no_delay_10;
|
|
// System.TimeSpan BestHTTP.PlatformSupport.TcpClient.General.TcpClient::<ConnectTimeout>k__BackingField
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CConnectTimeoutU3Ek__BackingField_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_stream_0() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___stream_0)); }
|
|
inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * get_stream_0() const { return ___stream_0; }
|
|
inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA ** get_address_of_stream_0() { return &___stream_0; }
|
|
inline void set_stream_0(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * value)
|
|
{
|
|
___stream_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stream_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_active_1() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___active_1)); }
|
|
inline bool get_active_1() const { return ___active_1; }
|
|
inline bool* get_address_of_active_1() { return &___active_1; }
|
|
inline void set_active_1(bool value)
|
|
{
|
|
___active_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_client_2() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___client_2)); }
|
|
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_client_2() const { return ___client_2; }
|
|
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_client_2() { return &___client_2; }
|
|
inline void set_client_2(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
|
|
{
|
|
___client_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___client_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_disposed_3() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___disposed_3)); }
|
|
inline bool get_disposed_3() const { return ___disposed_3; }
|
|
inline bool* get_address_of_disposed_3() { return &___disposed_3; }
|
|
inline void set_disposed_3(bool value)
|
|
{
|
|
___disposed_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_4() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___values_4)); }
|
|
inline uint32_t get_values_4() const { return ___values_4; }
|
|
inline uint32_t* get_address_of_values_4() { return &___values_4; }
|
|
inline void set_values_4(uint32_t value)
|
|
{
|
|
___values_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_recv_timeout_5() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___recv_timeout_5)); }
|
|
inline int32_t get_recv_timeout_5() const { return ___recv_timeout_5; }
|
|
inline int32_t* get_address_of_recv_timeout_5() { return &___recv_timeout_5; }
|
|
inline void set_recv_timeout_5(int32_t value)
|
|
{
|
|
___recv_timeout_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_send_timeout_6() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___send_timeout_6)); }
|
|
inline int32_t get_send_timeout_6() const { return ___send_timeout_6; }
|
|
inline int32_t* get_address_of_send_timeout_6() { return &___send_timeout_6; }
|
|
inline void set_send_timeout_6(int32_t value)
|
|
{
|
|
___send_timeout_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_recv_buffer_size_7() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___recv_buffer_size_7)); }
|
|
inline int32_t get_recv_buffer_size_7() const { return ___recv_buffer_size_7; }
|
|
inline int32_t* get_address_of_recv_buffer_size_7() { return &___recv_buffer_size_7; }
|
|
inline void set_recv_buffer_size_7(int32_t value)
|
|
{
|
|
___recv_buffer_size_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_send_buffer_size_8() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___send_buffer_size_8)); }
|
|
inline int32_t get_send_buffer_size_8() const { return ___send_buffer_size_8; }
|
|
inline int32_t* get_address_of_send_buffer_size_8() { return &___send_buffer_size_8; }
|
|
inline void set_send_buffer_size_8(int32_t value)
|
|
{
|
|
___send_buffer_size_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_linger_state_9() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___linger_state_9)); }
|
|
inline LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * get_linger_state_9() const { return ___linger_state_9; }
|
|
inline LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 ** get_address_of_linger_state_9() { return &___linger_state_9; }
|
|
inline void set_linger_state_9(LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * value)
|
|
{
|
|
___linger_state_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___linger_state_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_no_delay_10() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___no_delay_10)); }
|
|
inline bool get_no_delay_10() const { return ___no_delay_10; }
|
|
inline bool* get_address_of_no_delay_10() { return &___no_delay_10; }
|
|
inline void set_no_delay_10(bool value)
|
|
{
|
|
___no_delay_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___U3CConnectTimeoutU3Ek__BackingField_11)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CConnectTimeoutU3Ek__BackingField_11() const { return ___U3CConnectTimeoutU3Ek__BackingField_11; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_11() { return &___U3CConnectTimeoutU3Ek__BackingField_11; }
|
|
inline void set_U3CConnectTimeoutU3Ek__BackingField_11(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___U3CConnectTimeoutU3Ek__BackingField_11 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileStream
|
|
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.FileStream::buf
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
|
|
// System.String System.IO.FileStream::name
|
|
String_t* ___name_7;
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
|
|
// System.Boolean System.IO.FileStream::isExposed
|
|
bool ___isExposed_9;
|
|
// System.Int64 System.IO.FileStream::append_startpos
|
|
int64_t ___append_startpos_10;
|
|
// System.IO.FileAccess System.IO.FileStream::access
|
|
int32_t ___access_11;
|
|
// System.Boolean System.IO.FileStream::owner
|
|
bool ___owner_12;
|
|
// System.Boolean System.IO.FileStream::async
|
|
bool ___async_13;
|
|
// System.Boolean System.IO.FileStream::canseek
|
|
bool ___canseek_14;
|
|
// System.Boolean System.IO.FileStream::anonymous
|
|
bool ___anonymous_15;
|
|
// System.Boolean System.IO.FileStream::buf_dirty
|
|
bool ___buf_dirty_16;
|
|
// System.Int32 System.IO.FileStream::buf_size
|
|
int32_t ___buf_size_17;
|
|
// System.Int32 System.IO.FileStream::buf_length
|
|
int32_t ___buf_length_18;
|
|
// System.Int32 System.IO.FileStream::buf_offset
|
|
int32_t ___buf_offset_19;
|
|
// System.Int64 System.IO.FileStream::buf_start
|
|
int64_t ___buf_start_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
|
|
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buf_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
|
|
inline String_t* get_name_7() const { return ___name_7; }
|
|
inline String_t** get_address_of_name_7() { return &___name_7; }
|
|
inline void set_name_7(String_t* value)
|
|
{
|
|
___name_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
|
|
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
|
|
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
|
|
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
|
|
{
|
|
___safeHandle_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
|
|
inline bool get_isExposed_9() const { return ___isExposed_9; }
|
|
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
|
|
inline void set_isExposed_9(bool value)
|
|
{
|
|
___isExposed_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
|
|
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
|
|
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
|
|
inline void set_append_startpos_10(int64_t value)
|
|
{
|
|
___append_startpos_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
|
|
inline int32_t get_access_11() const { return ___access_11; }
|
|
inline int32_t* get_address_of_access_11() { return &___access_11; }
|
|
inline void set_access_11(int32_t value)
|
|
{
|
|
___access_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
|
|
inline bool get_owner_12() const { return ___owner_12; }
|
|
inline bool* get_address_of_owner_12() { return &___owner_12; }
|
|
inline void set_owner_12(bool value)
|
|
{
|
|
___owner_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
|
|
inline bool get_async_13() const { return ___async_13; }
|
|
inline bool* get_address_of_async_13() { return &___async_13; }
|
|
inline void set_async_13(bool value)
|
|
{
|
|
___async_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
|
|
inline bool get_canseek_14() const { return ___canseek_14; }
|
|
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
|
|
inline void set_canseek_14(bool value)
|
|
{
|
|
___canseek_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
|
|
inline bool get_anonymous_15() const { return ___anonymous_15; }
|
|
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
|
|
inline void set_anonymous_15(bool value)
|
|
{
|
|
___anonymous_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
|
|
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
|
|
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
|
|
inline void set_buf_dirty_16(bool value)
|
|
{
|
|
___buf_dirty_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
|
|
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
|
|
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
|
|
inline void set_buf_size_17(int32_t value)
|
|
{
|
|
___buf_size_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
|
|
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
|
|
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
|
|
inline void set_buf_length_18(int32_t value)
|
|
{
|
|
___buf_length_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
|
|
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
|
|
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
|
|
inline void set_buf_offset_19(int32_t value)
|
|
{
|
|
___buf_offset_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
|
|
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
|
|
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
|
|
inline void set_buf_start_20(int64_t value)
|
|
{
|
|
___buf_start_20 = value;
|
|
}
|
|
};
|
|
|
|
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.FileStream::buf_recycle
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
|
|
// System.Object System.IO.FileStream::buf_recycle_lock
|
|
RuntimeObject * ___buf_recycle_lock_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
|
|
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buf_recycle_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
|
|
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
|
|
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
|
|
inline void set_buf_recycle_lock_5(RuntimeObject * value)
|
|
{
|
|
___buf_recycle_lock_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.MonoIOStat
|
|
struct MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124
|
|
{
|
|
public:
|
|
// System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes
|
|
int32_t ___fileAttributes_0;
|
|
// System.Int64 System.IO.MonoIOStat::Length
|
|
int64_t ___Length_1;
|
|
// System.Int64 System.IO.MonoIOStat::CreationTime
|
|
int64_t ___CreationTime_2;
|
|
// System.Int64 System.IO.MonoIOStat::LastAccessTime
|
|
int64_t ___LastAccessTime_3;
|
|
// System.Int64 System.IO.MonoIOStat::LastWriteTime
|
|
int64_t ___LastWriteTime_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_fileAttributes_0() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___fileAttributes_0)); }
|
|
inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; }
|
|
inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; }
|
|
inline void set_fileAttributes_0(int32_t value)
|
|
{
|
|
___fileAttributes_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Length_1() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___Length_1)); }
|
|
inline int64_t get_Length_1() const { return ___Length_1; }
|
|
inline int64_t* get_address_of_Length_1() { return &___Length_1; }
|
|
inline void set_Length_1(int64_t value)
|
|
{
|
|
___Length_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CreationTime_2() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___CreationTime_2)); }
|
|
inline int64_t get_CreationTime_2() const { return ___CreationTime_2; }
|
|
inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; }
|
|
inline void set_CreationTime_2(int64_t value)
|
|
{
|
|
___CreationTime_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastAccessTime_3)); }
|
|
inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; }
|
|
inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; }
|
|
inline void set_LastAccessTime_3(int64_t value)
|
|
{
|
|
___LastAccessTime_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastWriteTime_4)); }
|
|
inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; }
|
|
inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; }
|
|
inline void set_LastWriteTime_4(int64_t value)
|
|
{
|
|
___LastWriteTime_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
public:
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
|
|
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
|
|
{
|
|
___delegates_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_11;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_11;
|
|
};
|
|
|
|
// System.Net.IPAddress
|
|
struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int64 System.Net.IPAddress::m_Address
|
|
int64_t ___m_Address_5;
|
|
// System.String System.Net.IPAddress::m_ToString
|
|
String_t* ___m_ToString_6;
|
|
// System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family
|
|
int32_t ___m_Family_10;
|
|
// System.UInt16[] System.Net.IPAddress::m_Numbers
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___m_Numbers_11;
|
|
// System.Int64 System.Net.IPAddress::m_ScopeId
|
|
int64_t ___m_ScopeId_12;
|
|
// System.Int32 System.Net.IPAddress::m_HashCode
|
|
int32_t ___m_HashCode_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Address_5() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Address_5)); }
|
|
inline int64_t get_m_Address_5() const { return ___m_Address_5; }
|
|
inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; }
|
|
inline void set_m_Address_5(int64_t value)
|
|
{
|
|
___m_Address_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ToString_6() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ToString_6)); }
|
|
inline String_t* get_m_ToString_6() const { return ___m_ToString_6; }
|
|
inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; }
|
|
inline void set_m_ToString_6(String_t* value)
|
|
{
|
|
___m_ToString_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ToString_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Family_10() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Family_10)); }
|
|
inline int32_t get_m_Family_10() const { return ___m_Family_10; }
|
|
inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; }
|
|
inline void set_m_Family_10(int32_t value)
|
|
{
|
|
___m_Family_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Numbers_11() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Numbers_11)); }
|
|
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_m_Numbers_11() const { return ___m_Numbers_11; }
|
|
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_m_Numbers_11() { return &___m_Numbers_11; }
|
|
inline void set_m_Numbers_11(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value)
|
|
{
|
|
___m_Numbers_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Numbers_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ScopeId_12)); }
|
|
inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; }
|
|
inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; }
|
|
inline void set_m_ScopeId_12(int64_t value)
|
|
{
|
|
___m_ScopeId_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_HashCode_13() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_HashCode_13)); }
|
|
inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; }
|
|
inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; }
|
|
inline void set_m_HashCode_13(int32_t value)
|
|
{
|
|
___m_HashCode_13 = value;
|
|
}
|
|
};
|
|
|
|
struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields
|
|
{
|
|
public:
|
|
// System.Net.IPAddress System.Net.IPAddress::Any
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Any_0;
|
|
// System.Net.IPAddress System.Net.IPAddress::Loopback
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Loopback_1;
|
|
// System.Net.IPAddress System.Net.IPAddress::Broadcast
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Broadcast_2;
|
|
// System.Net.IPAddress System.Net.IPAddress::None
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___None_3;
|
|
// System.Net.IPAddress System.Net.IPAddress::IPv6Any
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Any_7;
|
|
// System.Net.IPAddress System.Net.IPAddress::IPv6Loopback
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Loopback_8;
|
|
// System.Net.IPAddress System.Net.IPAddress::IPv6None
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6None_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Any_0() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Any_0)); }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Any_0() const { return ___Any_0; }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Any_0() { return &___Any_0; }
|
|
inline void set_Any_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
___Any_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Any_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Loopback_1() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Loopback_1)); }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Loopback_1() const { return ___Loopback_1; }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Loopback_1() { return &___Loopback_1; }
|
|
inline void set_Loopback_1(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
___Loopback_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Loopback_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Broadcast_2() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Broadcast_2)); }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Broadcast_2() const { return ___Broadcast_2; }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Broadcast_2() { return &___Broadcast_2; }
|
|
inline void set_Broadcast_2(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
___Broadcast_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Broadcast_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_None_3() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___None_3)); }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_None_3() const { return ___None_3; }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_None_3() { return &___None_3; }
|
|
inline void set_None_3(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
___None_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___None_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IPv6Any_7() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Any_7)); }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Any_7() const { return ___IPv6Any_7; }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; }
|
|
inline void set_IPv6Any_7(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
___IPv6Any_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Loopback_8)); }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; }
|
|
inline void set_IPv6Loopback_8(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
___IPv6Loopback_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___IPv6Loopback_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IPv6None_9() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6None_9)); }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6None_9() const { return ___IPv6None_9; }
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6None_9() { return &___IPv6None_9; }
|
|
inline void set_IPv6None_9(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
___IPv6None_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___IPv6None_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.Socket
|
|
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.Net.Sockets.Socket::is_closed
|
|
bool ___is_closed_6;
|
|
// System.Boolean System.Net.Sockets.Socket::is_listening
|
|
bool ___is_listening_7;
|
|
// System.Boolean System.Net.Sockets.Socket::useOverlappedIO
|
|
bool ___useOverlappedIO_8;
|
|
// System.Int32 System.Net.Sockets.Socket::linger_timeout
|
|
int32_t ___linger_timeout_9;
|
|
// System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily
|
|
int32_t ___addressFamily_10;
|
|
// System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType
|
|
int32_t ___socketType_11;
|
|
// System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType
|
|
int32_t ___protocolType_12;
|
|
// System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle
|
|
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___m_Handle_13;
|
|
// System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint
|
|
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___seed_endpoint_14;
|
|
// System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem
|
|
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___ReadSem_15;
|
|
// System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem
|
|
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___WriteSem_16;
|
|
// System.Boolean System.Net.Sockets.Socket::is_blocking
|
|
bool ___is_blocking_17;
|
|
// System.Boolean System.Net.Sockets.Socket::is_bound
|
|
bool ___is_bound_18;
|
|
// System.Boolean System.Net.Sockets.Socket::is_connected
|
|
bool ___is_connected_19;
|
|
// System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp
|
|
int32_t ___m_IntCleanedUp_20;
|
|
// System.Boolean System.Net.Sockets.Socket::connect_in_progress
|
|
bool ___connect_in_progress_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_is_closed_6() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_closed_6)); }
|
|
inline bool get_is_closed_6() const { return ___is_closed_6; }
|
|
inline bool* get_address_of_is_closed_6() { return &___is_closed_6; }
|
|
inline void set_is_closed_6(bool value)
|
|
{
|
|
___is_closed_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_is_listening_7() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_listening_7)); }
|
|
inline bool get_is_listening_7() const { return ___is_listening_7; }
|
|
inline bool* get_address_of_is_listening_7() { return &___is_listening_7; }
|
|
inline void set_is_listening_7(bool value)
|
|
{
|
|
___is_listening_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_useOverlappedIO_8() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___useOverlappedIO_8)); }
|
|
inline bool get_useOverlappedIO_8() const { return ___useOverlappedIO_8; }
|
|
inline bool* get_address_of_useOverlappedIO_8() { return &___useOverlappedIO_8; }
|
|
inline void set_useOverlappedIO_8(bool value)
|
|
{
|
|
___useOverlappedIO_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_linger_timeout_9() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___linger_timeout_9)); }
|
|
inline int32_t get_linger_timeout_9() const { return ___linger_timeout_9; }
|
|
inline int32_t* get_address_of_linger_timeout_9() { return &___linger_timeout_9; }
|
|
inline void set_linger_timeout_9(int32_t value)
|
|
{
|
|
___linger_timeout_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_addressFamily_10() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___addressFamily_10)); }
|
|
inline int32_t get_addressFamily_10() const { return ___addressFamily_10; }
|
|
inline int32_t* get_address_of_addressFamily_10() { return &___addressFamily_10; }
|
|
inline void set_addressFamily_10(int32_t value)
|
|
{
|
|
___addressFamily_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_socketType_11() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___socketType_11)); }
|
|
inline int32_t get_socketType_11() const { return ___socketType_11; }
|
|
inline int32_t* get_address_of_socketType_11() { return &___socketType_11; }
|
|
inline void set_socketType_11(int32_t value)
|
|
{
|
|
___socketType_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_protocolType_12() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___protocolType_12)); }
|
|
inline int32_t get_protocolType_12() const { return ___protocolType_12; }
|
|
inline int32_t* get_address_of_protocolType_12() { return &___protocolType_12; }
|
|
inline void set_protocolType_12(int32_t value)
|
|
{
|
|
___protocolType_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Handle_13() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_Handle_13)); }
|
|
inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * get_m_Handle_13() const { return ___m_Handle_13; }
|
|
inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A ** get_address_of_m_Handle_13() { return &___m_Handle_13; }
|
|
inline void set_m_Handle_13(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * value)
|
|
{
|
|
___m_Handle_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Handle_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_seed_endpoint_14() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___seed_endpoint_14)); }
|
|
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_seed_endpoint_14() const { return ___seed_endpoint_14; }
|
|
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_seed_endpoint_14() { return &___seed_endpoint_14; }
|
|
inline void set_seed_endpoint_14(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value)
|
|
{
|
|
___seed_endpoint_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___seed_endpoint_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ReadSem_15() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___ReadSem_15)); }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_ReadSem_15() const { return ___ReadSem_15; }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_ReadSem_15() { return &___ReadSem_15; }
|
|
inline void set_ReadSem_15(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
|
|
{
|
|
___ReadSem_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ReadSem_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_WriteSem_16() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___WriteSem_16)); }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_WriteSem_16() const { return ___WriteSem_16; }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_WriteSem_16() { return &___WriteSem_16; }
|
|
inline void set_WriteSem_16(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
|
|
{
|
|
___WriteSem_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___WriteSem_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_is_blocking_17() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_blocking_17)); }
|
|
inline bool get_is_blocking_17() const { return ___is_blocking_17; }
|
|
inline bool* get_address_of_is_blocking_17() { return &___is_blocking_17; }
|
|
inline void set_is_blocking_17(bool value)
|
|
{
|
|
___is_blocking_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_is_bound_18() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_bound_18)); }
|
|
inline bool get_is_bound_18() const { return ___is_bound_18; }
|
|
inline bool* get_address_of_is_bound_18() { return &___is_bound_18; }
|
|
inline void set_is_bound_18(bool value)
|
|
{
|
|
___is_bound_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_is_connected_19() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_connected_19)); }
|
|
inline bool get_is_connected_19() const { return ___is_connected_19; }
|
|
inline bool* get_address_of_is_connected_19() { return &___is_connected_19; }
|
|
inline void set_is_connected_19(bool value)
|
|
{
|
|
___is_connected_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_IntCleanedUp_20() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_IntCleanedUp_20)); }
|
|
inline int32_t get_m_IntCleanedUp_20() const { return ___m_IntCleanedUp_20; }
|
|
inline int32_t* get_address_of_m_IntCleanedUp_20() { return &___m_IntCleanedUp_20; }
|
|
inline void set_m_IntCleanedUp_20(int32_t value)
|
|
{
|
|
___m_IntCleanedUp_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_connect_in_progress_21() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___connect_in_progress_21)); }
|
|
inline bool get_connect_in_progress_21() const { return ___connect_in_progress_21; }
|
|
inline bool* get_address_of_connect_in_progress_21() { return &___connect_in_progress_21; }
|
|
inline void set_connect_in_progress_21(bool value)
|
|
{
|
|
___connect_in_progress_21 = value;
|
|
}
|
|
};
|
|
|
|
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.Net.Sockets.Socket::s_InternalSyncObject
|
|
RuntimeObject * ___s_InternalSyncObject_0;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4
|
|
bool ___s_SupportsIPv4_1;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6
|
|
bool ___s_SupportsIPv6_2;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6
|
|
bool ___s_OSSupportsIPv6_3;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized
|
|
bool ___s_Initialized_4;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled
|
|
bool ___s_LoggingEnabled_5;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___AcceptAsyncCallback_22;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback
|
|
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptCallback_23;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback
|
|
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptReceiveCallback_24;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ConnectAsyncCallback_25;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback
|
|
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginConnectCallback_26;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___DisconnectAsyncCallback_27;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback
|
|
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginDisconnectCallback_28;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveAsyncCallback_29;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback
|
|
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveCallback_30;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback
|
|
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveGenericCallback_31;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveFromAsyncCallback_32;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback
|
|
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveFromCallback_33;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendAsyncCallback_34;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback
|
|
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginSendGenericCallback_35;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendToAsyncCallback_36;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_InternalSyncObject_0)); }
|
|
inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; }
|
|
inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; }
|
|
inline void set_s_InternalSyncObject_0(RuntimeObject * value)
|
|
{
|
|
___s_InternalSyncObject_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_SupportsIPv4_1() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv4_1)); }
|
|
inline bool get_s_SupportsIPv4_1() const { return ___s_SupportsIPv4_1; }
|
|
inline bool* get_address_of_s_SupportsIPv4_1() { return &___s_SupportsIPv4_1; }
|
|
inline void set_s_SupportsIPv4_1(bool value)
|
|
{
|
|
___s_SupportsIPv4_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_SupportsIPv6_2() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv6_2)); }
|
|
inline bool get_s_SupportsIPv6_2() const { return ___s_SupportsIPv6_2; }
|
|
inline bool* get_address_of_s_SupportsIPv6_2() { return &___s_SupportsIPv6_2; }
|
|
inline void set_s_SupportsIPv6_2(bool value)
|
|
{
|
|
___s_SupportsIPv6_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_OSSupportsIPv6_3() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_OSSupportsIPv6_3)); }
|
|
inline bool get_s_OSSupportsIPv6_3() const { return ___s_OSSupportsIPv6_3; }
|
|
inline bool* get_address_of_s_OSSupportsIPv6_3() { return &___s_OSSupportsIPv6_3; }
|
|
inline void set_s_OSSupportsIPv6_3(bool value)
|
|
{
|
|
___s_OSSupportsIPv6_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_Initialized_4() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_Initialized_4)); }
|
|
inline bool get_s_Initialized_4() const { return ___s_Initialized_4; }
|
|
inline bool* get_address_of_s_Initialized_4() { return &___s_Initialized_4; }
|
|
inline void set_s_Initialized_4(bool value)
|
|
{
|
|
___s_Initialized_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_LoggingEnabled_5() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_LoggingEnabled_5)); }
|
|
inline bool get_s_LoggingEnabled_5() const { return ___s_LoggingEnabled_5; }
|
|
inline bool* get_address_of_s_LoggingEnabled_5() { return &___s_LoggingEnabled_5; }
|
|
inline void set_s_LoggingEnabled_5(bool value)
|
|
{
|
|
___s_LoggingEnabled_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AcceptAsyncCallback_22() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___AcceptAsyncCallback_22)); }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_AcceptAsyncCallback_22() const { return ___AcceptAsyncCallback_22; }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_AcceptAsyncCallback_22() { return &___AcceptAsyncCallback_22; }
|
|
inline void set_AcceptAsyncCallback_22(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
|
|
{
|
|
___AcceptAsyncCallback_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___AcceptAsyncCallback_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BeginAcceptCallback_23() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptCallback_23)); }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptCallback_23() const { return ___BeginAcceptCallback_23; }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptCallback_23() { return &___BeginAcceptCallback_23; }
|
|
inline void set_BeginAcceptCallback_23(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
|
|
{
|
|
___BeginAcceptCallback_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptCallback_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BeginAcceptReceiveCallback_24() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptReceiveCallback_24)); }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptReceiveCallback_24() const { return ___BeginAcceptReceiveCallback_24; }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptReceiveCallback_24() { return &___BeginAcceptReceiveCallback_24; }
|
|
inline void set_BeginAcceptReceiveCallback_24(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
|
|
{
|
|
___BeginAcceptReceiveCallback_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptReceiveCallback_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ConnectAsyncCallback_25() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ConnectAsyncCallback_25)); }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ConnectAsyncCallback_25() const { return ___ConnectAsyncCallback_25; }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ConnectAsyncCallback_25() { return &___ConnectAsyncCallback_25; }
|
|
inline void set_ConnectAsyncCallback_25(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
|
|
{
|
|
___ConnectAsyncCallback_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ConnectAsyncCallback_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BeginConnectCallback_26() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginConnectCallback_26)); }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginConnectCallback_26() const { return ___BeginConnectCallback_26; }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginConnectCallback_26() { return &___BeginConnectCallback_26; }
|
|
inline void set_BeginConnectCallback_26(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
|
|
{
|
|
___BeginConnectCallback_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___BeginConnectCallback_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DisconnectAsyncCallback_27() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___DisconnectAsyncCallback_27)); }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_DisconnectAsyncCallback_27() const { return ___DisconnectAsyncCallback_27; }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_DisconnectAsyncCallback_27() { return &___DisconnectAsyncCallback_27; }
|
|
inline void set_DisconnectAsyncCallback_27(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
|
|
{
|
|
___DisconnectAsyncCallback_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DisconnectAsyncCallback_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BeginDisconnectCallback_28() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginDisconnectCallback_28)); }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginDisconnectCallback_28() const { return ___BeginDisconnectCallback_28; }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginDisconnectCallback_28() { return &___BeginDisconnectCallback_28; }
|
|
inline void set_BeginDisconnectCallback_28(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
|
|
{
|
|
___BeginDisconnectCallback_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___BeginDisconnectCallback_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ReceiveAsyncCallback_29() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveAsyncCallback_29)); }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveAsyncCallback_29() const { return ___ReceiveAsyncCallback_29; }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveAsyncCallback_29() { return &___ReceiveAsyncCallback_29; }
|
|
inline void set_ReceiveAsyncCallback_29(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
|
|
{
|
|
___ReceiveAsyncCallback_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ReceiveAsyncCallback_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BeginReceiveCallback_30() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveCallback_30)); }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveCallback_30() const { return ___BeginReceiveCallback_30; }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveCallback_30() { return &___BeginReceiveCallback_30; }
|
|
inline void set_BeginReceiveCallback_30(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
|
|
{
|
|
___BeginReceiveCallback_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveCallback_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BeginReceiveGenericCallback_31() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveGenericCallback_31)); }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveGenericCallback_31() const { return ___BeginReceiveGenericCallback_31; }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveGenericCallback_31() { return &___BeginReceiveGenericCallback_31; }
|
|
inline void set_BeginReceiveGenericCallback_31(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
|
|
{
|
|
___BeginReceiveGenericCallback_31 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveGenericCallback_31), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ReceiveFromAsyncCallback_32() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveFromAsyncCallback_32)); }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveFromAsyncCallback_32() const { return ___ReceiveFromAsyncCallback_32; }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveFromAsyncCallback_32() { return &___ReceiveFromAsyncCallback_32; }
|
|
inline void set_ReceiveFromAsyncCallback_32(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
|
|
{
|
|
___ReceiveFromAsyncCallback_32 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ReceiveFromAsyncCallback_32), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BeginReceiveFromCallback_33() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveFromCallback_33)); }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveFromCallback_33() const { return ___BeginReceiveFromCallback_33; }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveFromCallback_33() { return &___BeginReceiveFromCallback_33; }
|
|
inline void set_BeginReceiveFromCallback_33(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
|
|
{
|
|
___BeginReceiveFromCallback_33 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveFromCallback_33), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SendAsyncCallback_34() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendAsyncCallback_34)); }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendAsyncCallback_34() const { return ___SendAsyncCallback_34; }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendAsyncCallback_34() { return &___SendAsyncCallback_34; }
|
|
inline void set_SendAsyncCallback_34(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
|
|
{
|
|
___SendAsyncCallback_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___SendAsyncCallback_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BeginSendGenericCallback_35() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginSendGenericCallback_35)); }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginSendGenericCallback_35() const { return ___BeginSendGenericCallback_35; }
|
|
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginSendGenericCallback_35() { return &___BeginSendGenericCallback_35; }
|
|
inline void set_BeginSendGenericCallback_35(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
|
|
{
|
|
___BeginSendGenericCallback_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___BeginSendGenericCallback_35), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SendToAsyncCallback_36() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendToAsyncCallback_36)); }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendToAsyncCallback_36() const { return ___SendToAsyncCallback_36; }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendToAsyncCallback_36() { return &___SendToAsyncCallback_36; }
|
|
inline void set_SendToAsyncCallback_36(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
|
|
{
|
|
___SendToAsyncCallback_36 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___SendToAsyncCallback_36), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Threading.EventWaitHandle
|
|
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
|
|
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
|
|
{
|
|
____impl_9 = value;
|
|
}
|
|
};
|
|
|
|
struct Type_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject * ___Missing_3;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_4;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
|
|
// System.Reflection.Binder System.Type::defaultBinder
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
|
|
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterAttribute_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
|
|
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
|
|
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterNameIgnoreCase_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
|
|
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
|
|
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
|
|
inline void set_Missing_3(RuntimeObject * value)
|
|
{
|
|
___Missing_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
|
|
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
|
|
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
|
|
inline void set_Delimiter_4(Il2CppChar value)
|
|
{
|
|
___Delimiter_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
|
|
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___EmptyTypes_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
|
|
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
|
|
{
|
|
___defaultBinder_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Uri
|
|
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Uri::m_String
|
|
String_t* ___m_String_16;
|
|
// System.String System.Uri::m_originalUnicodeString
|
|
String_t* ___m_originalUnicodeString_17;
|
|
// System.UriParser System.Uri::m_Syntax
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_18;
|
|
// System.String System.Uri::m_DnsSafeHost
|
|
String_t* ___m_DnsSafeHost_19;
|
|
// System.Uri_Flags System.Uri::m_Flags
|
|
uint64_t ___m_Flags_20;
|
|
// System.Uri_UriInfo System.Uri::m_Info
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_21;
|
|
// System.Boolean System.Uri::m_iriParsing
|
|
bool ___m_iriParsing_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_String_16() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_16)); }
|
|
inline String_t* get_m_String_16() const { return ___m_String_16; }
|
|
inline String_t** get_address_of_m_String_16() { return &___m_String_16; }
|
|
inline void set_m_String_16(String_t* value)
|
|
{
|
|
___m_String_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_17)); }
|
|
inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; }
|
|
inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; }
|
|
inline void set_m_originalUnicodeString_17(String_t* value)
|
|
{
|
|
___m_originalUnicodeString_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Syntax_18() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_18)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_18() const { return ___m_Syntax_18; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; }
|
|
inline void set_m_Syntax_18(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___m_Syntax_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_19)); }
|
|
inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; }
|
|
inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; }
|
|
inline void set_m_DnsSafeHost_19(String_t* value)
|
|
{
|
|
___m_DnsSafeHost_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Flags_20() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_20)); }
|
|
inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; }
|
|
inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; }
|
|
inline void set_m_Flags_20(uint64_t value)
|
|
{
|
|
___m_Flags_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Info_21() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_21)); }
|
|
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_21() const { return ___m_Info_21; }
|
|
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_21() { return &___m_Info_21; }
|
|
inline void set_m_Info_21(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value)
|
|
{
|
|
___m_Info_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_22)); }
|
|
inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; }
|
|
inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; }
|
|
inline void set_m_iriParsing_22(bool value)
|
|
{
|
|
___m_iriParsing_22 = value;
|
|
}
|
|
};
|
|
|
|
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Uri::UriSchemeFile
|
|
String_t* ___UriSchemeFile_0;
|
|
// System.String System.Uri::UriSchemeFtp
|
|
String_t* ___UriSchemeFtp_1;
|
|
// System.String System.Uri::UriSchemeGopher
|
|
String_t* ___UriSchemeGopher_2;
|
|
// System.String System.Uri::UriSchemeHttp
|
|
String_t* ___UriSchemeHttp_3;
|
|
// System.String System.Uri::UriSchemeHttps
|
|
String_t* ___UriSchemeHttps_4;
|
|
// System.String System.Uri::UriSchemeWs
|
|
String_t* ___UriSchemeWs_5;
|
|
// System.String System.Uri::UriSchemeWss
|
|
String_t* ___UriSchemeWss_6;
|
|
// System.String System.Uri::UriSchemeMailto
|
|
String_t* ___UriSchemeMailto_7;
|
|
// System.String System.Uri::UriSchemeNews
|
|
String_t* ___UriSchemeNews_8;
|
|
// System.String System.Uri::UriSchemeNntp
|
|
String_t* ___UriSchemeNntp_9;
|
|
// System.String System.Uri::UriSchemeNetTcp
|
|
String_t* ___UriSchemeNetTcp_10;
|
|
// System.String System.Uri::UriSchemeNetPipe
|
|
String_t* ___UriSchemeNetPipe_11;
|
|
// System.String System.Uri::SchemeDelimiter
|
|
String_t* ___SchemeDelimiter_12;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
|
|
bool ___s_ConfigInitialized_23;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
|
|
bool ___s_ConfigInitializing_24;
|
|
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
|
|
int32_t ___s_IdnScope_25;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
|
|
bool ___s_IriParsing_26;
|
|
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
|
|
bool ___useDotNetRelativeOrAbsolute_27;
|
|
// System.Boolean System.Uri::IsWindowsFileSystem
|
|
bool ___IsWindowsFileSystem_29;
|
|
// System.Object System.Uri::s_initLock
|
|
RuntimeObject * ___s_initLock_30;
|
|
// System.Char[] System.Uri::HexLowerChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_34;
|
|
// System.Char[] System.Uri::_WSchars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_35;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFile_0)); }
|
|
inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; }
|
|
inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; }
|
|
inline void set_UriSchemeFile_0(String_t* value)
|
|
{
|
|
___UriSchemeFile_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFtp_1)); }
|
|
inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; }
|
|
inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; }
|
|
inline void set_UriSchemeFtp_1(String_t* value)
|
|
{
|
|
___UriSchemeFtp_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeGopher_2)); }
|
|
inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; }
|
|
inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; }
|
|
inline void set_UriSchemeGopher_2(String_t* value)
|
|
{
|
|
___UriSchemeGopher_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttp_3)); }
|
|
inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; }
|
|
inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; }
|
|
inline void set_UriSchemeHttp_3(String_t* value)
|
|
{
|
|
___UriSchemeHttp_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttps_4)); }
|
|
inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; }
|
|
inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; }
|
|
inline void set_UriSchemeHttps_4(String_t* value)
|
|
{
|
|
___UriSchemeHttps_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWs_5)); }
|
|
inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; }
|
|
inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; }
|
|
inline void set_UriSchemeWs_5(String_t* value)
|
|
{
|
|
___UriSchemeWs_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWss_6)); }
|
|
inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; }
|
|
inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; }
|
|
inline void set_UriSchemeWss_6(String_t* value)
|
|
{
|
|
___UriSchemeWss_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeMailto_7)); }
|
|
inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; }
|
|
inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; }
|
|
inline void set_UriSchemeMailto_7(String_t* value)
|
|
{
|
|
___UriSchemeMailto_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNews_8)); }
|
|
inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; }
|
|
inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; }
|
|
inline void set_UriSchemeNews_8(String_t* value)
|
|
{
|
|
___UriSchemeNews_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNntp_9)); }
|
|
inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; }
|
|
inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; }
|
|
inline void set_UriSchemeNntp_9(String_t* value)
|
|
{
|
|
___UriSchemeNntp_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetTcp_10)); }
|
|
inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; }
|
|
inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; }
|
|
inline void set_UriSchemeNetTcp_10(String_t* value)
|
|
{
|
|
___UriSchemeNetTcp_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetPipe_11)); }
|
|
inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; }
|
|
inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; }
|
|
inline void set_UriSchemeNetPipe_11(String_t* value)
|
|
{
|
|
___UriSchemeNetPipe_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___SchemeDelimiter_12)); }
|
|
inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; }
|
|
inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; }
|
|
inline void set_SchemeDelimiter_12(String_t* value)
|
|
{
|
|
___SchemeDelimiter_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_23)); }
|
|
inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; }
|
|
inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; }
|
|
inline void set_s_ConfigInitialized_23(bool value)
|
|
{
|
|
___s_ConfigInitialized_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_24)); }
|
|
inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; }
|
|
inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; }
|
|
inline void set_s_ConfigInitializing_24(bool value)
|
|
{
|
|
___s_ConfigInitializing_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_25)); }
|
|
inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; }
|
|
inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; }
|
|
inline void set_s_IdnScope_25(int32_t value)
|
|
{
|
|
___s_IdnScope_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_26)); }
|
|
inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; }
|
|
inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; }
|
|
inline void set_s_IriParsing_26(bool value)
|
|
{
|
|
___s_IriParsing_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_27)); }
|
|
inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; }
|
|
inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; }
|
|
inline void set_useDotNetRelativeOrAbsolute_27(bool value)
|
|
{
|
|
___useDotNetRelativeOrAbsolute_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_29)); }
|
|
inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; }
|
|
inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; }
|
|
inline void set_IsWindowsFileSystem_29(bool value)
|
|
{
|
|
___IsWindowsFileSystem_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_initLock_30() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_30)); }
|
|
inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; }
|
|
inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; }
|
|
inline void set_s_initLock_30(RuntimeObject * value)
|
|
{
|
|
___s_initLock_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_34)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_34() const { return ___HexLowerChars_34; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; }
|
|
inline void set_HexLowerChars_34(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___HexLowerChars_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__WSchars_35() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_35)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_35() const { return ____WSchars_35; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_35() { return &____WSchars_35; }
|
|
inline void set__WSchars_35(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
____WSchars_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.FilePack20
|
|
struct FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String taurus.client.FilePack20::_dirDir
|
|
String_t* ____dirDir_0;
|
|
// System.String taurus.client.FilePack20::_rootDir
|
|
String_t* ____rootDir_1;
|
|
// System.Int32 taurus.client.FilePack20::_totalFile
|
|
int32_t ____totalFile_2;
|
|
// System.Int32 taurus.client.FilePack20::_currenFile
|
|
int32_t ____currenFile_3;
|
|
// System.String taurus.client.FilePack20::_packfile
|
|
String_t* ____packfile_4;
|
|
// taurus.client.PackMode taurus.client.FilePack20::_mode
|
|
int32_t ____mode_5;
|
|
// System.IO.Stream taurus.client.FilePack20::_stream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____stream_6;
|
|
// System.Collections.Generic.List`1<System.String> taurus.client.FilePack20::_fileList
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____fileList_7;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead> taurus.client.FilePack20::_headMap
|
|
Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * ____headMap_8;
|
|
// System.Boolean taurus.client.FilePack20::executing
|
|
bool ___executing_9;
|
|
// System.Object taurus.client.FilePack20::_lock_obj
|
|
RuntimeObject * ____lock_obj_10;
|
|
// System.Byte[] taurus.client.FilePack20::buf1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf1_11;
|
|
// System.Boolean taurus.client.FilePack20::<Complete>k__BackingField
|
|
bool ___U3CCompleteU3Ek__BackingField_12;
|
|
// System.String taurus.client.FilePack20::<Error>k__BackingField
|
|
String_t* ___U3CErrorU3Ek__BackingField_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__dirDir_0() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____dirDir_0)); }
|
|
inline String_t* get__dirDir_0() const { return ____dirDir_0; }
|
|
inline String_t** get_address_of__dirDir_0() { return &____dirDir_0; }
|
|
inline void set__dirDir_0(String_t* value)
|
|
{
|
|
____dirDir_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dirDir_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rootDir_1() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____rootDir_1)); }
|
|
inline String_t* get__rootDir_1() const { return ____rootDir_1; }
|
|
inline String_t** get_address_of__rootDir_1() { return &____rootDir_1; }
|
|
inline void set__rootDir_1(String_t* value)
|
|
{
|
|
____rootDir_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rootDir_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__totalFile_2() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____totalFile_2)); }
|
|
inline int32_t get__totalFile_2() const { return ____totalFile_2; }
|
|
inline int32_t* get_address_of__totalFile_2() { return &____totalFile_2; }
|
|
inline void set__totalFile_2(int32_t value)
|
|
{
|
|
____totalFile_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__currenFile_3() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____currenFile_3)); }
|
|
inline int32_t get__currenFile_3() const { return ____currenFile_3; }
|
|
inline int32_t* get_address_of__currenFile_3() { return &____currenFile_3; }
|
|
inline void set__currenFile_3(int32_t value)
|
|
{
|
|
____currenFile_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__packfile_4() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____packfile_4)); }
|
|
inline String_t* get__packfile_4() const { return ____packfile_4; }
|
|
inline String_t** get_address_of__packfile_4() { return &____packfile_4; }
|
|
inline void set__packfile_4(String_t* value)
|
|
{
|
|
____packfile_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____packfile_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__mode_5() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____mode_5)); }
|
|
inline int32_t get__mode_5() const { return ____mode_5; }
|
|
inline int32_t* get_address_of__mode_5() { return &____mode_5; }
|
|
inline void set__mode_5(int32_t value)
|
|
{
|
|
____mode_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stream_6() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____stream_6)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__stream_6() const { return ____stream_6; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__stream_6() { return &____stream_6; }
|
|
inline void set__stream_6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
____stream_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stream_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fileList_7() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____fileList_7)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__fileList_7() const { return ____fileList_7; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__fileList_7() { return &____fileList_7; }
|
|
inline void set__fileList_7(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
____fileList_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____fileList_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__headMap_8() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____headMap_8)); }
|
|
inline Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * get__headMap_8() const { return ____headMap_8; }
|
|
inline Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 ** get_address_of__headMap_8() { return &____headMap_8; }
|
|
inline void set__headMap_8(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * value)
|
|
{
|
|
____headMap_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____headMap_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_executing_9() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ___executing_9)); }
|
|
inline bool get_executing_9() const { return ___executing_9; }
|
|
inline bool* get_address_of_executing_9() { return &___executing_9; }
|
|
inline void set_executing_9(bool value)
|
|
{
|
|
___executing_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lock_obj_10() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____lock_obj_10)); }
|
|
inline RuntimeObject * get__lock_obj_10() const { return ____lock_obj_10; }
|
|
inline RuntimeObject ** get_address_of__lock_obj_10() { return &____lock_obj_10; }
|
|
inline void set__lock_obj_10(RuntimeObject * value)
|
|
{
|
|
____lock_obj_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____lock_obj_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf1_11() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ___buf1_11)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf1_11() const { return ___buf1_11; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf1_11() { return &___buf1_11; }
|
|
inline void set_buf1_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buf1_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf1_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CCompleteU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ___U3CCompleteU3Ek__BackingField_12)); }
|
|
inline bool get_U3CCompleteU3Ek__BackingField_12() const { return ___U3CCompleteU3Ek__BackingField_12; }
|
|
inline bool* get_address_of_U3CCompleteU3Ek__BackingField_12() { return &___U3CCompleteU3Ek__BackingField_12; }
|
|
inline void set_U3CCompleteU3Ek__BackingField_12(bool value)
|
|
{
|
|
___U3CCompleteU3Ek__BackingField_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CErrorU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ___U3CErrorU3Ek__BackingField_13)); }
|
|
inline String_t* get_U3CErrorU3Ek__BackingField_13() const { return ___U3CErrorU3Ek__BackingField_13; }
|
|
inline String_t** get_address_of_U3CErrorU3Ek__BackingField_13() { return &___U3CErrorU3Ek__BackingField_13; }
|
|
inline void set_U3CErrorU3Ek__BackingField_13(String_t* value)
|
|
{
|
|
___U3CErrorU3Ek__BackingField_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorU3Ek__BackingField_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.IOHandler
|
|
struct IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 : public RuntimeObject
|
|
{
|
|
public:
|
|
// taurus.client.ByteArray taurus.client.IOHandler::EMPTY_BUFFER
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___EMPTY_BUFFER_1;
|
|
// System.Int32 taurus.client.IOHandler::_skipBytes
|
|
int32_t ____skipBytes_2;
|
|
// taurus.client.ByteArray taurus.client.IOHandler::_buffer
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ____buffer_3;
|
|
// System.Int32 taurus.client.IOHandler::_expectedLength
|
|
int32_t ____expectedLength_4;
|
|
// taurus.client.SocketEngine taurus.client.IOHandler::_engine
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ____engine_5;
|
|
// taurus.client.SystemController taurus.client.IOHandler::_controller
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * ____controller_6;
|
|
// taurus.client.PacketReadState taurus.client.IOHandler::_readState
|
|
int32_t ____readState_7;
|
|
// System.Boolean taurus.client.IOHandler::_compressed
|
|
bool ____compressed_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_EMPTY_BUFFER_1() { return static_cast<int32_t>(offsetof(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0, ___EMPTY_BUFFER_1)); }
|
|
inline ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * get_EMPTY_BUFFER_1() const { return ___EMPTY_BUFFER_1; }
|
|
inline ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C ** get_address_of_EMPTY_BUFFER_1() { return &___EMPTY_BUFFER_1; }
|
|
inline void set_EMPTY_BUFFER_1(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * value)
|
|
{
|
|
___EMPTY_BUFFER_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_BUFFER_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__skipBytes_2() { return static_cast<int32_t>(offsetof(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0, ____skipBytes_2)); }
|
|
inline int32_t get__skipBytes_2() const { return ____skipBytes_2; }
|
|
inline int32_t* get_address_of__skipBytes_2() { return &____skipBytes_2; }
|
|
inline void set__skipBytes_2(int32_t value)
|
|
{
|
|
____skipBytes_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__buffer_3() { return static_cast<int32_t>(offsetof(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0, ____buffer_3)); }
|
|
inline ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * get__buffer_3() const { return ____buffer_3; }
|
|
inline ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C ** get_address_of__buffer_3() { return &____buffer_3; }
|
|
inline void set__buffer_3(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * value)
|
|
{
|
|
____buffer_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buffer_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__expectedLength_4() { return static_cast<int32_t>(offsetof(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0, ____expectedLength_4)); }
|
|
inline int32_t get__expectedLength_4() const { return ____expectedLength_4; }
|
|
inline int32_t* get_address_of__expectedLength_4() { return &____expectedLength_4; }
|
|
inline void set__expectedLength_4(int32_t value)
|
|
{
|
|
____expectedLength_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__engine_5() { return static_cast<int32_t>(offsetof(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0, ____engine_5)); }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * get__engine_5() const { return ____engine_5; }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA ** get_address_of__engine_5() { return &____engine_5; }
|
|
inline void set__engine_5(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * value)
|
|
{
|
|
____engine_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____engine_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__controller_6() { return static_cast<int32_t>(offsetof(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0, ____controller_6)); }
|
|
inline SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * get__controller_6() const { return ____controller_6; }
|
|
inline SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 ** get_address_of__controller_6() { return &____controller_6; }
|
|
inline void set__controller_6(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * value)
|
|
{
|
|
____controller_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____controller_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__readState_7() { return static_cast<int32_t>(offsetof(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0, ____readState_7)); }
|
|
inline int32_t get__readState_7() const { return ____readState_7; }
|
|
inline int32_t* get_address_of__readState_7() { return &____readState_7; }
|
|
inline void set__readState_7(int32_t value)
|
|
{
|
|
____readState_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__compressed_8() { return static_cast<int32_t>(offsetof(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0, ____compressed_8)); }
|
|
inline bool get__compressed_8() const { return ____compressed_8; }
|
|
inline bool* get_address_of__compressed_8() { return &____compressed_8; }
|
|
inline void set__compressed_8(bool value)
|
|
{
|
|
____compressed_8 = value;
|
|
}
|
|
};
|
|
|
|
struct IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.IOHandler::INT_BYTE_SIZE
|
|
int32_t ___INT_BYTE_SIZE_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_INT_BYTE_SIZE_0() { return static_cast<int32_t>(offsetof(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_StaticFields, ___INT_BYTE_SIZE_0)); }
|
|
inline int32_t get_INT_BYTE_SIZE_0() const { return ___INT_BYTE_SIZE_0; }
|
|
inline int32_t* get_address_of_INT_BYTE_SIZE_0() { return &___INT_BYTE_SIZE_0; }
|
|
inline void set_INT_BYTE_SIZE_0(int32_t value)
|
|
{
|
|
___INT_BYTE_SIZE_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.ISocket
|
|
struct ISocket_t947EAC69390C27383C8729614F249C9794E59778 : public RuntimeObject
|
|
{
|
|
public:
|
|
// taurus.client.SocketEngine taurus.client.ISocket::_engine
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ____engine_0;
|
|
// taurus.client.SocketState taurus.client.ISocket::state
|
|
int32_t ___state_1;
|
|
// System.String taurus.client.ISocket::serverAddress
|
|
String_t* ___serverAddress_2;
|
|
// System.Int32 taurus.client.ISocket::serverPort
|
|
int32_t ___serverPort_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__engine_0() { return static_cast<int32_t>(offsetof(ISocket_t947EAC69390C27383C8729614F249C9794E59778, ____engine_0)); }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * get__engine_0() const { return ____engine_0; }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA ** get_address_of__engine_0() { return &____engine_0; }
|
|
inline void set__engine_0(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * value)
|
|
{
|
|
____engine_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____engine_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_state_1() { return static_cast<int32_t>(offsetof(ISocket_t947EAC69390C27383C8729614F249C9794E59778, ___state_1)); }
|
|
inline int32_t get_state_1() const { return ___state_1; }
|
|
inline int32_t* get_address_of_state_1() { return &___state_1; }
|
|
inline void set_state_1(int32_t value)
|
|
{
|
|
___state_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_serverAddress_2() { return static_cast<int32_t>(offsetof(ISocket_t947EAC69390C27383C8729614F249C9794E59778, ___serverAddress_2)); }
|
|
inline String_t* get_serverAddress_2() const { return ___serverAddress_2; }
|
|
inline String_t** get_address_of_serverAddress_2() { return &___serverAddress_2; }
|
|
inline void set_serverAddress_2(String_t* value)
|
|
{
|
|
___serverAddress_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___serverAddress_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_serverPort_3() { return static_cast<int32_t>(offsetof(ISocket_t947EAC69390C27383C8729614F249C9794E59778, ___serverPort_3)); }
|
|
inline int32_t get_serverPort_3() const { return ___serverPort_3; }
|
|
inline int32_t* get_address_of_serverPort_3() { return &___serverPort_3; }
|
|
inline void set_serverPort_3(int32_t value)
|
|
{
|
|
___serverPort_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.SocketEngine_<>c__DisplayClass18_0
|
|
struct U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 : public RuntimeObject
|
|
{
|
|
public:
|
|
// taurus.client.SocketCode taurus.client.SocketEngine_<>c__DisplayClass18_0::statusValue
|
|
int32_t ___statusValue_0;
|
|
// taurus.client.SocketEngine taurus.client.SocketEngine_<>c__DisplayClass18_0::<>4__this
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___U3CU3E4__this_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_statusValue_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576, ___statusValue_0)); }
|
|
inline int32_t get_statusValue_0() const { return ___statusValue_0; }
|
|
inline int32_t* get_address_of_statusValue_0() { return &___statusValue_0; }
|
|
inline void set_statusValue_0(int32_t value)
|
|
{
|
|
___statusValue_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576, ___U3CU3E4__this_1)); }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; }
|
|
inline SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; }
|
|
inline void set_U3CU3E4__this_1(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * value)
|
|
{
|
|
___U3CU3E4__this_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.TDataWrapper
|
|
struct TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object taurus.client.TDataWrapper::data
|
|
RuntimeObject * ___data_0;
|
|
// taurus.client.TDataType taurus.client.TDataWrapper::typeId
|
|
uint8_t ___typeId_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_data_0() { return static_cast<int32_t>(offsetof(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797, ___data_0)); }
|
|
inline RuntimeObject * get_data_0() const { return ___data_0; }
|
|
inline RuntimeObject ** get_address_of_data_0() { return &___data_0; }
|
|
inline void set_data_0(RuntimeObject * value)
|
|
{
|
|
___data_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeId_1() { return static_cast<int32_t>(offsetof(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797, ___typeId_1)); }
|
|
inline uint8_t get_typeId_1() const { return ___typeId_1; }
|
|
inline uint8_t* get_address_of_typeId_1() { return &___typeId_1; }
|
|
inline void set_typeId_1(uint8_t value)
|
|
{
|
|
___typeId_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.OnBeforeRedirectionDelegate
|
|
struct OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// BestHTTP.OnDownloadProgressDelegate
|
|
struct OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// BestHTTP.OnHeaderEnumerationDelegate
|
|
struct OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// BestHTTP.OnRequestFinishedDelegate
|
|
struct OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// BestHTTP.OnUploadProgressDelegate
|
|
struct OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`1<BestHTTP.ServerSentEvents.EventSourceResponse>
|
|
struct Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`1<taurus.client.Message>
|
|
struct Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`1<taurus.client.MessageResponse>
|
|
struct Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`1<taurus.client.Packet>
|
|
struct Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`1<taurus.client.SocketCode>
|
|
struct Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`2<BestHTTP.ServerSentEvents.EventSourceResponse,BestHTTP.ServerSentEvents.Message>
|
|
struct Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`2<taurus.client.LoggerLevel,System.String>
|
|
struct Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.ArgumentException::m_paramName
|
|
String_t* ___m_paramName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
|
|
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
|
|
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
|
|
inline void set_m_paramName_17(String_t* value)
|
|
{
|
|
___m_paramName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`4<BestHTTP.HTTPRequest,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Boolean>
|
|
struct Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.FileSystemInfo
|
|
struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.IO.MonoIOStat System.IO.FileSystemInfo::_data
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 ____data_1;
|
|
// System.Int32 System.IO.FileSystemInfo::_dataInitialised
|
|
int32_t ____dataInitialised_2;
|
|
// System.String System.IO.FileSystemInfo::FullPath
|
|
String_t* ___FullPath_3;
|
|
// System.String System.IO.FileSystemInfo::OriginalPath
|
|
String_t* ___OriginalPath_4;
|
|
// System.String System.IO.FileSystemInfo::_displayPath
|
|
String_t* ____displayPath_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__data_1() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____data_1)); }
|
|
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 get__data_1() const { return ____data_1; }
|
|
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * get_address_of__data_1() { return &____data_1; }
|
|
inline void set__data_1(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 value)
|
|
{
|
|
____data_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dataInitialised_2() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____dataInitialised_2)); }
|
|
inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; }
|
|
inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; }
|
|
inline void set__dataInitialised_2(int32_t value)
|
|
{
|
|
____dataInitialised_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FullPath_3() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___FullPath_3)); }
|
|
inline String_t* get_FullPath_3() const { return ___FullPath_3; }
|
|
inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; }
|
|
inline void set_FullPath_3(String_t* value)
|
|
{
|
|
___FullPath_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OriginalPath_4() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___OriginalPath_4)); }
|
|
inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; }
|
|
inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; }
|
|
inline void set_OriginalPath_4(String_t* value)
|
|
{
|
|
___OriginalPath_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__displayPath_5() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____displayPath_5)); }
|
|
inline String_t* get__displayPath_5() const { return ____displayPath_5; }
|
|
inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; }
|
|
inline void set__displayPath_5(String_t* value)
|
|
{
|
|
____displayPath_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.InteropServices.ExternalException
|
|
struct ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Security.SecurityException
|
|
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.Security.SecurityException::permissionState
|
|
String_t* ___permissionState_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_permissionState_17() { return static_cast<int32_t>(offsetof(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5, ___permissionState_17)); }
|
|
inline String_t* get_permissionState_17() const { return ___permissionState_17; }
|
|
inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; }
|
|
inline void set_permissionState_17(String_t* value)
|
|
{
|
|
___permissionState_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.ManualResetEvent
|
|
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Threading.ParameterizedThreadStart
|
|
struct ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Threading.ThreadStart
|
|
struct ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.TimeoutException
|
|
struct TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Timers.ElapsedEventHandler
|
|
struct ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// taurus.client.IEventListener
|
|
struct IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// taurus.client.SocketTcp
|
|
struct SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 : public ISocket_t947EAC69390C27383C8729614F249C9794E59778
|
|
{
|
|
public:
|
|
// System.Byte[] taurus.client.SocketTcp::_byteBuffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____byteBuffer_4;
|
|
// System.Net.Sockets.Socket taurus.client.SocketTcp::_connection
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ____connection_5;
|
|
// System.Object taurus.client.SocketTcp::_syncer
|
|
RuntimeObject * ____syncer_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__byteBuffer_4() { return static_cast<int32_t>(offsetof(SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8, ____byteBuffer_4)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__byteBuffer_4() const { return ____byteBuffer_4; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__byteBuffer_4() { return &____byteBuffer_4; }
|
|
inline void set__byteBuffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____byteBuffer_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____byteBuffer_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__connection_5() { return static_cast<int32_t>(offsetof(SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8, ____connection_5)); }
|
|
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get__connection_5() const { return ____connection_5; }
|
|
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of__connection_5() { return &____connection_5; }
|
|
inline void set__connection_5(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
|
|
{
|
|
____connection_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____connection_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncer_6() { return static_cast<int32_t>(offsetof(SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8, ____syncer_6)); }
|
|
inline RuntimeObject * get__syncer_6() const { return ____syncer_6; }
|
|
inline RuntimeObject ** get_address_of__syncer_6() { return &____syncer_6; }
|
|
inline void set__syncer_6(RuntimeObject * value)
|
|
{
|
|
____syncer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncer_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ComponentModel.Win32Exception
|
|
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 : public ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE
|
|
{
|
|
public:
|
|
// System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode
|
|
int32_t ___nativeErrorCode_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668, ___nativeErrorCode_17)); }
|
|
inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; }
|
|
inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; }
|
|
inline void set_nativeErrorCode_17(int32_t value)
|
|
{
|
|
___nativeErrorCode_17 = value;
|
|
}
|
|
};
|
|
|
|
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields
|
|
{
|
|
public:
|
|
// System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized
|
|
bool ___s_ErrorMessagesInitialized_18;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.String> System.ComponentModel.Win32Exception::s_ErrorMessage
|
|
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * ___s_ErrorMessage_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessagesInitialized_18)); }
|
|
inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; }
|
|
inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; }
|
|
inline void set_s_ErrorMessagesInitialized_18(bool value)
|
|
{
|
|
___s_ErrorMessagesInitialized_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessage_19)); }
|
|
inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; }
|
|
inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; }
|
|
inline void set_s_ErrorMessage_19(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * value)
|
|
{
|
|
___s_ErrorMessage_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_ErrorMessage_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.DirectoryInfo
|
|
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D
|
|
{
|
|
public:
|
|
// System.String System.IO.DirectoryInfo::current
|
|
String_t* ___current_6;
|
|
// System.String System.IO.DirectoryInfo::parent
|
|
String_t* ___parent_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_current_6() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___current_6)); }
|
|
inline String_t* get_current_6() const { return ___current_6; }
|
|
inline String_t** get_address_of_current_6() { return &___current_6; }
|
|
inline void set_current_6(String_t* value)
|
|
{
|
|
___current_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_7() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___parent_7)); }
|
|
inline String_t* get_parent_7() const { return ___parent_7; }
|
|
inline String_t** get_address_of_parent_7() { return &___parent_7; }
|
|
inline void set_parent_7(String_t* value)
|
|
{
|
|
___parent_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parent_7), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileInfo
|
|
struct FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D
|
|
{
|
|
public:
|
|
// System.String System.IO.FileInfo::_name
|
|
String_t* ____name_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__name_6() { return static_cast<int32_t>(offsetof(FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C, ____name_6)); }
|
|
inline String_t* get__name_6() const { return ____name_6; }
|
|
inline String_t** get_address_of__name_6() { return &____name_6; }
|
|
inline void set__name_6(String_t* value)
|
|
{
|
|
____name_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
|
|
{
|
|
public:
|
|
// System.String System.ObjectDisposedException::objectName
|
|
String_t* ___objectName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
|
|
inline String_t* get_objectName_17() const { return ___objectName_17; }
|
|
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
|
|
inline void set_objectName_17(String_t* value)
|
|
{
|
|
___objectName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.SocketException
|
|
struct SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 : public Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668
|
|
{
|
|
public:
|
|
// System.Net.EndPoint System.Net.Sockets.SocketException::m_EndPoint
|
|
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___m_EndPoint_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_EndPoint_20() { return static_cast<int32_t>(offsetof(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5, ___m_EndPoint_20)); }
|
|
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_m_EndPoint_20() const { return ___m_EndPoint_20; }
|
|
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_m_EndPoint_20() { return &___m_EndPoint_20; }
|
|
inline void set_m_EndPoint_20(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value)
|
|
{
|
|
___m_EndPoint_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_EndPoint_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
public:
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
public:
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
public:
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Delegate_t * m_Items[1];
|
|
|
|
public:
|
|
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Net.IPAddress[]
|
|
struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * m_Items[1];
|
|
|
|
public:
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.IO.Stream[]
|
|
struct StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * m_Items[1];
|
|
|
|
public:
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** 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, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.IO.FileInfo[]
|
|
struct FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * m_Items[1];
|
|
|
|
public:
|
|
inline FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C ** 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, FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.IO.DirectoryInfo[]
|
|
struct DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * m_Items[1];
|
|
|
|
public:
|
|
inline DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F ** 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, DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
public:
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
|
|
// !1 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
|
|
// !3 System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::Invoke(!0,!1,!2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_4_Invoke_mD03BDDFE847DC5327557673843AFE327335A26CB_gshared (Func_4_t59ABA9CF055341AFD8CA4BC510D0F44DA6DBF442 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Array::Resize<System.Byte>(!!0[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC28BB4CEE7A55F4169E9BF637639717538B3ADF1_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___array0, int32_t ___newSize1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Object,System.Object>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m1738FFAE74BE5E599FD42520FA2BEF69D1AC4709_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Object>::Invoke(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F ValueCollection_GetEnumerator_m6AA58C894265BF1E8514350C4B51CB7811D24674_gshared (ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * __this, const RuntimeMethod* method);
|
|
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::get_Current()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD03896747AF8CA1B6C76644EE232EC798524B608_gshared_inline (Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m5491D982826D5BB996EFC8A15C677A60DE50F3AE_gshared (Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m57CD62D56A72EE39AB936C3BF97A0A0850405C6A_gshared (Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Queue`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m57D20E9B6532A644845C835306D5BCBCD3163964_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Queue`1<System.Object>::Enqueue(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m12D1C0BBE742C2537335B7E2B71F7E42A421A6FD_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.Queue`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m0CE0B6919A09EFFBB1EBA5B5DFEF50E4F8A89CFA_gshared_inline (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.Queue`1<System.Object>::Dequeue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m6013DB8A542ACA15F662B6832ED389BB061EFEDE_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Queue`1<System.Int64>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m85B5F06F0DCF4EAC15153CCBAD105DE5FBFC441C_gshared (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Queue`1<System.Int64>::Enqueue(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m2B008FB7F15C24CCF901C5316185381366C6DA59_gshared (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * __this, int64_t ___item0, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.Queue`1<System.Int64>::Dequeue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Queue_1_Dequeue_m51DD0B68F18F4785D0341D40B02F022BB033226D_gshared (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::RemoveAt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___item0, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Int32Enum,System.Object>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m0AF494A87D1C2B11BF8067B93DCA3F16ADE3FCEE_gshared (Action_2_t32C882BC6A352DD116C3388FBA71B561C8A7FD7E * __this, int32_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsKey(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mBF5574232A8F79C279DFD71FFBFF85B4E2B6312D_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Remove(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m2204D6D532702FD13AB2A9AD8DB538E4E8FB1913_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m8B31D0EA3C1FCE4C6977A76829773DA0D127E217_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Int32Enum>::Invoke(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m8672DDC58300CA227FC37981067B766C9879344B_gshared (Action_1_tABA1E3BFA092E3309A0ECC53722E4F9826DCE983 * __this, int32_t ___obj0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// T taurus.client.TObject::getValue<System.Byte>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TObject_getValue_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m76516DDF87A4551FAD01762763D00777674D85FB_gshared (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method);
|
|
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// T taurus.client.TObject::getValue<System.Int32>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TObject_getValue_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m917254F592B1E2AACC3549BC5C80F5F3A0B620B3_gshared (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Keys()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_t980894B88500FB8CD413A3622A9352136949BAE1 * Dictionary_2_get_Keys_m738B5D4F94EAB0D2E16C3BCAAAD3EBE386E2E638_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_m684FF4B2D3E2F4DE987AE62E51C08DE576A12920_gshared (KeyCollection_t980894B88500FB8CD413A3622A9352136949BAE1 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::CopyTo(!0[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m9EE1277E4135120EE0619B6A386202C30A1F0B8C_gshared (KeyCollection_t980894B88500FB8CD413A3622A9352136949BAE1 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method);
|
|
// T taurus.client.TObject::getValue<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TObject_getValue_TisRuntimeObject_m3B7D4C1D571110DD337EC98C431ACA25C34EDFEB_gshared (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Int32Enum>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mD0D31654D450BEB7CFFA7B079FD2EB5946C2B8E8_gshared (Action_1_tABA1E3BFA092E3309A0ECC53722E4F9826DCE983 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.Stack`1<System.Object>::Pop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Stack`1<System.Object>::Push(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
|
|
|
|
// System.Void BestHTTP.HTTPManager/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m80C64314F78C4A3A16DB80A956E38271FEE4D44B (U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * __this, const RuntimeMethod* method);
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Int32 BestHTTP.HTTPRequest::get_Priority()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Priority_m0ABF7D29AABC8D9EF69AD31AD0AAB1B422848DA1_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.ServerSentEvents.EventSourceResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse__ctor_m9D518757F6742FF6A3021530190A3A9F6B29A78C (EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse__ctor_m08226607B5EE29BC97C44BED97C0F6268268E3BC (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_Scheme()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Exception::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.String System.String::ToLowerInvariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRange::set_ContentLength(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRange_set_ContentLength_m6CF15C3BEFF47D93D5C485A8BFD9D5F45BCB3404_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRange::set_IsValid(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRange_set_IsValid_m570B84486F89F12684F7E177EE6815906C7D93C5_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRange::set_FirstBytePos(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRange_set_FirstBytePos_mCAD8C075ADFD505435461AA0E200C6897F0E2BAB_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRange::set_LastBytePos(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRange_set_LastBytePos_m180AA1FB026E5579E87C769C1E8338002A8DC314_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 BestHTTP.HTTPRange::get_FirstBytePos()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRange_get_FirstBytePos_m68F2056ACC26BDC04CB0EB73F80CBF5DDF6B74BE_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method);
|
|
// System.Int32 BestHTTP.HTTPRange::get_LastBytePos()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRange_get_LastBytePos_m99EE6203C496D6D557E29D84BE55DFBE15AA0140_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method);
|
|
// System.Int32 BestHTTP.HTTPRange::get_ContentLength()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRange_get_ContentLength_m806110DCE0C63D76097CB104BBF29C43B1DE7967_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPRange::get_IsValid()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRange_get_IsValid_m4554A9BC8BFC9225D02493A9F05D5F7E29C47EDF_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
|
|
// BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::get_State()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void System.NotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPRequest::get_IsRedirected()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_IsRedirected_mDB91912BF3491FD5BC3365685AB75BB56A8D2789_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Uri BestHTTP.HTTPRequest::get_Uri()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_Uri_m75C8558A9D9B9330ADC627385B5459E0E178D2E2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Uri BestHTTP.HTTPRequest::get_RedirectUri()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_RedirectUri_mB237C22E81841C74624B681DE5472D9CD67135B4_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.IO.Stream BestHTTP.HTTPRequest::get_UploadStream()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPRequest::get_UseUploadStreamLength()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseUploadStreamLength_m7E5DE766D88CC4A1D938B94E884A80F146B4458E_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPManager::get_KeepAliveDefaultValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPManager_get_KeepAliveDefaultValue_mCD8A110EBB43BF79931FDB0320484905C1CEA63B_inline (const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::.ctor(System.Uri,BestHTTP.HTTPMethods,System.Boolean,System.Boolean,BestHTTP.OnRequestFinishedDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m14A73CBA007BE1549F31C8D0CAD04A035FF97D1E (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, uint8_t ___methodType1, bool ___isKeepAlive2, bool ___disableCache3, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___callback4, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_Uri(System.Uri)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Uri_mA4C13CD372A8F09EFE9740124D0173D8A4C225D1_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_MethodType(BestHTTP.HTTPMethods)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_MethodType_m44CC7B758728138EC62DB86F866542565B858B1B_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, uint8_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_IsKeepAlive(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_IsKeepAlive_m2D343D788DF535C9836CF103119F16251A04D0E0 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_Callback(BestHTTP.OnRequestFinishedDelegate)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Callback_m6737E445025B4D51540B1170C5B96B7F94879226_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_StreamFragmentSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_StreamFragmentSize_m63BA14B2308F21929FEC568AD3D513F90D056D6C (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_DisableRetry(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DisableRetry_m7B724E6B18E05FC96799FC0D5C97E32EA1B29776_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_MaxRedirects(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_MaxRedirects_m3D44EEE9DFA158D0E47DAB3DF68A32E8932C9367_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_RedirectCount(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_RedirectCount_m279D1F6604EC6CCA0DAF3C355AA35AA7A6C6BA59_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_DownloadLength(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadLength_m4757F9E297AC93D2C13474B2EBD2F1EE66E852F8_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_Downloaded(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Downloaded_m82743C2154D434E95AF27917A4325E458C35A6E7_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_DownloadProgressChanged(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_State(BestHTTP.HTTPRequestStates)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.TimeSpan BestHTTP.HTTPManager::get_ConnectTimeout()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPManager_get_ConnectTimeout_m2916B3692D0A759E02A349C6E02D2571E0C42EFA_inline (const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_ConnectTimeout(System.TimeSpan)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_ConnectTimeout_m27D45CED26D020A0C8D4A09652B811A1F789FC88_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
|
|
// System.TimeSpan BestHTTP.HTTPManager::get_RequestTimeout()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPManager_get_RequestTimeout_mA3133AFD453A8EF7196F9DA98948DADBF2BA5EC7_inline (const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_Timeout(System.TimeSpan)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Timeout_mC71DF806032583A5A8061BF0568D475FE38E2D8D_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_EnableTimoutForStreaming(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_UseUploadStreamLength(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UseUploadStreamLength_mE14EE8DBDE86FFB0EDDCBFE5D096CC52BC673809_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_DisposeUploadStream(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DisposeUploadStream_m6B13ABE16EC1374675F22D6ADBFE07AF663797F6_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::get_FormUsage()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_FormUsage_mE21ABE312FD35718806706E2856ECE60FF62CCC1_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.Forms.HTTPFormBase::get_HasBinary()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasBinary_mE4FEE00384F8B90B973A77FC655D66681C5B8408_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.Forms.HTTPFormBase::get_HasLongValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasLongValue_m8A84A815522EA385B13773C23C4F48D0CD8B951C_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Forms.HTTPUrlEncodedForm::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUrlEncodedForm__ctor_mB3F76639D3B8EE2F7A034234B171AA75785A8284 (HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577 * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Forms.HTTPMultiPartForm::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPMultiPartForm__ctor_mBBAE92F4C74AABB239CFDB047B0D5010E0C1ECA9 (HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPRequest::get_Headers()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::.ctor()
|
|
inline void Dictionary_2__ctor_mEAAF465A79EE99997A8CF0556CEC5334BCE44EF2 (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Headers(System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Headers_mAB10C55637504DD8BDA448A3FE4E56DD94326387_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * __this, String_t* ___key0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF *, String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Int32)
|
|
inline void List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___capacity0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::Add(!0,!1)
|
|
inline void Dictionary_2_Add_m77DD1AAE607EDC7C550C45F4AC4FC935DF0380CC (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * __this, String_t* ___key0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF *, String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
|
|
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::Clear()
|
|
inline void List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::Remove(!0)
|
|
inline bool Dictionary_2_Remove_mD6C59C248145AD0A8EF08951B56E2D4C984D3F5F (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::ContainsKey(!0)
|
|
inline bool Dictionary_2_ContainsKey_m81AE5386AFCDA3805EA9ADCC78F00C3EF903428A (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::HasHeader(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Uri BestHTTP.HTTPRequest::get_CurrentUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_Authority()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::SetHeader(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::AddHeader(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPRequest::get_IsKeepAlive()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_IsKeepAlive_m8CE448BC1F684C1E75DE3CFD82E5FAADB41251AE_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Byte[] BestHTTP.HTTPRequest::GetEntityBody()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPRequest_GetEntityBody_m2C2524BA74EF055701E031337B4AEC8E2D9475EB (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Byte[] BestHTTP.HTTPRequest::get_RawData()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPRequest_get_RawData_m41A7381E6122EECA899C3A54DC0D34B1868F5DCF_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.Forms.HTTPFormBase::get_IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPFormBase_get_IsEmpty_m5E8F6D21AF7548628113BCF7A787CBA8B443A2AC (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method);
|
|
// BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::SelectFormImplementation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * HTTPRequest_SelectFormImplementation_m9F04C3860589B19B98B434C45FC6D97143EAE66A (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Int64 BestHTTP.HTTPRequest::get_UploadStreamLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_UploadStreamLength_mBA3214E2866B0D8842813CDA57AF10F7A9CA9221 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.String System.Int64::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C (int64_t* __this, const RuntimeMethod* method);
|
|
// BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::get_Credentials()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Credentials::get_Type()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Credentials_get_Type_m7B050AF047038F3C303FD7ED94F25979E3A965BF_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method);
|
|
// System.Text.Encoding System.Text.Encoding::get_UTF8()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
|
|
// System.String BestHTTP.Authentication.Credentials::get_UserName()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method);
|
|
// System.String BestHTTP.Authentication.Credentials::get_Password()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Credentials_get_Password_m03EB8C080B196F4ED945F245EFA76016DB5D5597_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __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_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
|
|
// System.String System.Convert::ToBase64String(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
|
|
// BestHTTP.Authentication.Digest BestHTTP.Authentication.DigestStore::Get(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * DigestStore_Get_mCB5CFF230AF0285927B39B72555AD520F082835E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method);
|
|
// System.String BestHTTP.Authentication.Digest::GenerateResponseHeader(BestHTTP.HTTPRequest,BestHTTP.Authentication.Credentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Digest_GenerateResponseHeader_m3F1FC966524AC45AE66846038409E6C115F4A2C5 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * ___credentials1, const RuntimeMethod* method);
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::GetEnumerator()
|
|
inline Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA Dictionary_2_GetEnumerator_mF81DC76A58E19C2640CF6C8BE06F78361512F6E6 (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA (*) (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<System.String>>::get_Current()
|
|
inline KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD Enumerator_get_Current_m0C79D6B8A354C9E3D29D7B654F902B30868E0949_inline (Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD (*) (Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.List`1<System.String>>::get_Key()
|
|
inline String_t* KeyValuePair_2_get_Key_m30085F04A06E53139F92FFF128B01098A85D75E4_inline (KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD *, const RuntimeMethod*))KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline)(__this, method);
|
|
}
|
|
// !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.List`1<System.String>>::get_Value()
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * KeyValuePair_2_get_Value_m8476A7D87325D4D7A32A4FFF66D2F2AEE1C30E36_inline (KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * (*) (KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void BestHTTP.OnHeaderEnumerationDelegate::Invoke(System.String,System.Collections.Generic.List`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnHeaderEnumerationDelegate_Invoke_mAC37AD8DF3EDD170F81A32988B6BE8FB58C1329D (OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * __this, String_t* ___header0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___values1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<System.String>>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m1534F8F536B5DDFE0019172C7CD4B38969DBE226 (Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<System.String>>::Dispose()
|
|
inline void Enumerator_Dispose_m20DEE1B61D35A4F881D24FDE0FC3E8C0A7DBF89D (Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method);
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest/<>c__DisplayClass181_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass181_0__ctor_mBAFF7DE2B99C1790E431F5B42467AB08FBFD9B7A (U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081 * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.OnHeaderEnumerationDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnHeaderEnumerationDelegate__ctor_mFDD5B531E6CCF365448142075DDF8B68FE3E2B6D (OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::EnumerateHeaders(BestHTTP.OnHeaderEnumerationDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_EnumerateHeaders_m0D3F96B9DB0768E95B393AE2AA54D8CE0F4F436C (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * ___callback0, const RuntimeMethod* method);
|
|
// System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m2E92F4E5096905E2E7487E003AB7B3CC5C5EC185 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___output0, const RuntimeMethod* method);
|
|
// BestHTTP.HTTPMethods BestHTTP.HTTPRequest::get_MethodType()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_PathAndQuery()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
|
|
// BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956 (const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
|
|
// System.Byte[] BestHTTP.Extensions.Extensions::GetASCIIBytes(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9 (String_t* ___str0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::SendHeaders(System.IO.BinaryWriter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SendHeaders_m5FC840CA7ABA032382DF1632AFCBCCC84B7D03C7 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___stream0, const RuntimeMethod* method);
|
|
// System.Void System.IO.MemoryStream::.ctor(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m202D808FA26CD8AAF4087B8EFC2012B439E57A77 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_UploadLength(System.Int64)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadLength_mD4C8FB652DAC8B40305D429CCDBC39687E68602A_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int64_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_Uploaded(System.Int64)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Uploaded_mE07F257A722DC959C2A85FF6B84C743C7790109A_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int64_t ___value0, const RuntimeMethod* method);
|
|
// System.String System.Int32::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method);
|
|
// System.Int64 BestHTTP.HTTPRequest::get_Uploaded()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Uploaded_m2E5896C2AC8C4BEDBED4D46BABB4A2B69A44201C_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_UploadProgressChanged(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadProgressChanged_m19681B590B8B6F135DCC6980AA30CA6476538045_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void System.IO.Stream::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPRequest::get_DisposeUploadStream()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisposeUploadStream_m76BE2FFD2DCC08B67800FDC2EACB02A4AC2625DC_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// BestHTTP.HTTPResponse BestHTTP.HTTPRequest::get_Response()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPResponse::get_IsUpgraded()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m241FEF79DCD38AA607FBF676F4DD2551F8D03703_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.OnRequestFinishedDelegate::Invoke(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate_Invoke_mBF7F8D576C831CC7E83EFB77F9F88619B5365597 (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, const RuntimeMethod* method);
|
|
// BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::get_Callback()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * HTTPRequest_get_Callback_mC934FC533FCDE2E65772ECF50E8C63CCA9ED72A8_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.OnBeforeRedirectionDelegate::Invoke(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse,System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnBeforeRedirectionDelegate_Invoke_mD37B705266EAE663115461C66CDFD00899125A57 (OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___redirectUri2, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPRequest::get_UseStreaming()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::FinishStreaming()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FinishStreaming_mE5C6D3C17FC67B102692C49819BA04EF2ED51EC5 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// !3 System.Func`4<BestHTTP.HTTPRequest,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Boolean>::Invoke(!0,!1,!2)
|
|
inline bool Func_4_Invoke_m9987B5CD4DF7FF64BD45E365BF6CE9B63E5CBB43 (Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___arg10, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___arg21, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___arg32, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB *, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, const RuntimeMethod*))Func_4_Invoke_mD03BDDFE847DC5327557673843AFE327335A26CB_gshared)(__this, ___arg10, ___arg21, ___arg32, method);
|
|
}
|
|
// BestHTTP.HTTPRequest BestHTTP.HTTPManager::SendRequest(BestHTTP.HTTPRequest)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * HTTPManager_SendRequest_m034F43651DCBBAEECB327920F0ED2AB6045931FF (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Monitor::Enter(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// BestHTTP.ConnectionBase BestHTTP.HTTPManager::GetConnectionWith(BestHTTP.HTTPRequest)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * HTTPManager_GetConnectionWith_mB9B6870A688979D037CA264A5271D135C3A54DB5 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPManager::RemoveFromQueue(BestHTTP.HTTPRequest)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPManager_RemoveFromQueue_m528F16E0CD99DDCD51C304B5E9DEF211944003A5 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPResponse::get_IsStreamed()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsStreamed_m1DD10B6DF1DBB43DFB90C9A029777CACB1F25BBE_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_Dispose_m089705CE622B84A061F3F066C5B38AE94BCE8475 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Monitor::Exit(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Void System.NotImplementedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::ToUpper()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 (String_t* __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
|
|
inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
|
|
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// System.Int32 BestHTTP.HTTPResponse::get_StatusCode()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Byte[] BestHTTP.HTTPResponse::get_Data()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::set_IsStreamed(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamed_m0DEB7CCB82A92A0A925D62C444B0A4021992D42A_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::set_IsClosedManually(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_m04EFEC482E2AC737896266AA4A3A7B31808EB037_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.String BestHTTP.HTTPResponse::ReadTo(System.IO.Stream,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_mC29DCDDEC2FEE04CD5D126871ABE26802A859575 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, uint8_t ___blocker1, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPRequest::get_DisableRetry()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.String[] System.String::Split(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
|
|
// System.Int32 System.Int32::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA (String_t* ___s0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::set_VersionMajor(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMajor_m875CAF133F4828FC4C20A8716AF31DFC536A4BBA_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::set_VersionMinor(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMinor_m0A5B724F0B4A09CE951CDB6C5B583D9939A3B167_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.String BestHTTP.HTTPResponse::NoTrimReadTo(System.IO.Stream,System.Byte,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_NoTrimReadTo_mF049B125A8C51F06ADE89E768859394E0FCE2EE9 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, uint8_t ___blocker11, uint8_t ___blocker22, const RuntimeMethod* method);
|
|
// System.Boolean System.Int32::TryParse(System.String,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::set_StatusCode(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_StatusCode_m43105A8832235E6E8B2F2D6E008F3CFAE8BA5139_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::set_Message(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_Message_mB724C07AAD75A9565F330D71911B2C9E6D2A4BC0_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::ReadHeaders(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadHeaders_m18074A6AE83AE432D8BCEE1399DA4E2AC97A74C9 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPResponse::HasHeaderWithValue(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeaderWithValue_m3347AA0733522594AA1A5E78FB53C2A0A5372B54 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___headerName0, String_t* ___value1, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPResponse::HasHeader(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeader_m47C3C5B5F4DB9D74919F10E9B57505484A3A1994 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___headerName0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::set_IsUpgraded(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_IsUpgraded_mB1C9AFAE9748B2BFB545BE374B2FB971D2E1348C_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPResponse::ReadPayload(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_ReadPayload_m3DEB5AE52B52823A78B3455EAB95E3C1801C9330 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___forceReadRawContentLength0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::ReadRaw(System.IO.Stream,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___contentLength1, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::ReadChunked(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadChunked_mD0E9BA4D52E3EE7689E6D83963B8FAE32B4C5244 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method);
|
|
// System.Collections.Generic.List`1<System.String> BestHTTP.HTTPResponse::GetHeaderValues(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// BestHTTP.HTTPRange BestHTTP.HTTPResponse::GetRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * HTTPResponse_GetRange_m5E610F63A001F79E821E5AFBA241ABE8E77CF160 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::ReadUnknownSize(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadUnknownSize_mC93EB5084DE46C2AF8B5804388BE5FCE68257715 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method);
|
|
// System.String BestHTTP.HTTPResponse::ReadTo(System.IO.Stream,System.Byte,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_m01C19CF89FDAE0A1969B8478B869ED3D283ABCAE (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, uint8_t ___blocker11, uint8_t ___blocker22, const RuntimeMethod* method);
|
|
// System.String System.String::Trim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::AddHeader(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_AddHeader_m884D863CFB5E6C5688D354E867C520DB742E0950 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.String::op_Inequality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
|
|
// System.String System.String::ToLower()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPResponse::get_Headers()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::set_Headers(System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_Headers_m5D17388C0F3F82602CCE3DD3773F97B044EB459F_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
|
|
// System.String[] System.String::Split(System.Char[],System.StringSplitOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___options1, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRange::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange__ctor_m2CC7B354440005C5BB64E9B7DF7A154E8DAFB17E (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___contentLength0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRange::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange__ctor_m6797584DDB8B1ECBB9C3CB1BC1256FA163F45183 (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___fbp0, int32_t ___lbp1, int32_t ___contentLength2, const RuntimeMethod* method);
|
|
// System.Void System.IO.MemoryStream::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method);
|
|
// System.String BestHTTP.Extensions.Extensions::AsciiToString(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_AsciiToString_mDE27CE943B85A9817FF6519BF5E7BA216BFC7AF8 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, const RuntimeMethod* method);
|
|
// System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m6ADA5D03EE325554346538B991A4C3566BD2A011 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int32_t* ___result3, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::BeginReceiveStreamFragments()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_BeginReceiveStreamFragments_m9E5DC32199C449C896DB16609A7D9C05CCCA12F6 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Int32 BestHTTP.HTTPResponse::ReadChunkLength(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_ReadChunkLength_m3230E675936306215D548A889C4AD010DFC7B2D9 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPResponse::get_IsSuccess()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Void System.Array::Resize<System.Byte>(!!0[]&,System.Int32)
|
|
inline void Array_Resize_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC28BB4CEE7A55F4169E9BF637639717538B3ADF1 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___array0, int32_t ___newSize1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**, int32_t, const RuntimeMethod*))Array_Resize_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC28BB4CEE7A55F4169E9BF637639717538B3ADF1_gshared)(___array0, ___newSize1, method);
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::WaitWhileHasFragments()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_WaitWhileHasFragments_m066016088C0C5227170CE8D548AF406F067EA722 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Exception BestHTTP.Extensions.ExceptionHelper::ServerClosedTCPStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ExceptionHelper_ServerClosedTCPStream_m5F11210B45801B5BD6BDC252736B16757F865C49 (const RuntimeMethod* method);
|
|
// System.Int32 BestHTTP.HTTPRequest::get_Downloaded()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::FeedStreamFragment(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FeedStreamFragment_mA3F11AD442206B4992833FF5AA43A191FE42927C (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___pos1, int32_t ___length2, const RuntimeMethod* method);
|
|
// System.Int32 BestHTTP.HTTPRequest::get_DownloadLength()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_DownloadLength_m502ED784DE018C297EF74DAD142FE4FD0A8EE423_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::FlushRemainingFragmentBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FlushRemainingFragmentBuffer_mFD2703F636220B1D36F23A3DFFFFAB1D4EC03C15 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Byte[] BestHTTP.HTTPResponse::DecodeStream(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPResponse_DecodeStream_m7F55728B3EA919AB3F87BA2FCE72066BAAA6B9FC (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___streamToDecode0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::set_Data(System.Byte[])
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_Data_m828642EF7A517159BC6F21D8A489A710950A69F1_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
|
|
// System.Void System.IO.MemoryStream::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m78689C82DED9ACE5022B7EABF28F17FF318DF2AA (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, int32_t ___capacity0, const RuntimeMethod* method);
|
|
// System.Int32 BestHTTP.HTTPRequest::get_StreamFragmentSize()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_StreamFragmentSize_m249D55D619FBEA57006A71467AA49EF2D73B8B60_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Math::Max(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Decompression.Zlib.GZipStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_mD9982C5D5B2D730E63DE447E276EB133AED81713 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m65EC06F0E961A4BE0775673130677E266DFF3EE8 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method);
|
|
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPResponse::AddStreamedFragment(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_AddStreamedFragment_m15D9C0DF8A74D23418C605959BD77AB25AE2BB39 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Byte[]>::.ctor()
|
|
inline void List_1__ctor_m52FC81AB50BD21B6BFA16546E3AF9C94611D9811 (List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Byte[]>::Add(!0)
|
|
inline void List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E (List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<System.Byte[]>::get_Count()
|
|
inline int32_t List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_inline (List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_IsStreamingFinished(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamingFinished_m99B602DE0EBFAB0F60B093C92981890AA71C73D0_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::set_ThreadFrequencyInMS(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_ThreadFrequencyInMS_m6010C1CB2A5D167496492B9D283EA599CFDE9F55_inline (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsCreated()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_mD30F6DF85FE80D5DCC5CC8348E2A7C35492CFC2B_inline (const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator__ctor_m19732D8A9009806464D207696122C8E91E64BD9D (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::set_Instance(BestHTTP.HTTPUpdateDelegator)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_Instance_mE56E82729611BFB97BFDEB6AA7EA6E5AEF42FCC0_inline (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::set_IsCreated(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsCreated_m1F3EE9B0994D9BC563B3C08A6FA095204B3D4562_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsThreaded()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreaded_m3C4A548019B5DC204CE6A7BBAB3F385D829C3FE2_inline (const RuntimeMethod* method);
|
|
// System.Void System.Threading.ParameterizedThreadStart::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart__ctor_m236F11FFFC55CB6AC611B16302E2F5F58C60346B (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Thread::.ctor(System.Threading.ParameterizedThreadStart)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * ___start0, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Thread::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::set_IsThreadRunning(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsThreadRunning_m23DDD5D23F03C34260EE0FABF29718DABC734310_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPManager::OnUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_OnUpdate_m0E3F97477696A3032D4DBB61E8F7D15039566D0D (const RuntimeMethod* method);
|
|
// System.Int32 BestHTTP.HTTPUpdateDelegator::get_ThreadFrequencyInMS()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPUpdateDelegator_get_ThreadFrequencyInMS_m593CA947C0B0E2A3A596F1E7C409AB21D42EAF6E_inline (const RuntimeMethod* method);
|
|
// System.Void System.Threading.Thread::Sleep(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF (int32_t ___millisecondsTimeout0, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsThreadRunning()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreadRunning_m98C61C6AF15A815F4556E0BF23D4BF8C72D88ED3_inline (const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::Setup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_Setup_mB30CB46AA74F7707319E21AB6D2E5761F58262CF (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPManager::OnQuit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_OnQuit_mC518CE727C8A8EE1DE1495983EFD8AADE45A1C4C (const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatVerbose(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatVerbose_mB9E8BE3B5A72014A40E7090637C08F233380F965_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatInfo(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatInfo_m70F625D64937E82707B0DBE3ADD2CA432D86169F_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatWarn(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatWarn_m89420500292A1EE59F6A7F94CA166CF743B21E80_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatErr(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatErr_m6FD8A7AE64522BBC8F9856B376E5CAA0C853F3A1_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatEx(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatEx_mDD7D0DA64790ED9D2B0345F7F60336D103627BC8_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_Level(BestHTTP.Logger.Loglevels)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_Level_mE456AD55595B0B3D02FDB60EF3ED6B5198A2E47C_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// BestHTTP.Logger.Loglevels BestHTTP.Logger.DefaultLogger::get_Level()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DefaultLogger_get_Level_mCB275C4435FB455B9664045388722DCE5B2C501C_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method);
|
|
// System.String BestHTTP.Logger.DefaultLogger::get_FormatInfo()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatInfo_m56D67A27F34370EE77B8E242AE344EE01F8D0366_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Logger::info(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_info_m2D759558781B4293EDC99FA70DDFB17A19FE1315 (RuntimeObject * ___msg0, const RuntimeMethod* method);
|
|
// System.String BestHTTP.Logger.DefaultLogger::get_FormatWarn()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatWarn_m07919ECA3768464ECEB5939EC0E0E95D7DF63E62_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Logger::warn(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_warn_m71CB6138F50628FBCFB3D3A8FB74250B90613680 (RuntimeObject * ___msg0, const RuntimeMethod* method);
|
|
// System.String BestHTTP.Logger.DefaultLogger::get_FormatErr()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatErr_mFB22141A2CAF89A4B9888562075337151BDF77EC_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Logger::error(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71 (RuntimeObject * ___msg0, const RuntimeMethod* method);
|
|
// System.String BestHTTP.Logger.DefaultLogger::get_FormatEx()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatEx_mDE991C88462E99385CF7E4255C00E47390E3FD1F_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Net.Sockets.Socket::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___addressFamily0, int32_t ___socketType1, int32_t ___protocolType2, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Init(System.Net.Sockets.AddressFamily)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Init_m3B5C3849797216F139E9647E04B9E7CA88F3C31B (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___family0, const RuntimeMethod* method);
|
|
// System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method);
|
|
// System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___localEP0, const RuntimeMethod* method);
|
|
// System.TimeSpan System.TimeSpan::FromSeconds(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA (double ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ConnectTimeout(System.TimeSpan)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_mD1CD0B51348F3744D8B584E55BBD18DBA35E207D_inline (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Net.Sockets.Socket::get_Connected()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
|
|
// System.Net.Sockets.Socket BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_Client()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * TcpClient_get_Client_mF3364734D3F77D532C9F3B960EBC19527F16F483_inline (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___microSeconds0, int32_t ___mode1, const RuntimeMethod* method);
|
|
// System.Int32 System.Net.Sockets.Socket::get_Available()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_Available_m40AB452DDB09090EB7FE5B1BDA99E45F2A9C7D7A (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___optionLevel0, int32_t ___optionName1, RuntimeObject * ___optionValue2, const RuntimeMethod* method);
|
|
// System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass55_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0__ctor_mCC7EF059C1595BDA99A4FD7342563E56ED8BDBC8 (U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA * __this, const RuntimeMethod* method);
|
|
// System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * __this, bool ___initialState0, const RuntimeMethod* method);
|
|
// System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m7A303BAA762EDA38A30E37F536A31EC2F18D2495 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___remoteEP0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method);
|
|
// System.TimeSpan BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_ConnectTimeout()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TcpClient_get_ConnectTimeout_m5F5E3A0B04373036DC91D1D0D7386B5FF05626F6_inline (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Net.Sockets.Socket::EndConnect(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_EndConnect_m0CFDCA9629EAF8E764A7EB9D61C9DDA83988209F (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
|
|
// System.Void System.TimeoutException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeoutException__ctor_mF1C60F8EDC528DD4115617C3A3ED34CB20175F1A (TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::CheckDisposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_CheckDisposed_mBBD2874FDE1F574595FBC5A1EBF52C9915CA2821 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_LingerState(System.Net.Sockets.LingerOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_LingerState_m354B485CCF3422D0D57C31F29A99CA7575648778 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_NoDelay(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_NoDelay_m565D85F07309F800E9DB965A27CF04DE5BE0F9A5 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ReceiveBufferSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveBufferSize_m8DD88E82D79A5C2DBA28FF838EAF9CCE6D7C4938 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ReceiveTimeout(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveTimeout_mA6E633EC4AA579EA89CB3E81D227ABDC50119EA8 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_SendBufferSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendBufferSize_m6A1793DFEF024B69B71084615CEAB8B1E71B4813 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_SendTimeout(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendTimeout_mEE630317C1A7E98DEFDA04CC60C3F220944F505A (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Net.IPAddress[] System.Net.Dns::GetHostAddresses(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D (String_t* ___hostNameOrAddress0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.Net.IPAddress[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___ipAddresses0, int32_t ___port1, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|
// System.Void System.Net.Sockets.SocketException::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, int32_t ___errorCode0, const RuntimeMethod* method);
|
|
// System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.Net.IPEndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mC95F3AF9F9CB044578667CE0BF062C3CE294A6B6 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remoteEP0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::SetOptions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_SetOptions_m7796041D076EE07FD06AD3D3B3494C07DA43C0EB (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m545931224E0FBC0073E60A755F70180105A4CBC0 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___optionLevel0, int32_t ___optionName1, bool ___optionValue2, const RuntimeMethod* method);
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Void System.Object::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, bool ___ownsSocket1, const RuntimeMethod* method);
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Void System.ObjectDisposedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method);
|
|
// System.Boolean System.Threading.EventWaitHandle::Set()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::.ctor()
|
|
inline void List_1__ctor_m8F095BCD214F8B75DCFF72F59B97789F256BE6D7 (List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::Receive(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_Receive_m35A1E96F649B91F5D429617C60DFA08DAE809DD2 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___forceReadRawContentLength0, bool ___readPayloadData1, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::get_Count()
|
|
inline int32_t List_1_get_Count_m3D1D64D5B86D3FD18389B94A6219ACA1CBAD43F1_inline (List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::get_Item(System.Int32)
|
|
inline Message_t2999FB1BB4BDE5373FB6C1F8E16489EEE799126B * List_1_get_Item_m453801AB759FA30B68B8460F5FEB2C4853C4A1F8_inline (List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( Message_t2999FB1BB4BDE5373FB6C1F8E16489EEE799126B * (*) (List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Void System.Action`2<BestHTTP.ServerSentEvents.EventSourceResponse,BestHTTP.ServerSentEvents.Message>::Invoke(!0,!1)
|
|
inline void Action_2_Invoke_mF3CDF49591B0CDA7C4B2EBD52A48B9261B17A912 (Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4 * __this, EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * ___arg10, Message_t2999FB1BB4BDE5373FB6C1F8E16489EEE799126B * ___arg21, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4 *, EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA *, Message_t2999FB1BB4BDE5373FB6C1F8E16489EEE799126B *, const RuntimeMethod*))Action_2_Invoke_m1738FFAE74BE5E599FD42520FA2BEF69D1AC4709_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::Clear()
|
|
inline void List_1_Clear_mF2D166A207E9FADA4F1115C5B293C7FBDF1EE860 (List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
|
|
}
|
|
// System.Boolean BestHTTP.ServerSentEvents.EventSourceResponse::get_IsClosed()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventSourceResponse_get_IsClosed_mD9E84C78B2F9E8E94091D38E34711DE27085BB28_inline (EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<BestHTTP.ServerSentEvents.EventSourceResponse>::Invoke(!0)
|
|
inline void Action_1_Invoke_mE3BDD039035DB2A45217C1BD183190DA68A7DCF4 (Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 * __this, EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 *, EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA *, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method);
|
|
}
|
|
// System.Void System.IO.Stream::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
|
|
// System.Void System.NotImplementedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Object MiniJSON.Json/Parser::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Parser_Parse_m0BFF7DA6D6538C2AD5630CF6691F87C99ABDF1E8 (String_t* ___jsonString0, const RuntimeMethod* method);
|
|
// System.String MiniJSON.Json/Serializer::Serialize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Serializer_Serialize_m9E03FE45B025D269AB4BE30C4AA5E3F1FBDCF2B7 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsWhiteSpace(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOf(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.Void System.IO.StringReader::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17 (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * __this, String_t* ___s0, const RuntimeMethod* method);
|
|
// System.Void MiniJSON.Json/Parser::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m93E7A27695270FDA95800A69151EAA5BACA65B6F (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, String_t* ___jsonString0, const RuntimeMethod* method);
|
|
// System.Object MiniJSON.Json/Parser::ParseValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Parser_ParseValue_mFAC6AE484B3D57B5B536641BE8BDCF808D6AE18E (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.TextReader::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextReader_Dispose_m9DA31CD42D5E73A1452F4EEC014C5703B5872930 (TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Hashtable::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
|
|
// MiniJSON.Json/Parser/TOKEN MiniJSON.Json/Parser::get_NextToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parser_get_NextToken_m8C3CC6EAC9E205C9EF56A2DF89042F9F35D8E931 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.String MiniJSON.Json/Parser::ParseString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parser_ParseString_m8379635BB6854A18EEC8626C737D3FFFF5264A33 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.ArrayList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
|
|
// System.Object MiniJSON.Json/Parser::ParseByToken(MiniJSON.Json/Parser/TOKEN)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Parser_ParseByToken_m0C0270FD1F95932DD7C9659109F3805E3DE3B73D (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, int32_t ___token0, const RuntimeMethod* method);
|
|
// System.Object MiniJSON.Json/Parser::ParseNumber()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Parser_ParseNumber_m17CEF67F8EA3C574538CE724D4CDB4E1D37C7ECB (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.Collections.Hashtable MiniJSON.Json/Parser::ParseObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * Parser_ParseObject_m08840100AC8ECFB543B4CCC49EDC7DD0B72600D2 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.Collections.ArrayList MiniJSON.Json/Parser::ParseArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * Parser_ParseArray_m0C4B4B1189EA4FAF40AB772936DD24F516592143 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.StringBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
|
|
// System.Char MiniJSON.Json/Parser::get_NextChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Parser_get_NextChar_m9327375DB6BD424E319025DD08B69C0C76ED253C (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.String System.String::CreateString(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method);
|
|
// System.Int32 System.Convert::ToInt32(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m8DC81C7C49EE4A9334E71E45E3A220644E45B4F4 (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method);
|
|
// System.String MiniJSON.Json/Parser::get_NextWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parser_get_NextWord_mC24F4764B895D8F41FE89606F94F091CDFF498ED (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Int64::TryParse(System.String,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m5C60567D82BACC7D9C18F7A9A83025FC94AD0E95 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method);
|
|
// System.Boolean System.Double::TryParse(System.String,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m9F4A499E432413DC960D6441EE3EC50C2A9CB211 (String_t* ___s0, double* ___result1, const RuntimeMethod* method);
|
|
// System.Char MiniJSON.Json/Parser::get_PeekChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Parser_get_PeekChar_mD79B654E3D70046ECBF2FB10E9E49BADBDCCD4D3 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.Char System.Convert::ToChar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m5BD134B72978B879B81A824DFAC8FF29F5300245 (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean MiniJSON.Json/Parser::IsWordBreak(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_IsWordBreak_mF2442CBC818BA35A31C9171CEA40B12A14B7694A (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Void MiniJSON.Json/Parser::EatWhitespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_EatWhitespace_mDF0085B1B3BA8B63DFBD93B708CE38967A3B8FBE (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method);
|
|
// System.Void MiniJSON.Json/Serializer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer__ctor_mC580D65626136B5C834C91D776954E6DE10769C0 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, const RuntimeMethod* method);
|
|
// System.Void MiniJSON.Json/Serializer::SerializeValue(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeValue_mE0537A288B90DA65B9C326B32227681AFBEF8EA1 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void MiniJSON.Json/Serializer::SerializeString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeString_m205838BF57F68C8CA07D2F2AEA2A19276E1119E1 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, String_t* ___str0, const RuntimeMethod* method);
|
|
// System.Void MiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeArray_m128E36CB4703437DB9E1C00534BB66C8A506E974 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, RuntimeObject* ___anArray0, const RuntimeMethod* method);
|
|
// System.Void MiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeObject_m98CE3B6DD14F7EEE06F7D56C5AA90CB7146DD346 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, RuntimeObject* ___obj0, const RuntimeMethod* method);
|
|
// System.String System.String::CreateString(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method);
|
|
// System.Void MiniJSON.Json/Serializer::SerializeOther(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeOther_mA3D4D831B3DD54C8A72CAA73A5202FAB8E93C7D5 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Char[] System.String::ToCharArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Convert::ToInt32(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m8BE65713C8D5E0AD45D53B82A5A7BD187BEBA917 (Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.String System.Single::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m211B5E14B0C60667C56838D5C3788CFA58670DDE (float* __this, String_t* ___format0, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65 (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Double System.Convert::ToDouble(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mAB66BA75AC3CDFA1FEC09E3125EA444B46CD7050 (RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.String System.Double::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m4A142BE5E5F1EF1434658FC874A19E124D95313F (double* __this, String_t* ___format0, const RuntimeMethod* method);
|
|
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
|
|
// System.Byte[] taurus.client.ByteArray::readBytes(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int32_t ___count0, const RuntimeMethod* method);
|
|
// System.Byte[] taurus.client.ByteArray::reverseOrder(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dt0, const RuntimeMethod* method);
|
|
// System.Double System.BitConverter::ToDouble(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BitConverter_ToDouble_m5C36647E95F4F3FF047B452C9A21A58E466CA295 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Single System.BitConverter::ToSingle(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BitConverter_ToSingle_m5A87B9C607E24D0F283EB39990FAF7ABAB1CBB17 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m900A016CA90064569D8DF6D9195044C9C106B391 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Int64 System.BitConverter::ToInt64(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BitConverter_ToInt64_m28987106F93DB8C163FD4E740B4FEA405CC8A7FA (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_mBFC7B476188DF611E2B21C89693258F6A4969CEA (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Int16 taurus.client.ByteArray::readShort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t ByteArray_readShort_m7DE5EDE2653FF58595C9F9F82DC231D9F16DFDCB (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeBytes(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeBytes(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeBytes_mCDCEC4522983AF3FA77BDF56FA4A17A5B5BDD7AA (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___ofs1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.Byte[] System.BitConverter::GetBytes(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_mA467343A340BEB9E48750918EE3377291DB25A58 (double ___value0, const RuntimeMethod* method);
|
|
// System.Byte[] System.BitConverter::GetBytes(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_m5795DECB822051D8BBF3EA92DD3B2372E017ADAF (float ___value0, const RuntimeMethod* method);
|
|
// System.Byte[] System.BitConverter::GetBytes(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_mB5BCBAAFE3AE14F2AF1731187C7155A236DF38EA (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Byte[] System.BitConverter::GetBytes(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_m2652D1E20FC48C5953639CE61B2F064C2074CF78 (int64_t ___value0, const RuntimeMethod* method);
|
|
// System.Byte[] System.BitConverter::GetBytes(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_mB7DFC7C4705F916C40527A87C9AA6D0EABC23512 (int16_t ___value0, const RuntimeMethod* method);
|
|
// System.Byte[] System.BitConverter::GetBytes(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_m692444BB12DAE2F46C7DDE67B04CF2073DEE1211 (uint16_t ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeUShort(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeUShort_mF058A321103BDCB58751D646837A5872A27188B5 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, uint16_t ___us0, const RuntimeMethod* method);
|
|
// System.UInt16 System.Convert::ToUInt16(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m926B887258078B9BB42574AA2B3F95DC50460EA7 (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.IO.MemoryStream::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m731754F1435D29F87C407D84ED47AF35FFF9B0EF (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_m02A217C57CF07895A060F84615185FB44C980E6E (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, const RuntimeMethod* method);
|
|
// System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::UncompressBuffer(System.Byte[],System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZlibBaseStream_UncompressBuffer_mD04C22E6E3F6774951D2AEA9AE6BB67CD5D38F17 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___compressed0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___decompressor1, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::CompressBuffer(System.Byte[],System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_CompressBuffer_m0DCBEEBF15838B914402EDA8C8AFFC6A4C9E48D0 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressor1, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
|
|
// System.String taurus.client.Event::getName()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Event_getName_m599E3BB78E5DC3FECCEA2E74816E908D1C39C053_inline (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.IEventListener::Invoke(taurus.client.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IEventListener_Invoke_m1FCE8A3F9AE64147A4A5D5A6ED2220AD80BAF0D0 (IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * __this, Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * ___evt0, const RuntimeMethod* method);
|
|
// System.Void System.Exception::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::.ctor()
|
|
inline void Dictionary_2__ctor_m9886A03E77CC3462E8AF2663DC548C036185F59C (Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
|
|
}
|
|
// System.String System.String::Replace(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.Directory::Exists(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.DirectoryInfo::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.DirectoryInfo::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo_Create_m6847E3BA38FAB943C8BC12356CBB41E81B0EA029 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
|
|
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void taurus.client.FilePack20::FilesCount(System.Collections.Generic.List`1<System.String>,System.String,System.IO.DirectoryInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_FilesCount_mE0111178F9263046CD145884CA4711004A46CDAE (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____fileList0, String_t* ___filter1, DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * ___dirInfo2, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.FilePack20::ReadLeByte()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilePack20_ReadLeByte_m07594BA47912CB83B38EE59FB978EDF983F5E49F (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.FilePack20::ReadLeShort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilePack20_ReadLeShort_m1102ADC5B0D93A1529A0A8F0FD74A9D04EF61FF3 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method);
|
|
// System.IO.FileInfo[] System.IO.DirectoryInfo::GetFiles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* DirectoryInfo_GetFiles_m3E2F7B3AA18FE603D7746175A572298AD649DBF6 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method);
|
|
// System.String System.IO.FileSystemInfo::get_Extension()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileSystemInfo_get_Extension_m03280A812F387828DB2E03862B65E4FD0854565C (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.String::Equals(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.IO.DirectoryInfo[] System.IO.DirectoryInfo::GetDirectories()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* DirectoryInfo_GetDirectories_m3B3BFA8A3218042D621CC9B43604F21DA0D8B343 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.FilePack20::Init(System.String,System.String,System.Collections.Generic.List`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_Init_m6C1902E33F539B7B3A251E193CF494DB26961E6C (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, String_t* ___dirPath0, String_t* ___filter1, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___fileList2, const RuntimeMethod* method);
|
|
// System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5 (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * ___start0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.FilePack20::AddUnPackEntrySyn()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_AddUnPackEntrySyn_m7892D63924967B8068B8766AEF93C416D4C48C72 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.FilePack20::ReadHeads()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_ReadHeads_m33E04452101B89FBE6EB168154CF69EB4A636383 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::get_Values()
|
|
inline ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 * Dictionary_2_get_Values_m996A0AC9278E4084FA79663A6C6A6EC9FCED6BA2 (Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 * (*) (Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 *, const RuntimeMethod*))Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,taurus.client.FileHead>::GetEnumerator()
|
|
inline Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B ValueCollection_GetEnumerator_mC6701EA8820EBA9D20B1B5BF57892C5105B6EF6B (ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B (*) (ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m6AA58C894265BF1E8514350C4B51CB7811D24674_gshared)(__this, method);
|
|
}
|
|
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,taurus.client.FileHead>::get_Current()
|
|
inline FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * Enumerator_get_Current_mCADFB9407723ABE0C6C254681DABF56767E645C4_inline (Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * (*) (Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B *, const RuntimeMethod*))Enumerator_get_Current_mD03896747AF8CA1B6C76644EE232EC798524B608_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.IO.FileInfo::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, String_t* ___fileName0, const RuntimeMethod* method);
|
|
// System.String System.IO.FileInfo::get_DirectoryName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileInfo_get_DirectoryName_m6E6B5B84755D7704DAFCC08DB4AD120AA865A4B2 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, const RuntimeMethod* method);
|
|
// System.IO.FileStream System.IO.File::Create(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Create_mE6AF90C7A82E96EC1315821EB061327CF3EB55DD (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Byte[] taurus.client.FilePack20::GetFile(taurus.client.FileHead)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* FilePack20_GetFile_m32DDA3335C623FB6D37EE8D32AB0A2795AB43910 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * ___head0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,taurus.client.FileHead>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m6EBE68E7530952B5BADECE2992A6821FC4B5ED53 (Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B *, const RuntimeMethod*))Enumerator_MoveNext_m5491D982826D5BB996EFC8A15C677A60DE50F3AE_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,taurus.client.FileHead>::Dispose()
|
|
inline void Enumerator_Dispose_mF91FC59D569CB4636E6C5A64C04D8209C7A93616 (Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B *, const RuntimeMethod*))Enumerator_Dispose_m57CD62D56A72EE39AB936C3BF97A0A0850405C6A_gshared)(__this, method);
|
|
}
|
|
// System.Void taurus.client.Logger::error(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_error_mD198EBC1C92DD57A0921BF9D3389C86E43718A6F (Exception_t * ___e0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.FilePack20::set_Error(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FilePack20_set_Error_m58CB9660F2CF3BE612553ECA6343B827889F64E8_inline (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.FilePack20::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_Close_mA193D09A23115118FACC938B3B409CD8FC2B8EEE (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method);
|
|
// System.Void System.GC::Collect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_Collect_mF2593114B9B3F291CD995BFB7033C2EEF51CF971 (const RuntimeMethod* method);
|
|
// System.Void taurus.client.FilePack20::set_Complete(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FilePack20_set_Complete_m70E8FC69E94656E532DC4CAC6F10E5F5B7DC0021_inline (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.IO.FileStream System.IO.File::OpenRead(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::Clear()
|
|
inline void Dictionary_2_Clear_mACE282245597E541945552558E93B2F5B86511E5 (Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
|
|
}
|
|
// System.Void taurus.client.FileHead::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileHead__ctor_m7A46CD47416F720E94C81E7065C2A890E4FA1527 (FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * __this, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.FilePack20::ReadLeInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilePack20_ReadLeInt_m5E9D7EC85DE07222CD410B01334A8E26F42D0141 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::Add(!0,!1)
|
|
inline void Dictionary_2_Add_m460236F6242E6C6FB6B5BAA0E8214D84E0B206EF (Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * __this, String_t* ___key0, FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 *, String_t*, FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Queue`1<System.Action>::.ctor()
|
|
inline void Queue_1__ctor_m0DDABBE4682872A48894CD84B4F319706B176C5A (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 *, const RuntimeMethod*))Queue_1__ctor_m57D20E9B6532A644845C835306D5BCBCD3163964_gshared)(__this, method);
|
|
}
|
|
// taurus.client.TObject taurus.client.TObject::newInstance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * TObject_newInstance_m324B62A92988AC60E9259F5191C2161DDF504F26 (const RuntimeMethod* method);
|
|
// System.Void taurus.client.TObject::putString(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject_putString_mEE38492E2976DEF766D192022711BCF6BB8C5302 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, String_t* ___val1, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.NetManager::get_VERSION()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NetManager_get_VERSION_m096025EBE4A55D3F950C81AAA2A665CD2D9E641E_inline (const RuntimeMethod* method);
|
|
// System.Void taurus.client.TObject::putInt(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject_putInt_mCA7B452DF9A5AB0EC373F0AE2603FD1E8A1B903B (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, int32_t ___val1, const RuntimeMethod* method);
|
|
// taurus.client.TObject taurus.client.TObject::newFromJson(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * TObject_newFromJson_m8CFAFAA2412A1AA8B3991297365C1E99CCABCF37 (String_t* ___json0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TObject::putTObject(System.String,taurus.client.ITObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject_putTObject_m2C435DD328A195A9520EE6D9811B5478280E72B5 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, RuntimeObject* ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TObject::toBinary()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TObject_toBinary_mFD54C69D46934F194522B72377A89CC072854583 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::compress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_compress_m3457D5F62231AF0BACAE37675E53144DF1968A90 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Byte[] taurus.client.ByteArray::get_bytes()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.HttpClient::__requestAsync(taurus.client.Message,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient___requestAsync_mC35736D3077F895EC0049B020C056F411EFCDE59 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.HttpClient/<>c__DisplayClass13_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_mCA7094261CA2B2AA1B33092FC244AF7A886B3708 (U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Uri::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::.ctor(System.Uri,BestHTTP.HTTPMethods)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m9594D1511D5E7581D37B7C3489DA13E33F141874 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, uint8_t ___methodType1, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_UploadStream(System.IO.Stream)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadStream_m376E2C17651773989F1B4A68A728F77E404FC2AC_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_Tag(System.Object)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Tag_m32C99382A42412AD50F9C880B8AEBFE3C9889DF9_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// BestHTTP.HTTPRequest BestHTTP.HTTPRequest::Send()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * HTTPRequest_Send_m3EEED630C06DEBD53B43BCF0EF438E7954E449FF (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::get_Now()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::get_Ticks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.NetManager::get_TIMEOUT_TIME()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D_inline (const RuntimeMethod* method);
|
|
// System.Object BestHTTP.HTTPRequest::get_Tag()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * HTTPRequest_get_Tag_m0C39122A800927BD4E2D4EA0131ACF2973C349FD_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::Abort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Abort_mEFFADDF94A0D0C00656C372214ED596D19DC42C1 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray__ctor_m4C1DF48EAB9657F190AA9474BFC617788A8BED44 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::uncompress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_uncompress_m5AA364903269127ECE93F0CF88155E0EA3E528E2 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// taurus.client.TObject taurus.client.TObject::newFromBinaryData(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * TObject_newFromBinaryData_mC537F222FCA597036084274955AD1D7A255957E6 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___ba0, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.TObject::getInt(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TObject_getInt_mE02FD9173F68AA360C9BBF5924423FEB44630C57 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method);
|
|
// taurus.client.ITObject taurus.client.TObject::getTObject(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TObject_getTObject_m80721ED92D9BC4AB4EB132B1FA94B8D8C788D611 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method);
|
|
// System.String BestHTTP.HTTPResponse::get_Message()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m3D89F389A6BCAD73F95D6DD9DA67BEE164B7F24E_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.String BestHTTP.HTTPResponse::get_DataAsText()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method);
|
|
// System.Exception BestHTTP.HTTPRequest::get_Exception()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.HttpClient/<>c__DisplayClass13_1::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_1__ctor_m1A51144629759A5F63AD4501CF23C12F23FC3CAC (U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.MessageResponse::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageResponse__ctor_m5EFDE70F1CEC3B78BE8FF895E9E543896863A760 (MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.HttpClient::enqueueActionForDispatch(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient_enqueueActionForDispatch_m9ADFC29CB175D1EA50D9A3855A6EEFFE698E164D (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Queue`1<System.Action>::Enqueue(!0)
|
|
inline void Queue_1_Enqueue_m8E2F92F9778EEEFE2119FD145F2AFB298A584127 (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 *, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *, const RuntimeMethod*))Queue_1_Enqueue_m12D1C0BBE742C2537335B7E2B71F7E42A421A6FD_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Queue`1<System.Action>::get_Count()
|
|
inline int32_t Queue_1_get_Count_m72A948C234E3B4816659EE73C5177248AFE5FB84_inline (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 *, const RuntimeMethod*))Queue_1_get_Count_m0CE0B6919A09EFFBB1EBA5B5DFEF50E4F8A89CFA_gshared_inline)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.Queue`1<System.Action>::Dequeue()
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * Queue_1_Dequeue_m7FD9E2EF2643046C9592888C1B58048889DE4F46 (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * (*) (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 *, const RuntimeMethod*))Queue_1_Dequeue_m6013DB8A542ACA15F662B6832ED389BB061EFEDE_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Action::Invoke()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.HttpClient/<>c__DisplayClass18_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_mFDBFB1F272F0508344E06A685143FC96646272D9 (U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C * __this, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Thread::set_IsBackground(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<taurus.client.MessageResponse>::Invoke(!0)
|
|
inline void Action_1_Invoke_m202F37C04CF34FC44E30A5BB477F96D8E2D13ACD (Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * __this, MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 *, MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB *, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method);
|
|
}
|
|
// System.Void taurus.client.HttpClient::__sendMsg(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient___sendMsg_mDC93D71F4C65C7394B109207CA14406E7DD349A2 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.ByteArray::readInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteArray_readInt_mED6D8065A56ABC0FD96824E7A9C9430C35BF5FD1 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.ByteArray::get_length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.IOHandler::resizeByteArray(taurus.client.ByteArray,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_resizeByteArray_mB32239D623531D654BCDC60DB0155FCB5288336F (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___array0, int32_t ___pos1, int32_t ___len2, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::set_position(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ByteArray_set_position_m2932C93754CEF7AF8908F809675C13C6519FDB1F_inline (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Byte taurus.client.ByteArray::readByte()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteArray_readByte_mD10FFFED24D0067D7C41F1F5F088CED3EAAFABFE (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.IOHandler::dispatchRequest(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOHandler_dispatchRequest_m39BD49ECECB009C10CC66E4473AF1378FA2D4A21 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ____buffer0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Logger::error(System.Object,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9 (RuntimeObject * ___msg0, Exception_t * ___e1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Packet::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet__ctor_m498F2219E583C106FE1A6B66F4069AA50BDFD0A2 (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Packet::set_actionID(System.Byte)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Packet_set_actionID_m148589D26CE7F46E26C39293F4FEF641F2E9B725_inline (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * __this, uint8_t ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SystemController::handlePacket(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_handlePacket_m72D6C78CD42926878EBD042569CE00413D203C46 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handleNewPacket(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handleNewPacket_mC8903B81353AB183E1A3C9BBFADA471D1EF86E5A (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handleDataSize(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handleDataSize_mC7D89F104DCCCFD3FDDAE0EFE8C2C3BF1BABEDB8 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handleDataSizeFragment(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handleDataSizeFragment_m2748DA8B0D7DF043059A6A5D6958FE07A95ED3E9 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handlePacketData(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handlePacketData_m01F8014550D578BF86F8734774ABE9A8CA136615 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handleInvalidData(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handleInvalidData_m823B41897880C2C9AFFB351ABAE4C6F164D47966 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject__ctor_m991637E1005E234598990DC68FC7BC55AA2CE717 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, const RuntimeMethod* method);
|
|
// System.Byte taurus.client.Packet::get_actionID()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t Packet_get_actionID_m639D0461686C6A78A79E5A68F81A6EFEF8D7D74E_inline (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * __this, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.SocketEngine::getProtocolCompression()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketEngine_getProtocolCompression_mD3D9167451BD92CF464069CBDDC6C82454F5FE09 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeByte(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, uint8_t ___b0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeInt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeInt_mE33E961686199343989BB225D432E786618DADFB (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int32_t ___i0, const RuntimeMethod* method);
|
|
// System.Boolean taurus.client.ISocket::isConnected()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ISocket_isConnected_m5C1C374C11E32EA26A5D77A52DD20569CD84D142 (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketEngine::enqueueStatusCallback(taurus.client.SocketCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_enqueueStatusCallback_m47FB4C2E4D444A1AC06693503A39E966141F790D (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, int32_t ___statusValue0, const RuntimeMethod* method);
|
|
// System.String taurus.client.SocketEngine::getServerAddress()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SocketEngine_getServerAddress_m5C5727AF76BC045B6ADA974CB62CE912E790DBE9_inline (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method);
|
|
// System.Boolean taurus.client.ISocket::tryParseAddress(System.String,System.String&,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ISocket_tryParseAddress_m8239BBC02C0F7D58E835A5F0AD3D51029279B3D4 (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, String_t* ___addressAndPort0, String_t** ___address1, uint16_t* ___port2, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketEngine::enqueueActionForDispatch(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_enqueueActionForDispatch_m64603C199653B40993562F349A1B61AA99E6BCBF (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::LastIndexOf(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::Contains(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
|
|
// System.String System.String::Substring(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
|
|
// System.Boolean System.UInt16::TryParse(System.String,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt16_TryParse_m2AF658FE91BC03D544E01F8E978C70A1022EA441 (String_t* ___s0, uint16_t* ___result1, const RuntimeMethod* method);
|
|
// System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA (String_t* ___ipString0, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** ___address1, const RuntimeMethod* method);
|
|
// System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38 (String_t* ___hostNameOrAddress0, const RuntimeMethod* method);
|
|
// System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Queue`1<System.Int64>::.ctor()
|
|
inline void Queue_1__ctor_m85B5F06F0DCF4EAC15153CCBAD105DE5FBFC441C (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 *, const RuntimeMethod*))Queue_1__ctor_m85B5F06F0DCF4EAC15153CCBAD105DE5FBFC441C_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
|
|
inline void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Timers.Timer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer__ctor_m974694D154959133B98B92340225155CD140F166 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method);
|
|
// System.Void System.Timers.Timer::set_Enabled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Timers.Timer::set_AutoReset(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_set_AutoReset_mB2AB0A3FE6E2D88DFD3B7C2DD35ECF11D0DA44A2 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Timers.ElapsedEventHandler::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElapsedEventHandler__ctor_mAFE97AA556EA4CC6AA9BED5BD8A671204AC8645A (ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Timers.Timer::add_Elapsed(System.Timers.ElapsedEventHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_add_Elapsed_m234717674180C61ADCD855EC75DDE17C34CA6148 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Timers.Timer::set_Interval(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_set_Interval_m4E9D6DDA2489B502B6424BBB0EB40861D42C7FEC (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, double ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SystemController::sendPingPong()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_sendPingPong_m17108EFFBEA403ED0CF55A6A9DB2F6B416CBC4C1 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Queue`1<System.Int64>::Enqueue(!0)
|
|
inline void Queue_1_Enqueue_m2B008FB7F15C24CCF901C5316185381366C6DA59 (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * __this, int64_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 *, int64_t, const RuntimeMethod*))Queue_1_Enqueue_m2B008FB7F15C24CCF901C5316185381366C6DA59_gshared)(__this, ___item0, method);
|
|
}
|
|
// !0 System.Collections.Generic.Queue`1<System.Int64>::Dequeue()
|
|
inline int64_t Queue_1_Dequeue_m51DD0B68F18F4785D0341D40B02F022BB033226D (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 *, const RuntimeMethod*))Queue_1_Dequeue_m51DD0B68F18F4785D0341D40B02F022BB033226D_gshared)(__this, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
|
|
inline int32_t List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::RemoveAt(System.Int32)
|
|
inline void List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF_gshared)(__this, ___index0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
|
|
inline void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared)(__this, ___item0, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
|
|
inline int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Boolean taurus.client.LagMonitor::isRunning()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LagMonitor_isRunning_m6FF5B02FB5568F3DEAEBFA2CB7A8BFB5A4E05A25 (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method);
|
|
// System.Void System.Timers.Timer::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Start_mB742978BA94EEDB27223DAF2DD82EE983B199817 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.LagMonitor::__OnPollEvent(System.Object,System.Timers.ElapsedEventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor___OnPollEvent_m8A27D5B3C325B1BE4A45E2D3C7762EDC01FFEAEC (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, RuntimeObject * ___source0, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * ___e1, const RuntimeMethod* method);
|
|
// System.Void System.Timers.Timer::Stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Stop_mC34117878EA5A9996B1E6E611D55F99C2A5E45CD (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.LagMonitor::stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor_stop_mE11D323F0CB332E8249306EDE890CF23422F9B7E (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method);
|
|
// System.Void System.ComponentModel.Component::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_m823396D3128BA14DDC7522A760EEEEAC30518E98 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Timers.Timer::get_Enabled()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Timer_get_Enabled_m54E8A8BBD2F803AD57E03994C60CF3C054705497_inline (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.StringBuilder::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Hour()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Minute()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTime::get_Millisecond()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<taurus.client.LoggerLevel,System.String>::Invoke(!0,!1)
|
|
inline void Action_2_Invoke_m3010CCD8FCF3189A988EC621FAF3379883DD8D75 (Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE * __this, int32_t ___arg10, String_t* ___arg21, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE *, int32_t, String_t*, const RuntimeMethod*))Action_2_Invoke_m0AF494A87D1C2B11BF8067B93DCA3F16ADE3FCEE_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.Void System.Console::WriteLine(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Console_WriteLine_m3B08EB8E2B578ECE2B4FF74E9687342ACD0CDE47 (RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Logger::_print(taurus.client.LoggerLevel,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger__print_m9C63B593664323EFB84DF138288795EC7936D280 (int32_t ___level0, RuntimeObject * ___str1, const RuntimeMethod* method);
|
|
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPManager::set_MaxConnectionIdleTime(System.TimeSpan)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPManager::set_ConnectTimeout(System.TimeSpan)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPManager::set_RequestTimeout(System.TimeSpan)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960E_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<taurus.client.TaurusClient>::.ctor()
|
|
inline void List_1__ctor_m4C2FDAD8E9EDF326384FEBFF39EAD18328C25740 (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::.ctor()
|
|
inline void Dictionary_2__ctor_m5BB1361340237DB0F5E243660E09A4696ECB307D (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
|
|
}
|
|
// System.Void BestHTTP.HTTPManager::set_MaxConnectionPerServer(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_MaxConnectionPerServer_mB5AAEE9406AA5D3940C040794F13489D0F2A5461 (uint8_t ___value0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPManager::Setup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_Setup_mAE7EF4C9D132DE4A6CACD5618185459811E93BEC (const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.TaurusClient::getId()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TaurusClient_getId_m384E955F538627F20032574457CE4613DDEA69CD_inline (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::ContainsKey(!0)
|
|
inline bool Dictionary_2_ContainsKey_m0BFE74E1785ADB9A01595BF454B0FE0A73AF0D4C (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * __this, int32_t ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mBF5574232A8F79C279DFD71FFBFF85B4E2B6312D_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::Add(!0,!1)
|
|
inline void Dictionary_2_Add_m6C0A6958B13EEA0384862F7EE95A7F97E8CB21D6 (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * __this, int32_t ___key0, TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 *, int32_t, TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F *, const RuntimeMethod*))Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<taurus.client.TaurusClient>::Add(!0)
|
|
inline void List_1_Add_m53133DB45394759F2D8458706A8E109E93439DD1 (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * __this, TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 *, TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// BestHTTP.HTTPUpdateDelegator BestHTTP.HTTPUpdateDelegator::get_Instance()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * HTTPUpdateDelegator_get_Instance_m8421BE4D2C1684534CC7E2937F23D22E455A9938_inline (const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_Update_m94FC9316CBC4E615AAF11506929B3E154EC28A41 (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1<taurus.client.TaurusClient>::get_Item(System.Int32)
|
|
inline TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * List_1_get_Item_m5F965DB7DDC84186C1372ECCF1E47970F8E696EF_inline (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * (*) (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::Remove(!0)
|
|
inline bool Dictionary_2_Remove_mA368E9F17E6DBFE96C691485C4643973169385C3 (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * __this, int32_t ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m2204D6D532702FD13AB2A9AD8DB538E4E8FB1913_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1<taurus.client.TaurusClient>::Remove(!0)
|
|
inline bool List_1_Remove_m1884324A1E86CBF890CADC003F6D8D27FD03BFCF (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * __this, TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ___item0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 *, TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Void taurus.client.TaurusClient::processEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_processEvent_mE17358521FB1AEAA8802B28C41C8430E79D3089B (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<taurus.client.TaurusClient>::get_Count()
|
|
inline int32_t List_1_get_Count_mF7F60021D267619D8D7F7B3BA80FB260E581CD05_inline (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void taurus.client.TaurusClient::killConnection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_killConnection_mADE40A83F9A3C237881EC348B718784297097EF0 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<taurus.client.TaurusClient>::GetEnumerator()
|
|
inline Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F List_1_GetEnumerator_mB5A10A3026ADD96C2308A16B4ECA2F5D5ECB81DD (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F (*) (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1/Enumerator<taurus.client.TaurusClient>::get_Current()
|
|
inline TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * Enumerator_get_Current_m6E816DD659B8605AD5D33C124A62FEB967513C4B_inline (Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * (*) (Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<taurus.client.TaurusClient>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m7CAB95C461DE93EDB4D79F359EF1A5E2A27EE61A (Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<taurus.client.TaurusClient>::Dispose()
|
|
inline void Enumerator_Dispose_m41BC9F4036F91A5F2491F407549B6509EB820ABD (Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<taurus.client.TaurusClient>::Clear()
|
|
inline void List_1_Clear_m461556A33FB419F722C3BBD7397B9EA7506DD626 (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::Clear()
|
|
inline void Dictionary_2_Clear_mD38849719105F065547402B4C3CC8C1F4FE947C3 (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 *, const RuntimeMethod*))Dictionary_2_Clear_m8B31D0EA3C1FCE4C6977A76829773DA0D127E217_gshared)(__this, method);
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::OnApplicationQuit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_OnApplicationQuit_m8F00FBA4E67AA76934E89BB8C90B5C24C5E589A1 (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketTcp::.ctor(taurus.client.SocketEngine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketTcp__ctor_m03A07EBD9399EDAD3BC448D752DA998CDB6BBDCE (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___npeer0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SystemController::.ctor(taurus.client.SocketEngine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController__ctor_mF5C21BE1B4B1AA08F6EFBEFA83489D71C0B1D7C6 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___engine0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.IOHandler::.ctor(taurus.client.SocketEngine,taurus.client.SystemController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOHandler__ctor_m034A4F62F6D7077E2F9F8F8C41306C402BA4DC5F (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___engine0, SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * ___controller1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.LagMonitor::.ctor(taurus.client.SocketEngine,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor__ctor_m6B2F9974C7C05F0DE8A12E853DEBCEC0EA0007D0 (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___engine0, int32_t ___interval1, int32_t ___queueSize2, const RuntimeMethod* method);
|
|
// System.Void taurus.client.LagMonitor::destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor_destroy_m8B01AF74921DE14DAF3D5CDF0641A0F0B925A366 (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method);
|
|
// System.Boolean taurus.client.SystemController::isTimeOut()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemController_isTimeOut_m5E5206236644EC0696959634685FD091BFDF3634 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<taurus.client.SocketCode>::Invoke(!0)
|
|
inline void Action_1_Invoke_m544886B8767D9BF4E147F62558F6308337F783CB (Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * __this, int32_t ___obj0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m8672DDC58300CA227FC37981067B766C9879344B_gshared)(__this, ___obj0, method);
|
|
}
|
|
// System.Void taurus.client.SystemController::sendRequest(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_sendRequest_mFD05087EA058ED39EB785D3A59CE48B48F18786E (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketEngine::disconnect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_disconnect_mA4C726181D2259060C8563DF7115FACEBC869D38 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketEngine::onHandshake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_onHandshake_m05934099A7E435BA7EDFDE3851A6910AEB5E8BC0 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SystemController::refreshTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_refreshTime_m786641628F16B1BC405DC96FCBDE776C3F603274 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.LagMonitor::start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor_start_m125460BD29BC17B3D70F5F1BCF00E978C9470E3A (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketEngine/<>c__DisplayClass18_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_mF4AC628128360E31DE42602B866FA36F4DDCF78F (U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 * __this, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.LagMonitor::getAveragePingTime()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LagMonitor_getAveragePingTime_m4CEDB1CEA8836F637173920CE4F760BCC8EA5492_inline (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.TaurusClient::getProtocolCompression()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TaurusClient_getProtocolCompression_m141FDCD91131A64CA60E982AB388948AF2FC3B2E_inline (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketEngine::onStatusChanged(taurus.client.SocketCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_onStatusChanged_m327A6C78170992A6A3D121FE23D22BAD05F267E4 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, int32_t ___statusCode0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ISocket::.ctor(taurus.client.SocketEngine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ISocket__ctor_m654CF800CF44A99BBAF22B3AD759076B181CF99B (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___peerBase0, const RuntimeMethod* method);
|
|
// System.Boolean taurus.client.ISocket::connect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ISocket_connect_m4FA7418D52AEF6768F9553C33EF19A0DB05220BC (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Thread::set_Name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_Name_mEBD0DF20D69C49612949EA6F24E8E4EADB7F5E77 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketTcp/<>c__DisplayClass6_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m4836D7AB66156D1BAABC7F73B22A94F3CC8F9334 (U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 * __this, const RuntimeMethod* method);
|
|
// System.Net.IPAddress taurus.client.ISocket::getIpAddress(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ISocket_getIpAddress_m1792F98B2696621E430765C4C6E74DA9E4443943 (String_t* ___serverIp0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ISocket::handleException(taurus.client.SocketCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, int32_t ___statusCode0, const RuntimeMethod* method);
|
|
// System.Boolean taurus.client.SocketTcp::__WriteSocket(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketTcp___WriteSocket_mED9CFED75D598BD290A4EB8557543558417F70AA (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, const RuntimeMethod* method);
|
|
// System.Int32 System.Net.Sockets.Socket::Send(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_mA269050501DC895502B1DD4254789F335B55B328 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method);
|
|
// System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_mFC7C84096D49297C58D498DB0DF7496967FC9759 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, const RuntimeMethod* method);
|
|
// System.Net.Sockets.SocketError System.Net.Sockets.SocketException::get_SocketErrorCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketTcp::__HandleBinaryData(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketTcp___HandleBinaryData_mB8ED14F8A83881EA00827CD4A42FECA08DE9755C (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, int32_t ___size1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.IOHandler::onDataRead(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOHandler_onDataRead_m530757CA8D9166D30BAEECD930BF9637E1D1D101 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<taurus.client.Message>::.ctor()
|
|
inline void List_1__ctor_m91B3DEB7AF1EF8100BD24FF98E1BC6E9225BF2EE (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Action`1<taurus.client.Packet>>::.ctor()
|
|
inline void Dictionary_2__ctor_mAAFD449E22560AF3ADF2D3CF6246E4E763B47A47 (Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
|
|
}
|
|
// System.Void taurus.client.SystemController::initRequestHandlers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_initRequestHandlers_m2945CA75F3FA18B93F6DC89932C0146E518DA537 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SystemController::fnPingPong(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_fnPingPong_m06C84042D344A9EF20B518DC901E59D11877A73A (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SystemController::fnOperationResponse(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_fnOperationResponse_mCFE5F9FA5BDE310B22F7DA3DB7AF14D85F8CA43E (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SystemController::fnOperationEvent(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_fnOperationEvent_m590F50D03C9B8AD210DF809BEA9A292D4E6A6EB7 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.SystemController::_getValidID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemController__getValidID_m1F07C635375F45AF5A93E0809E4F8CF77DE80D13 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<taurus.client.Message>::Add(!0)
|
|
inline void List_1_Add_m5AB1C95A09189D90257DDF7E2C2677069C5793B8 (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 *, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Void taurus.client.IOHandler::onDataWrite(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOHandler_onDataWrite_m8FD950EC324DE92032FD5D1AA78C86AA7ADC18A6 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SystemController/<>c__DisplayClass19_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass19_0__ctor_m8B6E4D603D3857F282A8F75042823404C55151F6 (U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<taurus.client.Message>::get_Count()
|
|
inline int32_t List_1_get_Count_m27F1BEBB98FB18D7FACA1EE0ABEBD05BA41B860A_inline (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1<taurus.client.Message>::get_Item(System.Int32)
|
|
inline Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * List_1_get_Item_mC2F5C23F2DD581223A2046DD83CCE362B967EA30_inline (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * (*) (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<taurus.client.Message>::RemoveAt(System.Int32)
|
|
inline void List_1_RemoveAt_m354D5CEF6A0FDA60B45EFF2E0F45161985909E94 (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
|
|
}
|
|
// System.Void taurus.client.SystemController/<>c__DisplayClass21_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0__ctor_mB12C2F8A2E3D8725C0A2D83B9471C36EDCDF434D (U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Message::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message__ctor_m8300920626D514CFF8FFBFC2BB286102F72C60B0 (Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<taurus.client.Message>::Invoke(!0)
|
|
inline void Action_1_Invoke_m153624EA1BB1902339D2B0A22D8204A589554A13 (Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E *, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method);
|
|
}
|
|
// System.Void taurus.client.LagMonitor::fnPingPong()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor_fnPingPong_m0CF1ADCFFC3F31A7EA31940B147AE3F81B285041 (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<taurus.client.Packet>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_m9E4689BA047A4F42AFF7650CCD9D982545321F0F (Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Action`1<taurus.client.Packet>>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_mB9D840B8077D1DEB6CE3A3DB912529AD6B7CE64C (Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 * __this, int32_t ___key0, Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 *, int32_t, Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A *, const RuntimeMethod*))Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void taurus.client.SystemController::handleOperationResponse(System.Int32,System.Int32,taurus.client.ITObject,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_handleOperationResponse_mC2F7FB22D041EF9560E0310D3647EE5DFC12B669 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, int32_t ___result0, int32_t ___gid1, RuntimeObject* ___param2, String_t* ___text3, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SystemController::handleEvent(System.String,taurus.client.ITObject,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_handleEvent_mFD4B31FCB0409A477B9191F7B5B69F07947FEAA6 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, String_t* ___cmd0, RuntimeObject* ___param1, String_t* ___text2, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<taurus.client.TDataWrapper>::Add(!0)
|
|
inline void List_1_Add_mBE6BA26E53B35520045CEC742B2D310503FCB05F (List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * __this, TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 *, TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1<taurus.client.TDataWrapper>::get_Item(System.Int32)
|
|
inline TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * List_1_get_Item_m86CFABC44BE0893285E6AD17981139023A37D026_inline (List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * (*) (List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Void taurus.client.TArray::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TArray__ctor_m23507B7B68E69658F523E65902E716AB47A5828E (TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<taurus.client.TDataWrapper>::get_Count()
|
|
inline int32_t List_1_get_Count_m0D2B4B682205BFBD8C272C7FC17FE8F2EFA15EB3_inline (List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<taurus.client.TDataWrapper>::.ctor()
|
|
inline void List_1__ctor_m1431BB6DEB646150AC89C6515601E0965837430C (List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void taurus.client.TDataSerializer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TDataSerializer__ctor_mAE1C04259C41F15711253F84178E95D0C69B06E5 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, const RuntimeMethod* method);
|
|
// System.Byte System.Convert::ToByte(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m0DC2F6EC69C3E5F90C391D4FCF81DC0AA1C0F5B1 (RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Int16 System.Convert::ToInt16(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3 (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeShort(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeShort_m1EDD8D4797E51DA2C3BCE6597D30F274539E2D23 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int16_t ___s0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::arr2bin(taurus.client.ITArray,taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_arr2bin_m7DABD09E42AA62827A445BB6945FF8158652484A (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___array0, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::obj2bin(taurus.client.ITObject,taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_obj2bin_m5F2E7396D79B0BAD97640F346736322298AD1C3B (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___obj0, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TDataSerializer::flattenObject(System.Collections.Hashtable,taurus.client.ITObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TDataSerializer_flattenObject_mCEC6D44060A396FB21D49C0E6E292159D9DB9BF0 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___map0, RuntimeObject* ___obj1, const RuntimeMethod* method);
|
|
// System.String MiniJSON.Json::Serialize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_Serialize_m9B8F6C8B06728D4E0543EF69DC4BBA264825ED3B (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// taurus.client.TDataType taurus.client.TDataWrapper::getTypeId()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t TDataWrapper_getTypeId_mBA1C806F7B3A0311F3727917ABD99CB602020ABE_inline (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, const RuntimeMethod* method);
|
|
// System.Object taurus.client.TDataWrapper::getObject()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TDataSerializer::flattenArray(System.Collections.ArrayList,taurus.client.ITArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TDataSerializer_flattenArray_mCA3CAFF31196DC7B1A84C778E838299626F30B5C (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___array0, RuntimeObject* ___tarray1, const RuntimeMethod* method);
|
|
// System.Object MiniJSON.Json::Deserialize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5 (String_t* ___json0, const RuntimeMethod* method);
|
|
// taurus.client.ITObject taurus.client.TDataSerializer::decodeTObject(System.Collections.Hashtable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_decodeTObject_m05D5222FA65CF3A30B263C44FB0640336CE65EF5 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___jso0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TArrayLite::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TArrayLite__ctor_m0C87A0C035E97AF87340112991ECA68C2ACE9B66 (TArrayLite_t06E3A3440A208450D79D31DB99CD4727A02C66FA * __this, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::decodeJsonObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_decodeJsonObject_m38F2B9AD47E0DB3D744A03431BBE81C5F0526DD7 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TObjectLite::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObjectLite__ctor_mAD2996A1BBDDA319571683FA32486B716BA31D74 (TObjectLite_tE308B8E1C0DD91717C101376ACC9C6EC07EE9129 * __this, const RuntimeMethod* method);
|
|
// System.Object System.Collections.DictionaryEntry::get_Key()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method);
|
|
// System.Object System.Collections.DictionaryEntry::get_Value()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TDataWrapper::.ctor(taurus.client.TDataType,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389 (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, uint8_t ___tp0, RuntimeObject * ___data1, const RuntimeMethod* method);
|
|
// taurus.client.ITArray taurus.client.TDataSerializer::decodeTArray(System.Collections.ArrayList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_decodeTArray_m452E3FBB087CEEB2EF2D96353EAB9E95E8403355 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___jsa0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
|
|
// taurus.client.ITObject taurus.client.TDataSerializer::decodeTObject(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::encodeObject(taurus.client.ByteArray,taurus.client.TDataType,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_encodeObject_m095E421643CD1471B7F543EB794571E0A7C3E3D0 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, uint8_t ___typeId1, RuntimeObject * ___data2, const RuntimeMethod* method);
|
|
// System.Boolean taurus.client.ByteArray::readBool()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteArray_readBool_m8DC6B359018162CE9758A67BFE9517B755537904 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Double taurus.client.ByteArray::readDouble()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ByteArray_readDouble_m34B4C2961F1E3E95B872673883E6A93C7FB909DC (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Single taurus.client.ByteArray::readFloat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ByteArray_readFloat_mEEF50E306E380D316BF933CDD99DE5167FCC496F (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Int64 taurus.client.ByteArray::readLong()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ByteArray_readLong_m4721865AD3783FA0751B54D44B425B3993FBD370 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.String taurus.client.ByteArray::readString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteArray_readString_m879D28CF5BC3B9AB26E36AB1163457CC68F8A47A (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeBool(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeBool_m0DE3B731AC1044F44C753BC08B0D64794C440678 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, bool ___b0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::addData(taurus.client.ByteArray,taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___newData1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeDouble(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeDouble_mCB774C872AA8A96D4541A67F352D1B2AB0C7E975 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, double ___d0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeFloat(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeFloat_m920CDD695F408AC715922791E6F35AB3874265AA (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, float ___f0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeLong(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeLong_mCF6EDB9D7C40275E7CCE6974C05C3B857AADA4CE (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int64_t ___l0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ByteArray::writeString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeString_m9C23478675FD9E82932D47AAA1E982A171CB313F (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, String_t* ___str0, const RuntimeMethod* method);
|
|
// System.Int32 System.Convert::ToInt32(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m322C82C3EB50E7389A4A38C4601FD08705CA56CF (uint8_t ___value0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_NULL(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_NULL_mA29C8A7280F7A885983B807E7C460BBEF9D069E0 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_BOOL(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_BOOL_m70F514EEA3DB1433DBF44691376457BEAB0D5AEF (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_BYTE(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_BYTE_mF2013868E143B5FEA737BF287BE79E932CE8D7B6 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_BYTE_ARRAY(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_BYTE_ARRAY_m08A41FDF97F549481051B41CEBDAE4E83FDCA00D (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_SHORT(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_SHORT_m1A30DDC80455E29D7C33A04944756BC9A3550628 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_INT(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_INT_m015A19578704BCF5908C81E52B849EF05AFC8F0A (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_LONG(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_LONG_mF867439061E21B751B0475E7F408B955B1CA6B7F (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_FLOAT(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_FLOAT_m8E4F4A8EF836ECC8CB3FDD600F3F1D3F1DBCED3C (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_DOUBLE(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_DOUBLE_m8379D9076A5FBFAA1C6C402EA7B476F790D4A077 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_UTF_STRING(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_UTF_STRING_m067191259E5142EDFC159C24FE87A00033C76387 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.ByteArray::get_position()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteArray_get_position_m051EA29F295C8566EC23C951ADC46B5439D06199_inline (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method);
|
|
// taurus.client.ITArray taurus.client.TDataSerializer::decodeTArray(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_decodeTArray_mA247B3B3EB23EC3A8A2F9E8B534C5DFDDA518FA9 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.TArray taurus.client.TArray::newInstance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF * TArray_newInstance_mBB76F7984097FE549C3D2FF281789D0B1A72ADBB (const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::decodeObject(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_decodeObject_m5EAC9A25E2524EA301D51C527D3E0AC422ED73AA (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TObject::put(System.String,taurus.client.TDataWrapper)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject_put_m2756CFCBBD3C936C127B948B2F8C0934E5C0A6ED (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_NULL(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_NULL_m92558943328452B4CBC0B4CF97816975D4D42737 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_BOOL(taurus.client.ByteArray,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_BOOL_m39A9738504AC933B2BEB345357F23D31286CD416 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, bool ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_BYTE(taurus.client.ByteArray,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_BYTE_m2DCCAA7E32D697C9776E73FF408E0601EF1AEED3 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, uint8_t ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_SHORT(taurus.client.ByteArray,System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_SHORT_mEB919C048BBDAE8EC3848DB31A85E2642326892B (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, int16_t ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_INT(taurus.client.ByteArray,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_INT_m54868058EED2E2F09CBB23FB57A910CC9FBFC2BC (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, int32_t ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_LONG(taurus.client.ByteArray,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_LONG_mFB343885776E5929CA41DD3396CD34E50F7AC050 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, int64_t ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_FLOAT(taurus.client.ByteArray,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_FLOAT_m854BE113D3E60B724381ABD65F0397FEE0EDB630 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, float ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_DOUBLE(taurus.client.ByteArray,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_DOUBLE_mAEA0E03605207CD2722777DF35EB6A02C551495C (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, double ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_STRING(taurus.client.ByteArray,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_STRING_m9FEB4552AF990D2B156C83C0D0A97C3FB2EEDC73 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, String_t* ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::array2Binary(taurus.client.ITArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_array2Binary_mCEE4C40EC99B5C6F5DE91640A2746AC291012501 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___array0, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_BYTE_ARRAY(taurus.client.ByteArray,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_BYTE_ARRAY_mC8FC7330B8BDEFCDEE885BF3EE99262A95D3D203 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___val1, const RuntimeMethod* method);
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::object2Binary(taurus.client.ITObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_object2Binary_m8263D01020EB049C024A877CE287E33F7F799FAF (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::ContainsKey(!0)
|
|
inline bool Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
|
|
}
|
|
// T taurus.client.TObject::getValue<System.Byte>(System.String)
|
|
inline uint8_t TObject_getValue_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m76516DDF87A4551FAD01762763D00777674D85FB (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( uint8_t (*) (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD *, String_t*, const RuntimeMethod*))TObject_getValue_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m76516DDF87A4551FAD01762763D00777674D85FB_gshared)(__this, ___key0, method);
|
|
}
|
|
// !1 System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Item(!0)
|
|
inline TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81 (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * (*) (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, ___key0, method);
|
|
}
|
|
// T taurus.client.TObject::getValue<System.Int32>(System.String)
|
|
inline int32_t TObject_getValue_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m917254F592B1E2AACC3549BC5C80F5F3A0B620B3 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD *, String_t*, const RuntimeMethod*))TObject_getValue_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m917254F592B1E2AACC3549BC5C80F5F3A0B620B3_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Keys()
|
|
inline KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * Dictionary_2_get_Keys_m89751B3CB8160688FEE6FAD52A6CD22F3FCF3972 (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * (*) (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *, const RuntimeMethod*))Dictionary_2_get_Keys_m738B5D4F94EAB0D2E16C3BCAAAD3EBE386E2E638_gshared)(__this, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.String,taurus.client.TDataWrapper>::get_Count()
|
|
inline int32_t KeyCollection_get_Count_m7EB8CF3965668E02F3D80D9DC49C2FB4B5B53142 (KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 *, const RuntimeMethod*))KeyCollection_get_Count_m684FF4B2D3E2F4DE987AE62E51C08DE576A12920_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.String,taurus.client.TDataWrapper>::CopyTo(!0[],System.Int32)
|
|
inline void KeyCollection_CopyTo_m910FA3DF4B3FE7A7FE7505F7445C9C24ACE5581D (KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, int32_t, const RuntimeMethod*))KeyCollection_CopyTo_m9EE1277E4135120EE0619B6A386202C30A1F0B8C_gshared)(__this, ___array0, ___index1, method);
|
|
}
|
|
// T taurus.client.TObject::getValue<taurus.client.ITObject>(System.String)
|
|
inline RuntimeObject* TObject_getValue_TisITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_m600F8D8F6CA592B95B4644E121485008D5FC41EE (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD *, String_t*, const RuntimeMethod*))TObject_getValue_TisRuntimeObject_m3B7D4C1D571110DD337EC98C431ACA25C34EDFEB_gshared)(__this, ___key0, method);
|
|
}
|
|
// T taurus.client.TObject::getValue<System.String>(System.String)
|
|
inline String_t* TObject_getValue_TisString_t_m25DFCCC364F77D0F10AEAC643868C14ED7D2492A (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD *, String_t*, const RuntimeMethod*))TObject_getValue_TisRuntimeObject_m3B7D4C1D571110DD337EC98C431ACA25C34EDFEB_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Boolean taurus.client.TObject::containsKey(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TObject_containsKey_m77A4B39936A95B85BD0C49B15C0AD13D5D56EE2A (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method);
|
|
// taurus.client.TDataWrapper taurus.client.TObject::get(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TObject_get_mF138E37D7874725586333C397D662D8A97C14E88 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method);
|
|
// taurus.client.TDataSerializer taurus.client.TDataSerializer::me()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * TDataSerializer_me_m149FEF633DF83199EF3DD1670B17F253B579D9D2 (const RuntimeMethod* method);
|
|
// taurus.client.ITObject taurus.client.TDataSerializer::binary2Object(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_binary2Object_m5020B139661BF5CD3EB73678F520BAA69F12314F (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method);
|
|
// taurus.client.ITObject taurus.client.TDataSerializer::json2object(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_json2object_m4933FD3CB45ADB6074F033A02E40D5A1C40E503F (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, String_t* ___jsonStr0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781 (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * __this, String_t* ___key0, TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *, String_t*, TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Count()
|
|
inline int32_t Dictionary_2_get_Count_m5DF2122E81B3C37C47ADDD14B7AEF3FD589526F7 (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared)(__this, method);
|
|
}
|
|
// System.String taurus.client.TDataSerializer::object2json(taurus.client.ITObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TDataSerializer_object2json_m28DA1DE42539FFAE5832B55C474553EAE7D489F8 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___obj0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::.ctor()
|
|
inline void Dictionary_2__ctor_mE7EDF2F724CA2F17366825C28E273487B2EB8C03 (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
|
|
}
|
|
// System.Byte System.Convert::ToByte(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64 (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.SocketEngine::.ctor(taurus.client.TaurusClient)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine__ctor_m0FD77533F629E0CB9C4C4598D336B02C3C3C43F2 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ___client0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.HttpClient::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient__ctor_m6C34073E6A751F94D8D6121808DAACB477C72700 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, String_t* ___url0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TaurusClient::__initialize(System.String,System.String,taurus.client.ISocketLayer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient___initialize_mFF88A45C3213F58889341A34BFF5168BDD0D9D3F (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, String_t* ___host0, String_t* ___game1, RuntimeObject* ___socket2, const RuntimeMethod* method);
|
|
// System.Void taurus.client.EventDispatcher::addEventListener(System.String,taurus.client.IEventListener)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_addEventListener_mFA77E4C8385E764026CCA2714B4DCF5A29F8F4DB (EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * __this, String_t* ___eventName0, IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * ___listener1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.EventDispatcher::removeAllEventListener()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_removeAllEventListener_m2E8E2A82FC89CE6EB8F3BA7F7AD6D9CD4115BEB8 (EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * __this, const RuntimeMethod* method);
|
|
// System.Int32 taurus.client.TaurusClient::_getValidID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaurusClient__getValidID_m6B4A72437557794529BB3CFCF1E1BD9CC8671273 (const RuntimeMethod* method);
|
|
// System.Void taurus.client.EventDispatcher::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher__ctor_mB0BE0EED720BE8D6427CDF5132EC48DC7792F05D (EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::.ctor()
|
|
inline void Dictionary_2__ctor_m721B39A5AAA9866F02AECCFCB432656674362C69 (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
|
|
}
|
|
// System.Void taurus.client.ThreadManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager__ctor_mC46A80D8E8513136BB70609F84CB304BC984C573 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.ThreadManager::start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_start_m30568EC860CC0E0EA85700E034FA3D1E2353EB25 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<taurus.client.SocketCode>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_m46C881073D675B9528DC3F125DAE8A79FCDA5BEB (Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mD0D31654D450BEB7CFFA7B079FD2EB5946C2B8E8_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void System.Action`1<taurus.client.Message>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_mD1EDF06F19C8789FD2C26C2AFFEB332151E9CA06 (Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void taurus.client.NetManager::addNetClient(taurus.client.TaurusClient)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetManager_addNetClient_m16DCD890B627311075DEE2C23EC619BC99CD6298 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ___net0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TaurusClient::removeAllEventListener()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_removeAllEventListener_m2900DF45D1CFC6702453869A57B2ADEB637C895A (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::Clear()
|
|
inline void Dictionary_2_Clear_m18B704C2B7DF52AB4638DBC385F335952C47F751 (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
|
|
}
|
|
// System.Void taurus.client.ThreadManager::stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_stop_mDEAF5D6DB3D616D85EAECD358EC0604D2ED844D3 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TaurusClient/<>c__DisplayClass20_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_mB0E99A4510214E0BBE4140F20BBCFF7E17EA14D5 (U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * __this, const RuntimeMethod* method);
|
|
// taurus.client.ConnectionProtocol taurus.client.TaurusClient::getProtocol()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaurusClient_getProtocol_mF87046C0336D5422F19C28F7775C8B27654E84CB (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Logger::debug(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_debug_mF6869885B8738600F2CEA46FBEC34C1CB279CE60 (RuntimeObject * ___msg0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_mE1564AA025541B37E45AA8C218548F9D7878E1C8 (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___key0, Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 *, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *, Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Action`1<taurus.client.MessageResponse>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_m9374E63CAF792254993E42C26DB70C3754AB3A94 (Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void taurus.client.ThreadManager::enqueueSend(System.Action`1<taurus.client.Message>,taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_enqueueSend_mAD59104900FA6FCA1CBEB8A9E7FBB7BA2775A199 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * ___callback0, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___message1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.TaurusClient::send(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_send_m112EAF0BCE29F4AF49FF1EEBC3830CF01DB523E4 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Event::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event__ctor_m9823A5D99D582448658A6D08B8117F34BEF741AC (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.Event::setParameter(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_setParameter_m0D6B0C3922E08DAF5234501D4F64358C91A76150 (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Void taurus.client.EventDispatcher::dispatchEvent(taurus.client.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_dispatchEvent_m143E619B85AD8D749F41ACE1BBA83F8558C64B98 (EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * __this, Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * ___evt0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_mC6A347637F71DFE917B6A0C0EAEA05265D502866 (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___key0, Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 *, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *, Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::Remove(!0)
|
|
inline bool Dictionary_2_Remove_mBAC72BA3F063D8C292921A8A6AB4F7801BB67F79 (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 *, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::get_Count()
|
|
inline int32_t Stack_1_get_Count_m74C1E7C55757D0C01ECC3369A2E9EAD7A7FD026F_inline (Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 *, const RuntimeMethod*))Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::Pop()
|
|
inline MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * Stack_1_Pop_m6BA7D9185366BE0DC568EA29EE5BC29394808AF1 (Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * (*) (Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 *, const RuntimeMethod*))Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared)(__this, method);
|
|
}
|
|
// System.Void taurus.client.ThreadManager/MessgaeThread::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessgaeThread__ctor_m3519FF85AF1A5A3163C7B7FADEEA8A30185F2A5D (MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::Push(!0)
|
|
inline void Stack_1_Push_mFB4D72A5F40DD3C4366420CF1E8D5FDE2FA80B62 (Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * __this, MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 *, MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E *, const RuntimeMethod*))Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Void taurus.client.ThreadManager::Sleep(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_Sleep_mBEECA662C0AA9BC86531EF38A34D7BD2A25828C1 (int32_t ___ms0, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::Dequeue()
|
|
inline MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * Queue_1_Dequeue_m7A49EBF27106E875DA4F499AE9274F80411DEC35 (Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * (*) (Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 *, const RuntimeMethod*))Queue_1_Dequeue_m6013DB8A542ACA15F662B6832ED389BB061EFEDE_gshared)(__this, method);
|
|
}
|
|
// System.Void taurus.client.ThreadManager::ProcessOutItem(taurus.client.ThreadManager/MessgaeThread)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_ProcessOutItem_mFBB721BBEDE2E6C0CB9AF329B5B3D6671749C007 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * ___item0, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::get_Count()
|
|
inline int32_t Queue_1_get_Count_mD168C29B801E5A7BF7DFD17809524F2A4CB0D25C_inline (Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 *, const RuntimeMethod*))Queue_1_get_Count_m0CE0B6919A09EFFBB1EBA5B5DFEF50E4F8A89CFA_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void taurus.client.ThreadManager::MessgaeThreadReturn(taurus.client.ThreadManager/MessgaeThread)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_MessgaeThreadReturn_m8A8EF0098C026BA4CF19B3355F7A5EC62A7E91E3 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Thread::Join()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Join_mD3E603D9FC950F127ABE95A3FF48AAEA48A29EA9 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method);
|
|
// taurus.client.ThreadManager/MessgaeThread taurus.client.ThreadManager::MessgaeThreadGet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * ThreadManager_MessgaeThreadGet_mE7F7B8505C604A3928D3B0F2F3C6087080BA45C5 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::Enqueue(!0)
|
|
inline void Queue_1_Enqueue_m35BE28BDD9E8D3E489E6E33B92EBBF576145EAD0 (Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * __this, MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 *, MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E *, const RuntimeMethod*))Queue_1_Enqueue_m12D1C0BBE742C2537335B7E2B71F7E42A421A6FD_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::.ctor()
|
|
inline void Stack_1__ctor_mFD131FC4BD8BC08CFF4AA30EF672E48A9682D184 (Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 *, const RuntimeMethod*))Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::.ctor()
|
|
inline void Queue_1__ctor_m96D77B36625C14FD177AA79D613CA6A49175671C (Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 *, const RuntimeMethod*))Queue_1__ctor_m57D20E9B6532A644845C835306D5BCBCD3163964_gshared)(__this, method);
|
|
}
|
|
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.HTTPManager_<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mF72A864CCDC31C52C0166179AD19568C0AA6CED7 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec__cctor_mF72A864CCDC31C52C0166179AD19568C0AA6CED7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * L_0 = (U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB *)il2cpp_codegen_object_new(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__ctor_m80C64314F78C4A3A16DB80A956E38271FEE4D44B(L_0, /*hidden argument*/NULL);
|
|
((U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPManager_<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m80C64314F78C4A3A16DB80A956E38271FEE4D44B (U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPManager_<>c::<OnUpdate>b__64_0(BestHTTP.HTTPRequest)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3COnUpdateU3Eb__64_0_m5D095D2B13A139B18814B0C746E5632BD720029F (U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___req0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___req0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = HTTPRequest_get_Priority_m0ABF7D29AABC8D9EF69AD31AD0AAB1B422848DA1_inline(L_0, /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPManager_<>c::<OnUpdate>b__64_1(BestHTTP.HTTPRequest,BestHTTP.HTTPRequest)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3COnUpdateU3Eb__64_1_mB1DA87B628F6AA232C1A0F3C99B3A128DFF425CF (U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___req10, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___req21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___req10;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = HTTPRequest_get_Priority_m0ABF7D29AABC8D9EF69AD31AD0AAB1B422848DA1_inline(L_0, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = ___req21;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = HTTPRequest_get_Priority_m0ABF7D29AABC8D9EF69AD31AD0AAB1B422848DA1_inline(L_2, /*hidden argument*/NULL);
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3));
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.HTTPManager_<>c__DisplayClass55_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0__ctor_mC740599725426EB31498ACAE7EFC912A6AC5ECD0 (U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPManager_<>c__DisplayClass55_0::<SendRequestImpl>b__0(BestHTTP.ConnectionBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass55_0_U3CSendRequestImplU3Eb__0_m0A425067577ABFB75F3C96CB03BB117DC812B6F5 (U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * __this, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___c0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_0 = ___c0;
|
|
ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_1 = __this->get_conn_0();
|
|
return (bool)((((RuntimeObject*)(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *)L_0) == ((RuntimeObject*)(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *)L_1))? 1 : 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
|
|
// BestHTTP.HTTPResponse BestHTTP.HTTPProtocolFactory::Get(BestHTTP.SupportedProtocols,BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * HTTPProtocolFactory_Get_mA4A8FB4AE8C9FF0774E5074A0FB9C6BB32FE4E48 (int32_t ___protocol0, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, bool ___isStreamed3, bool ___isFromCache4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPProtocolFactory_Get_mA4A8FB4AE8C9FF0774E5074A0FB9C6BB32FE4E48_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___protocol0;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_1 = ___request1;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___stream2;
|
|
bool L_3 = ___isStreamed3;
|
|
bool L_4 = ___isFromCache4;
|
|
EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * L_5 = (EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA *)il2cpp_codegen_object_new(EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA_il2cpp_TypeInfo_var);
|
|
EventSourceResponse__ctor_m9D518757F6742FF6A3021530190A3A9F6B29A78C(L_5, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_6 = ___request1;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = ___stream2;
|
|
bool L_8 = ___isStreamed3;
|
|
bool L_9 = ___isFromCache4;
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_10 = (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *)il2cpp_codegen_object_new(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE_il2cpp_TypeInfo_var);
|
|
HTTPResponse__ctor_m08226607B5EE29BC97C44BED97C0F6268268E3BC(L_10, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// BestHTTP.SupportedProtocols BestHTTP.HTTPProtocolFactory::GetProtocolFromUri(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPProtocolFactory_GetProtocolFromUri_m541DF7848F94B300A9ECFD4D66EFDED151A985D7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPProtocolFactory_GetProtocolFromUri_m541DF7848F94B300A9ECFD4D66EFDED151A985D7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
Exception_t * L_4 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_4, _stringLiteral3AB524582680125A304A6FC2C84A461C1FEBB7BB, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, HTTPProtocolFactory_GetProtocolFromUri_m541DF7848F94B300A9ECFD4D66EFDED151A985D7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri0;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
String_t* L_7 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPProtocolFactory::IsSecureProtocol(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPProtocolFactory_IsSecureProtocol_m77AB64A455ECA2F32F2E8005FF4E18408CC88825 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPProtocolFactory_IsSecureProtocol_m77AB64A455ECA2F32F2E8005FF4E18408CC88825_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
Exception_t * L_4 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_4, _stringLiteral771470CF8641558E83F66C0C467E4264F259ED19, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, HTTPProtocolFactory_IsSecureProtocol_m77AB64A455ECA2F32F2E8005FF4E18408CC88825_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri0;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
String_t* L_7 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
String_t* L_8 = V_0;
|
|
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
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.Int32 BestHTTP.HTTPRange::get_FirstBytePos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRange_get_FirstBytePos_m68F2056ACC26BDC04CB0EB73F80CBF5DDF6B74BE (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CFirstBytePosU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRange::set_FirstBytePos(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange_set_FirstBytePos_mCAD8C075ADFD505435461AA0E200C6897F0E2BAB (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CFirstBytePosU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPRange::get_LastBytePos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRange_get_LastBytePos_m99EE6203C496D6D557E29D84BE55DFBE15AA0140 (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CLastBytePosU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRange::set_LastBytePos(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange_set_LastBytePos_m180AA1FB026E5579E87C769C1E8338002A8DC314 (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CLastBytePosU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPRange::get_ContentLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRange_get_ContentLength_m806110DCE0C63D76097CB104BBF29C43B1DE7967 (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CContentLengthU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRange::set_ContentLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange_set_ContentLength_m6CF15C3BEFF47D93D5C485A8BFD9D5F45BCB3404 (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CContentLengthU3Ek__BackingField_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRange::get_IsValid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRange_get_IsValid_m4554A9BC8BFC9225D02493A9F05D5F7E29C47EDF (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsValidU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRange::set_IsValid(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange_set_IsValid_m570B84486F89F12684F7E177EE6815906C7D93C5 (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsValidU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRange::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange__ctor_m2CC7B354440005C5BB64E9B7DF7A154E8DAFB17E (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___contentLength0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___contentLength0;
|
|
HTTPRange_set_ContentLength_m6CF15C3BEFF47D93D5C485A8BFD9D5F45BCB3404_inline(__this, L_0, /*hidden argument*/NULL);
|
|
HTTPRange_set_IsValid_m570B84486F89F12684F7E177EE6815906C7D93C5_inline(__this, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRange::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange__ctor_m6797584DDB8B1ECBB9C3CB1BC1256FA163F45183 (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___fbp0, int32_t ___lbp1, int32_t ___contentLength2, const RuntimeMethod* method)
|
|
{
|
|
HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * G_B2_0 = NULL;
|
|
HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * G_B3_1 = NULL;
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___fbp0;
|
|
HTTPRange_set_FirstBytePos_mCAD8C075ADFD505435461AA0E200C6897F0E2BAB_inline(__this, L_0, /*hidden argument*/NULL);
|
|
int32_t L_1 = ___lbp1;
|
|
HTTPRange_set_LastBytePos_m180AA1FB026E5579E87C769C1E8338002A8DC314_inline(__this, L_1, /*hidden argument*/NULL);
|
|
int32_t L_2 = ___contentLength2;
|
|
HTTPRange_set_ContentLength_m6CF15C3BEFF47D93D5C485A8BFD9D5F45BCB3404_inline(__this, L_2, /*hidden argument*/NULL);
|
|
int32_t L_3 = HTTPRange_get_FirstBytePos_m68F2056ACC26BDC04CB0EB73F80CBF5DDF6B74BE_inline(__this, /*hidden argument*/NULL);
|
|
int32_t L_4 = HTTPRange_get_LastBytePos_m99EE6203C496D6D557E29D84BE55DFBE15AA0140_inline(__this, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
if ((((int32_t)L_3) > ((int32_t)L_4)))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = HTTPRange_get_ContentLength_m806110DCE0C63D76097CB104BBF29C43B1DE7967_inline(__this, /*hidden argument*/NULL);
|
|
int32_t L_6 = HTTPRange_get_LastBytePos_m99EE6203C496D6D557E29D84BE55DFBE15AA0140_inline(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = ((((int32_t)L_5) > ((int32_t)L_6))? 1 : 0);
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
HTTPRange_set_IsValid_m570B84486F89F12684F7E177EE6815906C7D93C5_inline(G_B3_1, (bool)G_B3_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String BestHTTP.HTTPRange::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPRange_ToString_mA8DD1B8B33C7F65FD2FBD22FC48E2BD598A581C0 (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRange_ToString_mA8DD1B8B33C7F65FD2FBD22FC48E2BD598A581C0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
int32_t L_2 = HTTPRange_get_FirstBytePos_m68F2056ACC26BDC04CB0EB73F80CBF5DDF6B74BE_inline(__this, /*hidden argument*/NULL);
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_4);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_1;
|
|
int32_t L_6 = HTTPRange_get_LastBytePos_m99EE6203C496D6D557E29D84BE55DFBE15AA0140_inline(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_8);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_5;
|
|
int32_t L_10 = HTTPRange_get_ContentLength_m806110DCE0C63D76097CB104BBF29C43B1DE7967_inline(__this, /*hidden argument*/NULL);
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject * L_12 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_11);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_12);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_12);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_9;
|
|
bool L_14 = HTTPRange_get_IsValid_m4554A9BC8BFC9225D02493A9F05D5F7E29C47EDF_inline(__this, /*hidden argument*/NULL);
|
|
bool L_15 = L_14;
|
|
RuntimeObject * L_16 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_15);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_16);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_16);
|
|
String_t* L_17 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(_stringLiteral2E093E17D0F23C22C1EEF397DFE5E355DB90E50E, L_13, /*hidden argument*/NULL);
|
|
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.Uri BestHTTP.HTTPRequest::get_Uri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_Uri_m75C8558A9D9B9330ADC627385B5459E0E178D2E2 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_U3CUriU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Uri(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_Uri_mA4C13CD372A8F09EFE9740124D0173D8A4C225D1 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0;
|
|
__this->set_U3CUriU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// BestHTTP.HTTPMethods BestHTTP.HTTPRequest::get_MethodType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = __this->get_U3CMethodTypeU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_MethodType(BestHTTP.HTTPMethods)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_MethodType_m44CC7B758728138EC62DB86F866542565B858B1B (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = ___value0;
|
|
__this->set_U3CMethodTypeU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] BestHTTP.HTTPRequest::get_RawData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPRequest_get_RawData_m41A7381E6122EECA899C3A54DC0D34B1868F5DCF (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_U3CRawDataU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.IO.Stream BestHTTP.HTTPRequest::get_UploadStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_U3CUploadStreamU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_UploadStream(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadStream_m376E2C17651773989F1B4A68A728F77E404FC2AC (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___value0;
|
|
__this->set_U3CUploadStreamU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::get_DisposeUploadStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisposeUploadStream_m76BE2FFD2DCC08B67800FDC2EACB02A4AC2625DC (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CDisposeUploadStreamU3Ek__BackingField_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_DisposeUploadStream(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_DisposeUploadStream_m6B13ABE16EC1374675F22D6ADBFE07AF663797F6 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CDisposeUploadStreamU3Ek__BackingField_7(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::get_UseUploadStreamLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseUploadStreamLength_m7E5DE766D88CC4A1D938B94E884A80F146B4458E (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CUseUploadStreamLengthU3Ek__BackingField_8();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_UseUploadStreamLength(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_UseUploadStreamLength_mE14EE8DBDE86FFB0EDDCBFE5D096CC52BC673809 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CUseUploadStreamLengthU3Ek__BackingField_8(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::get_IsKeepAlive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_get_IsKeepAlive_m8CE448BC1F684C1E75DE3CFD82E5FAADB41251AE (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_isKeepAlive_37();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_IsKeepAlive(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_IsKeepAlive_m2D343D788DF535C9836CF103119F16251A04D0E0 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_set_IsKeepAlive_m2D343D788DF535C9836CF103119F16251A04D0E0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, _stringLiteralE61EFD1349050E44EF6B03C57E7A630C2BCC7B58, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HTTPRequest_set_IsKeepAlive_m2D343D788DF535C9836CF103119F16251A04D0E0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
bool L_2 = ___value0;
|
|
__this->set_isKeepAlive_37(L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::get_UseStreaming()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_useStreaming_39();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPRequest::get_StreamFragmentSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_StreamFragmentSize_m249D55D619FBEA57006A71467AA49EF2D73B8B60 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_streamFragmentSize_38();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_StreamFragmentSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_StreamFragmentSize_m63BA14B2308F21929FEC568AD3D513F90D056D6C (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_set_StreamFragmentSize_m63BA14B2308F21929FEC568AD3D513F90D056D6C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, _stringLiteral40AAA148059F6AD8C2236D4CC5F9A76311720CB8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HTTPRequest_set_StreamFragmentSize_m63BA14B2308F21929FEC568AD3D513F90D056D6C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_2 = ___value0;
|
|
if ((((int32_t)L_2) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, _stringLiteralFBE400C8F5C4F4186665DB73E2ED210B9889BA3C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, HTTPRequest_set_StreamFragmentSize_m63BA14B2308F21929FEC568AD3D513F90D056D6C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_4 = ___value0;
|
|
__this->set_streamFragmentSize_38(L_4);
|
|
return;
|
|
}
|
|
}
|
|
// BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::get_Callback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * HTTPRequest_get_Callback_mC934FC533FCDE2E65772ECF50E8C63CCA9ED72A8 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_0 = __this->get_U3CCallbackU3Ek__BackingField_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Callback(BestHTTP.OnRequestFinishedDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_Callback_m6737E445025B4D51540B1170C5B96B7F94879226 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_0 = ___value0;
|
|
__this->set_U3CCallbackU3Ek__BackingField_10(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::get_DisableRetry()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CDisableRetryU3Ek__BackingField_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_DisableRetry(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_DisableRetry_m7B724E6B18E05FC96799FC0D5C97E32EA1B29776 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CDisableRetryU3Ek__BackingField_13(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::get_IsRedirected()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_get_IsRedirected_mDB91912BF3491FD5BC3365685AB75BB56A8D2789 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsRedirectedU3Ek__BackingField_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_IsRedirected(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_IsRedirected_m0F12368EFC6204227FED24A256A0BC3BD9512219 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsRedirectedU3Ek__BackingField_14(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri BestHTTP.HTTPRequest::get_RedirectUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_RedirectUri_mB237C22E81841C74624B681DE5472D9CD67135B4 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_U3CRedirectUriU3Ek__BackingField_15();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_RedirectUri(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_RedirectUri_m6B231B99C20F2550EACFBC613DD831A00D09977F (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0;
|
|
__this->set_U3CRedirectUriU3Ek__BackingField_15(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri BestHTTP.HTTPRequest::get_CurrentUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = HTTPRequest_get_IsRedirected_mDB91912BF3491FD5BC3365685AB75BB56A8D2789_inline(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = HTTPRequest_get_Uri_m75C8558A9D9B9330ADC627385B5459E0E178D2E2_inline(__this, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = HTTPRequest_get_RedirectUri_mB237C22E81841C74624B681DE5472D9CD67135B4_inline(__this, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// BestHTTP.HTTPResponse BestHTTP.HTTPRequest::get_Response()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_0 = __this->get_U3CResponseU3Ek__BackingField_16();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Response(BestHTTP.HTTPResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_0 = ___value0;
|
|
__this->set_U3CResponseU3Ek__BackingField_16(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Exception BestHTTP.HTTPRequest::get_Exception()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t * L_0 = __this->get_U3CExceptionU3Ek__BackingField_17();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Exception(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_Exception_mD0E24DC5405D057A91EFE4CCDB48789DDA2DF813 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Exception_t * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t * L_0 = ___value0;
|
|
__this->set_U3CExceptionU3Ek__BackingField_17(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Object BestHTTP.HTTPRequest::get_Tag()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HTTPRequest_get_Tag_m0C39122A800927BD4E2D4EA0131ACF2973C349FD (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CTagU3Ek__BackingField_18();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Tag(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_Tag_m32C99382A42412AD50F9C880B8AEBFE3C9889DF9 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
__this->set_U3CTagU3Ek__BackingField_18(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::get_Credentials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_0 = __this->get_U3CCredentialsU3Ek__BackingField_19();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPRequest::get_MaxRedirects()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_MaxRedirects_m3D70862613A9C9EA977266365C4FBDDA51CA65A2 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CMaxRedirectsU3Ek__BackingField_20();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_MaxRedirects(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_MaxRedirects_m3D44EEE9DFA158D0E47DAB3DF68A32E8932C9367 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CMaxRedirectsU3Ek__BackingField_20(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::get_FormUsage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_FormUsage_mE21ABE312FD35718806706E2856ECE60FF62CCC1 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CFormUsageU3Ek__BackingField_21();
|
|
return L_0;
|
|
}
|
|
}
|
|
// BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::get_State()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_22();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_State(BestHTTP.HTTPRequestStates)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CStateU3Ek__BackingField_22(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPRequest::get_RedirectCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_RedirectCount_m6763A506AAA636B375D9CAAC78C35BC8F28733C8 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CRedirectCountU3Ek__BackingField_23();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_RedirectCount(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_RedirectCount_m279D1F6604EC6CCA0DAF3C355AA35AA7A6C6BA59 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CRedirectCountU3Ek__BackingField_23(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.TimeSpan BestHTTP.HTTPRequest::get_ConnectTimeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPRequest_get_ConnectTimeout_m90061D9C520B09C9CE2F6431A69354FB8A2F3325 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = __this->get_U3CConnectTimeoutU3Ek__BackingField_25();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_ConnectTimeout(System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_ConnectTimeout_m27D45CED26D020A0C8D4A09652B811A1F789FC88 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
__this->set_U3CConnectTimeoutU3Ek__BackingField_25(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.TimeSpan BestHTTP.HTTPRequest::get_Timeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPRequest_get_Timeout_m84903D02C5CC3B58FDAFF921FF6D60C0E5873413 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = __this->get_U3CTimeoutU3Ek__BackingField_26();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Timeout(System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_Timeout_mC71DF806032583A5A8061BF0568D475FE38E2D8D (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
__this->set_U3CTimeoutU3Ek__BackingField_26(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::get_EnableTimoutForStreaming()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_get_EnableTimoutForStreaming_mA34FE0019E3E418D6C19EA2E93E0F652C8E235A9 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CEnableTimoutForStreamingU3Ek__BackingField_27();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_EnableTimoutForStreaming(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CEnableTimoutForStreamingU3Ek__BackingField_27(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPRequest::get_Priority()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Priority_m0ABF7D29AABC8D9EF69AD31AD0AAB1B422848DA1 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CPriorityU3Ek__BackingField_28();
|
|
return L_0;
|
|
}
|
|
}
|
|
// BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::get_ProtocolHandler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_ProtocolHandler_mCEAEEA6B07D87AA531BFB0C7FFF0ECA1D686BBF6 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CProtocolHandlerU3Ek__BackingField_29();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPRequest::get_Downloaded()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CDownloadedU3Ek__BackingField_31();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Downloaded(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_Downloaded_m82743C2154D434E95AF27917A4325E458C35A6E7 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CDownloadedU3Ek__BackingField_31(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPRequest::get_DownloadLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_DownloadLength_m502ED784DE018C297EF74DAD142FE4FD0A8EE423 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CDownloadLengthU3Ek__BackingField_32();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_DownloadLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadLength_m4757F9E297AC93D2C13474B2EBD2F1EE66E852F8 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CDownloadLengthU3Ek__BackingField_32(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::get_DownloadProgressChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_get_DownloadProgressChanged_m63940505610DC2454F85122410F0C57EEF4D8ABA (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CDownloadProgressChangedU3Ek__BackingField_33();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_DownloadProgressChanged(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CDownloadProgressChangedU3Ek__BackingField_33(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int64 BestHTTP.HTTPRequest::get_UploadStreamLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_UploadStreamLength_mBA3214E2866B0D8842813CDA57AF10F7A9CA9221 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_get_UploadStreamLength_mBA3214E2866B0D8842813CDA57AF10F7A9CA9221_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = HTTPRequest_get_UseUploadStreamLength_m7E5DE766D88CC4A1D938B94E884A80F146B4458E_inline(__this, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return (((int64_t)((int64_t)(-1))));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
}
|
|
|
|
IL_0014:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2);
|
|
V_0 = L_3;
|
|
goto IL_0028;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Object)
|
|
V_0 = (((int64_t)((int64_t)(-1))));
|
|
goto IL_0028;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0028:
|
|
{
|
|
int64_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int64 BestHTTP.HTTPRequest::get_Uploaded()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Uploaded_m2E5896C2AC8C4BEDBED4D46BABB4A2B69A44201C (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->get_U3CUploadedU3Ek__BackingField_34();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Uploaded(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_Uploaded_mE07F257A722DC959C2A85FF6B84C743C7790109A (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___value0;
|
|
__this->set_U3CUploadedU3Ek__BackingField_34(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int64 BestHTTP.HTTPRequest::get_UploadLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_UploadLength_m8528DF26F33D81687ADEDFEC8A3CB22E554CD6C1 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->get_U3CUploadLengthU3Ek__BackingField_35();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_UploadLength(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadLength_mD4C8FB652DAC8B40305D429CCDBC39687E68602A (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___value0;
|
|
__this->set_U3CUploadLengthU3Ek__BackingField_35(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::get_UploadProgressChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_get_UploadProgressChanged_m28A72B42B2FA74867CBE3EB243C9B61576FA4AD9 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CUploadProgressChangedU3Ek__BackingField_36();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_UploadProgressChanged(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadProgressChanged_m19681B590B8B6F135DCC6980AA30CA6476538045 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CUploadProgressChangedU3Ek__BackingField_36(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPRequest::get_Headers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = __this->get_U3CHeadersU3Ek__BackingField_40();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::set_Headers(System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_set_Headers_mAB10C55637504DD8BDA448A3FE4E56DD94326387 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = ___value0;
|
|
__this->set_U3CHeadersU3Ek__BackingField_40(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::.ctor(System.Uri,BestHTTP.HTTPMethods)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m9594D1511D5E7581D37B7C3489DA13E33F141874 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, uint8_t ___methodType1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest__ctor_m9594D1511D5E7581D37B7C3489DA13E33F141874_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
|
|
uint8_t L_1 = ___methodType1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
bool L_2 = HTTPManager_get_KeepAliveDefaultValue_mCD8A110EBB43BF79931FDB0320484905C1CEA63B_inline(/*hidden argument*/NULL);
|
|
HTTPRequest__ctor_m14A73CBA007BE1549F31C8D0CAD04A035FF97D1E(__this, L_0, L_1, L_2, (bool)1, (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D *)NULL, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::.ctor(System.Uri,BestHTTP.HTTPMethods,BestHTTP.OnRequestFinishedDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m91C8F32B85E0BB710D36904AC89FE2B1868E9F35 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, uint8_t ___methodType1, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___callback2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest__ctor_m91C8F32B85E0BB710D36904AC89FE2B1868E9F35_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
|
|
uint8_t L_1 = ___methodType1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
bool L_2 = HTTPManager_get_KeepAliveDefaultValue_mCD8A110EBB43BF79931FDB0320484905C1CEA63B_inline(/*hidden argument*/NULL);
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_3 = ___callback2;
|
|
HTTPRequest__ctor_m14A73CBA007BE1549F31C8D0CAD04A035FF97D1E(__this, L_0, L_1, L_2, (bool)1, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::.ctor(System.Uri,BestHTTP.HTTPMethods,System.Boolean,System.Boolean,BestHTTP.OnRequestFinishedDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m14A73CBA007BE1549F31C8D0CAD04A035FF97D1E (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, uint8_t ___methodType1, bool ___isKeepAlive2, bool ___disableCache3, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___callback4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest__ctor_m14A73CBA007BE1549F31C8D0CAD04A035FF97D1E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
|
|
HTTPRequest_set_Uri_mA4C13CD372A8F09EFE9740124D0173D8A4C225D1_inline(__this, L_0, /*hidden argument*/NULL);
|
|
uint8_t L_1 = ___methodType1;
|
|
HTTPRequest_set_MethodType_m44CC7B758728138EC62DB86F866542565B858B1B_inline(__this, L_1, /*hidden argument*/NULL);
|
|
bool L_2 = ___isKeepAlive2;
|
|
HTTPRequest_set_IsKeepAlive_m2D343D788DF535C9836CF103119F16251A04D0E0(__this, L_2, /*hidden argument*/NULL);
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_3 = ___callback4;
|
|
HTTPRequest_set_Callback_m6737E445025B4D51540B1170C5B96B7F94879226_inline(__this, L_3, /*hidden argument*/NULL);
|
|
HTTPRequest_set_StreamFragmentSize_m63BA14B2308F21929FEC568AD3D513F90D056D6C(__this, ((int32_t)4096), /*hidden argument*/NULL);
|
|
uint8_t L_4 = ___methodType1;
|
|
HTTPRequest_set_DisableRetry_m7B724E6B18E05FC96799FC0D5C97E32EA1B29776_inline(__this, (bool)((((int32_t)L_4) == ((int32_t)2))? 1 : 0), /*hidden argument*/NULL);
|
|
HTTPRequest_set_MaxRedirects_m3D44EEE9DFA158D0E47DAB3DF68A32E8932C9367_inline(__this, ((int32_t)2147483647LL), /*hidden argument*/NULL);
|
|
HTTPRequest_set_RedirectCount_m279D1F6604EC6CCA0DAF3C355AA35AA7A6C6BA59_inline(__this, 0, /*hidden argument*/NULL);
|
|
int32_t L_5 = 0;
|
|
V_0 = L_5;
|
|
HTTPRequest_set_DownloadLength_m4757F9E297AC93D2C13474B2EBD2F1EE66E852F8_inline(__this, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = V_0;
|
|
HTTPRequest_set_Downloaded_m82743C2154D434E95AF27917A4325E458C35A6E7_inline(__this, L_6, /*hidden argument*/NULL);
|
|
HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline(__this, (bool)0, /*hidden argument*/NULL);
|
|
HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(__this, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_7 = HTTPManager_get_ConnectTimeout_m2916B3692D0A759E02A349C6E02D2571E0C42EFA_inline(/*hidden argument*/NULL);
|
|
HTTPRequest_set_ConnectTimeout_m27D45CED26D020A0C8D4A09652B811A1F789FC88_inline(__this, L_7, /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = HTTPManager_get_RequestTimeout_mA3133AFD453A8EF7196F9DA98948DADBF2BA5EC7_inline(/*hidden argument*/NULL);
|
|
HTTPRequest_set_Timeout_mC71DF806032583A5A8061BF0568D475FE38E2D8D_inline(__this, L_8, /*hidden argument*/NULL);
|
|
HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline(__this, (bool)0, /*hidden argument*/NULL);
|
|
HTTPRequest_set_UseUploadStreamLength_mE14EE8DBDE86FFB0EDDCBFE5D096CC52BC673809_inline(__this, (bool)1, /*hidden argument*/NULL);
|
|
HTTPRequest_set_DisposeUploadStream_m6B13ABE16EC1374675F22D6ADBFE07AF663797F6_inline(__this, (bool)1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::SelectFormImplementation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * HTTPRequest_SelectFormImplementation_m9F04C3860589B19B98B434C45FC6D97143EAE66A (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_SelectFormImplementation_m9F04C3860589B19B98B434C45FC6D97143EAE66A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_0 = __this->get_FormImpl_42();
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_1 = __this->get_FormImpl_42();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_2 = __this->get_FieldCollector_41();
|
|
if (L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
return (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 *)NULL;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_3 = HTTPRequest_get_FormUsage_mE21ABE312FD35718806706E2856ECE60FF62CCC1_inline(__this, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
switch (L_4)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_5 = __this->get_FieldCollector_41();
|
|
NullCheck(L_5);
|
|
bool L_6 = HTTPFormBase_get_HasBinary_mE4FEE00384F8B90B973A77FC655D66681C5B8408_inline(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_7 = __this->get_FieldCollector_41();
|
|
NullCheck(L_7);
|
|
bool L_8 = HTTPFormBase_get_HasLongValue_m8A84A815522EA385B13773C23C4F48D0CD8B951C_inline(L_7, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577 * L_9 = (HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577 *)il2cpp_codegen_object_new(HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577_il2cpp_TypeInfo_var);
|
|
HTTPUrlEncodedForm__ctor_mB3F76639D3B8EE2F7A034234B171AA75785A8284(L_9, /*hidden argument*/NULL);
|
|
__this->set_FormImpl_42(L_9);
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD * L_10 = (HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD *)il2cpp_codegen_object_new(HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD_il2cpp_TypeInfo_var);
|
|
HTTPMultiPartForm__ctor_mBBAE92F4C74AABB239CFDB047B0D5010E0C1ECA9(L_10, /*hidden argument*/NULL);
|
|
__this->set_FormImpl_42(L_10);
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_11 = __this->get_FormImpl_42();
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_12 = __this->get_FieldCollector_41();
|
|
NullCheck(L_11);
|
|
VirtActionInvoker1< HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * >::Invoke(4 /* System.Void BestHTTP.Forms.HTTPFormBase::CopyFrom(BestHTTP.Forms.HTTPFormBase) */, L_11, L_12);
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_13 = __this->get_FormImpl_42();
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::AddHeader(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_1 = (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF *)il2cpp_codegen_object_new(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mEAAF465A79EE99997A8CF0556CEC5334BCE44EF2(L_1, /*hidden argument*/Dictionary_2__ctor_mEAAF465A79EE99997A8CF0556CEC5334BCE44EF2_RuntimeMethod_var);
|
|
HTTPRequest_set_Headers_mAB10C55637504DD8BDA448A3FE4E56DD94326387_inline(__this, L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_2 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_3 = ___name0;
|
|
NullCheck(L_2);
|
|
bool L_4 = Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C(L_2, L_3, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C_RuntimeMethod_var);
|
|
if (L_4)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_5 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_6 = ___name0;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85(L_7, 1, /*hidden argument*/List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85_RuntimeMethod_var);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = L_7;
|
|
V_0 = L_8;
|
|
NullCheck(L_5);
|
|
Dictionary_2_Add_m77DD1AAE607EDC7C550C45F4AC4FC935DF0380CC(L_5, L_6, L_8, /*hidden argument*/Dictionary_2_Add_m77DD1AAE607EDC7C550C45F4AC4FC935DF0380CC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_9 = V_0;
|
|
String_t* L_10 = ___value1;
|
|
NullCheck(L_9);
|
|
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_9, L_10, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::SetHeader(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_1 = (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF *)il2cpp_codegen_object_new(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mEAAF465A79EE99997A8CF0556CEC5334BCE44EF2(L_1, /*hidden argument*/Dictionary_2__ctor_mEAAF465A79EE99997A8CF0556CEC5334BCE44EF2_RuntimeMethod_var);
|
|
HTTPRequest_set_Headers_mAB10C55637504DD8BDA448A3FE4E56DD94326387_inline(__this, L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_2 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_3 = ___name0;
|
|
NullCheck(L_2);
|
|
bool L_4 = Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C(L_2, L_3, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C_RuntimeMethod_var);
|
|
if (L_4)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_5 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_6 = ___name0;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85(L_7, 1, /*hidden argument*/List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85_RuntimeMethod_var);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = L_7;
|
|
V_0 = L_8;
|
|
NullCheck(L_5);
|
|
Dictionary_2_Add_m77DD1AAE607EDC7C550C45F4AC4FC935DF0380CC(L_5, L_6, L_8, /*hidden argument*/Dictionary_2_Add_m77DD1AAE607EDC7C550C45F4AC4FC935DF0380CC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_9, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_10 = V_0;
|
|
String_t* L_11 = ___value1;
|
|
NullCheck(L_10);
|
|
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_10, L_11, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::RemoveHeader(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_RemoveHeader_m70B507775F2C6B65518C83FCA3125CDE18E2BDF3 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_RemoveHeader_m70B507775F2C6B65518C83FCA3125CDE18E2BDF3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_1 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___name0;
|
|
NullCheck(L_1);
|
|
bool L_3 = Dictionary_2_Remove_mD6C59C248145AD0A8EF08951B56E2D4C984D3F5F(L_1, L_2, /*hidden argument*/Dictionary_2_Remove_mD6C59C248145AD0A8EF08951B56E2D4C984D3F5F_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::HasHeader(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_1 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___name0;
|
|
NullCheck(L_1);
|
|
bool L_3 = Dictionary_2_ContainsKey_m81AE5386AFCDA3805EA9ADCC78F00C3EF903428A(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m81AE5386AFCDA3805EA9ADCC78F00C3EF903428A_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::EnumerateHeaders(BestHTTP.OnHeaderEnumerationDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_EnumerateHeaders_m0D3F96B9DB0768E95B393AE2AA54D8CE0F4F436C (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * ___callback0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_EnumerateHeaders_m0D3F96B9DB0768E95B393AE2AA54D8CE0F4F436C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
String_t* G_B10_0 = NULL;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * G_B10_1 = NULL;
|
|
String_t* G_B9_0 = NULL;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * G_B9_1 = NULL;
|
|
String_t* G_B11_0 = NULL;
|
|
String_t* G_B11_1 = NULL;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * G_B11_2 = NULL;
|
|
int32_t G_B20_0 = 0;
|
|
{
|
|
bool L_0 = HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2(__this, _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2 = Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1(L_1, /*hidden argument*/NULL);
|
|
HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9(__this, _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517, L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_3 = HTTPRequest_get_IsRedirected_mDB91912BF3491FD5BC3365685AB75BB56A8D2789_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2(__this, _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = HTTPRequest_get_Uri_m75C8558A9D9B9330ADC627385B5459E0E178D2E2_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5);
|
|
HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8(__this, _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1, L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
bool L_7 = HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2(__this, _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8(__this, _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C, _stringLiteral6A61A4430632E3076F68E538F3B74DFC33243D25, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
bool L_8 = HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2(__this, _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
bool L_9 = HTTPRequest_get_IsKeepAlive_m8CE448BC1F684C1E75DE3CFD82E5FAADB41251AE_inline(__this, /*hidden argument*/NULL);
|
|
G_B9_0 = _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C;
|
|
G_B9_1 = __this;
|
|
if (L_9)
|
|
{
|
|
G_B10_0 = _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C;
|
|
G_B10_1 = __this;
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = _stringLiteralE27AD8E313ACB13321273F1A499303C3439E07DD;
|
|
G_B11_1 = G_B9_0;
|
|
G_B11_2 = G_B9_1;
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
G_B11_0 = _stringLiteral50196A18563C17F4B384D0A09DF99D0679D4770B;
|
|
G_B11_1 = G_B10_0;
|
|
G_B11_2 = G_B10_1;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
NullCheck(G_B11_2);
|
|
HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8(G_B11_2, G_B11_1, G_B11_0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
bool L_10 = HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2(__this, _stringLiteral1945CA5513CF77B8240E53495BA7A26E86ACACA7, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8(__this, _stringLiteral1945CA5513CF77B8240E53495BA7A26E86ACACA7, _stringLiteral1DB089A9F84E14E95F11DCB5C57FA10D60AA84BB, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
bool L_11 = HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2(__this, _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6, /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8(__this, _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6, _stringLiteral5D066BBF48B7EA8F84B7115579785DE5979C12D8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
V_0 = (((int64_t)((int64_t)(-1))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(__this, /*hidden argument*/NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0130;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = HTTPRequest_GetEntityBody_m2C2524BA74EF055701E031337B4AEC8E2D9475EB(__this, /*hidden argument*/NULL);
|
|
V_1 = L_13;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1;
|
|
if (L_14)
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
G_B20_0 = 0;
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
G_B20_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))));
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
V_0 = (((int64_t)((int64_t)G_B20_0)));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = HTTPRequest_get_RawData_m41A7381E6122EECA899C3A54DC0D34B1868F5DCF_inline(__this, /*hidden argument*/NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_17 = __this->get_FormImpl_42();
|
|
if (L_17)
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_18 = __this->get_FieldCollector_41();
|
|
if (!L_18)
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_19 = __this->get_FieldCollector_41();
|
|
NullCheck(L_19);
|
|
bool L_20 = HTTPFormBase_get_IsEmpty_m5E8F6D21AF7548628113BCF7A787CBA8B443A2AC(L_19, /*hidden argument*/NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
HTTPRequest_SelectFormImplementation_m9F04C3860589B19B98B434C45FC6D97143EAE66A(__this, /*hidden argument*/NULL);
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_21 = __this->get_FormImpl_42();
|
|
if (!L_21)
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_22 = __this->get_FormImpl_42();
|
|
NullCheck(L_22);
|
|
VirtActionInvoker1< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * >::Invoke(5 /* System.Void BestHTTP.Forms.HTTPFormBase::PrepareRequest(BestHTTP.HTTPRequest) */, L_22, __this);
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
int64_t L_23 = HTTPRequest_get_UploadStreamLength_mBA3214E2866B0D8842813CDA57AF10F7A9CA9221(__this, /*hidden argument*/NULL);
|
|
V_0 = L_23;
|
|
int64_t L_24 = V_0;
|
|
if ((!(((uint64_t)L_24) == ((uint64_t)(((int64_t)((int64_t)(-1))))))))
|
|
{
|
|
goto IL_014c;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9(__this, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, _stringLiteralC2ADA962C434EB1E78BE70A26ABAC72B811941CD, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_014c:
|
|
{
|
|
bool L_25 = HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2(__this, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, /*hidden argument*/NULL);
|
|
if (L_25)
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9(__this, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, _stringLiteral10B12D00A7D3C421266B22114A2233F8F8621481, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
int64_t L_26 = V_0;
|
|
if ((((int64_t)L_26) == ((int64_t)(((int64_t)((int64_t)(-1)))))))
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
bool L_27 = HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2(__this, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C((int64_t*)(&V_0), /*hidden argument*/NULL);
|
|
HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9(__this, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, L_28, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_29 = HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_30 = HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_30);
|
|
int32_t L_31 = Credentials_get_Type_m7B050AF047038F3C303FD7ED94F25979E3A965BF_inline(L_30, /*hidden argument*/NULL);
|
|
V_2 = L_31;
|
|
int32_t L_32 = V_2;
|
|
switch (L_32)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01b8;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
|
|
IL_01b8:
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_33 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_34 = HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_34);
|
|
String_t* L_35 = Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9_inline(L_34, /*hidden argument*/NULL);
|
|
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_36 = HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_36);
|
|
String_t* L_37 = Credentials_get_Password_m03EB8C080B196F4ED945F245EFA76016DB5D5597_inline(L_36, /*hidden argument*/NULL);
|
|
String_t* L_38 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_35, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_37, /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_33, L_38);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
String_t* L_40 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_39, /*hidden argument*/NULL);
|
|
String_t* L_41 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3EFF1DD36111D056EF224CB39F6D07C7EBACC05C, L_40, /*hidden argument*/NULL);
|
|
HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9(__this, _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616, L_41, /*hidden argument*/NULL);
|
|
goto IL_0232;
|
|
}
|
|
|
|
IL_01fe:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_42 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var);
|
|
Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_43 = DigestStore_Get_mCB5CFF230AF0285927B39B72555AD520F082835E(L_42, /*hidden argument*/NULL);
|
|
V_3 = L_43;
|
|
Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_44 = V_3;
|
|
if (!L_44)
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_45 = V_3;
|
|
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_46 = HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
String_t* L_47 = Digest_GenerateResponseHeader_m3F1FC966524AC45AE66846038409E6C115F4A2C5(L_45, __this, L_46, /*hidden argument*/NULL);
|
|
V_4 = L_47;
|
|
String_t* L_48 = V_4;
|
|
bool L_49 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_48, /*hidden argument*/NULL);
|
|
if (L_49)
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_50 = V_4;
|
|
HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9(__this, _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616, L_50, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * L_51 = ___callback0;
|
|
if (!L_51)
|
|
{
|
|
goto IL_027a;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_52 = HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_52);
|
|
Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA L_53 = Dictionary_2_GetEnumerator_mF81DC76A58E19C2640CF6C8BE06F78361512F6E6(L_52, /*hidden argument*/Dictionary_2_GetEnumerator_mF81DC76A58E19C2640CF6C8BE06F78361512F6E6_RuntimeMethod_var);
|
|
V_5 = L_53;
|
|
}
|
|
|
|
IL_0242:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0261;
|
|
}
|
|
|
|
IL_0244:
|
|
{
|
|
KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD L_54 = Enumerator_get_Current_m0C79D6B8A354C9E3D29D7B654F902B30868E0949_inline((Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA *)(&V_5), /*hidden argument*/Enumerator_get_Current_m0C79D6B8A354C9E3D29D7B654F902B30868E0949_RuntimeMethod_var);
|
|
V_6 = L_54;
|
|
OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * L_55 = ___callback0;
|
|
String_t* L_56 = KeyValuePair_2_get_Key_m30085F04A06E53139F92FFF128B01098A85D75E4_inline((KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD *)(&V_6), /*hidden argument*/KeyValuePair_2_get_Key_m30085F04A06E53139F92FFF128B01098A85D75E4_RuntimeMethod_var);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_57 = KeyValuePair_2_get_Value_m8476A7D87325D4D7A32A4FFF66D2F2AEE1C30E36_inline((KeyValuePair_2_t9E20856DB65BAC258C27F3C359C8A86E2DCEEBBD *)(&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m8476A7D87325D4D7A32A4FFF66D2F2AEE1C30E36_RuntimeMethod_var);
|
|
NullCheck(L_55);
|
|
OnHeaderEnumerationDelegate_Invoke_mAC37AD8DF3EDD170F81A32988B6BE8FB58C1329D(L_55, L_56, L_57, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0261:
|
|
{
|
|
bool L_58 = Enumerator_MoveNext_m1534F8F536B5DDFE0019172C7CD4B38969DBE226((Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA *)(&V_5), /*hidden argument*/Enumerator_MoveNext_m1534F8F536B5DDFE0019172C7CD4B38969DBE226_RuntimeMethod_var);
|
|
if (L_58)
|
|
{
|
|
goto IL_0244;
|
|
}
|
|
}
|
|
|
|
IL_026a:
|
|
{
|
|
IL2CPP_LEAVE(0x27A, FINALLY_026c);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_026c;
|
|
}
|
|
|
|
FINALLY_026c:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_m20DEE1B61D35A4F881D24FDE0FC3E8C0A7DBF89D((Enumerator_t38C41296850665F3643D772F9790D4B3880BD9AA *)(&V_5), /*hidden argument*/Enumerator_Dispose_m20DEE1B61D35A4F881D24FDE0FC3E8C0A7DBF89D_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(620)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(620)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x27A, IL_027a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_027a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::SendHeaders(System.IO.BinaryWriter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SendHeaders_m5FC840CA7ABA032382DF1632AFCBCCC84B7D03C7 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___stream0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_SendHeaders_m5FC840CA7ABA032382DF1632AFCBCCC84B7D03C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081 * V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081 * L_0 = (U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass181_0__ctor_mBAFF7DE2B99C1790E431F5B42467AB08FBFD9B7A(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081 * L_1 = V_0;
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_2 = ___stream0;
|
|
NullCheck(L_1);
|
|
L_1->set_stream_0(L_2);
|
|
U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081 * L_3 = V_0;
|
|
OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * L_4 = (OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F *)il2cpp_codegen_object_new(OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F_il2cpp_TypeInfo_var);
|
|
OnHeaderEnumerationDelegate__ctor_mFDD5B531E6CCF365448142075DDF8B68FE3E2B6D(L_4, L_3, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass181_0_U3CSendHeadersU3Eb__0_m4E2AA2E8AD1300DECAC9293D1F7337B4BD12899E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
HTTPRequest_EnumerateHeaders_m0D3F96B9DB0768E95B393AE2AA54D8CE0F4F436C(__this, L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] BestHTTP.HTTPRequest::GetEntityBody()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPRequest_GetEntityBody_m2C2524BA74EF055701E031337B4AEC8E2D9475EB (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = HTTPRequest_get_RawData_m41A7381E6122EECA899C3A54DC0D34B1868F5DCF_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = HTTPRequest_get_RawData_m41A7381E6122EECA899C3A54DC0D34B1868F5DCF_inline(__this, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_2 = __this->get_FormImpl_42();
|
|
if (L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_3 = __this->get_FieldCollector_41();
|
|
if (!L_3)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_4 = __this->get_FieldCollector_41();
|
|
NullCheck(L_4);
|
|
bool L_5 = HTTPFormBase_get_IsEmpty_m5E8F6D21AF7548628113BCF7A787CBA8B443A2AC(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
HTTPRequest_SelectFormImplementation_m9F04C3860589B19B98B434C45FC6D97143EAE66A(__this, /*hidden argument*/NULL);
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_6 = __this->get_FormImpl_42();
|
|
if (!L_6)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_7 = __this->get_FormImpl_42();
|
|
NullCheck(L_7);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Byte[] BestHTTP.Forms.HTTPFormBase::GetData() */, L_7);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::SendOutTo(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SendOutTo_mE7834C3005AC24D2C41F9EA45D77958F2C5680AF (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_SendOutTo_mE7834C3005AC24D2C41F9EA45D77958F2C5680AF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_3 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * G_B13_0 = NULL;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * G_B12_0 = NULL;
|
|
int64_t G_B14_0 = 0;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * G_B14_1 = NULL;
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_1 = (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 *)il2cpp_codegen_object_new(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var);
|
|
BinaryWriter__ctor_m2E92F4E5096905E2E7487E003AB7B3CC5C5EC185(L_1, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_MethodNames_1();
|
|
uint8_t L_3 = HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
uint8_t L_4 = L_3;
|
|
String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
String_t* L_7 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_6, /*hidden argument*/NULL);
|
|
String_t* L_8 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral8F8556DC994CB6665CBB87161B41376ADB6A7B31, L_5, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_9 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
int32_t L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_9);
|
|
if ((((int32_t)L_10) > ((int32_t)1)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_11 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
String_t* L_12 = V_1;
|
|
String_t* L_13 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralF21911FA33E492159BD6F8CF47856BAC59ED80F1, L_12, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(2 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_11, _stringLiteralE99E24EC0738163A894CA43808264A3D837241EE, L_13);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_14 = V_0;
|
|
String_t* L_15 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9(L_15, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_14, L_16);
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_17 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0();
|
|
NullCheck(L_17);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_17, L_18);
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_19 = V_0;
|
|
HTTPRequest_SendHeaders_m5FC840CA7ABA032382DF1632AFCBCCC84B7D03C7(__this, L_19, /*hidden argument*/NULL);
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_20 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0();
|
|
NullCheck(L_20);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_20, L_21);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_23 = V_0;
|
|
NullCheck(L_23);
|
|
VirtActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryWriter::Flush() */, L_23);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = HTTPRequest_get_RawData_m41A7381E6122EECA899C3A54DC0D34B1868F5DCF_inline(__this, /*hidden argument*/NULL);
|
|
V_2 = L_24;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_2;
|
|
if (L_25)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_26 = __this->get_FormImpl_42();
|
|
if (!L_26)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_27 = __this->get_FormImpl_42();
|
|
NullCheck(L_27);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Byte[] BestHTTP.Forms.HTTPFormBase::GetData() */, L_27);
|
|
V_2 = L_28;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_2;
|
|
if (L_29)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_30 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_31 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(__this, /*hidden argument*/NULL);
|
|
V_3 = L_31;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_32 = V_3;
|
|
if (L_32)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_2;
|
|
NullCheck(L_34);
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_35 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m202D808FA26CD8AAF4087B8EFC2012B439E57A77(L_35, L_33, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))), /*hidden argument*/NULL);
|
|
V_3 = L_35;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_2;
|
|
NullCheck(L_36);
|
|
HTTPRequest_set_UploadLength_mD4C8FB652DAC8B40305D429CCDBC39687E68602A_inline(__this, (((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))))))), /*hidden argument*/NULL);
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
bool L_37 = HTTPRequest_get_UseUploadStreamLength_m7E5DE766D88CC4A1D938B94E884A80F146B4458E_inline(__this, /*hidden argument*/NULL);
|
|
G_B12_0 = __this;
|
|
if (L_37)
|
|
{
|
|
G_B13_0 = __this;
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
G_B14_0 = (((int64_t)((int64_t)(-1))));
|
|
G_B14_1 = G_B12_0;
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
int64_t L_38 = HTTPRequest_get_UploadStreamLength_mBA3214E2866B0D8842813CDA57AF10F7A9CA9221(__this, /*hidden argument*/NULL);
|
|
G_B14_0 = L_38;
|
|
G_B14_1 = G_B13_0;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
NullCheck(G_B14_1);
|
|
HTTPRequest_set_UploadLength_mD4C8FB652DAC8B40305D429CCDBC39687E68602A_inline(G_B14_1, G_B14_0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
HTTPRequest_set_Uploaded_mE07F257A722DC959C2A85FF6B84C743C7790109A_inline(__this, (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var);
|
|
int32_t L_39 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_UploadChunkSize_2();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_39);
|
|
V_4 = L_40;
|
|
V_5 = 0;
|
|
goto IL_016a;
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
bool L_41 = HTTPRequest_get_UseUploadStreamLength_m7E5DE766D88CC4A1D938B94E884A80F146B4458E_inline(__this, /*hidden argument*/NULL);
|
|
if (L_41)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_42 = V_0;
|
|
String_t* L_43 = Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8((int32_t*)(&V_5), _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9(L_43, /*hidden argument*/NULL);
|
|
NullCheck(L_42);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_42, L_44);
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_45 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0();
|
|
NullCheck(L_45);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_45, L_46);
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_47 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_4;
|
|
int32_t L_49 = V_5;
|
|
NullCheck(L_47);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(10 /* System.Void System.IO.BinaryWriter::Write(System.Byte[],System.Int32,System.Int32) */, L_47, L_48, 0, L_49);
|
|
bool L_50 = HTTPRequest_get_UseUploadStreamLength_m7E5DE766D88CC4A1D938B94E884A80F146B4458E_inline(__this, /*hidden argument*/NULL);
|
|
if (L_50)
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_51 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0();
|
|
NullCheck(L_51);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_51, L_52);
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_53 = V_0;
|
|
NullCheck(L_53);
|
|
VirtActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryWriter::Flush() */, L_53);
|
|
int64_t L_54 = HTTPRequest_get_Uploaded_m2E5896C2AC8C4BEDBED4D46BABB4A2B69A44201C_inline(__this, /*hidden argument*/NULL);
|
|
int32_t L_55 = V_5;
|
|
HTTPRequest_set_Uploaded_mE07F257A722DC959C2A85FF6B84C743C7790109A_inline(__this, ((int64_t)il2cpp_codegen_add((int64_t)L_54, (int64_t)(((int64_t)((int64_t)L_55))))), /*hidden argument*/NULL);
|
|
HTTPRequest_set_UploadProgressChanged_m19681B590B8B6F135DCC6980AA30CA6476538045_inline(__this, (bool)1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_016a:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_56 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = V_4;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_4;
|
|
NullCheck(L_58);
|
|
NullCheck(L_56);
|
|
int32_t L_59 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_56, L_57, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_58)->max_length)))));
|
|
int32_t L_60 = L_59;
|
|
V_5 = L_60;
|
|
if ((((int32_t)L_60) > ((int32_t)0)))
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
}
|
|
|
|
IL_017d:
|
|
{
|
|
bool L_61 = HTTPRequest_get_UseUploadStreamLength_m7E5DE766D88CC4A1D938B94E884A80F146B4458E_inline(__this, /*hidden argument*/NULL);
|
|
if (L_61)
|
|
{
|
|
goto IL_01ab;
|
|
}
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_62 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9(_stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL);
|
|
NullCheck(L_62);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_62, L_63);
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_64 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0();
|
|
NullCheck(L_64);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_64, L_65);
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_66 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0();
|
|
NullCheck(L_66);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_66, L_67);
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_68 = V_0;
|
|
NullCheck(L_68);
|
|
VirtActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryWriter::Flush() */, L_68);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_69 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(__this, /*hidden argument*/NULL);
|
|
if (L_69)
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
}
|
|
|
|
IL_01b9:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_70 = V_3;
|
|
if (!L_70)
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
}
|
|
|
|
IL_01bc:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_71 = V_3;
|
|
NullCheck(L_71);
|
|
Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_71, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01c2:
|
|
{
|
|
IL2CPP_LEAVE(0x1FB, FINALLY_01df);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_01c4;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_01c4:
|
|
{ // begin catch(System.Exception)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_72 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
Exception_t * L_73 = V_6;
|
|
NullCheck(L_72);
|
|
InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_72, _stringLiteralE99E24EC0738163A894CA43808264A3D837241EE, _stringLiteralB50BCACFA19B6ACD39E336CE8A9A880A99D68D7B, L_73);
|
|
Exception_t * L_74 = V_6;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, HTTPRequest_SendOutTo_mE7834C3005AC24D2C41F9EA45D77958F2C5680AF_RuntimeMethod_var);
|
|
} // end catch (depth: 2)
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_01df;
|
|
}
|
|
|
|
FINALLY_01df:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_75 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_75)
|
|
{
|
|
goto IL_01fa;
|
|
}
|
|
}
|
|
|
|
IL_01e7:
|
|
{
|
|
bool L_76 = HTTPRequest_get_DisposeUploadStream_m76BE2FFD2DCC08B67800FDC2EACB02A4AC2625DC_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_76)
|
|
{
|
|
goto IL_01fa;
|
|
}
|
|
}
|
|
|
|
IL_01ef:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_77 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_77);
|
|
Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_77, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01fa:
|
|
{
|
|
IL2CPP_END_FINALLY(479)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(479)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1FB, IL_01fb)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_01fb:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::UpgradeCallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_UpgradeCallback_m5B1C88802A3B4EE97B1D0DA4A695722E4750A82F (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_UpgradeCallback_m5B1C88802A3B4EE97B1D0DA4A695722E4750A82F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_0 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_1 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
bool L_2 = HTTPResponse_get_IsUpgraded_m241FEF79DCD38AA607FBF676F4DD2551F8D03703_inline(L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
}
|
|
|
|
IL_0017:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_3 = __this->get_OnUpgraded_12();
|
|
if (!L_3)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_4 = __this->get_OnUpgraded_12();
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_5 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
OnRequestFinishedDelegate_Invoke_mBF7F8D576C831CC7E83EFB77F9F88619B5365597(L_4, __this, L_5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0033;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0033:
|
|
{ // begin catch(System.Exception)
|
|
V_0 = ((Exception_t *)__exception_local);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_6 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
Exception_t * L_7 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_6, _stringLiteralE99E24EC0738163A894CA43808264A3D837241EE, _stringLiteralE9C05106394C9AD53645FE185D1ADFD0042665EB, L_7);
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::CallCallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_CallCallback_mB17C32F66AB0CE089237A205D442C0BB4810E4F6 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_CallCallback_mB17C32F66AB0CE089237A205D442C0BB4810E4F6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_0 = HTTPRequest_get_Callback_mC934FC533FCDE2E65772ECF50E8C63CCA9ED72A8_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_1 = HTTPRequest_get_Callback_mC934FC533FCDE2E65772ECF50E8C63CCA9ED72A8_inline(__this, /*hidden argument*/NULL);
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_2 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
OnRequestFinishedDelegate_Invoke_mBF7F8D576C831CC7E83EFB77F9F88619B5365597(L_1, __this, L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001c:
|
|
{ // begin catch(System.Exception)
|
|
V_0 = ((Exception_t *)__exception_local);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_3 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
Exception_t * L_4 = V_0;
|
|
NullCheck(L_3);
|
|
InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_3, _stringLiteralE99E24EC0738163A894CA43808264A3D837241EE, _stringLiteral4E8155253FA4552C60D906E7F6B59DF60B621024, L_4);
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::CallOnBeforeRedirection(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_CallOnBeforeRedirection_m5A4652C0B00B92D59ABABBAEA089161E2A3635AE (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___redirectUri0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * L_0 = __this->get_onBeforeRedirection_30();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * L_1 = __this->get_onBeforeRedirection_30();
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_2 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___redirectUri0;
|
|
NullCheck(L_1);
|
|
bool L_4 = OnBeforeRedirectionDelegate_Invoke_mD37B705266EAE663115461C66CDFD00899125A57(L_1, __this, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::FinishStreaming()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_FinishStreaming_m5AB710A526274C8E4CDB73FE41F5A31F0B52C55D (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_0 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_2 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
HTTPResponse_FinishStreaming_mE5C6D3C17FC67B102692C49819BA04EF2ED51EC5(L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::Prepare()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Prepare_m68B520BA9AC9F7F292FE2D8618C9AEFE7ADE1B5D (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = HTTPRequest_get_FormUsage_mE21ABE312FD35718806706E2856ECE60FF62CCC1_inline(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_SelectFormImplementation_m9F04C3860589B19B98B434C45FC6D97143EAE66A(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::CallCustomCertificationValidator(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_CallCustomCertificationValidator_m41C1B9505FB3BA95F651F4F892AC12D141769D8C (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___cert0, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_CallCustomCertificationValidator_m41C1B9505FB3BA95F651F4F892AC12D141769D8C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * L_0 = __this->get_CustomCertificationValidator_24();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * L_1 = __this->get_CustomCertificationValidator_24();
|
|
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_2 = ___cert0;
|
|
X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * L_3 = ___chain1;
|
|
NullCheck(L_1);
|
|
bool L_4 = Func_4_Invoke_m9987B5CD4DF7FF64BD45E365BF6CE9B63E5CBB43(L_1, __this, L_2, L_3, /*hidden argument*/Func_4_Invoke_m9987B5CD4DF7FF64BD45E365BF6CE9B63E5CBB43_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// BestHTTP.HTTPRequest BestHTTP.HTTPRequest::Send()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * HTTPRequest_Send_m3EEED630C06DEBD53B43BCF0EF438E7954E449FF (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_Send_m3EEED630C06DEBD53B43BCF0EF438E7954E449FF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = HTTPManager_SendRequest_m034F43651DCBBAEECB327920F0ED2AB6045931FF(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::Abort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Abort_mEFFADDF94A0D0C00656C372214ED596D19DC42C1 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_Abort_mEFFADDF94A0D0C00656C372214ED596D19DC42C1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Locker_16();
|
|
V_0 = L_0;
|
|
RuntimeObject * L_1 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
int32_t L_2 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_2) < ((int32_t)3)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_3 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
int32_t L_4 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(__this, /*hidden argument*/NULL);
|
|
V_2 = L_4;
|
|
RuntimeObject * L_5 = Box(HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576_il2cpp_TypeInfo_var, (&V_2));
|
|
NullCheck(L_5);
|
|
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5);
|
|
V_2 = *(int32_t*)UnBox(L_5);
|
|
String_t* L_7 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralE1646D85D634E1EDAD774AD566B989CE478C1F9C, L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(3 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_3, _stringLiteralE99E24EC0738163A894CA43808264A3D837241EE, L_7);
|
|
IL2CPP_LEAVE(0xA3, FINALLY_009c);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_8 = HTTPManager_GetConnectionWith_mB9B6870A688979D037CA264A5271D135C3A54DB5(__this, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_9 = V_1;
|
|
if (L_9)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
bool L_10 = HTTPManager_RemoveFromQueue_m528F16E0CD99DDCD51C304B5E9DEF211944003A5(__this, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_11 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(3 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_11, _stringLiteralE99E24EC0738163A894CA43808264A3D837241EE, _stringLiteralE6BDA3267B974B00FF6119EDD0719B3AAAD4201E);
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(__this, 5, /*hidden argument*/NULL);
|
|
IL2CPP_LEAVE(0xA3, FINALLY_009c);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_12 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_13 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
bool L_14 = HTTPResponse_get_IsStreamed_m1DD10B6DF1DBB43DFB90C9A029777CACB1F25BBE_inline(L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_15 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
HTTPResponse_Dispose_m089705CE622B84A061F3F066C5B38AE94BCE8475(L_15, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_16 = V_1;
|
|
NullCheck(L_16);
|
|
VirtActionInvoker1< int32_t >::Invoke(5 /* System.Void BestHTTP.ConnectionBase::Abort(BestHTTP.HTTPConnectionStates) */, L_16, 7);
|
|
IL2CPP_LEAVE(0xA3, FINALLY_009c);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_009c;
|
|
}
|
|
|
|
FINALLY_009c:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_17 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_17, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(156)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(156)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xA3, IL_00a3)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Object BestHTTP.HTTPRequest::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HTTPRequest_get_Current_mC8B2CC7A3E6BB06D8863763AF5EA786E9C2CCA7D (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return NULL;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPRequest::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_MoveNext_m541B93F4C000A2174FE0BE3DF0EDBB2F8FD2E631 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(__this, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_0) < ((int32_t)3))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Reset_m903DC82F66DEFA00D48FE406CFE74743E7543E09 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest_Reset_m903DC82F66DEFA00D48FE406CFE74743E7543E09_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, HTTPRequest_Reset_m903DC82F66DEFA00D48FE406CFE74743E7543E09_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// BestHTTP.HTTPRequest BestHTTP.HTTPRequest::System.Collections.Generic.IEnumerator<BestHTTP.HTTPRequest>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * HTTPRequest_System_Collections_Generic_IEnumeratorU3CBestHTTP_HTTPRequestU3E_get_Current_mABB3ACF942E99D5495CC4FC78BBD795BE58DBB5B (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return __this;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Dispose_m901107B3AFB24EF0BB327EA009827D0FDD0ABD2A (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__cctor_m58765123D6F3044E4FFF9ED1C0569420DDF36BF5 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPRequest__cctor_m58765123D6F3044E4FFF9ED1C0569420DDF36BF5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)13));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)((int32_t)10));
|
|
((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->set_EOL_0(L_2);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
|
|
V_0 = 0;
|
|
RuntimeObject * L_5 = Box(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var, (&V_0));
|
|
NullCheck(L_5);
|
|
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5);
|
|
V_0 = *(uint8_t*)UnBox(L_5);
|
|
NullCheck(L_6);
|
|
String_t* L_7 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, L_7);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_7);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_4;
|
|
V_0 = 1;
|
|
RuntimeObject * L_9 = Box(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var, (&V_0));
|
|
NullCheck(L_9);
|
|
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9);
|
|
V_0 = *(uint8_t*)UnBox(L_9);
|
|
NullCheck(L_10);
|
|
String_t* L_11 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_11);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_11);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_8;
|
|
V_0 = 2;
|
|
RuntimeObject * L_13 = Box(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var, (&V_0));
|
|
NullCheck(L_13);
|
|
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
|
|
V_0 = *(uint8_t*)UnBox(L_13);
|
|
NullCheck(L_14);
|
|
String_t* L_15 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_15);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_15);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_12;
|
|
V_0 = 3;
|
|
RuntimeObject * L_17 = Box(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var, (&V_0));
|
|
NullCheck(L_17);
|
|
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
|
|
V_0 = *(uint8_t*)UnBox(L_17);
|
|
NullCheck(L_18);
|
|
String_t* L_19 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_18, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_19);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_19);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_16;
|
|
V_0 = 4;
|
|
RuntimeObject * L_21 = Box(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var, (&V_0));
|
|
NullCheck(L_21);
|
|
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21);
|
|
V_0 = *(uint8_t*)UnBox(L_21);
|
|
NullCheck(L_22);
|
|
String_t* L_23 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_22, /*hidden argument*/NULL);
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, L_23);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_23);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = L_20;
|
|
V_0 = 5;
|
|
RuntimeObject * L_25 = Box(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var, (&V_0));
|
|
NullCheck(L_25);
|
|
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25);
|
|
V_0 = *(uint8_t*)UnBox(L_25);
|
|
NullCheck(L_26);
|
|
String_t* L_27 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_26, /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, L_27);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_27);
|
|
((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->set_MethodNames_1(L_24);
|
|
((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->set_UploadChunkSize_2(((int32_t)2048));
|
|
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 BestHTTP.HTTPRequest_<>c__DisplayClass181_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass181_0__ctor_mBAFF7DE2B99C1790E431F5B42467AB08FBFD9B7A (U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPRequest_<>c__DisplayClass181_0::<SendHeaders>b__0(System.String,System.Collections.Generic.List`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass181_0_U3CSendHeadersU3Eb__0_m4E2AA2E8AD1300DECAC9293D1F7337B4BD12899E (U3CU3Ec__DisplayClass181_0_t159E863FAF0890BF1D13DB53A98843979D62F081 * __this, String_t* ___header0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___values1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass181_0_U3CSendHeadersU3Eb__0_m4E2AA2E8AD1300DECAC9293D1F7337B4BD12899E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___header0;
|
|
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = ___values1;
|
|
if (L_2)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
String_t* L_3 = ___header0;
|
|
String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_3, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9(L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
V_1 = 0;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_6 = ___values1;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
String_t* L_8 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
bool L_9 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_10 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
String_t* L_11 = ___header0;
|
|
String_t* L_12 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralD85B1F2AAF0662AE3115F92C4AB9CEC28E7E95F1, L_11, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(3 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_10, _stringLiteralE99E24EC0738163A894CA43808264A3D837241EE, L_12);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_13 = __this->get_stream_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
|
|
NullCheck(L_13);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_13, L_14);
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_15 = __this->get_stream_0();
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_16 = ___values1;
|
|
int32_t L_17 = V_1;
|
|
NullCheck(L_16);
|
|
String_t* L_18 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_16, L_17, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9(L_18, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_15, L_19);
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_20 = __this->get_stream_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0();
|
|
NullCheck(L_20);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_20, L_21);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_24 = ___values1;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_24, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
|
|
if ((((int32_t)L_23) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.HTTPResponse::set_VersionMajor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMajor_m875CAF133F4828FC4C20A8716AF31DFC536A4BBA (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CVersionMajorU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_VersionMinor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMinor_m0A5B724F0B4A09CE951CDB6C5B583D9939A3B167 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CVersionMinorU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPResponse::get_StatusCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CStatusCodeU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_StatusCode(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_StatusCode_m43105A8832235E6E8B2F2D6E008F3CFAE8BA5139 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CStatusCodeU3Ek__BackingField_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::get_IsSuccess()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)200))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)300))))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_2 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(__this, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)304)))? 1 : 0);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String BestHTTP.HTTPResponse::get_Message()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m3D89F389A6BCAD73F95D6DD9DA67BEE164B7F24E (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_Message(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_Message_mB724C07AAD75A9565F330D71911B2C9E6D2A4BC0 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CMessageU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::get_IsStreamed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsStreamed_m1DD10B6DF1DBB43DFB90C9A029777CACB1F25BBE (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsStreamedU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_IsStreamed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamed_m0DEB7CCB82A92A0A925D62C444B0A4021992D42A (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsStreamedU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_IsStreamingFinished(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamingFinished_m99B602DE0EBFAB0F60B093C92981890AA71C73D0 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsStreamingFinishedU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPResponse::get_Headers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = __this->get_U3CHeadersU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_Headers(System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_Headers_m5D17388C0F3F82602CCE3DD3773F97B044EB459F (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = ___value0;
|
|
__this->set_U3CHeadersU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] BestHTTP.HTTPResponse::get_Data()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_U3CDataU3Ek__BackingField_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_Data(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_Data_m828642EF7A517159BC6F21D8A489A710950A69F1 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
|
|
__this->set_U3CDataU3Ek__BackingField_7(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::get_IsUpgraded()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m241FEF79DCD38AA607FBF676F4DD2551F8D03703 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsUpgradedU3Ek__BackingField_8();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_IsUpgraded(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsUpgraded_mB1C9AFAE9748B2BFB545BE374B2FB971D2E1348C (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsUpgradedU3Ek__BackingField_8(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String BestHTTP.HTTPResponse::get_DataAsText()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F_inline(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = __this->get_dataAsText_9();
|
|
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = __this->get_dataAsText_9();
|
|
return L_4;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F_inline(__this, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
NullCheck(L_5);
|
|
String_t* L_8 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))));
|
|
String_t* L_9 = L_8;
|
|
V_0 = L_9;
|
|
__this->set_dataAsText_9(L_9);
|
|
String_t* L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::get_IsClosedManually()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsClosedManually_m85B8D1B626EB6583CEC2FC0B90BCB99537AD0FB9 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsClosedManuallyU3Ek__BackingField_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::set_IsClosedManually(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_m04EFEC482E2AC737896266AA4A3A7B31808EB037 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsClosedManuallyU3Ek__BackingField_10(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse__ctor_m08226607B5EE29BC97C44BED97C0F6268268E3BC (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse__ctor_m08226607B5EE29BC97C44BED97C0F6268268E3BC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
|
|
__this->set_SyncRoot_14(L_0);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_1 = ___request0;
|
|
__this->set_baseRequest_11(L_1);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___stream1;
|
|
__this->set_Stream_12(L_2);
|
|
bool L_3 = ___isStreamed2;
|
|
HTTPResponse_set_IsStreamed_m0DEB7CCB82A92A0A925D62C444B0A4021992D42A_inline(__this, L_3, /*hidden argument*/NULL);
|
|
HTTPResponse_set_IsClosedManually_m04EFEC482E2AC737896266AA4A3A7B31808EB037_inline(__this, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::Receive(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_Receive_m35A1E96F649B91F5D429617C60DFA08DAE809DD2 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___forceReadRawContentLength0, bool ___readPayloadData1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_Receive_m35A1E96F649B91F5D429617C60DFA08DAE809DD2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
bool V_4 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * G_B21_0 = NULL;
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * G_B18_0 = NULL;
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * G_B20_0 = NULL;
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * G_B19_0 = NULL;
|
|
int32_t G_B22_0 = 0;
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * G_B22_1 = NULL;
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0006:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_Stream_12();
|
|
String_t* L_2 = HTTPResponse_ReadTo_mC29DCDDEC2FEE04CD5D126871ABE26802A859575(L_1, (uint8_t)((int32_t)32), /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_002e;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0016;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0016:
|
|
{ // begin catch(System.Object)
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_3 = __this->get_baseRequest_11();
|
|
NullCheck(L_3);
|
|
bool L_4 = HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456_inline(L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_4 = (bool)0;
|
|
goto IL_014c;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, HTTPResponse_Receive_m35A1E96F649B91F5D429617C60DFA08DAE809DD2_RuntimeMethod_var);
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002e:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_5 = __this->get_baseRequest_11();
|
|
NullCheck(L_5);
|
|
bool L_6 = HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456_inline(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = V_0;
|
|
bool L_8 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_7, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
String_t* L_9 = V_0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)47));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)46));
|
|
NullCheck(L_9);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_9, L_12, /*hidden argument*/NULL);
|
|
V_1 = L_13;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = 1;
|
|
String_t* L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
int32_t L_17 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_16, /*hidden argument*/NULL);
|
|
HTTPResponse_set_VersionMajor_m875CAF133F4828FC4C20A8716AF31DFC536A4BBA_inline(__this, L_17, /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 2;
|
|
String_t* L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
int32_t L_21 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_20, /*hidden argument*/NULL);
|
|
HTTPResponse_set_VersionMinor_m0A5B724F0B4A09CE951CDB6C5B583D9939A3B167_inline(__this, L_21, /*hidden argument*/NULL);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = __this->get_Stream_12();
|
|
String_t* L_23 = HTTPResponse_NoTrimReadTo_mF049B125A8C51F06ADE89E768859394E0FCE2EE9(L_22, (uint8_t)((int32_t)32), (uint8_t)((int32_t)10), /*hidden argument*/NULL);
|
|
V_3 = L_23;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_24 = __this->get_baseRequest_11();
|
|
NullCheck(L_24);
|
|
bool L_25 = HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456_inline(L_24, /*hidden argument*/NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_26 = V_3;
|
|
int32_t L_27 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_26, /*hidden argument*/NULL);
|
|
V_2 = L_27;
|
|
goto IL_00aa;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
String_t* L_28 = V_3;
|
|
bool L_29 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_28, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_29)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
int32_t L_30 = V_2;
|
|
HTTPResponse_set_StatusCode_m43105A8832235E6E8B2F2D6E008F3CFAE8BA5139_inline(__this, L_30, /*hidden argument*/NULL);
|
|
String_t* L_31 = V_3;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_31, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_32) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_33 = V_3;
|
|
String_t* L_34 = V_3;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)(((int32_t)((uint8_t)L_36)))) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_37 = V_3;
|
|
String_t* L_38 = V_3;
|
|
NullCheck(L_38);
|
|
int32_t L_39 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_38, /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)(((int32_t)((uint8_t)L_40)))) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = __this->get_Stream_12();
|
|
String_t* L_42 = HTTPResponse_ReadTo_mC29DCDDEC2FEE04CD5D126871ABE26802A859575(L_41, (uint8_t)((int32_t)10), /*hidden argument*/NULL);
|
|
HTTPResponse_set_Message_mB724C07AAD75A9565F330D71911B2C9E6D2A4BC0_inline(__this, L_42, /*hidden argument*/NULL);
|
|
goto IL_0100;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
String_t* L_43 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
HTTPResponse_set_Message_mB724C07AAD75A9565F330D71911B2C9E6D2A4BC0_inline(__this, L_43, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_44 = __this->get_Stream_12();
|
|
HTTPResponse_ReadHeaders_m18074A6AE83AE432D8BCEE1399DA4E2AC97A74C9(__this, L_44, /*hidden argument*/NULL);
|
|
int32_t L_45 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(__this, /*hidden argument*/NULL);
|
|
G_B18_0 = __this;
|
|
if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)101)))))
|
|
{
|
|
G_B21_0 = __this;
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
{
|
|
bool L_46 = HTTPResponse_HasHeaderWithValue_m3347AA0733522594AA1A5E78FB53C2A0A5372B54(__this, _stringLiteral814605C64A5C1C3C2D3C2C332153F0E425E92653, _stringLiteral7C5E83D7E7060A49636E0D40F38F1A7E6460C61D, /*hidden argument*/NULL);
|
|
G_B19_0 = G_B18_0;
|
|
if (L_46)
|
|
{
|
|
G_B20_0 = G_B18_0;
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
bool L_47 = HTTPResponse_HasHeader_m47C3C5B5F4DB9D74919F10E9B57505484A3A1994(__this, _stringLiteral7C5E83D7E7060A49636E0D40F38F1A7E6460C61D, /*hidden argument*/NULL);
|
|
G_B22_0 = ((int32_t)(L_47));
|
|
G_B22_1 = G_B19_0;
|
|
goto IL_013a;
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
G_B22_0 = 1;
|
|
G_B22_1 = G_B20_0;
|
|
goto IL_013a;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
G_B22_0 = 0;
|
|
G_B22_1 = G_B21_0;
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
NullCheck(G_B22_1);
|
|
HTTPResponse_set_IsUpgraded_mB1C9AFAE9748B2BFB545BE374B2FB971D2E1348C_inline(G_B22_1, (bool)G_B22_0, /*hidden argument*/NULL);
|
|
bool L_48 = ___readPayloadData1;
|
|
if (L_48)
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
int32_t L_49 = ___forceReadRawContentLength0;
|
|
bool L_50 = HTTPResponse_ReadPayload_m3DEB5AE52B52823A78B3455EAB95E3C1801C9330(__this, L_49, /*hidden argument*/NULL);
|
|
return L_50;
|
|
}
|
|
|
|
IL_014c:
|
|
{
|
|
bool L_51 = V_4;
|
|
return L_51;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::ReadPayload(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_ReadPayload_m3DEB5AE52B52823A78B3455EAB95E3C1801C9330 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___forceReadRawContentLength0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_ReadPayload_m3DEB5AE52B52823A78B3455EAB95E3C1801C9330_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_1 = NULL;
|
|
HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * V_2 = NULL;
|
|
{
|
|
int32_t L_0 = ___forceReadRawContentLength0;
|
|
if ((((int32_t)L_0) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_Stream_12();
|
|
int32_t L_2 = ___forceReadRawContentLength0;
|
|
HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F(__this, L_1, L_2, /*hidden argument*/NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_3 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_4) < ((int32_t)((int32_t)200))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_5 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)204))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)304))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_7 = __this->get_baseRequest_11();
|
|
NullCheck(L_7);
|
|
uint8_t L_8 = HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A_inline(L_7, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
bool L_9 = HTTPResponse_HasHeaderWithValue_m3347AA0733522594AA1A5E78FB53C2A0A5372B54(__this, _stringLiteral7104FBF33AE8F64B6683324CB0DA6E70F2194A22, _stringLiteral7DB2323AF37E1841807C6590CD0597B920564B93, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = __this->get_Stream_12();
|
|
HTTPResponse_ReadChunked_mD0E9BA4D52E3EE7689E6D83963B8FAE32B4C5244(__this, L_10, /*hidden argument*/NULL);
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_11 = HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B(__this, _stringLiteralE9E9753ECC5711769576B6F3355C602889D11DA7, /*hidden argument*/NULL);
|
|
V_0 = L_11;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_12 = HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B(__this, _stringLiteral596D663AFE503C75E0C27553473DB384576DFAC3, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_13 = V_0;
|
|
if (!L_13)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_14 = V_1;
|
|
if (L_14)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_15 = __this->get_Stream_12();
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_16, 0, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
int32_t L_18 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_17, /*hidden argument*/NULL);
|
|
HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F(__this, L_15, L_18, /*hidden argument*/NULL);
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_19 = V_1;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_20 = V_0;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = __this->get_Stream_12();
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_22 = V_0;
|
|
NullCheck(L_22);
|
|
String_t* L_23 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_22, 0, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
int32_t L_24 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_23, /*hidden argument*/NULL);
|
|
HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F(__this, L_21, L_24, /*hidden argument*/NULL);
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * L_25 = HTTPResponse_GetRange_m5E610F63A001F79E821E5AFBA241ABE8E77CF160(__this, /*hidden argument*/NULL);
|
|
V_2 = L_25;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_26 = __this->get_Stream_12();
|
|
HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * L_27 = V_2;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = HTTPRange_get_LastBytePos_m99EE6203C496D6D557E29D84BE55DFBE15AA0140_inline(L_27, /*hidden argument*/NULL);
|
|
HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * L_29 = V_2;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = HTTPRange_get_FirstBytePos_m68F2056ACC26BDC04CB0EB73F80CBF5DDF6B74BE_inline(L_29, /*hidden argument*/NULL);
|
|
HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F(__this, L_26, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_30)), (int32_t)1)), /*hidden argument*/NULL);
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_31 = __this->get_Stream_12();
|
|
HTTPResponse_ReadUnknownSize_mC93EB5084DE46C2AF8B5804388BE5FCE68257715(__this, L_31, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::ReadHeaders(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadHeaders_m18074A6AE83AE432D8BCEE1399DA4E2AC97A74C9 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_ReadHeaders_m18074A6AE83AE432D8BCEE1399DA4E2AC97A74C9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
|
|
String_t* L_1 = HTTPResponse_ReadTo_m01C19CF89FDAE0A1969B8478B869ED3D283ABCAE(L_0, (uint8_t)((int32_t)58), (uint8_t)((int32_t)10), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___stream0;
|
|
String_t* L_4 = HTTPResponse_ReadTo_mC29DCDDEC2FEE04CD5D126871ABE26802A859575(L_3, (uint8_t)((int32_t)10), /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
String_t* L_5 = V_0;
|
|
String_t* L_6 = V_1;
|
|
HTTPResponse_AddHeader_m884D863CFB5E6C5688D354E867C520DB742E0950(__this, L_5, L_6, /*hidden argument*/NULL);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = ___stream0;
|
|
String_t* L_8 = HTTPResponse_ReadTo_m01C19CF89FDAE0A1969B8478B869ED3D283ABCAE(L_7, (uint8_t)((int32_t)58), (uint8_t)((int32_t)10), /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
String_t* L_9 = V_0;
|
|
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
bool L_11 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_9, L_10, /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::AddHeader(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_AddHeader_m884D863CFB5E6C5688D354E867C520DB742E0950 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_AddHeader_m884D863CFB5E6C5688D354E867C520DB742E0950_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_0, /*hidden argument*/NULL);
|
|
___name0 = L_1;
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_2 = HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD_inline(__this, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_3 = (Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF *)il2cpp_codegen_object_new(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mEAAF465A79EE99997A8CF0556CEC5334BCE44EF2(L_3, /*hidden argument*/Dictionary_2__ctor_mEAAF465A79EE99997A8CF0556CEC5334BCE44EF2_RuntimeMethod_var);
|
|
HTTPResponse_set_Headers_m5D17388C0F3F82602CCE3DD3773F97B044EB459F_inline(__this, L_3, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_4 = HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_5 = ___name0;
|
|
NullCheck(L_4);
|
|
bool L_6 = Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C(L_4, L_5, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C_RuntimeMethod_var);
|
|
if (L_6)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_7 = HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_8 = ___name0;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_9 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85(L_9, 1, /*hidden argument*/List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85_RuntimeMethod_var);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_10 = L_9;
|
|
V_0 = L_10;
|
|
NullCheck(L_7);
|
|
Dictionary_2_Add_m77DD1AAE607EDC7C550C45F4AC4FC935DF0380CC(L_7, L_8, L_10, /*hidden argument*/Dictionary_2_Add_m77DD1AAE607EDC7C550C45F4AC4FC935DF0380CC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_11 = V_0;
|
|
String_t* L_12 = ___value1;
|
|
NullCheck(L_11);
|
|
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_11, L_12, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<System.String> BestHTTP.HTTPResponse::GetHeaderValues(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD_inline(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = ___name0;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_1, /*hidden argument*/NULL);
|
|
___name0 = L_2;
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_3 = HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_4 = ___name0;
|
|
NullCheck(L_3);
|
|
bool L_5 = Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C(L_3, L_4, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C_RuntimeMethod_var);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_6, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)NULL;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.String BestHTTP.HTTPResponse::GetFirstHeaderValue(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_GetFirstHeaderValue_mF8A6215CD88E83B18C433F0D242973F9B8A9411F (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_GetFirstHeaderValue_mF8A6215CD88E83B18C433F0D242973F9B8A9411F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD_inline(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = ___name0;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_1, /*hidden argument*/NULL);
|
|
___name0 = L_2;
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_3 = HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_4 = ___name0;
|
|
NullCheck(L_3);
|
|
bool L_5 = Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C(L_3, L_4, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3511D8355703522F145C2261083E2A4DDCC7417C_RuntimeMethod_var);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_6, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_8, 0, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::HasHeaderWithValue(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeaderWithValue_m3347AA0733522594AA1A5E78FB53C2A0A5372B54 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___headerName0, String_t* ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_HasHeaderWithValue_m3347AA0733522594AA1A5E78FB53C2A0A5372B54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___headerName0;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B(__this, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
V_1 = 0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
String_t* L_5 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
String_t* L_6 = ___value1;
|
|
int32_t L_7 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_5, L_6, 5, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_10 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_10, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
|
|
if ((((int32_t)L_9) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::HasHeader(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeader_m47C3C5B5F4DB9D74919F10E9B57505484A3A1994 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___headerName0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___headerName0;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B(__this, L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// BestHTTP.HTTPRange BestHTTP.HTTPResponse::GetRange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * HTTPResponse_GetRange_m5E610F63A001F79E821E5AFBA241ABE8E77CF160 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_GetRange_m5E610F63A001F79E821E5AFBA241ABE8E77CF160_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B5_1 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B7_1 = 0;
|
|
int32_t G_B7_2 = 0;
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B(__this, _stringLiteral596D663AFE503C75E0C27553473DB384576DFAC3, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 *)NULL;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_2, 0, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A(L_3, L_5, 1, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 2;
|
|
String_t* L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
int32_t L_15 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_14, /*hidden argument*/NULL);
|
|
HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * L_16 = (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 *)il2cpp_codegen_object_new(HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581_il2cpp_TypeInfo_var);
|
|
HTTPRange__ctor_m2CC7B354440005C5BB64E9B7DF7A154E8DAFB17E(L_16, L_15, /*hidden argument*/NULL);
|
|
return L_16;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
int32_t L_18 = 1;
|
|
String_t* L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
int32_t L_20 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_19, /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 2;
|
|
String_t* L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
int32_t L_24 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_23, /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = 3;
|
|
String_t* L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
bool L_28 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_27, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, /*hidden argument*/NULL);
|
|
G_B5_0 = L_24;
|
|
G_B5_1 = L_20;
|
|
if (L_28)
|
|
{
|
|
G_B6_0 = L_24;
|
|
G_B6_1 = L_20;
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = (-1);
|
|
G_B7_1 = G_B5_0;
|
|
G_B7_2 = G_B5_1;
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = 3;
|
|
String_t* L_31 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
int32_t L_32 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_31, /*hidden argument*/NULL);
|
|
G_B7_0 = L_32;
|
|
G_B7_1 = G_B6_0;
|
|
G_B7_2 = G_B6_1;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * L_33 = (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 *)il2cpp_codegen_object_new(HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581_il2cpp_TypeInfo_var);
|
|
HTTPRange__ctor_m6797584DDB8B1ECBB9C3CB1BC1256FA163F45183(L_33, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL);
|
|
return L_33;
|
|
}
|
|
}
|
|
// System.String BestHTTP.HTTPResponse::ReadTo(System.IO.Stream,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_mC29DCDDEC2FEE04CD5D126871ABE26802A859575 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, uint8_t ___blocker1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_ReadTo_mC29DCDDEC2FEE04CD5D126871ABE26802A859575_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0006:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_1);
|
|
V_1 = L_2;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_3, (uint8_t)(((int32_t)((uint8_t)L_4))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ___stream0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_5);
|
|
V_1 = L_6;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_7 = V_1;
|
|
uint8_t L_8 = ___blocker1;
|
|
if ((((int32_t)L_7) == ((int32_t)L_8)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_10 = V_0;
|
|
NullCheck(L_10);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_10);
|
|
String_t* L_12 = Extensions_AsciiToString_mDE27CE943B85A9817FF6519BF5E7BA216BFC7AF8(L_11, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
String_t* L_13 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
IL2CPP_LEAVE(0x43, FINALLY_0039);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0039;
|
|
}
|
|
|
|
FINALLY_0039:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_14 = V_0;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_15 = V_0;
|
|
NullCheck(L_15);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_15);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
IL2CPP_END_FINALLY(57)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(57)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x43, IL_0043)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
String_t* L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.String BestHTTP.HTTPResponse::ReadTo(System.IO.Stream,System.Byte,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_m01C19CF89FDAE0A1969B8478B869ED3D283ABCAE (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, uint8_t ___blocker11, uint8_t ___blocker22, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_ReadTo_m01C19CF89FDAE0A1969B8478B869ED3D283ABCAE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0006:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_1);
|
|
V_1 = L_2;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_3, (uint8_t)(((int32_t)((uint8_t)L_4))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ___stream0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_5);
|
|
V_1 = L_6;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_7 = V_1;
|
|
uint8_t L_8 = ___blocker11;
|
|
if ((((int32_t)L_7) == ((int32_t)L_8)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
uint8_t L_10 = ___blocker22;
|
|
if ((((int32_t)L_9) == ((int32_t)L_10)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_12);
|
|
String_t* L_14 = Extensions_AsciiToString_mDE27CE943B85A9817FF6519BF5E7BA216BFC7AF8(L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
String_t* L_15 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_14, /*hidden argument*/NULL);
|
|
V_2 = L_15;
|
|
IL2CPP_LEAVE(0x47, FINALLY_003d);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003d;
|
|
}
|
|
|
|
FINALLY_003d:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_16 = V_0;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_17 = V_0;
|
|
NullCheck(L_17);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
IL2CPP_END_FINALLY(61)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(61)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x47, IL_0047)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
String_t* L_18 = V_2;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.String BestHTTP.HTTPResponse::NoTrimReadTo(System.IO.Stream,System.Byte,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_NoTrimReadTo_mF049B125A8C51F06ADE89E768859394E0FCE2EE9 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, uint8_t ___blocker11, uint8_t ___blocker22, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_NoTrimReadTo_mF049B125A8C51F06ADE89E768859394E0FCE2EE9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0006:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_1);
|
|
V_1 = L_2;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_3, (uint8_t)(((int32_t)((uint8_t)L_4))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ___stream0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_5);
|
|
V_1 = L_6;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_7 = V_1;
|
|
uint8_t L_8 = ___blocker11;
|
|
if ((((int32_t)L_7) == ((int32_t)L_8)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
uint8_t L_10 = ___blocker22;
|
|
if ((((int32_t)L_9) == ((int32_t)L_10)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_12);
|
|
String_t* L_14 = Extensions_AsciiToString_mDE27CE943B85A9817FF6519BF5E7BA216BFC7AF8(L_13, /*hidden argument*/NULL);
|
|
V_2 = L_14;
|
|
IL2CPP_LEAVE(0x42, FINALLY_0038);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0038;
|
|
}
|
|
|
|
FINALLY_0038:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_15 = V_0;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_16);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
IL2CPP_END_FINALLY(56)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(56)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x42, IL_0042)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
String_t* L_17 = V_2;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPResponse::ReadChunkLength(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_ReadChunkLength_m3230E675936306215D548A889C4AD010DFC7B2D9 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_ReadChunkLength_m3230E675936306215D548A889C4AD010DFC7B2D9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
|
|
String_t* L_1 = HTTPResponse_ReadTo_mC29DCDDEC2FEE04CD5D126871ABE26802A859575(L_0, (uint8_t)((int32_t)10), /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)59));
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_1, L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5 = 0;
|
|
String_t* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_0 = L_6;
|
|
String_t* L_7 = V_0;
|
|
bool L_8 = Int32_TryParse_m6ADA5D03EE325554346538B991A4C3566BD2A011(L_7, ((int32_t)512), (RuntimeObject*)NULL, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
String_t* L_10 = V_0;
|
|
String_t* L_11 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral203A87C3B10B9D87D9E7450193BC927209808623, L_10, /*hidden argument*/NULL);
|
|
Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_12, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, HTTPResponse_ReadChunkLength_m3230E675936306215D548A889C4AD010DFC7B2D9_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::ReadChunked(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadChunked_mD0E9BA4D52E3EE7689E6D83963B8FAE32B4C5244 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_ReadChunked_mD0E9BA4D52E3EE7689E6D83963B8FAE32B4C5244_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
HTTPResponse_BeginReceiveStreamFragments_m9E5DC32199C449C896DB16609A7D9C05CCCA12F6(__this, /*hidden argument*/NULL);
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0;
|
|
int32_t L_2 = HTTPResponse_ReadChunkLength_m3230E675936306215D548A889C4AD010DFC7B2D9(__this, L_1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_3);
|
|
V_2 = L_4;
|
|
V_3 = 0;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_5 = __this->get_baseRequest_11();
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
HTTPRequest_set_DownloadLength_m4757F9E297AC93D2C13474B2EBD2F1EE66E852F8_inline(L_5, L_6, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_7 = __this->get_baseRequest_11();
|
|
bool L_8 = HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline(L_7, L_8, /*hidden argument*/NULL);
|
|
goto IL_00fe;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = V_1;
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) >= ((int32_t)L_10)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
Array_Resize_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC28BB4CEE7A55F4169E9BF637639717538B3ADF1((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)(&V_2), L_11, /*hidden argument*/Array_Resize_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC28BB4CEE7A55F4169E9BF637639717538B3ADF1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
V_4 = 0;
|
|
HTTPResponse_WaitWhileHasFragments_m066016088C0C5227170CE8D548AF406F067EA722(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = ___stream0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2;
|
|
int32_t L_14 = V_4;
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = V_4;
|
|
NullCheck(L_12);
|
|
int32_t L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)));
|
|
V_5 = L_17;
|
|
int32_t L_18 = V_5;
|
|
if ((((int32_t)L_18) > ((int32_t)0)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
Exception_t * L_19 = ExceptionHelper_ServerClosedTCPStream_m5F11210B45801B5BD6BDC252736B16757F865C49(/*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, HTTPResponse_ReadChunked_mD0E9BA4D52E3EE7689E6D83963B8FAE32B4C5244_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
int32_t L_20 = V_4;
|
|
int32_t L_21 = V_5;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21));
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_22 = __this->get_baseRequest_11();
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_23 = L_22;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674_inline(L_23, /*hidden argument*/NULL);
|
|
int32_t L_25 = V_5;
|
|
NullCheck(L_23);
|
|
HTTPRequest_set_Downloaded_m82743C2154D434E95AF27917A4325E458C35A6E7_inline(L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_26 = __this->get_baseRequest_11();
|
|
bool L_27 = HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline(L_26, L_27, /*hidden argument*/NULL);
|
|
int32_t L_28 = V_4;
|
|
int32_t L_29 = V_1;
|
|
if ((((int32_t)L_28) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_30 = __this->get_baseRequest_11();
|
|
NullCheck(L_30);
|
|
bool L_31 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_30, /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_2;
|
|
int32_t L_33 = V_4;
|
|
HTTPResponse_FeedStreamFragment_mA3F11AD442206B4992833FF5AA43A191FE42927C(__this, L_32, 0, L_33, /*hidden argument*/NULL);
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_34 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_2;
|
|
int32_t L_36 = V_4;
|
|
NullCheck(L_34);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_34, L_35, 0, L_36);
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_37 = ___stream0;
|
|
HTTPResponse_ReadTo_mC29DCDDEC2FEE04CD5D126871ABE26802A859575(L_37, (uint8_t)((int32_t)10), /*hidden argument*/NULL);
|
|
int32_t L_38 = V_3;
|
|
int32_t L_39 = V_4;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_40 = ___stream0;
|
|
int32_t L_41 = HTTPResponse_ReadChunkLength_m3230E675936306215D548A889C4AD010DFC7B2D9(__this, L_40, /*hidden argument*/NULL);
|
|
V_1 = L_41;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_42 = __this->get_baseRequest_11();
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_43 = L_42;
|
|
NullCheck(L_43);
|
|
int32_t L_44 = HTTPRequest_get_DownloadLength_m502ED784DE018C297EF74DAD142FE4FD0A8EE423_inline(L_43, /*hidden argument*/NULL);
|
|
int32_t L_45 = V_1;
|
|
NullCheck(L_43);
|
|
HTTPRequest_set_DownloadLength_m4757F9E297AC93D2C13474B2EBD2F1EE66E852F8_inline(L_43, ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45)), /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_46 = __this->get_baseRequest_11();
|
|
bool L_47 = HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline(L_46, L_47, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
int32_t L_48 = V_1;
|
|
if (L_48)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_49 = __this->get_baseRequest_11();
|
|
NullCheck(L_49);
|
|
bool L_50 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_49, /*hidden argument*/NULL);
|
|
if (!L_50)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
HTTPResponse_FlushRemainingFragmentBuffer_mFD2703F636220B1D36F23A3DFFFFAB1D4EC03C15(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_51 = ___stream0;
|
|
HTTPResponse_ReadHeaders_m18074A6AE83AE432D8BCEE1399DA4E2AC97A74C9(__this, L_51, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_52 = __this->get_baseRequest_11();
|
|
NullCheck(L_52);
|
|
bool L_53 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_52, /*hidden argument*/NULL);
|
|
if (L_53)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_54 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = HTTPResponse_DecodeStream_m7F55728B3EA919AB3F87BA2FCE72066BAAA6B9FC(__this, L_54, /*hidden argument*/NULL);
|
|
HTTPResponse_set_Data_m828642EF7A517159BC6F21D8A489A710950A69F1_inline(__this, L_55, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
IL2CPP_LEAVE(0x144, FINALLY_013a);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_013a;
|
|
}
|
|
|
|
FINALLY_013a:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_56 = V_0;
|
|
if (!L_56)
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_57 = V_0;
|
|
NullCheck(L_57);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_57);
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
IL2CPP_END_FINALLY(314)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(314)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x144, IL_0144)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::ReadRaw(System.IO.Stream,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___contentLength1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
HTTPResponse_BeginReceiveStreamFragments_m9E5DC32199C449C896DB16609A7D9C05CCCA12F6(__this, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = __this->get_baseRequest_11();
|
|
int32_t L_1 = ___contentLength1;
|
|
NullCheck(L_0);
|
|
HTTPRequest_set_DownloadLength_m4757F9E297AC93D2C13474B2EBD2F1EE66E852F8_inline(L_0, L_1, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = __this->get_baseRequest_11();
|
|
bool L_3 = HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline(L_2, L_3, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_4 = __this->get_baseRequest_11();
|
|
NullCheck(L_4);
|
|
bool L_5 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___contentLength1;
|
|
G_B3_0 = L_6;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_7 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m78689C82DED9ACE5022B7EABF28F17FF318DF2AA(L_7, G_B3_0, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_003a:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_8 = __this->get_baseRequest_11();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = HTTPRequest_get_StreamFragmentSize_m249D55D619FBEA57006A71467AA49EF2D73B8B60_inline(L_8, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_9, ((int32_t)4096), /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_10);
|
|
V_1 = L_11;
|
|
V_2 = 0;
|
|
goto IL_00d7;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
V_2 = 0;
|
|
HTTPResponse_WaitWhileHasFragments_m066016088C0C5227170CE8D548AF406F067EA722(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = ___stream0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_1;
|
|
int32_t L_14 = V_2;
|
|
int32_t L_15 = ___contentLength1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))), (int32_t)L_17)), /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
int32_t L_19 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, L_14, L_18);
|
|
V_3 = L_19;
|
|
int32_t L_20 = V_3;
|
|
if ((((int32_t)L_20) > ((int32_t)0)))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
Exception_t * L_21 = ExceptionHelper_ServerClosedTCPStream_m5F11210B45801B5BD6BDC252736B16757F865C49(/*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, HTTPResponse_ReadRaw_m99DC66CCEAF3C1E68A670EAAB8D8AFDB2474442F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
int32_t L_22 = V_2;
|
|
int32_t L_23 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23));
|
|
int32_t L_24 = ___contentLength1;
|
|
int32_t L_25 = V_3;
|
|
___contentLength1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25));
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_26 = __this->get_baseRequest_11();
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_27 = L_26;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674_inline(L_27, /*hidden argument*/NULL);
|
|
int32_t L_29 = V_3;
|
|
NullCheck(L_27);
|
|
HTTPRequest_set_Downloaded_m82743C2154D434E95AF27917A4325E458C35A6E7_inline(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_30 = __this->get_baseRequest_11();
|
|
bool L_31 = HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_30);
|
|
HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline(L_30, L_31, /*hidden argument*/NULL);
|
|
int32_t L_32 = V_2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_1;
|
|
NullCheck(L_33);
|
|
if ((((int32_t)L_32) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
int32_t L_34 = ___contentLength1;
|
|
if ((((int32_t)L_34) > ((int32_t)0)))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_35 = __this->get_baseRequest_11();
|
|
NullCheck(L_35);
|
|
bool L_36 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_35, /*hidden argument*/NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_1;
|
|
int32_t L_38 = V_2;
|
|
HTTPResponse_FeedStreamFragment_mA3F11AD442206B4992833FF5AA43A191FE42927C(__this, L_37, 0, L_38, /*hidden argument*/NULL);
|
|
goto IL_00d7;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_39 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_1;
|
|
int32_t L_41 = V_2;
|
|
NullCheck(L_39);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_39, L_40, 0, L_41);
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
int32_t L_42 = ___contentLength1;
|
|
if ((((int32_t)L_42) > ((int32_t)0)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_43 = __this->get_baseRequest_11();
|
|
NullCheck(L_43);
|
|
bool L_44 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_43, /*hidden argument*/NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
HTTPResponse_FlushRemainingFragmentBuffer_mFD2703F636220B1D36F23A3DFFFFAB1D4EC03C15(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_45 = __this->get_baseRequest_11();
|
|
NullCheck(L_45);
|
|
bool L_46 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_45, /*hidden argument*/NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_47 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = HTTPResponse_DecodeStream_m7F55728B3EA919AB3F87BA2FCE72066BAAA6B9FC(__this, L_47, /*hidden argument*/NULL);
|
|
HTTPResponse_set_Data_m828642EF7A517159BC6F21D8A489A710950A69F1_inline(__this, L_48, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
IL2CPP_LEAVE(0x117, FINALLY_010d);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_010d;
|
|
}
|
|
|
|
FINALLY_010d:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_49 = V_0;
|
|
if (!L_49)
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_50 = V_0;
|
|
NullCheck(L_50);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_50);
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
IL2CPP_END_FINALLY(269)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(269)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x117, IL_0117)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::ReadUnknownSize(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadUnknownSize_mC93EB5084DE46C2AF8B5804388BE5FCE68257715 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_ReadUnknownSize_mC93EB5084DE46C2AF8B5804388BE5FCE68257715_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * V_0 = NULL;
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_1 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
|
|
V_0 = ((NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)IsInstClass((RuntimeObject*)L_0, NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var));
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_1, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = __this->get_baseRequest_11();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = HTTPRequest_get_StreamFragmentSize_m249D55D619FBEA57006A71467AA49EF2D73B8B60_inline(L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_3, ((int32_t)4096), /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_4);
|
|
V_2 = L_5;
|
|
V_3 = 0;
|
|
V_4 = 0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_3 = 0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
V_4 = 0;
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int32_t L_7 = V_3;
|
|
V_5 = L_7;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = ___stream0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_8);
|
|
V_6 = L_9;
|
|
int32_t L_10 = V_6;
|
|
if ((((int32_t)L_10) < ((int32_t)0)))
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2;
|
|
int32_t L_12 = V_5;
|
|
int32_t L_13 = V_6;
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (uint8_t)(((int32_t)((uint8_t)L_13))));
|
|
int32_t L_14 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
int32_t L_15 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_16 = V_5;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))))
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_18 = V_0;
|
|
NullCheck(L_18);
|
|
bool L_19 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Net.Sockets.NetworkStream::get_DataAvailable() */, L_18);
|
|
if (L_19)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = ___stream0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2;
|
|
int32_t L_22 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_2;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = V_3;
|
|
NullCheck(L_20);
|
|
int32_t L_25 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_20, L_21, L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))), (int32_t)L_24)));
|
|
V_4 = L_25;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
int32_t L_26 = V_3;
|
|
int32_t L_27 = V_4;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27));
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_28 = __this->get_baseRequest_11();
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_29 = L_28;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674_inline(L_29, /*hidden argument*/NULL);
|
|
int32_t L_31 = V_4;
|
|
NullCheck(L_29);
|
|
HTTPRequest_set_Downloaded_m82743C2154D434E95AF27917A4325E458C35A6E7_inline(L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_32 = __this->get_baseRequest_11();
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_33 = __this->get_baseRequest_11();
|
|
NullCheck(L_33);
|
|
int32_t L_34 = HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674_inline(L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_32);
|
|
HTTPRequest_set_DownloadLength_m4757F9E297AC93D2C13474B2EBD2F1EE66E852F8_inline(L_32, L_34, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_35 = __this->get_baseRequest_11();
|
|
bool L_36 = HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline(L_35, L_36, /*hidden argument*/NULL);
|
|
int32_t L_37 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_2;
|
|
NullCheck(L_38);
|
|
if ((((int32_t)L_37) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))))
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
int32_t L_39 = V_4;
|
|
if ((((int32_t)L_39) > ((int32_t)0)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_40 = __this->get_baseRequest_11();
|
|
NullCheck(L_40);
|
|
bool L_41 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_40, /*hidden argument*/NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_2;
|
|
int32_t L_43 = V_3;
|
|
HTTPResponse_FeedStreamFragment_mA3F11AD442206B4992833FF5AA43A191FE42927C(__this, L_42, 0, L_43, /*hidden argument*/NULL);
|
|
goto IL_00e9;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_44 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_2;
|
|
int32_t L_46 = V_3;
|
|
NullCheck(L_44);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_44, L_45, 0, L_46);
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
int32_t L_47 = V_4;
|
|
if ((((int32_t)L_47) > ((int32_t)0)))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_48 = __this->get_baseRequest_11();
|
|
NullCheck(L_48);
|
|
bool L_49 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_48, /*hidden argument*/NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
HTTPResponse_FlushRemainingFragmentBuffer_mFD2703F636220B1D36F23A3DFFFFAB1D4EC03C15(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_50 = __this->get_baseRequest_11();
|
|
NullCheck(L_50);
|
|
bool L_51 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_50, /*hidden argument*/NULL);
|
|
if (L_51)
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_52 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = HTTPResponse_DecodeStream_m7F55728B3EA919AB3F87BA2FCE72066BAAA6B9FC(__this, L_52, /*hidden argument*/NULL);
|
|
HTTPResponse_set_Data_m828642EF7A517159BC6F21D8A489A710950A69F1_inline(__this, L_53, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
IL2CPP_LEAVE(0x12A, FINALLY_0120);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0120;
|
|
}
|
|
|
|
FINALLY_0120:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_54 = V_1;
|
|
if (!L_54)
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_55 = V_1;
|
|
NullCheck(L_55);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_55);
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
IL2CPP_END_FINALLY(288)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(288)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x12A, IL_012a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] BestHTTP.HTTPResponse::DecodeStream(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPResponse_DecodeStream_m7F55728B3EA919AB3F87BA2FCE72066BAAA6B9FC (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___streamToDecode0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_DecodeStream_m7F55728B3EA919AB3F87BA2FCE72066BAAA6B9FC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_3 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___streamToDecode0;
|
|
NullCheck(L_0);
|
|
VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, (((int64_t)((int64_t)0))), 0);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B(__this, _stringLiteral1D47F662402A60E08E6BFF5565EFFCCE2D476EC5, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
V_1 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___streamToDecode0;
|
|
V_1 = L_3;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_4, 0, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
String_t* L_6 = V_2;
|
|
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralCA546E369BEECAAE3968C126FCCB8B5415E4AE84, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = V_2;
|
|
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteral1AA9813C28324613AEA29F0818C0EA6DADF00B0B, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = ___streamToDecode0;
|
|
GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * L_11 = (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B *)il2cpp_codegen_object_new(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var);
|
|
GZipStream__ctor_mD9982C5D5B2D730E63DE447E276EB133AED81713(L_11, L_10, 1, /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = ___streamToDecode0;
|
|
DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * L_13 = (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 *)il2cpp_codegen_object_new(DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482_il2cpp_TypeInfo_var);
|
|
DeflateStream__ctor_m65EC06F0E961A4BE0775673130677E266DFF3EE8(L_13, L_12, 1, /*hidden argument*/NULL);
|
|
V_1 = L_13;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = ___streamToDecode0;
|
|
V_1 = L_14;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_15 = ___streamToDecode0;
|
|
NullCheck(L_15);
|
|
int64_t L_16 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_15);
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_17 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m78689C82DED9ACE5022B7EABF28F17FF318DF2AA(L_17, (((int32_t)((int32_t)L_16))), /*hidden argument*/NULL);
|
|
V_3 = L_17;
|
|
}
|
|
|
|
IL_0066:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024));
|
|
V_4 = L_18;
|
|
V_5 = 0;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_19 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_4;
|
|
int32_t L_21 = V_5;
|
|
NullCheck(L_19);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_19, L_20, 0, L_21);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_4;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_4;
|
|
NullCheck(L_24);
|
|
NullCheck(L_22);
|
|
int32_t L_25 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_22, L_23, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))));
|
|
int32_t L_26 = L_25;
|
|
V_5 = L_26;
|
|
if ((((int32_t)L_26) > ((int32_t)0)))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_27 = V_3;
|
|
NullCheck(L_27);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_27);
|
|
V_6 = L_28;
|
|
IL2CPP_LEAVE(0xA9, FINALLY_009f);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_009f;
|
|
}
|
|
|
|
FINALLY_009f:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_29 = V_3;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_30 = V_3;
|
|
NullCheck(L_30);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_30);
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
IL2CPP_END_FINALLY(159)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(159)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xA9, IL_00a9)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_6;
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::BeginReceiveStreamFragments()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_BeginReceiveStreamFragments_m9E5DC32199C449C896DB16609A7D9C05CCCA12F6 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_allFragmentSize_17(0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::FeedStreamFragment(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FeedStreamFragment_mA3F11AD442206B4992833FF5AA43A191FE42927C (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___pos1, int32_t ___length2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_FeedStreamFragment_mA3F11AD442206B4992833FF5AA43A191FE42927C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_fragmentBuffer_15();
|
|
if (L_0)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_1 = __this->get_baseRequest_11();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = HTTPRequest_get_StreamFragmentSize_m249D55D619FBEA57006A71467AA49EF2D73B8B60_inline(L_1, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_2);
|
|
__this->set_fragmentBuffer_15(L_3);
|
|
__this->set_fragmentBufferDataLength_16(0);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_4 = __this->get_fragmentBufferDataLength_16();
|
|
int32_t L_5 = ___length2;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_6 = __this->get_baseRequest_11();
|
|
NullCheck(L_6);
|
|
int32_t L_7 = HTTPRequest_get_StreamFragmentSize_m249D55D619FBEA57006A71467AA49EF2D73B8B60_inline(L_6, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((int32_t)L_7)))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer0;
|
|
int32_t L_9 = ___pos1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_fragmentBuffer_15();
|
|
int32_t L_11 = __this->get_fragmentBufferDataLength_16();
|
|
int32_t L_12 = ___length2;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_8, L_9, (RuntimeArray *)(RuntimeArray *)L_10, L_11, L_12, /*hidden argument*/NULL);
|
|
int32_t L_13 = __this->get_fragmentBufferDataLength_16();
|
|
int32_t L_14 = ___length2;
|
|
__this->set_fragmentBufferDataLength_16(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)));
|
|
int32_t L_15 = __this->get_fragmentBufferDataLength_16();
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_16 = __this->get_baseRequest_11();
|
|
NullCheck(L_16);
|
|
int32_t L_17 = HTTPRequest_get_StreamFragmentSize_m249D55D619FBEA57006A71467AA49EF2D73B8B60_inline(L_16, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)L_17))))
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_fragmentBuffer_15();
|
|
HTTPResponse_AddStreamedFragment_m15D9C0DF8A74D23418C605959BD77AB25AE2BB39(__this, L_18, /*hidden argument*/NULL);
|
|
__this->set_fragmentBuffer_15((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
|
|
__this->set_fragmentBufferDataLength_16(0);
|
|
return;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_19 = __this->get_baseRequest_11();
|
|
NullCheck(L_19);
|
|
int32_t L_20 = HTTPRequest_get_StreamFragmentSize_m249D55D619FBEA57006A71467AA49EF2D73B8B60_inline(L_19, /*hidden argument*/NULL);
|
|
int32_t L_21 = __this->get_fragmentBufferDataLength_16();
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___buffer0;
|
|
int32_t L_23 = ___pos1;
|
|
int32_t L_24 = V_0;
|
|
HTTPResponse_FeedStreamFragment_mA3F11AD442206B4992833FF5AA43A191FE42927C(__this, L_22, L_23, L_24, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___buffer0;
|
|
int32_t L_26 = ___pos1;
|
|
int32_t L_27 = V_0;
|
|
int32_t L_28 = ___length2;
|
|
int32_t L_29 = V_0;
|
|
HTTPResponse_FeedStreamFragment_mA3F11AD442206B4992833FF5AA43A191FE42927C(__this, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::FlushRemainingFragmentBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FlushRemainingFragmentBuffer_mFD2703F636220B1D36F23A3DFFFFAB1D4EC03C15 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_FlushRemainingFragmentBuffer_mFD2703F636220B1D36F23A3DFFFFAB1D4EC03C15_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_fragmentBuffer_15();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_1 = __this->get_address_of_fragmentBuffer_15();
|
|
int32_t L_2 = __this->get_fragmentBufferDataLength_16();
|
|
Array_Resize_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC28BB4CEE7A55F4169E9BF637639717538B3ADF1((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_1, L_2, /*hidden argument*/Array_Resize_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC28BB4CEE7A55F4169E9BF637639717538B3ADF1_RuntimeMethod_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_fragmentBuffer_15();
|
|
HTTPResponse_AddStreamedFragment_m15D9C0DF8A74D23418C605959BD77AB25AE2BB39(__this, L_3, /*hidden argument*/NULL);
|
|
__this->set_fragmentBuffer_15((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
|
|
__this->set_fragmentBufferDataLength_16(0);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::AddStreamedFragment(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_AddStreamedFragment_m15D9C0DF8A74D23418C605959BD77AB25AE2BB39 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_AddStreamedFragment_m15D9C0DF8A74D23418C605959BD77AB25AE2BB39_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
RuntimeObject * L_0 = __this->get_SyncRoot_14();
|
|
V_0 = L_0;
|
|
RuntimeObject * L_1 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_2 = __this->get_streamedFragments_13();
|
|
if (L_2)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_3 = (List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 *)il2cpp_codegen_object_new(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m52FC81AB50BD21B6BFA16546E3AF9C94611D9811(L_3, /*hidden argument*/List_1__ctor_m52FC81AB50BD21B6BFA16546E3AF9C94611D9811_RuntimeMethod_var);
|
|
__this->set_streamedFragments_13(L_3);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_4 = __this->get_streamedFragments_13();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___buffer0;
|
|
NullCheck(L_4);
|
|
List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E(L_4, L_5, /*hidden argument*/List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0x35, FINALLY_002e);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_002e;
|
|
}
|
|
|
|
FINALLY_002e:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_6 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(46)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(46)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x35, IL_0035)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::WaitWhileHasFragments()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_WaitWhileHasFragments_m066016088C0C5227170CE8D548AF406F067EA722 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPResponse::HasStreamedFragments()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasStreamedFragments_m5D09E18E3745ACBF84BD0CE205BACBA9861E8414 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPResponse_HasStreamedFragments_m5D09E18E3745ACBF84BD0CE205BACBA9861E8414_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
RuntimeObject * L_0 = __this->get_SyncRoot_14();
|
|
V_0 = L_0;
|
|
RuntimeObject * L_1 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_2 = __this->get_streamedFragments_13();
|
|
if (!L_2)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_3 = __this->get_streamedFragments_13();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_inline(L_3, /*hidden argument*/List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_RuntimeMethod_var);
|
|
G_B4_0 = ((((int32_t)L_4) > ((int32_t)0))? 1 : 0);
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
V_1 = (bool)G_B4_0;
|
|
IL2CPP_LEAVE(0x30, FINALLY_0029);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0029;
|
|
}
|
|
|
|
FINALLY_0029:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_5 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(41)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(41)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x30, IL_0030)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
bool L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::FinishStreaming()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FinishStreaming_mE5C6D3C17FC67B102692C49819BA04EF2ED51EC5 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HTTPResponse_set_IsStreamingFinished_m99B602DE0EBFAB0F60B093C92981890AA71C73D0_inline(__this, (bool)1, /*hidden argument*/NULL);
|
|
HTTPResponse_Dispose_m089705CE622B84A061F3F066C5B38AE94BCE8475(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPResponse::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_Dispose_m089705CE622B84A061F3F066C5B38AE94BCE8475 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// BestHTTP.HTTPUpdateDelegator BestHTTP.HTTPUpdateDelegator::get_Instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * HTTPUpdateDelegator_get_Instance_m8421BE4D2C1684534CC7E2937F23D22E455A9938 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_Instance_m8421BE4D2C1684534CC7E2937F23D22E455A9938_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CInstanceU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::set_Instance(BestHTTP.HTTPUpdateDelegator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_Instance_mE56E82729611BFB97BFDEB6AA7EA6E5AEF42FCC0 (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_set_Instance_mE56E82729611BFB97BFDEB6AA7EA6E5AEF42FCC0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_U3CInstanceU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsCreated()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_mD30F6DF85FE80D5DCC5CC8348E2A7C35492CFC2B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_IsCreated_mD30F6DF85FE80D5DCC5CC8348E2A7C35492CFC2B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CIsCreatedU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::set_IsCreated(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsCreated_m1F3EE9B0994D9BC563B3C08A6FA095204B3D4562 (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_set_IsCreated_m1F3EE9B0994D9BC563B3C08A6FA095204B3D4562_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_U3CIsCreatedU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsThreaded()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreaded_m3C4A548019B5DC204CE6A7BBAB3F385D829C3FE2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_IsThreaded_m3C4A548019B5DC204CE6A7BBAB3F385D829C3FE2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CIsThreadedU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsThreadRunning()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreadRunning_m98C61C6AF15A815F4556E0BF23D4BF8C72D88ED3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_IsThreadRunning_m98C61C6AF15A815F4556E0BF23D4BF8C72D88ED3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CIsThreadRunningU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::set_IsThreadRunning(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsThreadRunning_m23DDD5D23F03C34260EE0FABF29718DABC734310 (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_set_IsThreadRunning_m23DDD5D23F03C34260EE0FABF29718DABC734310_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_U3CIsThreadRunningU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.HTTPUpdateDelegator::get_ThreadFrequencyInMS()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPUpdateDelegator_get_ThreadFrequencyInMS_m593CA947C0B0E2A3A596F1E7C409AB21D42EAF6E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_ThreadFrequencyInMS_m593CA947C0B0E2A3A596F1E7C409AB21D42EAF6E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CThreadFrequencyInMSU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::set_ThreadFrequencyInMS(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_ThreadFrequencyInMS_m6010C1CB2A5D167496492B9D283EA599CFDE9F55 (int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_set_ThreadFrequencyInMS_m6010C1CB2A5D167496492B9D283EA599CFDE9F55_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_U3CThreadFrequencyInMSU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator__cctor_m45610D32AA2078A00AC2DCD7EE53B1AB274CFB9F (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HTTPUpdateDelegator_set_ThreadFrequencyInMS_m6010C1CB2A5D167496492B9D283EA599CFDE9F55_inline(((int32_t)100), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::CheckInstance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_CheckInstance_mAB01FC1F05B0351D4572DF0751ABF60CB505F019 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_CheckInstance_mAB01FC1F05B0351D4572DF0751ABF60CB505F019_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_0 = HTTPUpdateDelegator_get_IsCreated_mD30F6DF85FE80D5DCC5CC8348E2A7C35492CFC2B_inline(/*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * L_1 = (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 *)il2cpp_codegen_object_new(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
HTTPUpdateDelegator__ctor_m19732D8A9009806464D207696122C8E91E64BD9D(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
HTTPUpdateDelegator_set_Instance_mE56E82729611BFB97BFDEB6AA7EA6E5AEF42FCC0_inline(L_1, /*hidden argument*/NULL);
|
|
HTTPUpdateDelegator_set_IsCreated_m1F3EE9B0994D9BC563B3C08A6FA095204B3D4562_inline((bool)1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0019;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0019:
|
|
{ // begin catch(System.Object)
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_2 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(4 /* System.Void BestHTTP.Logger.ILogger::Error(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_2, _stringLiteralF85D4D8278300DD5DB068E4F03C3A13AA1FEE75A, _stringLiteral26A51B4D993D29EC5C2737F79524E04A55AB7A47);
|
|
goto IL_0030;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0030:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::Setup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_Setup_mB30CB46AA74F7707319E21AB6D2E5761F58262CF (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_Setup_mB30CB46AA74F7707319E21AB6D2E5761F58262CF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_0 = HTTPUpdateDelegator_get_IsThreaded_m3C4A548019B5DC204CE6A7BBAB3F385D829C3FE2_inline(/*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * L_1 = (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F *)il2cpp_codegen_object_new(ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var);
|
|
ParameterizedThreadStart__ctor_m236F11FFFC55CB6AC611B16302E2F5F58C60346B(L_1, __this, (intptr_t)((intptr_t)HTTPUpdateDelegator_ThreadFunc_mBE1E751CAEA9847128C8F8981FA22D5F68879BE0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_2 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var);
|
|
Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD(L_2, L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_IsSetupCalled_5((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::ThreadFunc(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_ThreadFunc_mBE1E751CAEA9847128C8F8981FA22D5F68879BE0 (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_ThreadFunc_mBE1E751CAEA9847128C8F8981FA22D5F68879BE0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(2 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_0, _stringLiteralF85D4D8278300DD5DB068E4F03C3A13AA1FEE75A, _stringLiteralBC64B26761893C5D3120D69A1B3235A899F8533B);
|
|
}
|
|
|
|
IL_0014:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
HTTPUpdateDelegator_set_IsThreadRunning_m23DDD5D23F03C34260EE0FABF29718DABC734310_inline((bool)1, /*hidden argument*/NULL);
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPManager_OnUpdate_m0E3F97477696A3032D4DBB61E8F7D15039566D0D(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = HTTPUpdateDelegator_get_ThreadFrequencyInMS_m593CA947C0B0E2A3A596F1E7C409AB21D42EAF6E_inline(/*hidden argument*/NULL);
|
|
Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_2 = HTTPUpdateDelegator_get_IsThreadRunning_m98C61C6AF15A815F4556E0BF23D4BF8C72D88ED3_inline(/*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
IL2CPP_LEAVE(0x49, FINALLY_0034);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0034;
|
|
}
|
|
|
|
FINALLY_0034:
|
|
{ // begin finally (depth: 1)
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_3 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(2 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_3, _stringLiteralF85D4D8278300DD5DB068E4F03C3A13AA1FEE75A, _stringLiteral829AECBA5178492795EDB429449E7FFE0ACFCB98);
|
|
IL2CPP_END_FINALLY(52)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(52)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x49, IL_0049)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_Update_m94FC9316CBC4E615AAF11506929B3E154EC28A41 (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_Update_m94FC9316CBC4E615AAF11506929B3E154EC28A41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_IsSetupCalled_5();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_IsSetupCalled_5((bool)1);
|
|
HTTPUpdateDelegator_Setup_mB30CB46AA74F7707319E21AB6D2E5761F58262CF(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_1 = HTTPUpdateDelegator_get_IsThreaded_m3C4A548019B5DC204CE6A7BBAB3F385D829C3FE2_inline(/*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPManager_OnUpdate_m0E3F97477696A3032D4DBB61E8F7D15039566D0D(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::OnApplicationQuit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_OnApplicationQuit_m8F00FBA4E67AA76934E89BB8C90B5C24C5E589A1 (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_OnApplicationQuit_m8F00FBA4E67AA76934E89BB8C90B5C24C5E589A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
HTTPUpdateDelegator_set_IsThreadRunning_m23DDD5D23F03C34260EE0FABF29718DABC734310_inline((bool)0, /*hidden argument*/NULL);
|
|
bool L_0 = HTTPUpdateDelegator_get_IsCreated_mD30F6DF85FE80D5DCC5CC8348E2A7C35492CFC2B_inline(/*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
HTTPUpdateDelegator_set_IsCreated_m1F3EE9B0994D9BC563B3C08A6FA095204B3D4562_inline((bool)0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPManager_OnQuit_mC518CE727C8A8EE1DE1495983EFD8AADE45A1C4C(/*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.HTTPUpdateDelegator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator__ctor_m19732D8A9009806464D207696122C8E91E64BD9D (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// BestHTTP.Logger.Loglevels BestHTTP.Logger.DefaultLogger::get_Level()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultLogger_get_Level_mCB275C4435FB455B9664045388722DCE5B2C501C (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CLevelU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_Level(BestHTTP.Logger.Loglevels)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_Level_mE456AD55595B0B3D02FDB60EF3ED6B5198A2E47C (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CLevelU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatVerbose(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatVerbose_mB9E8BE3B5A72014A40E7090637C08F233380F965 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatVerboseU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String BestHTTP.Logger.DefaultLogger::get_FormatInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatInfo_m56D67A27F34370EE77B8E242AE344EE01F8D0366 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CFormatInfoU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatInfo(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatInfo_m70F625D64937E82707B0DBE3ADD2CA432D86169F (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatInfoU3Ek__BackingField_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String BestHTTP.Logger.DefaultLogger::get_FormatWarn()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatWarn_m07919ECA3768464ECEB5939EC0E0E95D7DF63E62 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CFormatWarnU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatWarn(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatWarn_m89420500292A1EE59F6A7F94CA166CF743B21E80 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatWarnU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String BestHTTP.Logger.DefaultLogger::get_FormatErr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatErr_mFB22141A2CAF89A4B9888562075337151BDF77EC (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CFormatErrU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatErr(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatErr_m6FD8A7AE64522BBC8F9856B376E5CAA0C853F3A1 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatErrU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String BestHTTP.Logger.DefaultLogger::get_FormatEx()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatEx_mDE991C88462E99385CF7E4255C00E47390E3FD1F (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CFormatExU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::set_FormatEx(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatEx_mDD7D0DA64790ED9D2B0345F7F60336D103627BC8 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatExU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger__ctor_mFED31117FB83052FFD8E3AF0AB8BAFFD2AE56A74 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultLogger__ctor_mFED31117FB83052FFD8E3AF0AB8BAFFD2AE56A74_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
DefaultLogger_set_FormatVerbose_mB9E8BE3B5A72014A40E7090637C08F233380F965_inline(__this, _stringLiteral5B47BD6222DAD2DCA987B1E0FE9110944860A710, /*hidden argument*/NULL);
|
|
DefaultLogger_set_FormatInfo_m70F625D64937E82707B0DBE3ADD2CA432D86169F_inline(__this, _stringLiteral5B47BD6222DAD2DCA987B1E0FE9110944860A710, /*hidden argument*/NULL);
|
|
DefaultLogger_set_FormatWarn_m89420500292A1EE59F6A7F94CA166CF743B21E80_inline(__this, _stringLiteralE8518682E4587584045109F81C755C9DA8BCB3FD, /*hidden argument*/NULL);
|
|
DefaultLogger_set_FormatErr_m6FD8A7AE64522BBC8F9856B376E5CAA0C853F3A1_inline(__this, _stringLiteral547D56F98E3F33C9000FDA72BC13A38B38CB755C, /*hidden argument*/NULL);
|
|
DefaultLogger_set_FormatEx_mDD7D0DA64790ED9D2B0345F7F60336D103627BC8_inline(__this, _stringLiteralFCF1BD8AC059B3614B0E65609D0427A444F44967, /*hidden argument*/NULL);
|
|
DefaultLogger_set_Level_mE456AD55595B0B3D02FDB60EF3ED6B5198A2E47C_inline(__this, 3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::Information(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_Information_m068B28198C31853040026DE82182E604C27EF983 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___division0, String_t* ___info1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultLogger_Information_m068B28198C31853040026DE82182E604C27EF983_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = DefaultLogger_get_Level_mCB275C4435FB455B9664045388722DCE5B2C501C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) > ((int32_t)1)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t* L_1 = DefaultLogger_get_FormatInfo_m56D67A27F34370EE77B8E242AE344EE01F8D0366_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___division0;
|
|
String_t* L_3 = ___info1;
|
|
String_t* L_4 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_info_m2D759558781B4293EDC99FA70DDFB17A19FE1315(L_4, /*hidden argument*/NULL);
|
|
goto IL_0020;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001d:
|
|
{ // begin catch(System.Object)
|
|
goto IL_0020;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0020:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::Warning(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_Warning_m679ECF656619CF772F9F3EFC09215FC65A46F3D9 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___division0, String_t* ___warn1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultLogger_Warning_m679ECF656619CF772F9F3EFC09215FC65A46F3D9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = DefaultLogger_get_Level_mCB275C4435FB455B9664045388722DCE5B2C501C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) > ((int32_t)2)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t* L_1 = DefaultLogger_get_FormatWarn_m07919ECA3768464ECEB5939EC0E0E95D7DF63E62_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___division0;
|
|
String_t* L_3 = ___warn1;
|
|
String_t* L_4 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_warn_m71CB6138F50628FBCFB3D3A8FB74250B90613680(L_4, /*hidden argument*/NULL);
|
|
goto IL_0020;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001d:
|
|
{ // begin catch(System.Object)
|
|
goto IL_0020;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0020:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::Error(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_Error_mD5E5AC0C7C805711D4D71B1CBA84ABCDC3D6AFE4 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___division0, String_t* ___err1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultLogger_Error_mD5E5AC0C7C805711D4D71B1CBA84ABCDC3D6AFE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = DefaultLogger_get_Level_mCB275C4435FB455B9664045388722DCE5B2C501C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) > ((int32_t)3)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t* L_1 = DefaultLogger_get_FormatErr_mFB22141A2CAF89A4B9888562075337151BDF77EC_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___division0;
|
|
String_t* L_3 = ___err1;
|
|
String_t* L_4 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(L_4, /*hidden argument*/NULL);
|
|
goto IL_0020;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001d:
|
|
{ // begin catch(System.Object)
|
|
goto IL_0020;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0020:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.Logger.DefaultLogger::Exception(System.String,System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_Exception_mDD6277826359DF5CE1EF2F006B4BA41989CC4BC9 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___division0, String_t* ___msg1, Exception_t * ___ex2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultLogger_Exception_mDD6277826359DF5CE1EF2F006B4BA41989CC4BC9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B3_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL;
|
|
String_t* G_B3_3 = NULL;
|
|
int32_t G_B2_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B2_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B2_2 = NULL;
|
|
String_t* G_B2_3 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
int32_t G_B4_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_2 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_3 = NULL;
|
|
String_t* G_B4_4 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_2 = NULL;
|
|
String_t* G_B6_3 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_2 = NULL;
|
|
String_t* G_B5_3 = NULL;
|
|
String_t* G_B7_0 = NULL;
|
|
int32_t G_B7_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B7_2 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B7_3 = NULL;
|
|
String_t* G_B7_4 = NULL;
|
|
{
|
|
int32_t L_0 = DefaultLogger_get_Level_mCB275C4435FB455B9664045388722DCE5B2C501C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) > ((int32_t)4)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
String_t* L_1 = DefaultLogger_get_FormatEx_mDE991C88462E99385CF7E4255C00E47390E3FD1F_inline(__this, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
|
|
String_t* L_4 = ___division0;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_4);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_3;
|
|
String_t* L_6 = ___msg1;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_6);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_6);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
|
|
Exception_t * L_8 = ___ex2;
|
|
G_B2_0 = 2;
|
|
G_B2_1 = L_7;
|
|
G_B2_2 = L_7;
|
|
G_B2_3 = L_1;
|
|
if (L_8)
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = L_7;
|
|
G_B3_2 = L_7;
|
|
G_B3_3 = L_1;
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B4_0 = _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833;
|
|
G_B4_1 = G_B2_0;
|
|
G_B4_2 = G_B2_1;
|
|
G_B4_3 = G_B2_2;
|
|
G_B4_4 = G_B2_3;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
Exception_t * L_9 = ___ex2;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_9);
|
|
G_B4_0 = L_10;
|
|
G_B4_1 = G_B3_0;
|
|
G_B4_2 = G_B3_1;
|
|
G_B4_3 = G_B3_2;
|
|
G_B4_4 = G_B3_3;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
NullCheck(G_B4_2);
|
|
ArrayElementTypeCheck (G_B4_2, G_B4_0);
|
|
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject *)G_B4_0);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = G_B4_3;
|
|
Exception_t * L_12 = ___ex2;
|
|
G_B5_0 = 3;
|
|
G_B5_1 = L_11;
|
|
G_B5_2 = L_11;
|
|
G_B5_3 = G_B4_4;
|
|
if (L_12)
|
|
{
|
|
G_B6_0 = 3;
|
|
G_B6_1 = L_11;
|
|
G_B6_2 = L_11;
|
|
G_B6_3 = G_B4_4;
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
G_B7_0 = _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833;
|
|
G_B7_1 = G_B5_0;
|
|
G_B7_2 = G_B5_1;
|
|
G_B7_3 = G_B5_2;
|
|
G_B7_4 = G_B5_3;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t * L_13 = ___ex2;
|
|
NullCheck(L_13);
|
|
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_13);
|
|
G_B7_0 = L_14;
|
|
G_B7_1 = G_B6_0;
|
|
G_B7_2 = G_B6_1;
|
|
G_B7_3 = G_B6_2;
|
|
G_B7_4 = G_B6_3;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
NullCheck(G_B7_2);
|
|
ArrayElementTypeCheck (G_B7_2, G_B7_0);
|
|
(G_B7_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B7_1), (RuntimeObject *)G_B7_0);
|
|
String_t* L_15 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(G_B7_4, G_B7_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(L_15, /*hidden argument*/NULL);
|
|
goto IL_0052;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_004f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004f:
|
|
{ // begin catch(System.Object)
|
|
goto IL_0052;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0052:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.OnBeforeRedirectionDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBeforeRedirectionDelegate__ctor_m7BAFD7B978492BC618388B38C361F42779AD533C (OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Boolean BestHTTP.OnBeforeRedirectionDelegate::Invoke(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse,System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnBeforeRedirectionDelegate_Invoke_mD37B705266EAE663115461C66CDFD00899125A57 (OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___redirectUri2, const RuntimeMethod* method)
|
|
{
|
|
bool result = false;
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 3)
|
|
{
|
|
// open
|
|
typedef bool (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___response1, ___redirectUri2, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef bool (*FunctionPointerType) (void*, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___originalRequest0, ___response1, ___redirectUri2, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 3)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker2< bool, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(targetMethod, ___originalRequest0, ___response1, ___redirectUri2);
|
|
else
|
|
result = GenericVirtFuncInvoker2< bool, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(targetMethod, ___originalRequest0, ___response1, ___redirectUri2);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< bool, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___originalRequest0, ___response1, ___redirectUri2);
|
|
else
|
|
result = VirtFuncInvoker2< bool, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___originalRequest0, ___response1, ___redirectUri2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___response1) - 1), ___redirectUri2, targetMethod);
|
|
}
|
|
typedef bool (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___response1, ___redirectUri2, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker3< bool, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(targetMethod, targetThis, ___originalRequest0, ___response1, ___redirectUri2);
|
|
else
|
|
result = GenericVirtFuncInvoker3< bool, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(targetMethod, targetThis, ___originalRequest0, ___response1, ___redirectUri2);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker3< bool, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___originalRequest0, ___response1, ___redirectUri2);
|
|
else
|
|
result = VirtFuncInvoker3< bool, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___originalRequest0, ___response1, ___redirectUri2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___originalRequest0) - 1), ___response1, ___redirectUri2, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef bool (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___response1, ___redirectUri2, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef bool (*FunctionPointerType) (void*, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___originalRequest0, ___response1, ___redirectUri2, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult BestHTTP.OnBeforeRedirectionDelegate::BeginInvoke(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse,System.Uri,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnBeforeRedirectionDelegate_BeginInvoke_m4F183F04EBF3A7DE88410397B6A8C33E3072A3AC (OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___redirectUri2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[4] = {0};
|
|
__d_args[0] = ___originalRequest0;
|
|
__d_args[1] = ___response1;
|
|
__d_args[2] = ___redirectUri2;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
|
|
}
|
|
// System.Boolean BestHTTP.OnBeforeRedirectionDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnBeforeRedirectionDelegate_EndInvoke_mEEA555EB2BC87944CAE2EB24121195B0A26EEE2A (OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(bool*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.OnDownloadProgressDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDownloadProgressDelegate__ctor_m1F2F5B152A536FC34A218288B3BB461AECF43D95 (OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Void BestHTTP.OnDownloadProgressDelegate::Invoke(BestHTTP.HTTPRequest,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDownloadProgressDelegate_Invoke_mF3F7A4218F6E49DC82F0674DFBE6064883497C47 (OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, int32_t ___downloaded1, int32_t ___downloadLength2, const RuntimeMethod* method)
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 3)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int32_t, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___downloaded1, ___downloadLength2, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int32_t, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___originalRequest0, ___downloaded1, ___downloadLength2, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 3)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___originalRequest0, ___downloaded1, ___downloadLength2);
|
|
else
|
|
GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___originalRequest0, ___downloaded1, ___downloadLength2);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___originalRequest0, ___downloaded1, ___downloadLength2);
|
|
else
|
|
VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___originalRequest0, ___downloaded1, ___downloadLength2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___downloaded1) - 1), ___downloadLength2, targetMethod);
|
|
}
|
|
typedef void (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int32_t, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___downloaded1, ___downloadLength2, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker3< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___originalRequest0, ___downloaded1, ___downloadLength2);
|
|
else
|
|
GenericVirtActionInvoker3< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___originalRequest0, ___downloaded1, ___downloadLength2);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker3< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___originalRequest0, ___downloaded1, ___downloadLength2);
|
|
else
|
|
VirtActionInvoker3< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___originalRequest0, ___downloaded1, ___downloadLength2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___originalRequest0) - 1), ___downloaded1, ___downloadLength2, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef void (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int32_t, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___downloaded1, ___downloadLength2, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef void (*FunctionPointerType) (void*, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int32_t, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___originalRequest0, ___downloaded1, ___downloadLength2, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult BestHTTP.OnDownloadProgressDelegate::BeginInvoke(BestHTTP.HTTPRequest,System.Int32,System.Int32,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnDownloadProgressDelegate_BeginInvoke_mC70A075E4E555D6F100A66ED57D0DCB6B0DA750C (OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, int32_t ___downloaded1, int32_t ___downloadLength2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (OnDownloadProgressDelegate_BeginInvoke_mC70A075E4E555D6F100A66ED57D0DCB6B0DA750C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[4] = {0};
|
|
__d_args[0] = ___originalRequest0;
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___downloaded1);
|
|
__d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___downloadLength2);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
|
|
}
|
|
// System.Void BestHTTP.OnDownloadProgressDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDownloadProgressDelegate_EndInvoke_m9A08BAFE626F189D538ACD46B679B1369482EB47 (OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.OnHeaderEnumerationDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnHeaderEnumerationDelegate__ctor_mFDD5B531E6CCF365448142075DDF8B68FE3E2B6D (OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Void BestHTTP.OnHeaderEnumerationDelegate::Invoke(System.String,System.Collections.Generic.List`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnHeaderEnumerationDelegate_Invoke_mAC37AD8DF3EDD170F81A32988B6BE8FB58C1329D (OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * __this, String_t* ___header0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___values1, const RuntimeMethod* method)
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 2)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___header0, ___values1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___header0, ___values1, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 2)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker1< List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * >::Invoke(targetMethod, ___header0, ___values1);
|
|
else
|
|
GenericVirtActionInvoker1< List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * >::Invoke(targetMethod, ___header0, ___values1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker1< List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___header0, ___values1);
|
|
else
|
|
VirtActionInvoker1< List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___header0, ___values1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___values1) - 1), targetMethod);
|
|
}
|
|
typedef void (*FunctionPointerType) (String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___header0, ___values1, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker2< String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * >::Invoke(targetMethod, targetThis, ___header0, ___values1);
|
|
else
|
|
GenericVirtActionInvoker2< String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * >::Invoke(targetMethod, targetThis, ___header0, ___values1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker2< String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___header0, ___values1);
|
|
else
|
|
VirtActionInvoker2< String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___header0, ___values1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___header0) - 1), ___values1, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef void (*FunctionPointerType) (String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___header0, ___values1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef void (*FunctionPointerType) (void*, String_t*, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___header0, ___values1, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult BestHTTP.OnHeaderEnumerationDelegate::BeginInvoke(System.String,System.Collections.Generic.List`1<System.String>,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnHeaderEnumerationDelegate_BeginInvoke_mD2ADA4FEA1360D2435BDD8CEF3C2EA0DB61A3961 (OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * __this, String_t* ___header0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___values1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = ___header0;
|
|
__d_args[1] = ___values1;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// System.Void BestHTTP.OnHeaderEnumerationDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnHeaderEnumerationDelegate_EndInvoke_m62A8C345457DD521453CF1869F09256EC107AA7A (OnHeaderEnumerationDelegate_t54D4FD7EC71228FFF5EEF9565082AE8D6AD3C48F * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.OnRequestFinishedDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate__ctor_mC86980187802AFD1C8F1936CBFA0DDE16AAD406B (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Void BestHTTP.OnRequestFinishedDelegate::Invoke(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate_Invoke_mBF7F8D576C831CC7E83EFB77F9F88619B5365597 (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, const RuntimeMethod* method)
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 2)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___response1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___originalRequest0, ___response1, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 2)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker1< HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * >::Invoke(targetMethod, ___originalRequest0, ___response1);
|
|
else
|
|
GenericVirtActionInvoker1< HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * >::Invoke(targetMethod, ___originalRequest0, ___response1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker1< HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___originalRequest0, ___response1);
|
|
else
|
|
VirtActionInvoker1< HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___originalRequest0, ___response1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___response1) - 1), targetMethod);
|
|
}
|
|
typedef void (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___response1, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker2< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * >::Invoke(targetMethod, targetThis, ___originalRequest0, ___response1);
|
|
else
|
|
GenericVirtActionInvoker2< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * >::Invoke(targetMethod, targetThis, ___originalRequest0, ___response1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker2< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___originalRequest0, ___response1);
|
|
else
|
|
VirtActionInvoker2< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___originalRequest0, ___response1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___originalRequest0) - 1), ___response1, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef void (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___response1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef void (*FunctionPointerType) (void*, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___originalRequest0, ___response1, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult BestHTTP.OnRequestFinishedDelegate::BeginInvoke(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnRequestFinishedDelegate_BeginInvoke_mDF2C8AC38E2070CFFC2E9CFEC312537A125A4C61 (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = ___originalRequest0;
|
|
__d_args[1] = ___response1;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// System.Void BestHTTP.OnRequestFinishedDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate_EndInvoke_m22D435B2B2FE4A778DF062517704077CBD75C2FB (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.OnUploadProgressDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnUploadProgressDelegate__ctor_m8C3071D0B4B510CD3C17E6D530F5A821FEFC3806 (OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Void BestHTTP.OnUploadProgressDelegate::Invoke(BestHTTP.HTTPRequest,System.Int64,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnUploadProgressDelegate_Invoke_m0DD170FA4634ED20C86EB4D3385B2E8A1E2E7F6A (OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, int64_t ___uploaded1, int64_t ___uploadLength2, const RuntimeMethod* method)
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 3)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int64_t, int64_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___uploaded1, ___uploadLength2, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int64_t, int64_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___originalRequest0, ___uploaded1, ___uploadLength2, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 3)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker2< int64_t, int64_t >::Invoke(targetMethod, ___originalRequest0, ___uploaded1, ___uploadLength2);
|
|
else
|
|
GenericVirtActionInvoker2< int64_t, int64_t >::Invoke(targetMethod, ___originalRequest0, ___uploaded1, ___uploadLength2);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker2< int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___originalRequest0, ___uploaded1, ___uploadLength2);
|
|
else
|
|
VirtActionInvoker2< int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___originalRequest0, ___uploaded1, ___uploadLength2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, int64_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___uploaded1) - 1), ___uploadLength2, targetMethod);
|
|
}
|
|
typedef void (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int64_t, int64_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___uploaded1, ___uploadLength2, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker3< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int64_t, int64_t >::Invoke(targetMethod, targetThis, ___originalRequest0, ___uploaded1, ___uploadLength2);
|
|
else
|
|
GenericVirtActionInvoker3< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int64_t, int64_t >::Invoke(targetMethod, targetThis, ___originalRequest0, ___uploaded1, ___uploadLength2);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker3< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___originalRequest0, ___uploaded1, ___uploadLength2);
|
|
else
|
|
VirtActionInvoker3< HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int64_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___originalRequest0, ___uploaded1, ___uploadLength2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, int64_t, int64_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___originalRequest0) - 1), ___uploaded1, ___uploadLength2, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef void (*FunctionPointerType) (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int64_t, int64_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___originalRequest0, ___uploaded1, ___uploadLength2, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef void (*FunctionPointerType) (void*, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, int64_t, int64_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___originalRequest0, ___uploaded1, ___uploadLength2, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult BestHTTP.OnUploadProgressDelegate::BeginInvoke(BestHTTP.HTTPRequest,System.Int64,System.Int64,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnUploadProgressDelegate_BeginInvoke_m4C00C2B412D8917ED33D239EA4082D5E76CF184F (OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, int64_t ___uploaded1, int64_t ___uploadLength2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (OnUploadProgressDelegate_BeginInvoke_m4C00C2B412D8917ED33D239EA4082D5E76CF184F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[4] = {0};
|
|
__d_args[0] = ___originalRequest0;
|
|
__d_args[1] = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &___uploaded1);
|
|
__d_args[2] = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &___uploadLength2);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
|
|
}
|
|
// System.Void BestHTTP.OnUploadProgressDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnUploadProgressDelegate_EndInvoke_mB048D428C3C6C6164A352B695F83D51FFADE2405 (OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Init(System.Net.Sockets.AddressFamily)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Init_m3B5C3849797216F139E9647E04B9E7CA88F3C31B (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___family0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TcpClient_Init_m3B5C3849797216F139E9647E04B9E7CA88F3C31B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_active_1((bool)0);
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_1 = __this->get_client_2();
|
|
NullCheck(L_1);
|
|
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_1, /*hidden argument*/NULL);
|
|
__this->set_client_2((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_2 = ___family0;
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_3 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
|
|
Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83(L_3, L_2, 1, 6, /*hidden argument*/NULL);
|
|
__this->set_client_2(L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m54F8036E3AEE27BA381E5748EB4F702D8A885A2F (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TcpClient__ctor_m54F8036E3AEE27BA381E5748EB4F702D8A885A2F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
TcpClient_Init_m3B5C3849797216F139E9647E04B9E7CA88F3C31B(__this, 2, /*hidden argument*/NULL);
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_1 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_Any_0();
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_2 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
|
|
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_2, L_1, 0, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30(L_0, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA((2.0), /*hidden argument*/NULL);
|
|
TcpClient_set_ConnectTimeout_mD1CD0B51348F3744D8B584E55BBD18DBA35E207D_inline(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.Sockets.Socket BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_Client()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * TcpClient_get_Client_mF3364734D3F77D532C9F3B960EBC19527F16F483 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_Connected()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_Connected_m0A5726FBB214763C1B666D1CDB5B6969FF14C35F (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
NullCheck(L_0);
|
|
bool L_1 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::IsConnected()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_IsConnected_mE56C53A6CE8AE8CB75B916B630FBF35455501DE4 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TcpClient_IsConnected_mE56C53A6CE8AE8CB75B916B630FBF35455501DE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B3_0 = 0;
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = TcpClient_get_Client_mF3364734D3F77D532C9F3B960EBC19527F16F483_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
bool L_1 = Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28(L_0, 1, 0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = TcpClient_get_Client_mF3364734D3F77D532C9F3B960EBC19527F16F483_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Socket_get_Available_m40AB452DDB09090EB7FE5B1BDA99E45F2A9C7D7A(L_2, /*hidden argument*/NULL);
|
|
G_B3_0 = ((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0028;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
V_0 = (bool)0;
|
|
goto IL_0028;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0028:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_LingerState(System.Net.Sockets.LingerOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_LingerState_m354B485CCF3422D0D57C31F29A99CA7575648778 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
NullCheck(L_0);
|
|
bool L_1 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * L_2 = ___value0;
|
|
__this->set_linger_state_9(L_2);
|
|
uint32_t L_3 = __this->get_values_4();
|
|
__this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)1)));
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get_client_2();
|
|
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * L_5 = ___value0;
|
|
NullCheck(L_4);
|
|
Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3(L_4, ((int32_t)65535), ((int32_t)128), L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_NoDelay(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_NoDelay_m565D85F07309F800E9DB965A27CF04DE5BE0F9A5 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B4_1 = 0;
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B4_2 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B3_2 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B5_1 = 0;
|
|
int32_t G_B5_2 = 0;
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B5_3 = NULL;
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
NullCheck(L_0);
|
|
bool L_1 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = ___value0;
|
|
__this->set_no_delay_10(L_2);
|
|
uint32_t L_3 = __this->get_values_4();
|
|
__this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)2)));
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get_client_2();
|
|
bool L_5 = ___value0;
|
|
G_B3_0 = 1;
|
|
G_B3_1 = 6;
|
|
G_B3_2 = L_4;
|
|
if (L_5)
|
|
{
|
|
G_B4_0 = 1;
|
|
G_B4_1 = 6;
|
|
G_B4_2 = L_4;
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 0;
|
|
G_B5_1 = G_B3_0;
|
|
G_B5_2 = G_B3_1;
|
|
G_B5_3 = G_B3_2;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
G_B5_0 = 1;
|
|
G_B5_1 = G_B4_0;
|
|
G_B5_2 = G_B4_1;
|
|
G_B5_3 = G_B4_2;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
NullCheck(G_B5_3);
|
|
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ReceiveBufferSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveBufferSize_m8DD88E82D79A5C2DBA28FF838EAF9CCE6D7C4938 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
NullCheck(L_0);
|
|
bool L_1 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___value0;
|
|
__this->set_recv_buffer_size_7(L_2);
|
|
uint32_t L_3 = __this->get_values_4();
|
|
__this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)4)));
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get_client_2();
|
|
int32_t L_5 = ___value0;
|
|
NullCheck(L_4);
|
|
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(L_4, ((int32_t)65535), ((int32_t)4098), L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ReceiveTimeout(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveTimeout_mA6E633EC4AA579EA89CB3E81D227ABDC50119EA8 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
NullCheck(L_0);
|
|
bool L_1 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___value0;
|
|
__this->set_recv_timeout_5(L_2);
|
|
uint32_t L_3 = __this->get_values_4();
|
|
__this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)8)));
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get_client_2();
|
|
int32_t L_5 = ___value0;
|
|
NullCheck(L_4);
|
|
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(L_4, ((int32_t)65535), ((int32_t)4102), L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_SendBufferSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendBufferSize_m6A1793DFEF024B69B71084615CEAB8B1E71B4813 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
NullCheck(L_0);
|
|
bool L_1 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___value0;
|
|
__this->set_send_buffer_size_8(L_2);
|
|
uint32_t L_3 = __this->get_values_4();
|
|
__this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)((int32_t)16))));
|
|
return;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get_client_2();
|
|
int32_t L_5 = ___value0;
|
|
NullCheck(L_4);
|
|
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(L_4, ((int32_t)65535), ((int32_t)4097), L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_SendTimeout(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendTimeout_mEE630317C1A7E98DEFDA04CC60C3F220944F505A (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
NullCheck(L_0);
|
|
bool L_1 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___value0;
|
|
__this->set_send_timeout_6(L_2);
|
|
uint32_t L_3 = __this->get_values_4();
|
|
__this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)((int32_t)32))));
|
|
return;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get_client_2();
|
|
int32_t L_5 = ___value0;
|
|
NullCheck(L_4);
|
|
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(L_4, ((int32_t)65535), ((int32_t)4101), L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.TimeSpan BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_ConnectTimeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TcpClient_get_ConnectTimeout_m5F5E3A0B04373036DC91D1D0D7386B5FF05626F6 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = __this->get_U3CConnectTimeoutU3Ek__BackingField_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ConnectTimeout(System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_mD1CD0B51348F3744D8B584E55BBD18DBA35E207D (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
__this->set_U3CConnectTimeoutU3Ek__BackingField_11(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Close_m79E8F5EABBFE7A857E001ABD8F531A914D8AE50D (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TcpClient_Close_m79E8F5EABBFE7A857E001ABD8F531A914D8AE50D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, __this);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.Net.IPEndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mC95F3AF9F9CB044578667CE0BF062C3CE294A6B6 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remoteEP0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TcpClient_Connect_mC95F3AF9F9CB044578667CE0BF062C3CE294A6B6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA * V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA * L_0 = (U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass55_0__ctor_mCC7EF059C1595BDA99A4FD7342563E56ED8BDBC8(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA * L_1 = V_0;
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_2 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
|
|
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_2, (bool)0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
L_1->set_mre_0(L_2);
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_3 = __this->get_client_2();
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_4 = ___remoteEP0;
|
|
U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA * L_5 = V_0;
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_6 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
|
|
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mBB267A4175B716B5E1E13C89DB82B2AF41542960_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_7 = Socket_BeginConnect_m7A303BAA762EDA38A30E37F536A31EC2F18D2495(L_3, L_4, L_6, NULL, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_9 = L_8->get_mre_0();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = TcpClient_get_ConnectTimeout_m5F5E3A0B04373036DC91D1D0D7386B5FF05626F6_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
bool L_11 = VirtFuncInvoker1< bool, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 >::Invoke(12 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.TimeSpan) */, L_9, L_10);
|
|
__this->set_active_1(L_11);
|
|
bool L_12 = __this->get_active_1();
|
|
if (!L_12)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_13 = __this->get_client_2();
|
|
RuntimeObject* L_14 = V_1;
|
|
NullCheck(L_13);
|
|
Socket_EndConnect_m0CFDCA9629EAF8E764A7EB9D61C9DDA83988209F(L_13, L_14, /*hidden argument*/NULL);
|
|
IL2CPP_LEAVE(0x7C, FINALLY_0075);
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
}
|
|
|
|
IL_005a:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_15 = __this->get_client_2();
|
|
NullCheck(L_15);
|
|
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_15, /*hidden argument*/NULL);
|
|
goto IL_006a;
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0067;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0067:
|
|
{ // begin catch(System.Object)
|
|
goto IL_006a;
|
|
} // end catch (depth: 2)
|
|
|
|
IL_006a:
|
|
{
|
|
TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 * L_16 = (TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 *)il2cpp_codegen_object_new(TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7_il2cpp_TypeInfo_var);
|
|
TimeoutException__ctor_mF1C60F8EDC528DD4115617C3A3ED34CB20175F1A(L_16, _stringLiteralBD69E3D13B4C13ECCE7B6B60C5D9039FB4D448CA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, TcpClient_Connect_mC95F3AF9F9CB044578667CE0BF062C3CE294A6B6_RuntimeMethod_var);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0075;
|
|
}
|
|
|
|
FINALLY_0075:
|
|
{ // begin finally (depth: 1)
|
|
TcpClient_CheckDisposed_mBBD2874FDE1F574595FBC5A1EBF52C9915CA2821(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(117)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(117)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x7C, IL_007c)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::SetOptions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_SetOptions_m7796041D076EE07FD06AD3D3B3494C07DA43C0EB (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
uint32_t G_B2_0 = 0;
|
|
uint32_t G_B1_0 = 0;
|
|
uint32_t G_B4_0 = 0;
|
|
uint32_t G_B3_0 = 0;
|
|
uint32_t G_B6_0 = 0;
|
|
uint32_t G_B5_0 = 0;
|
|
uint32_t G_B8_0 = 0;
|
|
uint32_t G_B7_0 = 0;
|
|
uint32_t G_B10_0 = 0;
|
|
uint32_t G_B9_0 = 0;
|
|
{
|
|
uint32_t L_0 = __this->get_values_4();
|
|
__this->set_values_4(0);
|
|
uint32_t L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)1)))
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * L_2 = __this->get_linger_state_9();
|
|
TcpClient_set_LingerState_m354B485CCF3422D0D57C31F29A99CA7575648778(__this, L_2, /*hidden argument*/NULL);
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
uint32_t L_3 = G_B2_0;
|
|
G_B3_0 = L_3;
|
|
if (!((int32_t)((int32_t)L_3&(int32_t)2)))
|
|
{
|
|
G_B4_0 = L_3;
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = __this->get_no_delay_10();
|
|
TcpClient_set_NoDelay_m565D85F07309F800E9DB965A27CF04DE5BE0F9A5(__this, L_4, /*hidden argument*/NULL);
|
|
G_B4_0 = G_B3_0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
uint32_t L_5 = G_B4_0;
|
|
G_B5_0 = L_5;
|
|
if (!((int32_t)((int32_t)L_5&(int32_t)4)))
|
|
{
|
|
G_B6_0 = L_5;
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = __this->get_recv_buffer_size_7();
|
|
TcpClient_set_ReceiveBufferSize_m8DD88E82D79A5C2DBA28FF838EAF9CCE6D7C4938(__this, L_6, /*hidden argument*/NULL);
|
|
G_B6_0 = G_B5_0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
uint32_t L_7 = G_B6_0;
|
|
G_B7_0 = L_7;
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)8)))
|
|
{
|
|
G_B8_0 = L_7;
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = __this->get_recv_timeout_5();
|
|
TcpClient_set_ReceiveTimeout_mA6E633EC4AA579EA89CB3E81D227ABDC50119EA8(__this, L_8, /*hidden argument*/NULL);
|
|
G_B8_0 = G_B7_0;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
uint32_t L_9 = G_B8_0;
|
|
G_B9_0 = L_9;
|
|
if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)16))))
|
|
{
|
|
G_B10_0 = L_9;
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = __this->get_send_buffer_size_8();
|
|
TcpClient_set_SendBufferSize_m6A1793DFEF024B69B71084615CEAB8B1E71B4813(__this, L_10, /*hidden argument*/NULL);
|
|
G_B10_0 = G_B9_0;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
if (!((int32_t)((int32_t)G_B10_0&(int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = __this->get_send_timeout_6();
|
|
TcpClient_set_SendTimeout_mEE630317C1A7E98DEFDA04CC60C3F220944F505A(__this, L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mF864011D172E3D746B88959AC1A866DB303A652A (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, String_t* ___hostname0, int32_t ___port1, const RuntimeMethod* method)
|
|
{
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___hostname0;
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_1 = Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_2 = V_0;
|
|
int32_t L_3 = ___port1;
|
|
TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42(__this, L_2, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.Net.IPAddress[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___ipAddresses0, int32_t ___port1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_1 = NULL;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
TcpClient_CheckDisposed_mBBD2874FDE1F574595FBC5A1EBF52C9915CA2821(__this, /*hidden argument*/NULL);
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_0 = ___ipAddresses0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5352E33BA54CCA3FC247B4BC56F69DEEE37FD609, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
V_0 = 0;
|
|
goto IL_00e6;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
}
|
|
|
|
IL_001c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_2 = ___ipAddresses0;
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_1 = L_5;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_6 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_7 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_Any_0();
|
|
NullCheck(L_6);
|
|
bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_6, L_7);
|
|
if (L_8)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_9 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_10 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_IPv6Any_7();
|
|
NullCheck(L_9);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_12 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
|
|
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_12, ((int32_t)10049), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_13 = V_1;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_13, /*hidden argument*/NULL);
|
|
TcpClient_Init_m3B5C3849797216F139E9647E04B9E7CA88F3C31B(__this, L_14, /*hidden argument*/NULL);
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_15 = V_1;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_15, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_17 = __this->get_client_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_18 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_Any_0();
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_19 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
|
|
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_19, L_18, 0, /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30(L_17, L_19, /*hidden argument*/NULL);
|
|
goto IL_009f;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_20 = V_1;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_20, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)23)))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_22 = __this->get_client_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_23 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_IPv6Any_7();
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_24 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
|
|
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_24, L_23, 0, /*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30(L_22, L_24, /*hidden argument*/NULL);
|
|
goto IL_009f;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_25 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_25, _stringLiteralF6236397EB56FB849AC171D9779CB4D82A8F93FE, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_26 = V_1;
|
|
int32_t L_27 = ___port1;
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_28 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
|
|
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_28, L_26, L_27, /*hidden argument*/NULL);
|
|
TcpClient_Connect_mC95F3AF9F9CB044578667CE0BF062C3CE294A6B6(__this, L_28, /*hidden argument*/NULL);
|
|
uint32_t L_29 = __this->get_values_4();
|
|
if (!L_29)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
TcpClient_SetOptions_m7796041D076EE07FD06AD3D3B3494C07DA43C0EB(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_30 = __this->get_client_2();
|
|
NullCheck(L_30);
|
|
Socket_SetSocketOption_m545931224E0FBC0073E60A755F70180105A4CBC0(L_30, ((int32_t)65535), 8, (bool)1, /*hidden argument*/NULL);
|
|
goto IL_00ef;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00ce;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00ce:
|
|
{ // begin catch(System.Exception)
|
|
{
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
TcpClient_Init_m3B5C3849797216F139E9647E04B9E7CA88F3C31B(__this, 2, /*hidden argument*/NULL);
|
|
int32_t L_31 = V_0;
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_32 = ___ipAddresses0;
|
|
NullCheck(L_32);
|
|
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))), (int32_t)1))))))
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
Exception_t * L_33 = V_2;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, TcpClient_Connect_m405E412413430A7278EE14BF8F8E9BCC3883BD42_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00e2:
|
|
{
|
|
int32_t L_34 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
int32_t L_35 = V_0;
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_36 = ___ipAddresses0;
|
|
NullCheck(L_36);
|
|
if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_System_IDisposable_Dispose_mD95B3589A03DEAE99C4FD396B5055524433BBFAB (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TcpClient_System_IDisposable_Dispose_mD95B3589A03DEAE99C4FD396B5055524433BBFAB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VirtActionInvoker1< bool >::Invoke(5 /* System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Dispose(System.Boolean) */, __this, (bool)1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Dispose_m15797820EB13C0932A23F0DA3E5C9BBD59CA812A (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * V_0 = NULL;
|
|
{
|
|
bool L_0 = __this->get_disposed_3();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
__this->set_disposed_3((bool)1);
|
|
bool L_1 = ___disposing0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_2 = __this->get_stream_0();
|
|
V_0 = L_2;
|
|
__this->set_stream_0((NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)NULL);
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_4);
|
|
__this->set_active_1((bool)0);
|
|
V_0 = (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)NULL;
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_5 = __this->get_client_2();
|
|
if (!L_5)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_6 = __this->get_client_2();
|
|
NullCheck(L_6);
|
|
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_6, /*hidden argument*/NULL);
|
|
__this->set_client_2((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Finalize_m486CD73FF26C74DA700F93BFD83741EAE6085063 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
VirtActionInvoker1< bool >::Invoke(5 /* System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Dispose(System.Boolean) */, __this, (bool)0);
|
|
IL2CPP_LEAVE(0x10, FINALLY_0009);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0009;
|
|
}
|
|
|
|
FINALLY_0009:
|
|
{ // begin finally (depth: 1)
|
|
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(9)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(9)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x10, IL_0010)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.IO.Stream BestHTTP.PlatformSupport.TcpClient.General.TcpClient::GetStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * TcpClient_GetStream_m23C800A17678144E4F67A3491A7A4BF4131FDC99 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TcpClient_GetStream_m23C800A17678144E4F67A3491A7A4BF4131FDC99_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_0 = __this->get_stream_0();
|
|
if (L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_1 = __this->get_client_2();
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_2 = (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)il2cpp_codegen_object_new(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var);
|
|
NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83(L_2, L_1, (bool)1, /*hidden argument*/NULL);
|
|
__this->set_stream_0(L_2);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_3 = __this->get_stream_0();
|
|
V_0 = L_3;
|
|
IL2CPP_LEAVE(0x2A, FINALLY_0023);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0023;
|
|
}
|
|
|
|
FINALLY_0023:
|
|
{ // begin finally (depth: 1)
|
|
TcpClient_CheckDisposed_mBBD2874FDE1F574595FBC5A1EBF52C9915CA2821(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(35)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(35)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x2A, IL_002a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::CheckDisposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_CheckDisposed_mBBD2874FDE1F574595FBC5A1EBF52C9915CA2821 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TcpClient_CheckDisposed_mBBD2874FDE1F574595FBC5A1EBF52C9915CA2821_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = __this->get_disposed_3();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_1);
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, TcpClient_CheckDisposed_mBBD2874FDE1F574595FBC5A1EBF52C9915CA2821_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient_<>c__DisplayClass55_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0__ctor_mCC7EF059C1595BDA99A4FD7342563E56ED8BDBC8 (U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient_<>c__DisplayClass55_0::<Connect>b__0(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mBB267A4175B716B5E1E13C89DB82B2AF41542960 (U3CU3Ec__DisplayClass55_0_t5B0BD8178C39FAE2913C0C8F532CEE62B05F22EA * __this, RuntimeObject* ___res0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_0 = __this->get_mre_0();
|
|
NullCheck(L_0);
|
|
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean BestHTTP.ServerSentEvents.EventSourceResponse::get_IsClosed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSourceResponse_get_IsClosed_mD9E84C78B2F9E8E94091D38E34711DE27085BB28 (EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsClosedU3Ek__BackingField_18();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.ServerSentEvents.EventSourceResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse__ctor_m9D518757F6742FF6A3021530190A3A9F6B29A78C (EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EventSourceResponse__ctor_m9D518757F6742FF6A3021530190A3A9F6B29A78C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
|
|
__this->set_FrameLock_21(L_0);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024));
|
|
__this->set_LineBuffer_22(L_1);
|
|
List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * L_2 = (List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE *)il2cpp_codegen_object_new(List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m8F095BCD214F8B75DCFF72F59B97789F256BE6D7(L_2, /*hidden argument*/List_1__ctor_m8F095BCD214F8B75DCFF72F59B97789F256BE6D7_RuntimeMethod_var);
|
|
__this->set_CompletedMessages_23(L_2);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_3 = ___request0;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___stream1;
|
|
bool L_5 = ___isStreamed2;
|
|
bool L_6 = ___isFromCache3;
|
|
HTTPResponse__ctor_m08226607B5EE29BC97C44BED97C0F6268268E3BC(__this, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
HTTPResponse_set_IsClosedManually_m04EFEC482E2AC737896266AA4A3A7B31808EB037_inline(__this, (bool)1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.ServerSentEvents.EventSourceResponse::Receive(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSourceResponse_Receive_m5FA5AAD822060689B14FF2CA0E5E298C198DF7A1 (EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * __this, int32_t ___forceReadRawContentLength0, bool ___readPayloadData1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EventSourceResponse_Receive_m5FA5AAD822060689B14FF2CA0E5E298C198DF7A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * G_B3_0 = NULL;
|
|
EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * G_B1_0 = NULL;
|
|
EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * G_B2_0 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * G_B4_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___forceReadRawContentLength0;
|
|
bool L_1 = HTTPResponse_Receive_m35A1E96F649B91F5D429617C60DFA08DAE809DD2(__this, L_0, (bool)0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
G_B1_0 = __this;
|
|
if (!L_2)
|
|
{
|
|
G_B3_0 = __this;
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(__this, /*hidden argument*/NULL);
|
|
G_B2_0 = G_B1_0;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)200)))))
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = HTTPResponse_HasHeaderWithValue_m3347AA0733522594AA1A5E78FB53C2A0A5372B54(__this, _stringLiteral933EEF63153662663FE810015E51E88F4C38B506, _stringLiteralB70DB0C55EEDB428B91C78848A8553761D1B87F2, /*hidden argument*/NULL);
|
|
G_B4_0 = ((int32_t)(L_4));
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
G_B4_0 = 0;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
HTTPResponse_set_IsUpgraded_mB1C9AFAE9748B2BFB545BE374B2FB971D2E1348C_inline(G_B4_1, (bool)G_B4_0, /*hidden argument*/NULL);
|
|
bool L_5 = HTTPResponse_get_IsUpgraded_m241FEF79DCD38AA607FBF676F4DD2551F8D03703_inline(__this, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___forceReadRawContentLength0;
|
|
HTTPResponse_ReadPayload_m3DEB5AE52B52823A78B3455EAB95E3C1801C9330(__this, L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
bool L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.ServerSentEvents.EventSourceResponse::BestHTTP.IProtocol.HandleEvents()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_BestHTTP_IProtocol_HandleEvents_m3724B47A3B57CA1FE3FBECEA8AD090969E3E9097 (EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EventSourceResponse_BestHTTP_IProtocol_HandleEvents_m3724B47A3B57CA1FE3FBECEA8AD090969E3E9097_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
RuntimeObject * L_0 = __this->get_FrameLock_21();
|
|
V_0 = L_0;
|
|
RuntimeObject * L_1 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * L_2 = __this->get_CompletedMessages_23();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = List_1_get_Count_m3D1D64D5B86D3FD18389B94A6219ACA1CBAD43F1_inline(L_2, /*hidden argument*/List_1_get_Count_m3D1D64D5B86D3FD18389B94A6219ACA1CBAD43F1_RuntimeMethod_var);
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4 * L_4 = __this->get_OnMessage_19();
|
|
if (!L_4)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_1 = 0;
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
}
|
|
|
|
IL_0028:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
Action_2_t9D4064DA8655300EBCFA87280B65CA00B9EC18C4 * L_5 = __this->get_OnMessage_19();
|
|
List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * L_6 = __this->get_CompletedMessages_23();
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
Message_t2999FB1BB4BDE5373FB6C1F8E16489EEE799126B * L_8 = List_1_get_Item_m453801AB759FA30B68B8460F5FEB2C4853C4A1F8_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m453801AB759FA30B68B8460F5FEB2C4853C4A1F8_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
Action_2_Invoke_mF3CDF49591B0CDA7C4B2EBD52A48B9261B17A912(L_5, __this, L_8, /*hidden argument*/Action_2_Invoke_mF3CDF49591B0CDA7C4B2EBD52A48B9261B17A912_RuntimeMethod_var);
|
|
goto IL_005a;
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0042;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0042:
|
|
{ // begin catch(System.Exception)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_9 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
Exception_t * L_10 = V_2;
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_9, _stringLiteral8461C6F6B7093372724F350BBE30FE6C44DA8A93, _stringLiteral2CCC7E06309CE6D0B1557C4ABD368D13A04BB97B, L_10);
|
|
goto IL_005a;
|
|
} // end catch (depth: 2)
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * L_13 = __this->get_CompletedMessages_23();
|
|
NullCheck(L_13);
|
|
int32_t L_14 = List_1_get_Count_m3D1D64D5B86D3FD18389B94A6219ACA1CBAD43F1_inline(L_13, /*hidden argument*/List_1_get_Count_m3D1D64D5B86D3FD18389B94A6219ACA1CBAD43F1_RuntimeMethod_var);
|
|
if ((((int32_t)L_12) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * L_15 = __this->get_CompletedMessages_23();
|
|
NullCheck(L_15);
|
|
List_1_Clear_mF2D166A207E9FADA4F1115C5B293C7FBDF1EE860(L_15, /*hidden argument*/List_1_Clear_mF2D166A207E9FADA4F1115C5B293C7FBDF1EE860_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
IL2CPP_LEAVE(0x80, FINALLY_0079);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0079;
|
|
}
|
|
|
|
FINALLY_0079:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_16 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(121)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(121)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x80, IL_0080)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
bool L_17 = EventSourceResponse_get_IsClosed_mD9E84C78B2F9E8E94091D38E34711DE27085BB28_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
List_1_t0C9A4DE7AFFA17F5FA2D32C021CBF60D80E3BFAE * L_18 = __this->get_CompletedMessages_23();
|
|
NullCheck(L_18);
|
|
List_1_Clear_mF2D166A207E9FADA4F1115C5B293C7FBDF1EE860(L_18, /*hidden argument*/List_1_Clear_mF2D166A207E9FADA4F1115C5B293C7FBDF1EE860_RuntimeMethod_var);
|
|
Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 * L_19 = __this->get_OnClosed_20();
|
|
if (!L_19)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
|
|
IL_009b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
try
|
|
{ // begin try (depth: 2)
|
|
Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 * L_20 = __this->get_OnClosed_20();
|
|
NullCheck(L_20);
|
|
Action_1_Invoke_mE3BDD039035DB2A45217C1BD183190DA68A7DCF4(L_20, __this, /*hidden argument*/Action_1_Invoke_mE3BDD039035DB2A45217C1BD183190DA68A7DCF4_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0xC9, FINALLY_00c1);
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00a9;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00a9:
|
|
{ // begin catch(System.Exception)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_21 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
Exception_t * L_22 = V_3;
|
|
NullCheck(L_21);
|
|
InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_21, _stringLiteral8461C6F6B7093372724F350BBE30FE6C44DA8A93, _stringLiteralBF92FC523272C324ED3C987A6F3931D950189E0F, L_22);
|
|
IL2CPP_LEAVE(0xC9, FINALLY_00c1);
|
|
} // end catch (depth: 2)
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00c1;
|
|
}
|
|
|
|
FINALLY_00c1:
|
|
{ // begin finally (depth: 1)
|
|
__this->set_OnClosed_20((Action_1_tD22C19653DFB4BC85FA6E51B9ADF12D7FB64DDB0 *)NULL);
|
|
IL2CPP_END_FINALLY(193)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(193)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xC9, IL_00c9)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void BestHTTP.StreamList::.ctor(System.IO.Stream[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList__ctor_m59E9F07AFAB947F2E66E653923241BDE1E89137C (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* ___streams0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StreamList__ctor_m59E9F07AFAB947F2E66E653923241BDE1E89137C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
|
|
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_0 = ___streams0;
|
|
__this->set_Streams_4(L_0);
|
|
__this->set_CurrentIdx_5(0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.StreamList::get_CanRead()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamList_get_CanRead_m481FD985BFE86C8DC67A8C0A8AC83C0900AD124B (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_CurrentIdx_5();
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_1 = __this->get_Streams_4();
|
|
NullCheck(L_1);
|
|
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_2 = __this->get_Streams_4();
|
|
int32_t L_3 = __this->get_CurrentIdx_5();
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
NullCheck(L_5);
|
|
bool L_6 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_5);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.StreamList::get_CanSeek()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamList_get_CanSeek_mCD08C33ED917DCB3A910E18712C9D311D55181D4 (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean BestHTTP.StreamList::get_CanWrite()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamList_get_CanWrite_mE00E7FAE63B24ECC71B04B836F3C9BA418FD6F06 (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_CurrentIdx_5();
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_1 = __this->get_Streams_4();
|
|
NullCheck(L_1);
|
|
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_2 = __this->get_Streams_4();
|
|
int32_t L_3 = __this->get_CurrentIdx_5();
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
NullCheck(L_5);
|
|
bool L_6 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_5);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.StreamList::Flush()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Flush_m1C21DE9722994FE1EAF77831BFC26BC2D8E401FE (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_CurrentIdx_5();
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_1 = __this->get_Streams_4();
|
|
NullCheck(L_1);
|
|
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_2 = __this->get_Streams_4();
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
NullCheck(L_5);
|
|
VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_5);
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = __this->get_CurrentIdx_5();
|
|
if ((((int32_t)L_7) <= ((int32_t)L_8)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int64 BestHTTP.StreamList::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StreamList_get_Length_m30588B76A0B9A74D96905B6340C173B25556791D (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, const RuntimeMethod* method)
|
|
{
|
|
int64_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_CurrentIdx_5();
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_1 = __this->get_Streams_4();
|
|
NullCheck(L_1);
|
|
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
return (((int64_t)((int64_t)0)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_0 = (((int64_t)((int64_t)0)));
|
|
V_1 = 0;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int64_t L_2 = V_0;
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_3 = __this->get_Streams_4();
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_6);
|
|
int64_t L_7 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_6);
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)L_7));
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_10 = __this->get_Streams_4();
|
|
NullCheck(L_10);
|
|
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 BestHTTP.StreamList::Read(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamList_Read_m5EE4CA3BDE86BB2B80EBB0C4B88580FEFA5B20A3 (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_CurrentIdx_5();
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_1 = __this->get_Streams_4();
|
|
NullCheck(L_1);
|
|
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_2 = __this->get_Streams_4();
|
|
int32_t L_3 = __this->get_CurrentIdx_5();
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0;
|
|
int32_t L_7 = ___offset1;
|
|
int32_t L_8 = ___count2;
|
|
NullCheck(L_5);
|
|
int32_t L_9 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, L_7, L_8);
|
|
V_0 = L_9;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_11 = __this->get_Streams_4();
|
|
int32_t L_12 = __this->get_CurrentIdx_5();
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___buffer0;
|
|
int32_t L_16 = ___offset1;
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18 = ___count2;
|
|
int32_t L_19 = V_0;
|
|
NullCheck(L_14);
|
|
int32_t L_20 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)));
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_20));
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22 = ___count2;
|
|
if ((((int32_t)L_21) >= ((int32_t)L_22)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = __this->get_CurrentIdx_5();
|
|
V_1 = L_23;
|
|
int32_t L_24 = V_1;
|
|
__this->set_CurrentIdx_5(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)));
|
|
int32_t L_25 = V_1;
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_26 = __this->get_Streams_4();
|
|
NullCheck(L_26);
|
|
if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_27 = V_0;
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.StreamList::Write(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Write_m8C401C2E75672D925846BD3FB81FB3D5979F2F7F (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_CurrentIdx_5();
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_1 = __this->get_Streams_4();
|
|
NullCheck(L_1);
|
|
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_2 = __this->get_Streams_4();
|
|
int32_t L_3 = __this->get_CurrentIdx_5();
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0;
|
|
int32_t L_7 = ___offset1;
|
|
int32_t L_8 = ___count2;
|
|
NullCheck(L_5);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, L_7, L_8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.StreamList::Write(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Write_m09F4CBDAF72FDAD8AFDE559DCB9528F61510B155 (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, String_t* ___str0, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___str0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.StreamList::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Dispose_mE018F7608437245974658E0036BA32803D124164 (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StreamList_Dispose_mE018F7608437245974658E0036BA32803D124164_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
}
|
|
|
|
IL_0005:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_0 = __this->get_Streams_4();
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
NullCheck(L_3);
|
|
Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_3, /*hidden argument*/NULL);
|
|
goto IL_002c;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0014;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0014:
|
|
{ // begin catch(System.Exception)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_4 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL);
|
|
Exception_t * L_5 = V_1;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_4, _stringLiteral1CF95309FE6AAE790597EEC2A7BB7759631B4C25, _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939, L_5);
|
|
goto IL_002c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_8 = __this->get_Streams_4();
|
|
NullCheck(L_8);
|
|
if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int64 BestHTTP.StreamList::get_Position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StreamList_get_Position_mA8020D6FC54CA114E864C40A738170CDFAF36ECC (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StreamList_get_Position_mA8020D6FC54CA114E864C40A738170CDFAF36ECC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_0, _stringLiteralCA19BE16997552CCC8A59DD17435B497F211E941, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, StreamList_get_Position_mA8020D6FC54CA114E864C40A738170CDFAF36ECC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void BestHTTP.StreamList::set_Position(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_set_Position_m79AA77DF6EA8D63326458E491A08BDC60FDD6CC7 (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StreamList_set_Position_m79AA77DF6EA8D63326458E491A08BDC60FDD6CC7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_0, _stringLiteralACE3FBAEC238FD4D92B8FE05922BB0090AC4EDBA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, StreamList_set_Position_m79AA77DF6EA8D63326458E491A08BDC60FDD6CC7_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int64 BestHTTP.StreamList::Seek(System.Int64,System.IO.SeekOrigin)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StreamList_Seek_m501E27A07DD65859E31E70481AA3E4B2AC74260F (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_CurrentIdx_5();
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_1 = __this->get_Streams_4();
|
|
NullCheck(L_1);
|
|
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
return (((int64_t)((int64_t)0)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_2 = __this->get_Streams_4();
|
|
int32_t L_3 = __this->get_CurrentIdx_5();
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
int64_t L_6 = ___offset0;
|
|
int32_t L_7 = ___origin1;
|
|
NullCheck(L_5);
|
|
int64_t L_8 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_5, L_6, L_7);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void BestHTTP.StreamList::SetLength(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_SetLength_m026C55B86D7CC51DFB541959B3AA6E14884DFA18 (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StreamList_SetLength_m026C55B86D7CC51DFB541959B3AA6E14884DFA18_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_0, _stringLiteral7431964A68E6B6A3AAC1D46224CBE891751DCB6D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, StreamList_SetLength_m026C55B86D7CC51DFB541959B3AA6E14884DFA18_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.Object MiniJSON.Json::Deserialize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5 (String_t* ___json0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___json0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
String_t* L_1 = ___json0;
|
|
RuntimeObject * L_2 = Parser_Parse_m0BFF7DA6D6538C2AD5630CF6691F87C99ABDF1E8(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String MiniJSON.Json::Serialize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_Serialize_m9B8F6C8B06728D4E0543EF69DC4BBA264825ED3B (RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
String_t* L_1 = Serializer_Serialize_m9E03FE45B025D269AB4BE30C4AA5E3F1FBDCF2B7(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean MiniJSON.Json_Parser::IsWordBreak(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_IsWordBreak_mF2442CBC818BA35A31C9171CEA40B12A14B7694A (Il2CppChar ___c0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_IsWordBreak_mF2442CBC818BA35A31C9171CEA40B12A14B7694A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Il2CppChar L_0 = ___c0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_1 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___c0;
|
|
NullCheck(_stringLiteral21AE27F947EF77236FD5E0029FDFE3E0913B464B);
|
|
int32_t L_3 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(_stringLiteral21AE27F947EF77236FD5E0029FDFE3E0913B464B, L_2, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void MiniJSON.Json_Parser::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m93E7A27695270FDA95800A69151EAA5BACA65B6F (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, String_t* ___jsonString0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser__ctor_m93E7A27695270FDA95800A69151EAA5BACA65B6F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___jsonString0;
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_1 = (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 *)il2cpp_codegen_object_new(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var);
|
|
StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17(L_1, L_0, /*hidden argument*/NULL);
|
|
__this->set_json_0(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Object MiniJSON.Json_Parser::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Parser_Parse_m0BFF7DA6D6538C2AD5630CF6691F87C99ABDF1E8 (String_t* ___jsonString0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_Parse_m0BFF7DA6D6538C2AD5630CF6691F87C99ABDF1E8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___jsonString0;
|
|
Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * L_1 = (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 *)il2cpp_codegen_object_new(Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28_il2cpp_TypeInfo_var);
|
|
Parser__ctor_m93E7A27695270FDA95800A69151EAA5BACA65B6F(L_1, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_0007:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
RuntimeObject * L_3 = Parser_ParseValue_mFAC6AE484B3D57B5B536641BE8BDCF808D6AE18E(L_2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
IL2CPP_LEAVE(0x1A, FINALLY_0010);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0010;
|
|
}
|
|
|
|
FINALLY_0010:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
IL2CPP_END_FINALLY(16)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(16)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1A, IL_001a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
RuntimeObject * L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void MiniJSON.Json_Parser::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_Dispose_mE766A0E2969AC19ABB0C6E1C4FC443ED73C9C3A7 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_0 = __this->get_json_0();
|
|
NullCheck(L_0);
|
|
TextReader_Dispose_m9DA31CD42D5E73A1452F4EEC014C5703B5872930(L_0, /*hidden argument*/NULL);
|
|
__this->set_json_0((StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 *)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Hashtable MiniJSON.Json_Parser::ParseObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * Parser_ParseObject_m08840100AC8ECFB543B4CCC49EDC7DD0B72600D2 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_ParseObject_m08840100AC8ECFB543B4CCC49EDC7DD0B72600D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
|
|
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_1 = __this->get_json_0();
|
|
NullCheck(L_1);
|
|
VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_1);
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
int32_t L_2 = Parser_get_NextToken_m8C3CC6EAC9E205C9EF56A2DF89042F9F35D8E931(__this, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_1;
|
|
if ((((int32_t)L_4) == ((int32_t)2)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
if ((((int32_t)L_5) == ((int32_t)6)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
String_t* L_7 = Parser_ParseString_m8379635BB6854A18EEC8626C737D3FFFF5264A33(__this, /*hidden argument*/NULL);
|
|
V_2 = L_7;
|
|
String_t* L_8 = V_2;
|
|
if (L_8)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
return (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
int32_t L_9 = Parser_get_NextToken_m8C3CC6EAC9E205C9EF56A2DF89042F9F35D8E931(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_9) == ((int32_t)5)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
return (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_10 = __this->get_json_0();
|
|
NullCheck(L_10);
|
|
VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_10);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = V_0;
|
|
String_t* L_12 = V_2;
|
|
RuntimeObject * L_13 = Parser_ParseValue_mFAC6AE484B3D57B5B536641BE8BDCF808D6AE18E(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_11, L_12, L_13);
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
// System.Collections.ArrayList MiniJSON.Json_Parser::ParseArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * Parser_ParseArray_m0C4B4B1189EA4FAF40AB772936DD24F516592143 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_ParseArray_m0C4B4B1189EA4FAF40AB772936DD24F516592143_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
RuntimeObject * V_3 = NULL;
|
|
{
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
|
|
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_1 = __this->get_json_0();
|
|
NullCheck(L_1);
|
|
VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_1);
|
|
V_1 = (bool)1;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_2 = Parser_get_NextToken_m8C3CC6EAC9E205C9EF56A2DF89042F9F35D8E931(__this, /*hidden argument*/NULL);
|
|
V_2 = L_2;
|
|
int32_t L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_2;
|
|
if ((((int32_t)L_4) == ((int32_t)4)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_2;
|
|
if ((((int32_t)L_5) == ((int32_t)6)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)NULL;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t L_6 = V_2;
|
|
RuntimeObject * L_7 = Parser_ParseByToken_m0C0270FD1F95932DD7C9659109F3805E3DE3B73D(__this, L_6, /*hidden argument*/NULL);
|
|
V_3 = L_7;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = V_0;
|
|
RuntimeObject * L_9 = V_3;
|
|
NullCheck(L_8);
|
|
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
bool L_10 = V_1;
|
|
if (L_10)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Object MiniJSON.Json_Parser::ParseValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Parser_ParseValue_mFAC6AE484B3D57B5B536641BE8BDCF808D6AE18E (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = Parser_get_NextToken_m8C3CC6EAC9E205C9EF56A2DF89042F9F35D8E931(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
RuntimeObject * L_2 = Parser_ParseByToken_m0C0270FD1F95932DD7C9659109F3805E3DE3B73D(__this, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Object MiniJSON.Json_Parser::ParseByToken(MiniJSON.Json_Parser_TOKEN)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Parser_ParseByToken_m0C0270FD1F95932DD7C9659109F3805E3DE3B73D (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, int32_t ___token0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_ParseByToken_m0C0270FD1F95932DD7C9659109F3805E3DE3B73D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___token0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
String_t* L_1 = Parser_ParseString_m8379635BB6854A18EEC8626C737D3FFFF5264A33(__this, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
RuntimeObject * L_2 = Parser_ParseNumber_m17CEF67F8EA3C574538CE724D4CDB4E1D37C7ECB(__this, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = Parser_ParseObject_m08840100AC8ECFB543B4CCC49EDC7DD0B72600D2(__this, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = Parser_ParseArray_m0C4B4B1189EA4FAF40AB772936DD24F516592143(__this, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
bool L_5 = ((bool)1);
|
|
RuntimeObject * L_6 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_5);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
bool L_7 = ((bool)0);
|
|
RuntimeObject * L_8 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_7);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
return NULL;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
return NULL;
|
|
}
|
|
}
|
|
// System.String MiniJSON.Json_Parser::ParseString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parser_ParseString_m8379635BB6854A18EEC8626C737D3FFFF5264A33 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_ParseString_m8379635BB6854A18EEC8626C737D3FFFF5264A33_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t * V_0 = NULL;
|
|
Il2CppChar V_1 = 0x0;
|
|
bool V_2 = false;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_1 = __this->get_json_0();
|
|
NullCheck(L_1);
|
|
VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_1);
|
|
V_2 = (bool)1;
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_2 = __this->get_json_0();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Peek() */, L_2);
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_013d;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
Il2CppChar L_4 = Parser_get_NextChar_m9327375DB6BD424E319025DD08B69C0C76ED253C(__this, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
Il2CppChar L_5 = V_1;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = V_1;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_7 = __this->get_json_0();
|
|
NullCheck(L_7);
|
|
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Peek() */, L_7);
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
Il2CppChar L_9 = Parser_get_NextChar_m9327375DB6BD424E319025DD08B69C0C76ED253C(__this, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
Il2CppChar L_10 = V_1;
|
|
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_11 = V_1;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = V_1;
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_13 = V_1;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
Il2CppChar L_14 = V_1;
|
|
if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)102)))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_15 = V_1;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)98))))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_1;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)102))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
Il2CppChar L_17 = V_1;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)110))))
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_18 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)114))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
StringBuilder_t * L_19 = V_0;
|
|
Il2CppChar L_20 = V_1;
|
|
NullCheck(L_19);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_19, L_20, /*hidden argument*/NULL);
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
StringBuilder_t * L_21 = V_0;
|
|
NullCheck(L_21);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_21, 8, /*hidden argument*/NULL);
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
StringBuilder_t * L_22 = V_0;
|
|
NullCheck(L_22);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_22, ((int32_t)12), /*hidden argument*/NULL);
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
StringBuilder_t * L_23 = V_0;
|
|
NullCheck(L_23);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_23, ((int32_t)10), /*hidden argument*/NULL);
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
StringBuilder_t * L_24 = V_0;
|
|
NullCheck(L_24);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_24, ((int32_t)13), /*hidden argument*/NULL);
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
StringBuilder_t * L_25 = V_0;
|
|
NullCheck(L_25);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_25, ((int32_t)9), /*hidden argument*/NULL);
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
V_3 = L_26;
|
|
V_4 = 0;
|
|
goto IL_0113;
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_3;
|
|
int32_t L_28 = V_4;
|
|
Il2CppChar L_29 = Parser_get_NextChar_m9327375DB6BD424E319025DD08B69C0C76ED253C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (Il2CppChar)L_29);
|
|
int32_t L_30 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
int32_t L_31 = V_4;
|
|
if ((((int32_t)L_31) < ((int32_t)4)))
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_32 = V_0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = V_3;
|
|
String_t* L_34 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_33, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_35 = Convert_ToInt32_m8DC81C7C49EE4A9334E71E45E3A220644E45B4F4(L_34, ((int32_t)16), /*hidden argument*/NULL);
|
|
NullCheck(L_32);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_32, (((int32_t)((uint16_t)L_35))), /*hidden argument*/NULL);
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
StringBuilder_t * L_36 = V_0;
|
|
Il2CppChar L_37 = V_1;
|
|
NullCheck(L_36);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_36, L_37, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
bool L_38 = V_2;
|
|
if (L_38)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
StringBuilder_t * L_39 = V_0;
|
|
NullCheck(L_39);
|
|
String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_39);
|
|
return L_40;
|
|
}
|
|
}
|
|
// System.Object MiniJSON.Json_Parser::ParseNumber()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Parser_ParseNumber_m17CEF67F8EA3C574538CE724D4CDB4E1D37C7ECB (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_ParseNumber_m17CEF67F8EA3C574538CE724D4CDB4E1D37C7ECB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
double V_1 = 0.0;
|
|
int64_t V_2 = 0;
|
|
{
|
|
String_t* L_0 = Parser_get_NextWord_mC24F4764B895D8F41FE89606F94F091CDFF498ED(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
String_t* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_1, ((int32_t)46), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = V_0;
|
|
Int64_TryParse_m5C60567D82BACC7D9C18F7A9A83025FC94AD0E95(L_3, (int64_t*)(&V_2), /*hidden argument*/NULL);
|
|
int64_t L_4 = V_2;
|
|
if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL)))))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_5 = V_2;
|
|
if ((((int64_t)L_5) > ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_6 = V_2;
|
|
int32_t L_7 = (((int32_t)((int32_t)L_6)));
|
|
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int64_t L_9 = V_2;
|
|
int64_t L_10 = L_9;
|
|
RuntimeObject * L_11 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_10);
|
|
return L_11;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
String_t* L_12 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
Double_TryParse_m9F4A499E432413DC960D6441EE3EC50C2A9CB211(L_12, (double*)(&V_1), /*hidden argument*/NULL);
|
|
double L_13 = V_1;
|
|
double L_14 = L_13;
|
|
RuntimeObject * L_15 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_14);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void MiniJSON.Json_Parser::EatWhitespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_EatWhitespace_mDF0085B1B3BA8B63DFBD93B708CE38967A3B8FBE (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_EatWhitespace_mDF0085B1B3BA8B63DFBD93B708CE38967A3B8FBE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_0 = __this->get_json_0();
|
|
NullCheck(L_0);
|
|
VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_0);
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_1 = __this->get_json_0();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Peek() */, L_1);
|
|
if ((((int32_t)L_2) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
Il2CppChar L_3 = Parser_get_PeekChar_mD79B654E3D70046ECBF2FB10E9E49BADBDCCD4D3(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_4 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Char MiniJSON.Json_Parser::get_PeekChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Parser_get_PeekChar_mD79B654E3D70046ECBF2FB10E9E49BADBDCCD4D3 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_get_PeekChar_mD79B654E3D70046ECBF2FB10E9E49BADBDCCD4D3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_0 = __this->get_json_0();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Peek() */, L_0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_2 = Convert_ToChar_m5BD134B72978B879B81A824DFAC8FF29F5300245(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Char MiniJSON.Json_Parser::get_NextChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Parser_get_NextChar_m9327375DB6BD424E319025DD08B69C0C76ED253C (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_get_NextChar_m9327375DB6BD424E319025DD08B69C0C76ED253C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_0 = __this->get_json_0();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_2 = Convert_ToChar_m5BD134B72978B879B81A824DFAC8FF29F5300245(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String MiniJSON.Json_Parser::get_NextWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parser_get_NextWord_mC24F4764B895D8F41FE89606F94F091CDFF498ED (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_get_NextWord_mC24F4764B895D8F41FE89606F94F091CDFF498ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t * V_0 = NULL;
|
|
{
|
|
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
StringBuilder_t * L_1 = V_0;
|
|
Il2CppChar L_2 = Parser_get_NextChar_m9327375DB6BD424E319025DD08B69C0C76ED253C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_1, L_2, /*hidden argument*/NULL);
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_3 = __this->get_json_0();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Peek() */, L_3);
|
|
if ((((int32_t)L_4) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Il2CppChar L_5 = Parser_get_PeekChar_mD79B654E3D70046ECBF2FB10E9E49BADBDCCD4D3(__this, /*hidden argument*/NULL);
|
|
bool L_6 = Parser_IsWordBreak_mF2442CBC818BA35A31C9171CEA40B12A14B7694A(L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
StringBuilder_t * L_7 = V_0;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
|
|
return L_8;
|
|
}
|
|
}
|
|
// MiniJSON.Json_Parser_TOKEN MiniJSON.Json_Parser::get_NextToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parser_get_NextToken_m8C3CC6EAC9E205C9EF56A2DF89042F9F35D8E931 (Parser_t867C6F9977E17EF44495E8E7A932115AFE814F28 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Parser_get_NextToken_m8C3CC6EAC9E205C9EF56A2DF89042F9F35D8E931_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
Parser_EatWhitespace_mDF0085B1B3BA8B63DFBD93B708CE38967A3B8FBE(__this, /*hidden argument*/NULL);
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_0 = __this->get_json_0();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Peek() */, L_0);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
Il2CppChar L_2 = Parser_get_PeekChar_mD79B654E3D70046ECBF2FB10E9E49BADBDCCD4D3(__this, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
Il2CppChar L_3 = V_0;
|
|
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)91)))))
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)34))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 18:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 19:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 20:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 21:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 22:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 23:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 24:
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)91))))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
Il2CppChar L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)93))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)123))))
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)125))))
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
return (int32_t)(1);
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_9 = __this->get_json_0();
|
|
NullCheck(L_9);
|
|
VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_9);
|
|
return (int32_t)(2);
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_10 = __this->get_json_0();
|
|
NullCheck(L_10);
|
|
VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_10);
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_11 = __this->get_json_0();
|
|
NullCheck(L_11);
|
|
VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_11);
|
|
return (int32_t)(6);
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
return (int32_t)(7);
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
return (int32_t)(5);
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
return (int32_t)(8);
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
String_t* L_12 = Parser_get_NextWord_mC24F4764B895D8F41FE89606F94F091CDFF498ED(__this, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
String_t* L_13 = V_1;
|
|
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04, /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = V_1;
|
|
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = V_1;
|
|
bool L_18 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833, /*hidden argument*/NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
return (int32_t)(((int32_t)10));
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
return (int32_t)(((int32_t)9));
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
return (int32_t)(((int32_t)11));
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
return (int32_t)(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 MiniJSON.Json_Serializer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer__ctor_mC580D65626136B5C834C91D776954E6DE10769C0 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Serializer__ctor_mC580D65626136B5C834C91D776954E6DE10769C0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
|
|
__this->set_builder_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String MiniJSON.Json_Serializer::Serialize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Serializer_Serialize_m9E03FE45B025D269AB4BE30C4AA5E3F1FBDCF2B7 (RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Serializer_Serialize_m9E03FE45B025D269AB4BE30C4AA5E3F1FBDCF2B7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * L_0 = (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E *)il2cpp_codegen_object_new(Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E_il2cpp_TypeInfo_var);
|
|
Serializer__ctor_mC580D65626136B5C834C91D776954E6DE10769C0(L_0, /*hidden argument*/NULL);
|
|
Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * L_1 = L_0;
|
|
RuntimeObject * L_2 = ___obj0;
|
|
NullCheck(L_1);
|
|
Serializer_SerializeValue_mE0537A288B90DA65B9C326B32227681AFBEF8EA1(L_1, L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringBuilder_t * L_3 = L_1->get_builder_0();
|
|
NullCheck(L_3);
|
|
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void MiniJSON.Json_Serializer::SerializeValue(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeValue_mE0537A288B90DA65B9C326B32227681AFBEF8EA1 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Serializer_SerializeValue_mE0537A288B90DA65B9C326B32227681AFBEF8EA1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
StringBuilder_t * G_B7_0 = NULL;
|
|
StringBuilder_t * G_B6_0 = NULL;
|
|
String_t* G_B8_0 = NULL;
|
|
StringBuilder_t * G_B8_1 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_1 = __this->get_builder_0();
|
|
NullCheck(L_1);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
RuntimeObject * L_2 = ___value0;
|
|
String_t* L_3 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var));
|
|
V_2 = L_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = V_2;
|
|
Serializer_SerializeString_m205838BF57F68C8CA07D2F2AEA2A19276E1119E1(__this, L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
RuntimeObject * L_5 = ___value0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_5, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_6 = __this->get_builder_0();
|
|
RuntimeObject * L_7 = ___value0;
|
|
G_B6_0 = L_6;
|
|
if (((*(bool*)((bool*)UnBox(L_7, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))))
|
|
{
|
|
G_B7_0 = L_6;
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
G_B8_0 = _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
NullCheck(G_B8_1);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(G_B8_1, G_B8_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
RuntimeObject * L_8 = ___value0;
|
|
RuntimeObject* L_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IList_tA637AB426E16F84F84ACC2813BDCF3A0414AF0AA_il2cpp_TypeInfo_var));
|
|
V_0 = L_9;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_10 = V_0;
|
|
Serializer_SerializeArray_m128E36CB4703437DB9E1C00534BB66C8A506E974(__this, L_10, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
RuntimeObject * L_11 = ___value0;
|
|
RuntimeObject* L_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var));
|
|
V_1 = L_12;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_13 = V_1;
|
|
Serializer_SerializeObject_m98CE3B6DD14F7EEE06F7D56C5AA90CB7146DD346(__this, L_13, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
RuntimeObject * L_14 = ___value0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_14, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_15 = ___value0;
|
|
String_t* L_16 = String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93(NULL, ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_15, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))), 1, /*hidden argument*/NULL);
|
|
Serializer_SerializeString_m205838BF57F68C8CA07D2F2AEA2A19276E1119E1(__this, L_16, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
RuntimeObject * L_17 = ___value0;
|
|
Serializer_SerializeOther_mA3D4D831B3DD54C8A72CAA73A5202FAB8E93C7D5(__this, L_17, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void MiniJSON.Json_Serializer::SerializeObject(System.Collections.IDictionary)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeObject_m98CE3B6DD14F7EEE06F7D56C5AA90CB7146DD346 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Serializer_SerializeObject_m98CE3B6DD14F7EEE06F7D56C5AA90CB7146DD346_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
RuntimeObject * V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
V_0 = (bool)1;
|
|
StringBuilder_t * L_0 = __this->get_builder_0();
|
|
NullCheck(L_0);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_0, ((int32_t)123), /*hidden argument*/NULL);
|
|
RuntimeObject* L_1 = ___obj0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var, L_1);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_2);
|
|
V_1 = L_3;
|
|
}
|
|
|
|
IL_001c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
RuntimeObject* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4);
|
|
V_2 = L_5;
|
|
bool L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
StringBuilder_t * L_7 = __this->get_builder_0();
|
|
NullCheck(L_7);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_7, ((int32_t)44), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
RuntimeObject * L_8 = V_2;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
|
|
Serializer_SerializeString_m205838BF57F68C8CA07D2F2AEA2A19276E1119E1(__this, L_9, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_10 = __this->get_builder_0();
|
|
NullCheck(L_10);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_10, ((int32_t)58), /*hidden argument*/NULL);
|
|
RuntimeObject* L_11 = ___obj0;
|
|
RuntimeObject * L_12 = V_2;
|
|
NullCheck(L_11);
|
|
RuntimeObject * L_13 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var, L_11, L_12);
|
|
Serializer_SerializeValue_mE0537A288B90DA65B9C326B32227681AFBEF8EA1(__this, L_13, /*hidden argument*/NULL);
|
|
V_0 = (bool)0;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
RuntimeObject* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_14);
|
|
if (L_15)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
IL2CPP_LEAVE(0x7A, FINALLY_0069);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0069;
|
|
}
|
|
|
|
FINALLY_0069:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_16 = V_1;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_17 = V_3;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
RuntimeObject* L_18 = V_3;
|
|
NullCheck(L_18);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_18);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
IL2CPP_END_FINALLY(105)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(105)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x7A, IL_007a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
StringBuilder_t * L_19 = __this->get_builder_0();
|
|
NullCheck(L_19);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_19, ((int32_t)125), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void MiniJSON.Json_Serializer::SerializeArray(System.Collections.IList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeArray_m128E36CB4703437DB9E1C00534BB66C8A506E974 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, RuntimeObject* ___anArray0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Serializer_SerializeArray_m128E36CB4703437DB9E1C00534BB66C8A506E974_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
RuntimeObject * V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
StringBuilder_t * L_0 = __this->get_builder_0();
|
|
NullCheck(L_0);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_0, ((int32_t)91), /*hidden argument*/NULL);
|
|
V_0 = (bool)1;
|
|
RuntimeObject* L_1 = ___anArray0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_1);
|
|
V_1 = L_2;
|
|
}
|
|
|
|
IL_0017:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
RuntimeObject* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3);
|
|
V_2 = L_4;
|
|
bool L_5 = V_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
StringBuilder_t * L_6 = __this->get_builder_0();
|
|
NullCheck(L_6);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_6, ((int32_t)44), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
RuntimeObject * L_7 = V_2;
|
|
Serializer_SerializeValue_mE0537A288B90DA65B9C326B32227681AFBEF8EA1(__this, L_7, /*hidden argument*/NULL);
|
|
V_0 = (bool)0;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
RuntimeObject* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_8);
|
|
if (L_9)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
IL2CPP_LEAVE(0x55, FINALLY_0044);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0044;
|
|
}
|
|
|
|
FINALLY_0044:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_10 = V_1;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_11 = V_3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
RuntimeObject* L_12 = V_3;
|
|
NullCheck(L_12);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_12);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
IL2CPP_END_FINALLY(68)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(68)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x55, IL_0055)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
StringBuilder_t * L_13 = __this->get_builder_0();
|
|
NullCheck(L_13);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_13, ((int32_t)93), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void MiniJSON.Json_Serializer::SerializeString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeString_m205838BF57F68C8CA07D2F2AEA2A19276E1119E1 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, String_t* ___str0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Serializer_SerializeString_m205838BF57F68C8CA07D2F2AEA2A19276E1119E1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
StringBuilder_t * L_0 = __this->get_builder_0();
|
|
NullCheck(L_0);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_0, ((int32_t)34), /*hidden argument*/NULL);
|
|
String_t* L_1 = ___str0;
|
|
NullCheck(L_1);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
V_1 = 0;
|
|
goto IL_012d;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_2 = L_6;
|
|
Il2CppChar L_7 = V_2;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)8)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_2;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_2;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
StringBuilder_t * L_10 = __this->get_builder_0();
|
|
NullCheck(L_10);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_10, _stringLiteralAB006BB8AACDF6E68299BC1DFFCCC9BCC8AC3EAF, /*hidden argument*/NULL);
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
StringBuilder_t * L_11 = __this->get_builder_0();
|
|
NullCheck(L_11);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, _stringLiteral9E94758983980504AF303EF297FD2BF9D9CEA063, /*hidden argument*/NULL);
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
StringBuilder_t * L_12 = __this->get_builder_0();
|
|
NullCheck(L_12);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, _stringLiteral4629CA1B60E263BDC4326334B23323E0434717A5, /*hidden argument*/NULL);
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
StringBuilder_t * L_13 = __this->get_builder_0();
|
|
NullCheck(L_13);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, _stringLiteral794A729D2E4FFBB094FEC03AE9B3ACD219371385, /*hidden argument*/NULL);
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
StringBuilder_t * L_14 = __this->get_builder_0();
|
|
NullCheck(L_14);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, _stringLiteralEF7E6794CA9C6A06B54B66F279237FB8DAAAEEA8, /*hidden argument*/NULL);
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
StringBuilder_t * L_15 = __this->get_builder_0();
|
|
NullCheck(L_15);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteralF12C84902108895980702C88DB900CEEA2D2EC01, /*hidden argument*/NULL);
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
StringBuilder_t * L_16 = __this->get_builder_0();
|
|
NullCheck(L_16);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_16, _stringLiteral8BF81043E29DFC96A6FE1F30F7116F552DE6E7D7, /*hidden argument*/NULL);
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
Il2CppChar L_17 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = Convert_ToInt32_m8BE65713C8D5E0AD45D53B82A5A7BD187BEBA917(L_17, /*hidden argument*/NULL);
|
|
V_3 = L_18;
|
|
int32_t L_19 = V_3;
|
|
if ((((int32_t)L_19) < ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = V_3;
|
|
if ((((int32_t)L_20) > ((int32_t)((int32_t)126))))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_21 = __this->get_builder_0();
|
|
Il2CppChar L_22 = V_2;
|
|
NullCheck(L_21);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_21, L_22, /*hidden argument*/NULL);
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
StringBuilder_t * L_23 = __this->get_builder_0();
|
|
NullCheck(L_23);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, _stringLiteral153809851B33CE0CDCE06E5A572C675E18D0C3B5, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_24 = __this->get_builder_0();
|
|
String_t* L_25 = Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8((int32_t*)(&V_3), _stringLiteral2BFBE0BC53277529025720589E902C25BF01F2F4, /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, L_25, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
int32_t L_26 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
int32_t L_27 = V_1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_29 = __this->get_builder_0();
|
|
NullCheck(L_29);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_29, ((int32_t)34), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void MiniJSON.Json_Serializer::SerializeOther(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeOther_mA3D4D831B3DD54C8A72CAA73A5202FAB8E93C7D5 (Serializer_tE5D36B3A12250ACB49D6BCF840D43351BE624E6E * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Serializer_SerializeOther_mA3D4D831B3DD54C8A72CAA73A5202FAB8E93C7D5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
double V_1 = 0.0;
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_1 = __this->get_builder_0();
|
|
RuntimeObject * L_2 = ___value0;
|
|
V_0 = ((*(float*)((float*)UnBox(L_2, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
|
|
String_t* L_3 = Single_ToString_m211B5E14B0C60667C56838D5C3788CFA58670DDE((float*)(&V_0), _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
RuntimeObject * L_4 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_5 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_5, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_6 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_6, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_7 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_8 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_9 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_10 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_10, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_11 = ___value0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_11, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
StringBuilder_t * L_12 = __this->get_builder_0();
|
|
RuntimeObject * L_13 = ___value0;
|
|
NullCheck(L_12);
|
|
StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65(L_12, L_13, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
RuntimeObject * L_14 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_14, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_15 = ___value0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_15, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
StringBuilder_t * L_16 = __this->get_builder_0();
|
|
RuntimeObject * L_17 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
double L_18 = Convert_ToDouble_mAB66BA75AC3CDFA1FEC09E3125EA444B46CD7050(L_17, /*hidden argument*/NULL);
|
|
V_1 = L_18;
|
|
String_t* L_19 = Double_ToString_m4A142BE5E5F1EF1434658FC874A19E124D95313F((double*)(&V_1), _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_16, L_19, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
RuntimeObject * L_20 = ___value0;
|
|
NullCheck(L_20);
|
|
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20);
|
|
Serializer_SerializeString_m205838BF57F68C8CA07D2F2AEA2A19276E1119E1(__this, L_21, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.ByteArray::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
__this->set__position_1(0);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
|
|
__this->set_buffer_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray__ctor_m4C1DF48EAB9657F190AA9474BFC617788A8BED44 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
__this->set__position_1(0);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buf0;
|
|
__this->set_buffer_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.ByteArray::readBool()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteArray_readBool_m8DC6B359018162CE9758A67BFE9517B755537904 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_buffer_0();
|
|
int32_t L_1 = __this->get__position_1();
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
__this->set__position_1(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_0);
|
|
int32_t L_4 = L_3;
|
|
uint8_t L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
return (bool)((((int32_t)L_5) == ((int32_t)1))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Byte taurus.client.ByteArray::readByte()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteArray_readByte_mD10FFFED24D0067D7C41F1F5F088CED3EAAFABFE (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_buffer_0();
|
|
int32_t L_1 = __this->get__position_1();
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
__this->set__position_1(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_0);
|
|
int32_t L_4 = L_3;
|
|
uint8_t L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Byte[] taurus.client.ByteArray::readBytes(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int32_t ___count0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___count0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_buffer_0();
|
|
int32_t L_3 = __this->get__position_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
|
|
int32_t L_5 = ___count0;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = __this->get__position_1();
|
|
int32_t L_7 = ___count0;
|
|
__this->set__position_1(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Double taurus.client.ByteArray::readDouble()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ByteArray_readDouble_m34B4C2961F1E3E95B872673883E6A93C7FB909DC (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_readDouble_m34B4C2961F1E3E95B872673883E6A93C7FB909DC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138(__this, 8, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
double L_2 = BitConverter_ToDouble_m5C36647E95F4F3FF047B452C9A21A58E466CA295(L_1, 0, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Single taurus.client.ByteArray::readFloat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ByteArray_readFloat_mEEF50E306E380D316BF933CDD99DE5167FCC496F (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_readFloat_mEEF50E306E380D316BF933CDD99DE5167FCC496F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138(__this, 4, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
float L_2 = BitConverter_ToSingle_m5A87B9C607E24D0F283EB39990FAF7ABAB1CBB17(L_1, 0, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.ByteArray::readInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteArray_readInt_mED6D8065A56ABC0FD96824E7A9C9430C35BF5FD1 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_readInt_mED6D8065A56ABC0FD96824E7A9C9430C35BF5FD1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138(__this, 4, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = BitConverter_ToInt32_m900A016CA90064569D8DF6D9195044C9C106B391(L_1, 0, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int64 taurus.client.ByteArray::readLong()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ByteArray_readLong_m4721865AD3783FA0751B54D44B425B3993FBD370 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_readLong_m4721865AD3783FA0751B54D44B425B3993FBD370_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138(__this, 8, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
int64_t L_2 = BitConverter_ToInt64_m28987106F93DB8C163FD4E740B4FEA405CC8A7FA(L_1, 0, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int16 taurus.client.ByteArray::readShort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t ByteArray_readShort_m7DE5EDE2653FF58595C9F9F82DC231D9F16DFDCB (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_readShort_m7DE5EDE2653FF58595C9F9F82DC231D9F16DFDCB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138(__this, 2, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
int16_t L_2 = BitConverter_ToInt16_mBFC7B476188DF611E2B21C89693258F6A4969CEA(L_1, 0, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String taurus.client.ByteArray::readString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteArray_readString_m879D28CF5BC3B9AB26E36AB1163457CC68F8A47A (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_readString_m879D28CF5BC3B9AB26E36AB1163457CC68F8A47A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int16_t L_0 = ByteArray_readShort_m7DE5EDE2653FF58595C9F9F82DC231D9F16DFDCB(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_2;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_buffer_0();
|
|
int32_t L_5 = __this->get__position_1();
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_3);
|
|
String_t* L_7 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, L_5, L_6);
|
|
int32_t L_8 = __this->get__position_1();
|
|
int32_t L_9 = V_0;
|
|
__this->set__position_1(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)));
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Byte[] taurus.client.ByteArray::reverseOrder(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dt0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___dt0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___dt0;
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))));
|
|
V_0 = L_3;
|
|
V_1 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___dt0;
|
|
NullCheck(L_4);
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)1));
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
|
|
int32_t L_6 = V_1;
|
|
int32_t L_7 = L_6;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___dt0;
|
|
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));
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint8_t)L_11);
|
|
int32_t L_12 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_13 = V_2;
|
|
if ((((int32_t)L_13) >= ((int32_t)0)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeBool(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeBool_m0DE3B731AC1044F44C753BC08B0D64794C440678 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, bool ___b0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeBool_m0DE3B731AC1044F44C753BC08B0D64794C440678_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
int32_t G_B2_0 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B2_1 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B2_2 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B1_1 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B1_2 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B3_2 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B3_3 = NULL;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
|
|
bool L_2 = ___b0;
|
|
G_B1_0 = 0;
|
|
G_B1_1 = L_1;
|
|
G_B1_2 = L_1;
|
|
if (!L_2)
|
|
{
|
|
G_B2_0 = 0;
|
|
G_B2_1 = L_1;
|
|
G_B2_2 = L_1;
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
G_B3_3 = G_B1_2;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
G_B3_3 = G_B2_2;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
NullCheck(G_B3_2);
|
|
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (uint8_t)G_B3_0);
|
|
V_0 = G_B3_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeByte(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, uint8_t ___b0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
|
|
uint8_t L_2 = ___b0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_2);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeBytes(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___data0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeBytes_mCDCEC4522983AF3FA77BDF56FA4A17A5B5BDD7AA(__this, L_0, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeBytes(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeBytes_mCDCEC4522983AF3FA77BDF56FA4A17A5B5BDD7AA (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___ofs1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeBytes_mCDCEC4522983AF3FA77BDF56FA4A17A5B5BDD7AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___count2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_buffer_0();
|
|
NullCheck(L_1);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))));
|
|
V_0 = L_2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_buffer_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_buffer_0();
|
|
NullCheck(L_5);
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_3, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___data0;
|
|
int32_t L_7 = ___ofs1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_buffer_0();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = ___count2;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, (((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), L_10, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_0;
|
|
__this->set_buffer_0(L_11);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeDouble(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeDouble_mCB774C872AA8A96D4541A67F352D1B2AB0C7E975 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, double ___d0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeDouble_mCB774C872AA8A96D4541A67F352D1B2AB0C7E975_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
double L_0 = ___d0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BitConverter_GetBytes_mA467343A340BEB9E48750918EE3377291DB25A58(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_2, /*hidden argument*/NULL);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeFloat(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeFloat_m920CDD695F408AC715922791E6F35AB3874265AA (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, float ___f0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeFloat_m920CDD695F408AC715922791E6F35AB3874265AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
float L_0 = ___f0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BitConverter_GetBytes_m5795DECB822051D8BBF3EA92DD3B2372E017ADAF(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_2, /*hidden argument*/NULL);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeInt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeInt_mE33E961686199343989BB225D432E786618DADFB (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int32_t ___i0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeInt_mE33E961686199343989BB225D432E786618DADFB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___i0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BitConverter_GetBytes_mB5BCBAAFE3AE14F2AF1731187C7155A236DF38EA(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_2, /*hidden argument*/NULL);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeLong(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeLong_mCF6EDB9D7C40275E7CCE6974C05C3B857AADA4CE (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int64_t ___l0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeLong_mCF6EDB9D7C40275E7CCE6974C05C3B857AADA4CE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
int64_t L_0 = ___l0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BitConverter_GetBytes_m2652D1E20FC48C5953639CE61B2F064C2074CF78(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_2, /*hidden argument*/NULL);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeShort(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeShort_m1EDD8D4797E51DA2C3BCE6597D30F274539E2D23 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int16_t ___s0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeShort_m1EDD8D4797E51DA2C3BCE6597D30F274539E2D23_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
int16_t L_0 = ___s0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BitConverter_GetBytes_mB7DFC7C4705F916C40527A87C9AA6D0EABC23512(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_2, /*hidden argument*/NULL);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeUShort(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeUShort_mF058A321103BDCB58751D646837A5872A27188B5 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, uint16_t ___us0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeUShort_mF058A321103BDCB58751D646837A5872A27188B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
uint16_t L_0 = ___us0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BitConverter_GetBytes_m692444BB12DAE2F46C7DDE67B04CF2073DEE1211(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ByteArray_reverseOrder_m8A6A1C299549FBF81A9CE9E0BC5F5163FC6B5FD7(__this, L_2, /*hidden argument*/NULL);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::writeString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_writeString_m9C23478675FD9E82932D47AAA1E982A171CB313F (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, String_t* ___str0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_writeString_m9C23478675FD9E82932D47AAA1E982A171CB313F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___str0;
|
|
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_writeUShort_mF058A321103BDCB58751D646837A5872A27188B5(__this, (uint16_t)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
String_t* L_3 = ___str0;
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_2, L_3);
|
|
V_0 = L_4;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))));
|
|
int32_t L_6 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint16_t L_7 = Convert_ToUInt16_m926B887258078B9BB42574AA2B3F95DC50460EA7(L_6, /*hidden argument*/NULL);
|
|
ByteArray_writeUShort_mF058A321103BDCB58751D646837A5872A27188B5(__this, L_7, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(__this, L_8, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::uncompress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_uncompress_m5AA364903269127ECE93F0CF88155E0EA3E528E2 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_uncompress_m5AA364903269127ECE93F0CF88155E0EA3E528E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_buffer_0();
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m731754F1435D29F87C407D84ED47AF35FFF9B0EF(L_1, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_2 = V_0;
|
|
ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_3 = (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 *)il2cpp_codegen_object_new(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747_il2cpp_TypeInfo_var);
|
|
ZlibBaseStream__ctor_m02A217C57CF07895A060F84615185FB44C980E6E(L_3, L_2, 1, ((int32_t)9), ((int32_t)1950), (bool)1, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_buffer_0();
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ZlibBaseStream_UncompressBuffer_mD04C22E6E3F6774951D2AEA9AE6BB67CD5D38F17(L_4, L_5, /*hidden argument*/NULL);
|
|
__this->set_buffer_0(L_6);
|
|
IL2CPP_LEAVE(0x3A, FINALLY_0030);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0030;
|
|
}
|
|
|
|
FINALLY_0030:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
IL2CPP_END_FINALLY(48)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(48)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x3A, IL_003a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
__this->set__position_1(0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::compress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_compress_m3457D5F62231AF0BACAE37675E53144DF1968A90 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ByteArray_compress_m3457D5F62231AF0BACAE37675E53144DF1968A90_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0006:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = V_0;
|
|
ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 *)il2cpp_codegen_object_new(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747_il2cpp_TypeInfo_var);
|
|
ZlibBaseStream__ctor_m02A217C57CF07895A060F84615185FB44C980E6E(L_2, L_1, 0, ((int32_t)9), ((int32_t)1950), (bool)1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_buffer_0();
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = V_1;
|
|
ZlibBaseStream_CompressBuffer_m0DCBEEBF15838B914402EDA8C8AFFC6A4C9E48D0(L_3, L_4, /*hidden argument*/NULL);
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_5);
|
|
__this->set_buffer_0(L_6);
|
|
IL2CPP_LEAVE(0x3A, FINALLY_0030);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0030;
|
|
}
|
|
|
|
FINALLY_0030:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
IL2CPP_END_FINALLY(48)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(48)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x3A, IL_003a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
__this->set__position_1(0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] taurus.client.ByteArray::get_bytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_buffer_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.ByteArray::get_length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_buffer_0();
|
|
NullCheck(L_0);
|
|
return (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.ByteArray::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteArray_get_position_m051EA29F295C8566EC23C951ADC46B5439D06199 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__position_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ByteArray::set_position(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteArray_set_position_m2932C93754CEF7AF8908F809675C13C6519FDB1F (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set__position_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.Event::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event__ctor_m9823A5D99D582448658A6D08B8117F34BEF741AC (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___name0;
|
|
__this->set_name_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String taurus.client.Event::getName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Event_getName_m599E3BB78E5DC3FECCEA2E74816E908D1C39C053 (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_name_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Object taurus.client.Event::getParameter(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Event_getParameter_m2D1892A61F0BDDAECE89308505BD055117C5F44A (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_paramMap_2();
|
|
String_t* L_1 = ___key0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Event::setParameter(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_setParameter_m0D6B0C3922E08DAF5234501D4F64358C91A76150 (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_setParameter_m0D6B0C3922E08DAF5234501D4F64358C91A76150_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_paramMap_2();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
|
|
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_1, /*hidden argument*/NULL);
|
|
__this->set_paramMap_2(L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_paramMap_2();
|
|
String_t* L_3 = ___key0;
|
|
RuntimeObject * L_4 = ___value1;
|
|
NullCheck(L_2);
|
|
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_2, L_3, L_4);
|
|
return;
|
|
}
|
|
}
|
|
// System.String taurus.client.Event::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Event_ToString_m20BB30D7FCFEF578A36ECCEB2A832704752E6BDD (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_ToString_m20BB30D7FCFEF578A36ECCEB2A832704752E6BDD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteral3298F272A6E87E4001735D14BE472F37FE99D614);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3298F272A6E87E4001735D14BE472F37FE99D614);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
String_t* L_3 = __this->get_name_1();
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, L_3);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_3);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_2;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteralAAD0775DC29963D6A11DC279EC243F8604C382E8);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteralAAD0775DC29963D6A11DC279EC243F8604C382E8);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
|
|
RuntimeObject * L_6 = __this->get_target_0();
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_6);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_6);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteralCD6EE86C2A886DC85359507090D0193C1174FBD4);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteralCD6EE86C2A886DC85359507090D0193C1174FBD4);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = __this->get_paramMap_2();
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_9);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_9);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_8;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteralF7368006D9EB8DA53E381FD4C46A859390D39E4E);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)_stringLiteralF7368006D9EB8DA53E381FD4C46A859390D39E4E);
|
|
String_t* L_11 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_10, /*hidden argument*/NULL);
|
|
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 taurus.client.EventDispatcher::addEventListener(System.String,taurus.client.IEventListener)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_addEventListener_mFA77E4C8385E764026CCA2714B4DCF5A29F8F4DB (EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * __this, String_t* ___eventName0, IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * ___listener1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EventDispatcher_addEventListener_mFA77E4C8385E764026CCA2714B4DCF5A29F8F4DB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * V_0 = NULL;
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__listeners_0();
|
|
String_t* L_1 = ___eventName0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
|
|
V_0 = ((IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 *)IsInstSealed((RuntimeObject*)L_2, IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2_il2cpp_TypeInfo_var));
|
|
IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * L_3 = V_0;
|
|
IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * L_4 = ___listener1;
|
|
Delegate_t * L_5 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = ((IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 *)CastclassSealed((RuntimeObject*)L_5, IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2_il2cpp_TypeInfo_var));
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get__listeners_0();
|
|
String_t* L_7 = ___eventName0;
|
|
IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * L_8 = V_0;
|
|
NullCheck(L_6);
|
|
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_6, L_7, L_8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.EventDispatcher::dispatchEvent(taurus.client.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_dispatchEvent_m143E619B85AD8D749F41ACE1BBA83F8558C64B98 (EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * __this, Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * ___evt0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EventDispatcher_dispatchEvent_m143E619B85AD8D749F41ACE1BBA83F8558C64B98_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * V_0 = NULL;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__listeners_0();
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * L_1 = ___evt0;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = Event_getName_m599E3BB78E5DC3FECCEA2E74816E908D1C39C053_inline(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_2);
|
|
V_0 = ((IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 *)IsInstSealed((RuntimeObject*)L_3, IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2_il2cpp_TypeInfo_var));
|
|
IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_001a:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * L_5 = V_0;
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * L_6 = ___evt0;
|
|
NullCheck(L_5);
|
|
IEventListener_Invoke_m1FCE8A3F9AE64147A4A5D5A6ED2220AD80BAF0D0(L_5, L_6, /*hidden argument*/NULL);
|
|
goto IL_003b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * L_7 = ___evt0;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = Event_getName_m599E3BB78E5DC3FECCEA2E74816E908D1C39C053_inline(L_7, /*hidden argument*/NULL);
|
|
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralBCABFC0AE9E2BADD0E05907F49434BF32C91AA6F, L_8, /*hidden argument*/NULL);
|
|
Exception_t * L_10 = V_1;
|
|
Exception_t * L_11 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D(L_11, L_9, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, EventDispatcher_dispatchEvent_m143E619B85AD8D749F41ACE1BBA83F8558C64B98_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.EventDispatcher::removeAllEventListener()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_removeAllEventListener_m2E8E2A82FC89CE6EB8F3BA7F7AD6D9CD4115BEB8 (EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__listeners_0();
|
|
NullCheck(L_0);
|
|
VirtActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.EventDispatcher::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher__ctor_mB0BE0EED720BE8D6427CDF5132EC48DC7792F05D (EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EventDispatcher__ctor_mB0BE0EED720BE8D6427CDF5132EC48DC7792F05D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
|
|
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
|
|
__this->set__listeners_0(L_0);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.FileHead::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileHead__ctor_m7A46CD47416F720E94C81E7065C2A890E4FA1527 (FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.FilePack20::.ctor(System.String,taurus.client.PackMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20__ctor_mEB19935FE28E9F1AD15C6210C2A1C3F3255D39C7 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, String_t* ___packfile0, int32_t ___mode1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FilePack20__ctor_mEB19935FE28E9F1AD15C6210C2A1C3F3255D39C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set__mode_5(1);
|
|
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
|
|
__this->set__lock_obj_10(L_0);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->set_buf1_11(L_1);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * L_2 = (Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 *)il2cpp_codegen_object_new(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m9886A03E77CC3462E8AF2663DC548C036185F59C(L_2, /*hidden argument*/Dictionary_2__ctor_m9886A03E77CC3462E8AF2663DC548C036185F59C_RuntimeMethod_var);
|
|
__this->set__headMap_8(L_2);
|
|
String_t* L_3 = ___packfile0;
|
|
__this->set__packfile_4(L_3);
|
|
int32_t L_4 = ___mode1;
|
|
__this->set__mode_5(L_4);
|
|
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__rootDir_1(L_5);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.FilePack20::Init(System.String,System.String,System.Collections.Generic.List`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_Init_m6C1902E33F539B7B3A251E193CF494DB26961E6C (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, String_t* ___dirPath0, String_t* ___filter1, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___fileList2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FilePack20_Init_m6C1902E33F539B7B3A251E193CF494DB26961E6C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___dirPath0;
|
|
__this->set__dirDir_0(L_0);
|
|
String_t* L_1 = __this->get__dirDir_0();
|
|
NullCheck(L_1);
|
|
String_t* L_2 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_1, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
|
|
__this->set__dirDir_0(L_2);
|
|
String_t* L_3 = __this->get__dirDir_0();
|
|
String_t* L_4 = __this->get__dirDir_0();
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = __this->get__dirDir_0();
|
|
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
|
|
__this->set__dirDir_0(L_8);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
String_t* L_9 = __this->get__dirDir_0();
|
|
bool L_10 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = __this->get__dirDir_0();
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_12 = (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)il2cpp_codegen_object_new(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var);
|
|
DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6(L_12, L_11, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
DirectoryInfo_Create_m6847E3BA38FAB943C8BC12356CBB41E81B0EA029(L_12, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
int32_t L_13 = __this->get__mode_5();
|
|
if (L_13)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_14 = ___fileList2;
|
|
if (L_14)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_15 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_15, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
|
|
__this->set__fileList_7(L_15);
|
|
String_t* L_16 = __this->get__dirDir_0();
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_17 = (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)il2cpp_codegen_object_new(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var);
|
|
DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6(L_17, L_16, /*hidden argument*/NULL);
|
|
V_0 = L_17;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_18 = __this->get__fileList_7();
|
|
String_t* L_19 = ___filter1;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_20 = V_0;
|
|
FilePack20_FilesCount_mE0111178F9263046CD145884CA4711004A46CDAE(L_18, L_19, L_20, /*hidden argument*/NULL);
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_21 = ___fileList2;
|
|
__this->set__fileList_7(L_21);
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_22 = __this->get__fileList_7();
|
|
NullCheck(L_22);
|
|
int32_t L_23 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_22, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
|
|
__this->set__totalFile_2(L_23);
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.FilePack20::ReadLeByte()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilePack20_ReadLeByte_m07594BA47912CB83B38EE59FB978EDF983F5E49F (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_6();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_buf1_11();
|
|
NullCheck(L_0);
|
|
int32_t L_2 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, 1);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_buf1_11();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
return ((int32_t)((int32_t)L_5&(int32_t)((int32_t)255)));
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.FilePack20::ReadLeShort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilePack20_ReadLeShort_m1102ADC5B0D93A1529A0A8F0FD74A9D04EF61FF3 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = FilePack20_ReadLeByte_m07594BA47912CB83B38EE59FB978EDF983F5E49F(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = FilePack20_ReadLeByte_m07594BA47912CB83B38EE59FB978EDF983F5E49F(__this, /*hidden argument*/NULL);
|
|
return ((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)8))));
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.FilePack20::ReadLeInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilePack20_ReadLeInt_m5E9D7EC85DE07222CD410B01334A8E26F42D0141 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = FilePack20_ReadLeShort_m1102ADC5B0D93A1529A0A8F0FD74A9D04EF61FF3(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = FilePack20_ReadLeShort_m1102ADC5B0D93A1529A0A8F0FD74A9D04EF61FF3(__this, /*hidden argument*/NULL);
|
|
return ((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16)))));
|
|
}
|
|
}
|
|
// System.Void taurus.client.FilePack20::FilesCount(System.Collections.Generic.List`1<System.String>,System.String,System.IO.DirectoryInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_FilesCount_mE0111178F9263046CD145884CA4711004A46CDAE (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____fileList0, String_t* ___filter1, DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * ___dirInfo2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FilePack20_FilesCount_mE0111178F9263046CD145884CA4711004A46CDAE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* V_0 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * V_4 = NULL;
|
|
bool V_5 = false;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* V_8 = NULL;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * V_9 = NULL;
|
|
{
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_0 = ___dirInfo2;
|
|
NullCheck(L_0);
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* L_1 = DirectoryInfo_GetFiles_m3E2F7B3AA18FE603D7746175A572298AD649DBF6(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
V_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
|
|
String_t* L_2 = ___filter1;
|
|
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___filter1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)124));
|
|
NullCheck(L_4);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_4, L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* L_9 = V_0;
|
|
V_2 = L_9;
|
|
V_3 = 0;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* L_10 = V_2;
|
|
int32_t L_11 = V_3;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_4 = L_13;
|
|
V_5 = (bool)0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_1;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = V_1;
|
|
V_6 = L_15;
|
|
V_7 = 0;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = V_6;
|
|
int32_t L_17 = V_7;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
String_t* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_20 = V_4;
|
|
NullCheck(L_20);
|
|
String_t* L_21 = FileSystemInfo_get_Extension_m03280A812F387828DB2E03862B65E4FD0854565C(L_20, /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
bool L_22 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_19, L_21, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
V_5 = (bool)1;
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
int32_t L_23 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_24 = V_7;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = V_6;
|
|
NullCheck(L_25);
|
|
if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
bool L_26 = V_5;
|
|
if (L_26)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_27 = ____fileList0;
|
|
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_28 = V_4;
|
|
NullCheck(L_28);
|
|
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.IO.FileSystemInfo::get_FullName() */, L_28);
|
|
NullCheck(L_27);
|
|
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_27, L_29, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
int32_t L_30 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
int32_t L_31 = V_3;
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* L_32 = V_2;
|
|
NullCheck(L_32);
|
|
if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_33 = ___dirInfo2;
|
|
NullCheck(L_33);
|
|
DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* L_34 = DirectoryInfo_GetDirectories_m3B3BFA8A3218042D621CC9B43604F21DA0D8B343(L_33, /*hidden argument*/NULL);
|
|
V_8 = L_34;
|
|
V_3 = 0;
|
|
goto IL_009f;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* L_35 = V_8;
|
|
int32_t L_36 = V_3;
|
|
NullCheck(L_35);
|
|
int32_t L_37 = L_36;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
V_9 = L_38;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_39 = ____fileList0;
|
|
String_t* L_40 = ___filter1;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_41 = V_9;
|
|
FilePack20_FilesCount_mE0111178F9263046CD145884CA4711004A46CDAE(L_39, L_40, L_41, /*hidden argument*/NULL);
|
|
int32_t L_42 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
int32_t L_43 = V_3;
|
|
DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* L_44 = V_8;
|
|
NullCheck(L_44);
|
|
if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.FilePack20::UnPackFileSyn(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_UnPackFileSyn_mA9C6FA0BD391C90F40AF210CB2EC7BCAF4419329 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, String_t* ___dirPath0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FilePack20_UnPackFileSyn_mA9C6FA0BD391C90F40AF210CB2EC7BCAF4419329_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = __this->get__mode_5();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteralE9FECB7942402DEDEC6F86DDD7F33B80D6A01D4C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FilePack20_UnPackFileSyn_mA9C6FA0BD391C90F40AF210CB2EC7BCAF4419329_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
RuntimeObject * L_2 = __this->get__lock_obj_10();
|
|
V_0 = L_2;
|
|
RuntimeObject * L_3 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_3, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
bool L_4 = __this->get_executing_9();
|
|
if (!L_4)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_5, _stringLiteral860CBEE74BC89645DA0764B1D2B2C93B2A9EE274, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, FilePack20_UnPackFileSyn_mA9C6FA0BD391C90F40AF210CB2EC7BCAF4419329_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
__this->set_executing_9((bool)1);
|
|
IL2CPP_LEAVE(0x43, FINALLY_003c);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003c;
|
|
}
|
|
|
|
FINALLY_003c:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_6 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(60)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(60)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x43, IL_0043)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
String_t* L_7 = ___dirPath0;
|
|
FilePack20_Init_m6C1902E33F539B7B3A251E193CF494DB26961E6C(__this, L_7, (String_t*)NULL, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)NULL, /*hidden argument*/NULL);
|
|
ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_8 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var);
|
|
ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_8, __this, (intptr_t)((intptr_t)FilePack20_AddUnPackEntrySyn_m7892D63924967B8068B8766AEF93C416D4C48C72_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_9 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var);
|
|
Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD(L_9, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_9, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.FilePack20::UnPackFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_UnPackFile_m4E8E82508FDBC45FC23E116AB3126D92B54289FF (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, String_t* ___dirPath0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FilePack20_UnPackFile_m4E8E82508FDBC45FC23E116AB3126D92B54289FF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = __this->get__mode_5();
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteralE9FECB7942402DEDEC6F86DDD7F33B80D6A01D4C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FilePack20_UnPackFile_m4E8E82508FDBC45FC23E116AB3126D92B54289FF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
RuntimeObject * L_2 = __this->get__lock_obj_10();
|
|
V_0 = L_2;
|
|
RuntimeObject * L_3 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_3, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
bool L_4 = __this->get_executing_9();
|
|
if (!L_4)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_5, _stringLiteral860CBEE74BC89645DA0764B1D2B2C93B2A9EE274, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, FilePack20_UnPackFile_m4E8E82508FDBC45FC23E116AB3126D92B54289FF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
__this->set_executing_9((bool)1);
|
|
IL2CPP_LEAVE(0x43, FINALLY_003c);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003c;
|
|
}
|
|
|
|
FINALLY_003c:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_6 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(60)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(60)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x43, IL_0043)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
String_t* L_7 = ___dirPath0;
|
|
FilePack20_Init_m6C1902E33F539B7B3A251E193CF494DB26961E6C(__this, L_7, (String_t*)NULL, (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)NULL, /*hidden argument*/NULL);
|
|
FilePack20_AddUnPackEntrySyn_m7892D63924967B8068B8766AEF93C416D4C48C72(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.FilePack20::AddUnPackEntrySyn()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_AddUnPackEntrySyn_m7892D63924967B8068B8766AEF93C416D4C48C72 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FilePack20_AddUnPackEntrySyn_m7892D63924967B8068B8766AEF93C416D4C48C72_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * V_1 = NULL;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * V_2 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
|
|
Exception_t * V_4 = NULL;
|
|
RuntimeObject * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * G_B4_0 = NULL;
|
|
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * G_B3_0 = NULL;
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
FilePack20_ReadHeads_m33E04452101B89FBE6EB168154CF69EB4A636383(__this, /*hidden argument*/NULL);
|
|
Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * L_0 = __this->get__headMap_8();
|
|
NullCheck(L_0);
|
|
ValueCollection_t682E7014A931AECEABD41A34A1E2622C4291B479 * L_1 = Dictionary_2_get_Values_m996A0AC9278E4084FA79663A6C6A6EC9FCED6BA2(L_0, /*hidden argument*/Dictionary_2_get_Values_m996A0AC9278E4084FA79663A6C6A6EC9FCED6BA2_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B L_2 = ValueCollection_GetEnumerator_mC6701EA8820EBA9D20B1B5BF57892C5105B6EF6B(L_1, /*hidden argument*/ValueCollection_GetEnumerator_mC6701EA8820EBA9D20B1B5BF57892C5105B6EF6B_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_0017:
|
|
try
|
|
{ // begin try (depth: 3)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_3 = Enumerator_get_Current_mCADFB9407723ABE0C6C254681DABF56767E645C4_inline((Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B *)(&V_0), /*hidden argument*/Enumerator_get_Current_mCADFB9407723ABE0C6C254681DABF56767E645C4_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_4 = V_1;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = L_4->get_path_0();
|
|
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_6 = (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C *)il2cpp_codegen_object_new(FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C_il2cpp_TypeInfo_var);
|
|
FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8(L_6, L_5, /*hidden argument*/NULL);
|
|
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_7 = L_6;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = FileInfo_get_DirectoryName_m6E6B5B84755D7704DAFCC08DB4AD120AA865A4B2(L_7, /*hidden argument*/NULL);
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_9 = (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)il2cpp_codegen_object_new(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var);
|
|
DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6(L_9, L_8, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_10 = V_2;
|
|
NullCheck(L_10);
|
|
bool L_11 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.FileSystemInfo::get_Exists() */, L_10);
|
|
G_B3_0 = L_7;
|
|
if (L_11)
|
|
{
|
|
G_B4_0 = L_7;
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_12 = V_2;
|
|
NullCheck(L_12);
|
|
DirectoryInfo_Create_m6847E3BA38FAB943C8BC12356CBB41E81B0EA029(L_12, /*hidden argument*/NULL);
|
|
G_B4_0 = G_B3_0;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
NullCheck(G_B4_0);
|
|
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.IO.FileSystemInfo::get_FullName() */, G_B4_0);
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_14 = File_Create_mE6AF90C7A82E96EC1315821EB061327CF3EB55DD(L_13, /*hidden argument*/NULL);
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_15 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = FilePack20_GetFile_m32DDA3335C623FB6D37EE8D32AB0A2795AB43910(__this, L_15, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_17 = L_14;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_3;
|
|
NullCheck(L_19);
|
|
NullCheck(L_17);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_17, L_18, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))));
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_20 = L_17;
|
|
NullCheck(L_20);
|
|
VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_20);
|
|
NullCheck(L_20);
|
|
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_20);
|
|
int32_t L_21 = __this->get__currenFile_3();
|
|
__this->set__currenFile_3(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)));
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
bool L_22 = Enumerator_MoveNext_m6EBE68E7530952B5BADECE2992A6821FC4B5ED53((Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m6EBE68E7530952B5BADECE2992A6821FC4B5ED53_RuntimeMethod_var);
|
|
if (L_22)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
IL2CPP_LEAVE(0x95, FINALLY_0087);
|
|
}
|
|
} // end try (depth: 3)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0087;
|
|
}
|
|
|
|
FINALLY_0087:
|
|
{ // begin finally (depth: 3)
|
|
Enumerator_Dispose_mF91FC59D569CB4636E6C5A64C04D8209C7A93616((Enumerator_tFF8C07BFDD6B72645BC6950EBA82F7D3170B231B *)(&V_0), /*hidden argument*/Enumerator_Dispose_mF91FC59D569CB4636E6C5A64C04D8209C7A93616_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(135)
|
|
} // end finally (depth: 3)
|
|
IL2CPP_CLEANUP(135)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x95, IL_0095)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
IL2CPP_LEAVE(0xB6, FINALLY_00af);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0097;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0097:
|
|
{ // begin catch(System.Exception)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
Exception_t * L_23 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mD198EBC1C92DD57A0921BF9D3389C86E43718A6F(L_23, /*hidden argument*/NULL);
|
|
Exception_t * L_24 = V_4;
|
|
NullCheck(L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_24);
|
|
FilePack20_set_Error_m58CB9660F2CF3BE612553ECA6343B827889F64E8_inline(__this, L_25, /*hidden argument*/NULL);
|
|
IL2CPP_LEAVE(0xB6, FINALLY_00af);
|
|
} // end catch (depth: 2)
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00af;
|
|
}
|
|
|
|
FINALLY_00af:
|
|
{ // begin finally (depth: 1)
|
|
FilePack20_Close_mA193D09A23115118FACC938B3B409CD8FC2B8EEE(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(175)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(175)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xB6, IL_00b6)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
GC_Collect_mF2593114B9B3F291CD995BFB7033C2EEF51CF971(/*hidden argument*/NULL);
|
|
FilePack20_set_Complete_m70E8FC69E94656E532DC4CAC6F10E5F5B7DC0021_inline(__this, (bool)1, /*hidden argument*/NULL);
|
|
RuntimeObject * L_26 = __this->get__lock_obj_10();
|
|
V_5 = L_26;
|
|
RuntimeObject * L_27 = V_5;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_27, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00d1:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
__this->set_executing_9((bool)0);
|
|
IL2CPP_LEAVE(0xE2, FINALLY_00da);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00da;
|
|
}
|
|
|
|
FINALLY_00da:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_28 = V_5;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(218)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(218)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xE2, IL_00e2)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] taurus.client.FilePack20::GetFile(taurus.client.FileHead)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* FilePack20_GetFile_m32DDA3335C623FB6D37EE8D32AB0A2795AB43910 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * ___head0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FilePack20_GetFile_m32DDA3335C623FB6D37EE8D32AB0A2795AB43910_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_6();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get__stream_6();
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_2 = ___head0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->get_offset_2();
|
|
NullCheck(L_1);
|
|
VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_1, (((int64_t)((int64_t)L_3))), 0);
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_4 = ___head0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->get_len_3();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5);
|
|
V_0 = L_6;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = __this->get__stream_6();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
NullCheck(L_7);
|
|
VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void taurus.client.FilePack20::ReadHeads()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_ReadHeads_m33E04452101B89FBE6EB168154CF69EB4A636383 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FilePack20_ReadHeads_m33E04452101B89FBE6EB168154CF69EB4A636383_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_6();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
String_t* L_1 = __this->get__packfile_4();
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = V_0;
|
|
__this->set__stream_6(L_3);
|
|
FilePack20_ReadLeShort_m1102ADC5B0D93A1529A0A8F0FD74A9D04EF61FF3(__this, /*hidden argument*/NULL);
|
|
int32_t L_4 = FilePack20_ReadLeShort_m1102ADC5B0D93A1529A0A8F0FD74A9D04EF61FF3(__this, /*hidden argument*/NULL);
|
|
__this->set__totalFile_2(L_4);
|
|
Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * L_5 = __this->get__headMap_8();
|
|
NullCheck(L_5);
|
|
Dictionary_2_Clear_mACE282245597E541945552558E93B2F5B86511E5(L_5, /*hidden argument*/Dictionary_2_Clear_mACE282245597E541945552558E93B2F5B86511E5_RuntimeMethod_var);
|
|
V_1 = 0;
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_6 = (FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 *)il2cpp_codegen_object_new(FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68_il2cpp_TypeInfo_var);
|
|
FileHead__ctor_m7A46CD47416F720E94C81E7065C2A890E4FA1527(L_6, /*hidden argument*/NULL);
|
|
V_2 = L_6;
|
|
int32_t L_7 = FilePack20_ReadLeShort_m1102ADC5B0D93A1529A0A8F0FD74A9D04EF61FF3(__this, /*hidden argument*/NULL);
|
|
V_3 = L_7;
|
|
int32_t L_8 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_8);
|
|
V_4 = L_9;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = __this->get__stream_6();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_4;
|
|
int32_t L_12 = V_3;
|
|
NullCheck(L_10);
|
|
VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, 0, L_12);
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_13 = V_2;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_14 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_4;
|
|
NullCheck(L_14);
|
|
String_t* L_16 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_14, L_15);
|
|
NullCheck(L_13);
|
|
L_13->set_fileName_1(L_16);
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_17 = V_2;
|
|
String_t* L_18 = __this->get__dirDir_0();
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_19 = V_2;
|
|
NullCheck(L_19);
|
|
String_t* L_20 = L_19->get_fileName_1();
|
|
String_t* L_21 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_18, L_20, /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
L_17->set_path_0(L_21);
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_22 = V_2;
|
|
int32_t L_23 = FilePack20_ReadLeInt_m5E9D7EC85DE07222CD410B01334A8E26F42D0141(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
L_22->set_offset_2(L_23);
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_24 = V_2;
|
|
int32_t L_25 = FilePack20_ReadLeInt_m5E9D7EC85DE07222CD410B01334A8E26F42D0141(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
L_24->set_len_3(L_25);
|
|
Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * L_26 = __this->get__headMap_8();
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_27 = V_2;
|
|
NullCheck(L_27);
|
|
String_t* L_28 = L_27->get_fileName_1();
|
|
FileHead_tF102C8C321CB6E9A7A6B67E798600929F4AC9B68 * L_29 = V_2;
|
|
NullCheck(L_26);
|
|
Dictionary_2_Add_m460236F6242E6C6FB6B5BAA0E8214D84E0B206EF(L_26, L_28, L_29, /*hidden argument*/Dictionary_2_Add_m460236F6242E6C6FB6B5BAA0E8214D84E0B206EF_RuntimeMethod_var);
|
|
int32_t L_30 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
int32_t L_31 = V_1;
|
|
int32_t L_32 = __this->get__totalFile_2();
|
|
if ((((int32_t)L_31) < ((int32_t)L_32)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.FilePack20::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_Close_mA193D09A23115118FACC938B3B409CD8FC2B8EEE (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_6();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get__stream_6();
|
|
NullCheck(L_1);
|
|
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_1);
|
|
__this->set__stream_6((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Single taurus.client.FilePack20::get_Progress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FilePack20_get_Progress_m55CB64842E449A2B96CDCD0295CCF7C7128A549D (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__totalFile_2();
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_1 = __this->get__currenFile_3();
|
|
int32_t L_2 = __this->get__totalFile_2();
|
|
return ((float)((float)(((float)((float)L_1)))/(float)(((float)((float)L_2)))));
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.FilePack20::get_Complete()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilePack20_get_Complete_m55CCB2021A8841EF91028173ED83B558E74DF14E (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CCompleteU3Ek__BackingField_12();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.FilePack20::set_Complete(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_set_Complete_m70E8FC69E94656E532DC4CAC6F10E5F5B7DC0021 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CCompleteU3Ek__BackingField_12(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String taurus.client.FilePack20::get_Error()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FilePack20_get_Error_mFFD709F6F8FD037BD5C260FCB04B4EE29E0318CB (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CErrorU3Ek__BackingField_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.FilePack20::set_Error(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20_set_Error_m58CB9660F2CF3BE612553ECA6343B827889F64E8 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CErrorU3Ek__BackingField_13(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 taurus.client.HttpClient::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient__ctor_m6C34073E6A751F94D8D6121808DAACB477C72700 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, String_t* ___url0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HttpClient__ctor_m6C34073E6A751F94D8D6121808DAACB477C72700_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__session_id_2(L_0);
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_1 = (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 *)il2cpp_codegen_object_new(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_m0DDABBE4682872A48894CD84B4F319706B176C5A(L_1, /*hidden argument*/Queue_1__ctor_m0DDABBE4682872A48894CD84B4F319706B176C5A_RuntimeMethod_var);
|
|
__this->set__actionQueue_3(L_1);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___url0;
|
|
__this->set__url_1(L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::__sendMsg(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient___sendMsg_mDC93D71F4C65C7394B109207CA14406E7DD349A2 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HttpClient___sendMsg_mDC93D71F4C65C7394B109207CA14406E7DD349A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406_StaticFields*)il2cpp_codegen_static_fields_for(HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406_il2cpp_TypeInfo_var))->get_NULL_BYTES_0();
|
|
V_0 = L_0;
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_1 = TObject_newInstance_m324B62A92988AC60E9259F5191C2161DDF504F26(/*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_2 = V_1;
|
|
String_t* L_3 = __this->get__session_id_2();
|
|
NullCheck(L_2);
|
|
TObject_putString_mEE38492E2976DEF766D192022711BCF6BB8C5302(L_2, _stringLiteral03741358754CF9D715F4053434324BCC508D2107, L_3, /*hidden argument*/NULL);
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = NetManager_get_VERSION_m096025EBE4A55D3F950C81AAA2A665CD2D9E641E_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
TObject_putInt_mCA7B452DF9A5AB0EC373F0AE2603FD1E8A1B903B(L_4, _stringLiteralECE7873E79AE520373BF2E8185E60698A2E7A5F6, L_5, /*hidden argument*/NULL);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_6 = ___msg0;
|
|
NullCheck(L_6);
|
|
bool L_7 = L_6->get_useText_0();
|
|
if (!L_7)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_8 = ___msg0;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9 = L_8->get_param_2();
|
|
if (L_9)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_10 = ___msg0;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = L_10->get_textParam_3();
|
|
bool L_12 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_11, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_13 = ___msg0;
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_14 = TObject_newInstance_m324B62A92988AC60E9259F5191C2161DDF504F26(/*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
L_13->set_param_2(L_14);
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
}
|
|
|
|
IL_0058:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_15 = ___msg0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_16 = ___msg0;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = L_16->get_textParam_3();
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_18 = TObject_newFromJson_m8CFAFAA2412A1AA8B3991297365C1E99CCABCF37(L_17, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
L_15->set_param_2(L_18);
|
|
goto IL_0079;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_006b;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_006b:
|
|
{ // begin catch(System.Object)
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_19 = ___msg0;
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_20 = TObject_newInstance_m324B62A92988AC60E9259F5191C2161DDF504F26(/*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
L_19->set_param_2(L_20);
|
|
goto IL_0079;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0079:
|
|
{
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_21 = V_1;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_22 = ___msg0;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23 = L_22->get_param_2();
|
|
NullCheck(L_21);
|
|
TObject_putTObject_m2C435DD328A195A9520EE6D9811B5478280E72B5(L_21, _stringLiteralFC23764AC5B792F40BB1A00C0E3284E45F3F49C0, L_23, /*hidden argument*/NULL);
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_24 = V_1;
|
|
NullCheck(L_24);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_25 = TObject_toBinary_mFD54C69D46934F194522B72377A89CC072854583(L_24, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_26 = L_25;
|
|
NullCheck(L_26);
|
|
ByteArray_compress_m3457D5F62231AF0BACAE37675E53144DF1968A90(L_26, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_26, /*hidden argument*/NULL);
|
|
V_0 = L_27;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_28 = ___msg0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_0;
|
|
HttpClient___requestAsync_mC35736D3077F895EC0049B020C056F411EFCDE59(__this, L_28, L_29, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::__requestAsync(taurus.client.Message,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient___requestAsync_mC35736D3077F895EC0049B020C056F411EFCDE59 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HttpClient___requestAsync_mC35736D3077F895EC0049B020C056F411EFCDE59_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * V_0 = NULL;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * V_5 = NULL;
|
|
U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B12_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
String_t* G_B21_0 = NULL;
|
|
String_t* G_B20_0 = NULL;
|
|
String_t* G_B22_0 = NULL;
|
|
String_t* G_B22_1 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_0 = (U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass13_0__ctor_mCA7094261CA2B2AA1B33092FC244AF7A886B3708(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_1 = V_0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_2 = ___msg0;
|
|
NullCheck(L_1);
|
|
L_1->set_msg_0(L_2);
|
|
String_t* L_3 = __this->get__url_1();
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_5 = L_4->get_msg_0();
|
|
NullCheck(L_5);
|
|
String_t* L_6 = L_5->get_command_1();
|
|
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_3, L_6, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_8, L_7, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_9 = (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *)il2cpp_codegen_object_new(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var);
|
|
HTTPRequest__ctor_m9594D1511D5E7581D37B7C3489DA13E33F141874(L_9, L_8, 2, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_10 = V_1;
|
|
NullCheck(L_10);
|
|
HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline(L_10, (bool)1, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_11 = V_1;
|
|
NullCheck(L_11);
|
|
HTTPRequest_set_IsKeepAlive_m2D343D788DF535C9836CF103119F16251A04D0E0(L_11, (bool)1, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_12 = V_1;
|
|
NullCheck(L_12);
|
|
HTTPRequest_AddHeader_mEDEE87435F4DE11EF5AB606F5977E46BF21B63C8(L_12, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_13 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___bytes1;
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_15 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
|
|
MemoryStream__ctor_m731754F1435D29F87C407D84ED47AF35FFF9B0EF(L_15, L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
HTTPRequest_set_UploadStream_m376E2C17651773989F1B4A68A728F77E404FC2AC_inline(L_13, L_15, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_16 = V_1;
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_17 = V_0;
|
|
NullCheck(L_17);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_18 = L_17->get_msg_0();
|
|
NullCheck(L_16);
|
|
HTTPRequest_set_Tag_m32C99382A42412AD50F9C880B8AEBFE3C9889DF9_inline(L_16, L_18, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_19 = V_1;
|
|
NullCheck(L_19);
|
|
HTTPRequest_Send_m3EEED630C06DEBD53B43BCF0EF438E7954E449FF(L_19, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_20 = V_1;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
goto IL_00c2;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(((int32_t)100), /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_22 = V_1;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(L_22, /*hidden argument*/NULL);
|
|
V_2 = L_23;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_24 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_4 = L_24;
|
|
int64_t L_25 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_26 = V_0;
|
|
NullCheck(L_26);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_27 = L_26->get_msg_0();
|
|
NullCheck(L_27);
|
|
int64_t L_28 = L_27->get_lastTime_6();
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_29 = NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D_inline(/*hidden argument*/NULL);
|
|
if ((((int64_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_25, (int64_t)L_28))/(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))))) < ((int64_t)(((int64_t)((int64_t)L_29))))))
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_30 = V_1;
|
|
NullCheck(L_30);
|
|
RuntimeObject * L_31 = HTTPRequest_get_Tag_m0C39122A800927BD4E2D4EA0131ACF2973C349FD_inline(L_30, /*hidden argument*/NULL);
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_32 = V_0;
|
|
NullCheck(L_32);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_33 = L_32->get_msg_0();
|
|
if ((!(((RuntimeObject*)(RuntimeObject *)L_31) == ((RuntimeObject*)(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *)L_33))))
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 7;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_34 = V_1;
|
|
NullCheck(L_34);
|
|
HTTPRequest_Abort_mEFFADDF94A0D0C00656C372214ED596D19DC42C1(L_34, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
int32_t L_35 = V_2;
|
|
if ((((int32_t)L_35) < ((int32_t)3)))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_3 = ((int32_t)500);
|
|
int32_t L_37 = V_2;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01d3;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0265;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0283;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_38 = V_1;
|
|
NullCheck(L_38);
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_39 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_38, /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
bool L_40 = HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6(L_39, /*hidden argument*/NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_0193;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 0;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_41 = V_1;
|
|
NullCheck(L_41);
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_42 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_41, /*hidden argument*/NULL);
|
|
NullCheck(L_42);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F_inline(L_42, /*hidden argument*/NULL);
|
|
___bytes1 = L_43;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = ___bytes1;
|
|
if (!L_44)
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
|
|
IL_0115:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = ___bytes1;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_46 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_m4C1DF48EAB9657F190AA9474BFC617788A8BED44(L_46, L_45, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_47 = L_46;
|
|
NullCheck(L_47);
|
|
ByteArray_uncompress_m5AA364903269127ECE93F0CF88155E0EA3E528E2(L_47, /*hidden argument*/NULL);
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_48 = TObject_newFromBinaryData_mC537F222FCA597036084274955AD1D7A255957E6(L_47, /*hidden argument*/NULL);
|
|
V_5 = L_48;
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_49 = V_5;
|
|
NullCheck(L_49);
|
|
int32_t L_50 = TObject_getInt_mE02FD9173F68AA360C9BBF5924423FEB44630C57(L_49, _stringLiteral9799EC898E5E53C1037B42C5918E4C57C9D0B102, /*hidden argument*/NULL);
|
|
int32_t L_51 = L_50;
|
|
G_B10_0 = L_51;
|
|
if (L_51)
|
|
{
|
|
G_B12_0 = L_51;
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_52 = V_0;
|
|
NullCheck(L_52);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_53 = L_52->get_msg_0();
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_54 = V_5;
|
|
NullCheck(L_54);
|
|
RuntimeObject* L_55 = TObject_getTObject_m80721ED92D9BC4AB4EB132B1FA94B8D8C788D611(L_54, _stringLiteralFC23764AC5B792F40BB1A00C0E3284E45F3F49C0, /*hidden argument*/NULL);
|
|
NullCheck(L_53);
|
|
L_53->set_param_2(L_55);
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_56 = V_0;
|
|
NullCheck(L_56);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_57 = L_56->get_msg_0();
|
|
NullCheck(L_57);
|
|
bool L_58 = L_57->get_useText_0();
|
|
G_B11_0 = G_B10_0;
|
|
if (!L_58)
|
|
{
|
|
G_B12_0 = G_B10_0;
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_59 = V_0;
|
|
NullCheck(L_59);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_60 = L_59->get_msg_0();
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_61 = V_0;
|
|
NullCheck(L_61);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_62 = L_61->get_msg_0();
|
|
NullCheck(L_62);
|
|
RuntimeObject* L_63 = L_62->get_param_2();
|
|
NullCheck(L_63);
|
|
String_t* L_64 = InterfaceFuncInvoker0< String_t* >::Invoke(15 /* System.String taurus.client.ITObject::toJson() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_63);
|
|
NullCheck(L_60);
|
|
L_60->set_textParam_3(L_64);
|
|
G_B12_0 = G_B11_0;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
V_3 = G_B12_0;
|
|
goto IL_0290;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_017c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_017c:
|
|
{ // begin catch(System.Object)
|
|
V_3 = ((int32_t)500);
|
|
goto IL_0290;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0188:
|
|
{
|
|
V_3 = ((int32_t)500);
|
|
goto IL_0290;
|
|
}
|
|
|
|
IL_0193:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_65 = V_1;
|
|
NullCheck(L_65);
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_66 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_65, /*hidden argument*/NULL);
|
|
NullCheck(L_66);
|
|
int32_t L_67 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(L_66, /*hidden argument*/NULL);
|
|
int32_t L_68 = L_67;
|
|
RuntimeObject * L_69 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_68);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_70 = V_1;
|
|
NullCheck(L_70);
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_71 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_70, /*hidden argument*/NULL);
|
|
NullCheck(L_71);
|
|
String_t* L_72 = HTTPResponse_get_Message_m3D89F389A6BCAD73F95D6DD9DA67BEE164B7F24E_inline(L_71, /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_73 = V_1;
|
|
NullCheck(L_73);
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_74 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_73, /*hidden argument*/NULL);
|
|
NullCheck(L_74);
|
|
String_t* L_75 = HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B(L_74, /*hidden argument*/NULL);
|
|
String_t* L_76 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral63FA0063A301226B8685160F056F21857C136E6D, L_69, L_72, L_75, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(L_76, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)500);
|
|
goto IL_0290;
|
|
}
|
|
|
|
IL_01d3:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_77 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_4 = L_77;
|
|
int64_t L_78 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), /*hidden argument*/NULL);
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_79 = V_0;
|
|
NullCheck(L_79);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_80 = L_79->get_msg_0();
|
|
NullCheck(L_80);
|
|
int64_t L_81 = L_80->get_lastTime_6();
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_82 = NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D_inline(/*hidden argument*/NULL);
|
|
if ((((int64_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_78, (int64_t)L_81))/(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))))) >= ((int64_t)(((int64_t)((int64_t)L_82))))))
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
}
|
|
{
|
|
Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(((int32_t)200), /*hidden argument*/NULL);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_83 = V_1;
|
|
NullCheck(L_83);
|
|
RuntimeObject * L_84 = HTTPRequest_get_Tag_m0C39122A800927BD4E2D4EA0131ACF2973C349FD_inline(L_83, /*hidden argument*/NULL);
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_85 = V_0;
|
|
NullCheck(L_85);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_86 = L_85->get_msg_0();
|
|
if ((!(((RuntimeObject*)(RuntimeObject *)L_84) == ((RuntimeObject*)(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *)L_86))))
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_87 = V_0;
|
|
NullCheck(L_87);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_88 = L_87->get_msg_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = ___bytes1;
|
|
HttpClient___requestAsync_mC35736D3077F895EC0049B020C056F411EFCDE59(__this, L_88, L_89, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0222:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_90 = V_1;
|
|
NullCheck(L_90);
|
|
Exception_t * L_91 = HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline(L_90, /*hidden argument*/NULL);
|
|
G_B20_0 = _stringLiteral92A4CAFED9FE56D0844AF995ADD638A77834B705;
|
|
if (L_91)
|
|
{
|
|
G_B21_0 = _stringLiteral92A4CAFED9FE56D0844AF995ADD638A77834B705;
|
|
goto IL_0236;
|
|
}
|
|
}
|
|
{
|
|
G_B22_0 = _stringLiteralE348875528B38F2A644595F06CE3F163DA553B46;
|
|
G_B22_1 = G_B20_0;
|
|
goto IL_0256;
|
|
}
|
|
|
|
IL_0236:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_92 = V_1;
|
|
NullCheck(L_92);
|
|
Exception_t * L_93 = HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline(L_92, /*hidden argument*/NULL);
|
|
NullCheck(L_93);
|
|
String_t* L_94 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_93);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_95 = V_1;
|
|
NullCheck(L_95);
|
|
Exception_t * L_96 = HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline(L_95, /*hidden argument*/NULL);
|
|
NullCheck(L_96);
|
|
String_t* L_97 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_96);
|
|
String_t* L_98 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_94, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, L_97, /*hidden argument*/NULL);
|
|
G_B22_0 = L_98;
|
|
G_B22_1 = G_B21_0;
|
|
}
|
|
|
|
IL_0256:
|
|
{
|
|
String_t* L_99 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B22_1, G_B22_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(L_99, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)101);
|
|
goto IL_0290;
|
|
}
|
|
|
|
IL_0265:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_warn_m71CB6138F50628FBCFB3D3A8FB74250B90613680(_stringLiteral81350A7A9E83BAC5FFCB24F77979570D9A5ED4CF, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)101);
|
|
goto IL_0290;
|
|
}
|
|
|
|
IL_0274:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(_stringLiteral10A249F98AA715BD49E418D1866E6AF44C5AF92D, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)101);
|
|
goto IL_0290;
|
|
}
|
|
|
|
IL_0283:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(_stringLiteral7EE095250A540B10F10658BAE1DE92D8203C24AF, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)102);
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_100 = V_0;
|
|
NullCheck(L_100);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_101 = L_100->get_msg_0();
|
|
NullCheck(L_101);
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_102 = L_101->get_callback_4();
|
|
if (!L_102)
|
|
{
|
|
goto IL_02f0;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * L_103 = (U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass13_1__ctor_m1A51144629759A5F63AD4501CF23C12F23FC3CAC(L_103, /*hidden argument*/NULL);
|
|
V_6 = L_103;
|
|
U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * L_104 = V_6;
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_105 = V_0;
|
|
NullCheck(L_104);
|
|
L_104->set_CSU24U3CU3E8__locals1_1(L_105);
|
|
U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * L_106 = V_6;
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_107 = (MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB *)il2cpp_codegen_object_new(MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB_il2cpp_TypeInfo_var);
|
|
MessageResponse__ctor_m5EFDE70F1CEC3B78BE8FF895E9E543896863A760(L_107, /*hidden argument*/NULL);
|
|
NullCheck(L_106);
|
|
L_106->set_response_0(L_107);
|
|
U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * L_108 = V_6;
|
|
NullCheck(L_108);
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_109 = L_108->get_response_0();
|
|
U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * L_110 = V_6;
|
|
NullCheck(L_110);
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_111 = L_110->get_CSU24U3CU3E8__locals1_1();
|
|
NullCheck(L_111);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_112 = L_111->get_msg_0();
|
|
NullCheck(L_109);
|
|
L_109->set_messageData_0(L_112);
|
|
U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * L_113 = V_6;
|
|
NullCheck(L_113);
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_114 = L_113->get_response_0();
|
|
int32_t L_115 = V_3;
|
|
NullCheck(L_114);
|
|
L_114->set_returnCode_1(L_115);
|
|
U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * L_116 = V_6;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_117 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_117, L_116, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_1_U3C__requestAsyncU3Eb__0_mFD588D19F486249468DA6D32367F336AD0AF1C19_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
HttpClient_enqueueActionForDispatch_m9ADFC29CB175D1EA50D9A3855A6EEFFE698E164D(__this, L_117, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_02f0:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::enqueueActionForDispatch(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient_enqueueActionForDispatch_m9ADFC29CB175D1EA50D9A3855A6EEFFE698E164D (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HttpClient_enqueueActionForDispatch_m9ADFC29CB175D1EA50D9A3855A6EEFFE698E164D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_0 = __this->get__actionQueue_3();
|
|
V_0 = L_0;
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_1 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_2 = __this->get__actionQueue_3();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = ___action0;
|
|
NullCheck(L_2);
|
|
Queue_1_Enqueue_m8E2F92F9778EEEFE2119FD145F2AFB298A584127(L_2, L_3, /*hidden argument*/Queue_1_Enqueue_m8E2F92F9778EEEFE2119FD145F2AFB298A584127_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0x22, FINALLY_001b);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_001b;
|
|
}
|
|
|
|
FINALLY_001b:
|
|
{ // begin finally (depth: 1)
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_4 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(27)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(27)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x22, IL_0022)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::processEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient_processEvent_m0A0E64643231C08E05F6602F38BCFEC48076C795 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HttpClient_processEvent_m0A0E64643231C08E05F6602F38BCFEC48076C795_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_0 = NULL;
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
{
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_0 = __this->get__actionQueue_3();
|
|
V_1 = L_0;
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_1 = V_1;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_2 = __this->get__actionQueue_3();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Queue_1_get_Count_m72A948C234E3B4816659EE73C5177248AFE5FB84_inline(L_2, /*hidden argument*/Queue_1_get_Count_m72A948C234E3B4816659EE73C5177248AFE5FB84_RuntimeMethod_var);
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
IL2CPP_LEAVE(0x3A, FINALLY_002b);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_4 = __this->get__actionQueue_3();
|
|
NullCheck(L_4);
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_5 = Queue_1_Dequeue_m7FD9E2EF2643046C9592888C1B58048889DE4F46(L_4, /*hidden argument*/Queue_1_Dequeue_m7FD9E2EF2643046C9592888C1B58048889DE4F46_RuntimeMethod_var);
|
|
V_0 = L_5;
|
|
IL2CPP_LEAVE(0x32, FINALLY_002b);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_002b;
|
|
}
|
|
|
|
FINALLY_002b:
|
|
{ // begin finally (depth: 1)
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_6 = V_1;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(43)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(43)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x3A, IL_003a)
|
|
IL2CPP_JUMP_TBL(0x32, IL_0032)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_7 = V_0;
|
|
NullCheck(L_7);
|
|
Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_7, /*hidden argument*/NULL);
|
|
goto IL_0000;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::connect(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient_connect_mB326B7E082BA3EF4F7E433F7F23229E50AE88C18 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, String_t* ___ip0, String_t* ___game1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::disconnect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient_disconnect_m5D26B385A7B835F0CE9D25B767E3185971134670 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::write(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient_write_m2B68BC1B74E4BA46B6391D0AEC21F5AC46F27A8D (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HttpClient_write_m2B68BC1B74E4BA46B6391D0AEC21F5AC46F27A8D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C * L_0 = (U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass18_0__ctor_mFDBFB1F272F0508344E06A685143FC96646272D9(L_0, /*hidden argument*/NULL);
|
|
U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_1(__this);
|
|
U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C * L_2 = L_1;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_3 = ___msg0;
|
|
NullCheck(L_2);
|
|
L_2->set_msg_0(L_3);
|
|
ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_4 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var);
|
|
ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_4, L_2, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass18_0_U3CwriteU3Eb__0_m88FCAD552DB6BCA2B9747A64043DA9358110D950_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_5 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var);
|
|
Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD(L_5, L_4, /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_6 = L_5;
|
|
NullCheck(L_6);
|
|
Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39(L_6, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_6, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::setOnConnect(System.Action`1<taurus.client.SocketCode>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient_setOnConnect_m8DCDAA3A13342996DB3506E93EACCB9117A5E80F (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * ___onConnect0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::setOnEvent(System.Action`1<taurus.client.Message>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient_setOnEvent_m60372F0FF02BA5F6307A827A92AD4E8D222FA15E (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * ___onEvent0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.HttpClient::getAveragePingTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpClient_getAveragePingTime_mB420E58FEE248781FF8E45CE101F233DCFF5E4B9 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return ((int32_t)300);
|
|
}
|
|
}
|
|
// System.String taurus.client.HttpClient::getSession()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpClient_getSession_mF3F9FDBD7CC40C6C5E509A81B6A2F02E42149249 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__session_id_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::setSession(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient_setSession_m5573CD01F400CCA1E96BCBCAB87A29352970488E (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, String_t* ___session0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___session0;
|
|
__this->set__session_id_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// taurus.client.ConnectionProtocol taurus.client.HttpClient::getProtocol()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpClient_getProtocol_mDBC87FB705D48E569173260CCEB50654B387BE92 (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpClient__cctor_mDF8A28B5A8C9C1CC945475A781B8841B33EA3504 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HttpClient__cctor_mDF8A28B5A8C9C1CC945475A781B8841B33EA3504_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
|
|
((HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406_StaticFields*)il2cpp_codegen_static_fields_for(HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406_il2cpp_TypeInfo_var))->set_NULL_BYTES_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.HttpClient_<>c__DisplayClass13_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_mCA7094261CA2B2AA1B33092FC244AF7A886B3708 (U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.HttpClient_<>c__DisplayClass13_1::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_1__ctor_m1A51144629759A5F63AD4501CF23C12F23FC3CAC (U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient_<>c__DisplayClass13_1::<__requestAsync>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_1_U3C__requestAsyncU3Eb__0_mFD588D19F486249468DA6D32367F336AD0AF1C19 (U3CU3Ec__DisplayClass13_1_t6FAD19F7A30EA7F152861C372CAAF5BD4B08D540 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass13_1_U3C__requestAsyncU3Eb__0_mFD588D19F486249468DA6D32367F336AD0AF1C19_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass13_0_t00AAEE6A04BC76EAB43C244795E4ECAC17E34CB5 * L_0 = __this->get_CSU24U3CU3E8__locals1_1();
|
|
NullCheck(L_0);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_1 = L_0->get_msg_0();
|
|
NullCheck(L_1);
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_2 = L_1->get_callback_4();
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_3 = __this->get_response_0();
|
|
NullCheck(L_2);
|
|
Action_1_Invoke_m202F37C04CF34FC44E30A5BB477F96D8E2D13ACD(L_2, L_3, /*hidden argument*/Action_1_Invoke_m202F37C04CF34FC44E30A5BB477F96D8E2D13ACD_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 taurus.client.HttpClient_<>c__DisplayClass18_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_mFDBFB1F272F0508344E06A685143FC96646272D9 (U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.HttpClient_<>c__DisplayClass18_0::<write>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0_U3CwriteU3Eb__0_m88FCAD552DB6BCA2B9747A64043DA9358110D950 (U3CU3Ec__DisplayClass18_0_t0583319803BC66363ED96B67ED63EC9C2DDC187C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass18_0_U3CwriteU3Eb__0_m88FCAD552DB6BCA2B9747A64043DA9358110D950_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_0 = __this->get_msg_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int64_t L_2 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
L_0->set_lastTime_6(L_2);
|
|
HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * L_3 = __this->get_U3CU3E4__this_1();
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_4 = __this->get_msg_0();
|
|
NullCheck(L_3);
|
|
HttpClient___sendMsg_mDC93D71F4C65C7394B109207CA14406E7DD349A2(L_3, L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.IEventListener::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IEventListener__ctor_mB018DDBF15FB4E07F1D1C3C150209CF05F2E557C (IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Void taurus.client.IEventListener::Invoke(taurus.client.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IEventListener_Invoke_m1FCE8A3F9AE64147A4A5D5A6ED2220AD80BAF0D0 (IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * __this, Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * ___evt0, const RuntimeMethod* method)
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 1)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___evt0, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___evt0, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 1)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker0::Invoke(targetMethod, ___evt0);
|
|
else
|
|
GenericVirtActionInvoker0::Invoke(targetMethod, ___evt0);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___evt0);
|
|
else
|
|
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___evt0);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
typedef void (*FunctionPointerType) (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___evt0, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker1< Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * >::Invoke(targetMethod, targetThis, ___evt0);
|
|
else
|
|
GenericVirtActionInvoker1< Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * >::Invoke(targetMethod, targetThis, ___evt0);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker1< Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___evt0);
|
|
else
|
|
VirtActionInvoker1< Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___evt0);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___evt0) - 1), targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef void (*FunctionPointerType) (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___evt0, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef void (*FunctionPointerType) (void*, Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___evt0, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult taurus.client.IEventListener::BeginInvoke(taurus.client.Event,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IEventListener_BeginInvoke_mA7304E33C63BE6C106E16FC4155EF1BFA7BFAA6D (IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * __this, Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * ___evt0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[2] = {0};
|
|
__d_args[0] = ___evt0;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
|
|
}
|
|
// System.Void taurus.client.IEventListener::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IEventListener_EndInvoke_mAF2D3A7994868AE7E46D0A0CBED767F15D8A09A4 (IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.IOHandler::.ctor(taurus.client.SocketEngine,taurus.client.SystemController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOHandler__ctor_m034A4F62F6D7077E2F9F8F8C41306C402BA4DC5F (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___engine0, SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * ___controller1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler__ctor_m034A4F62F6D7077E2F9F8F8C41306C402BA4DC5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
__this->set_EMPTY_BUFFER_1(L_0);
|
|
__this->set__expectedLength_4((-1));
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_1, /*hidden argument*/NULL);
|
|
__this->set__buffer_3(L_1);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_2 = ___engine0;
|
|
__this->set__engine_5(L_2);
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_3 = ___controller1;
|
|
__this->set__controller_6(L_3);
|
|
return;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handleDataSize(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handleDataSize_mC7D89F104DCCCFD3FDDAE0EFE8C2C3BF1BABEDB8 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler_handleDataSize_mC7D89F104DCCCFD3FDDAE0EFE8C2C3BF1BABEDB8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___data0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = ByteArray_readInt_mED6D8065A56ABC0FD96824E7A9C9430C35BF5FD1(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = ((IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_StaticFields*)il2cpp_codegen_static_fields_for(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_il2cpp_TypeInfo_var))->get_INT_BYTE_SIZE_0();
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
__this->set__expectedLength_4(L_4);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = ___data0;
|
|
int32_t L_6 = V_1;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_7 = ___data0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_7, /*hidden argument*/NULL);
|
|
int32_t L_9 = V_1;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_10 = IOHandler_resizeByteArray_mB32239D623531D654BCDC60DB0155FCB5288336F(__this, L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL);
|
|
___data0 = L_10;
|
|
__this->set__readState_7(3);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_11 = ___data0;
|
|
return L_11;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
__this->set__readState_7(2);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_12 = __this->get__buffer_3();
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_13 = ___data0;
|
|
NullCheck(L_13);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(L_12, L_14, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_15 = __this->get_EMPTY_BUFFER_1();
|
|
___data0 = L_15;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_16 = ___data0;
|
|
return L_16;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handleDataSizeFragment(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handleDataSizeFragment_m2748DA8B0D7DF043059A6A5D6958FE07A95ED3E9 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler_handleDataSizeFragment_m2748DA8B0D7DF043059A6A5D6958FE07A95ED3E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_StaticFields*)il2cpp_codegen_static_fields_for(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_il2cpp_TypeInfo_var))->get_INT_BYTE_SIZE_0();
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = __this->get__buffer_3();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_1, /*hidden argument*/NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_2));
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_3 = ___data0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_4) < ((int32_t)L_5)))
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = __this->get__buffer_3();
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_7 = ___data0;
|
|
NullCheck(L_7);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_7, /*hidden argument*/NULL);
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_6);
|
|
ByteArray_writeBytes_mCDCEC4522983AF3FA77BDF56FA4A17A5B5BDD7AA(L_6, L_8, 0, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = ((IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_StaticFields*)il2cpp_codegen_static_fields_for(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_il2cpp_TypeInfo_var))->get_INT_BYTE_SIZE_0();
|
|
V_1 = L_10;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_11 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_11, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_12 = L_11;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_13 = __this->get__buffer_3();
|
|
NullCheck(L_13);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_13, /*hidden argument*/NULL);
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_12);
|
|
ByteArray_writeBytes_mCDCEC4522983AF3FA77BDF56FA4A17A5B5BDD7AA(L_12, L_14, 0, L_15, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_16 = L_12;
|
|
NullCheck(L_16);
|
|
ByteArray_set_position_m2932C93754CEF7AF8908F809675C13C6519FDB1F_inline(L_16, 0, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
int32_t L_17 = ByteArray_readInt_mED6D8065A56ABC0FD96824E7A9C9430C35BF5FD1(L_16, /*hidden argument*/NULL);
|
|
V_2 = L_17;
|
|
int32_t L_18 = V_2;
|
|
__this->set__expectedLength_4(L_18);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_19 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_19, /*hidden argument*/NULL);
|
|
__this->set__buffer_3(L_19);
|
|
__this->set__readState_7(3);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_20 = ___data0;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_20, /*hidden argument*/NULL);
|
|
int32_t L_22 = V_0;
|
|
if ((((int32_t)L_21) <= ((int32_t)L_22)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_23 = ___data0;
|
|
int32_t L_24 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_25 = ___data0;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_25, /*hidden argument*/NULL);
|
|
int32_t L_27 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_28 = IOHandler_resizeByteArray_mB32239D623531D654BCDC60DB0155FCB5288336F(__this, L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL);
|
|
___data0 = L_28;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_29 = ___data0;
|
|
return L_29;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_30 = __this->get_EMPTY_BUFFER_1();
|
|
___data0 = L_30;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_31 = ___data0;
|
|
return L_31;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_32 = __this->get__buffer_3();
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_33 = ___data0;
|
|
NullCheck(L_33);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_32);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(L_32, L_34, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_35 = __this->get_EMPTY_BUFFER_1();
|
|
___data0 = L_35;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_36 = ___data0;
|
|
return L_36;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handleInvalidData(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handleInvalidData_m823B41897880C2C9AFFB351ABAE4C6F164D47966 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler_handleInvalidData_m823B41897880C2C9AFFB351ABAE4C6F164D47966_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get__skipBytes_2();
|
|
if (L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
__this->set__readState_7(0);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = ___data0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = ___data0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_2, /*hidden argument*/NULL);
|
|
int32_t L_4 = __this->get__skipBytes_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = ___data0;
|
|
int32_t L_7 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = ___data0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_8, /*hidden argument*/NULL);
|
|
int32_t L_10 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_11 = IOHandler_resizeByteArray_mB32239D623531D654BCDC60DB0155FCB5288336F(__this, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL);
|
|
___data0 = L_11;
|
|
int32_t L_12 = __this->get__skipBytes_2();
|
|
int32_t L_13 = V_0;
|
|
__this->set__skipBytes_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)));
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_14 = ___data0;
|
|
return L_14;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handleNewPacket(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handleNewPacket_mC8903B81353AB183E1A3C9BBFADA471D1EF86E5A (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler_handleNewPacket_mC8903B81353AB183E1A3C9BBFADA471D1EF86E5A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
__this->set__buffer_3(L_0);
|
|
__this->set__expectedLength_4((-1));
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = ___data0;
|
|
NullCheck(L_1);
|
|
uint8_t L_2 = ByteArray_readByte_mD10FFFED24D0067D7C41F1F5F088CED3EAAFABFE(L_1, /*hidden argument*/NULL);
|
|
__this->set__compressed_8((bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0));
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_3 = ___data0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___data0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_4, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = IOHandler_resizeByteArray_mB32239D623531D654BCDC60DB0155FCB5288336F(__this, L_3, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
|
|
___data0 = L_6;
|
|
__this->set__readState_7(1);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_7 = ___data0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.IOHandler::handlePacketData(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_handlePacketData_m01F8014550D578BF86F8734774ABE9A8CA136615 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler_handlePacketData_m01F8014550D578BF86F8734774ABE9A8CA136615_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_2 = NULL;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_3 = NULL;
|
|
Exception_t * V_4 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = __this->get__expectedLength_4();
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = __this->get__buffer_3();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_1, /*hidden argument*/NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_2));
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_3 = ___data0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = V_0;
|
|
V_1 = (bool)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = ___data0;
|
|
NullCheck(L_6);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_6, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_m4C1DF48EAB9657F190AA9474BFC617788A8BED44(L_8, L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
}
|
|
|
|
IL_0029:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_9 = ___data0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_9, /*hidden argument*/NULL);
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_12 = __this->get__buffer_3();
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_13 = ___data0;
|
|
NullCheck(L_13);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_13, /*hidden argument*/NULL);
|
|
int32_t L_15 = V_0;
|
|
NullCheck(L_12);
|
|
ByteArray_writeBytes_mCDCEC4522983AF3FA77BDF56FA4A17A5B5BDD7AA(L_12, L_14, 0, L_15, /*hidden argument*/NULL);
|
|
bool L_16 = __this->get__compressed_8();
|
|
if (!L_16)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_17 = __this->get__buffer_3();
|
|
NullCheck(L_17);
|
|
ByteArray_uncompress_m5AA364903269127ECE93F0CF88155E0EA3E528E2(L_17, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_18 = __this->get__buffer_3();
|
|
IOHandler_dispatchRequest_m39BD49ECECB009C10CC66E4473AF1378FA2D4A21(__this, L_18, /*hidden argument*/NULL);
|
|
__this->set__readState_7(0);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_19 = __this->get__buffer_3();
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_20 = ___data0;
|
|
NullCheck(L_20);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_20, /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(L_19, L_21, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
bool L_22 = V_1;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_23 = ___data0;
|
|
int32_t L_24 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_25 = ___data0;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_25, /*hidden argument*/NULL);
|
|
int32_t L_27 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_28 = IOHandler_resizeByteArray_mB32239D623531D654BCDC60DB0155FCB5288336F(__this, L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL);
|
|
___data0 = L_28;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_29 = ___data0;
|
|
V_3 = L_29;
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_30 = __this->get_EMPTY_BUFFER_1();
|
|
___data0 = L_30;
|
|
goto IL_00c1;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00a1;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00a1:
|
|
{ // begin catch(System.Exception)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
Exception_t * L_31 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9(_stringLiteral171E74579620B9E650E324D19D8B3112EE9E1F51, L_31, /*hidden argument*/NULL);
|
|
int32_t L_32 = V_0;
|
|
__this->set__skipBytes_2(L_32);
|
|
__this->set__readState_7(4);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_33 = V_2;
|
|
V_3 = L_33;
|
|
goto IL_00c3;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00c1:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_34 = ___data0;
|
|
return L_34;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_35 = V_3;
|
|
return L_35;
|
|
}
|
|
}
|
|
// System.Void taurus.client.IOHandler::dispatchRequest(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOHandler_dispatchRequest_m39BD49ECECB009C10CC66E4473AF1378FA2D4A21 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ____buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler_dispatchRequest_m39BD49ECECB009C10CC66E4473AF1378FA2D4A21_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * V_1 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ____buffer0;
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_1 = TObject_newFromBinaryData_mC537F222FCA597036084274955AD1D7A255957E6(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_2 = (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A *)il2cpp_codegen_object_new(Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A_il2cpp_TypeInfo_var);
|
|
Packet__ctor_m498F2219E583C106FE1A6B66F4069AA50BDFD0A2(L_2, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
RuntimeObject* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
bool L_4 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean taurus.client.ITObject::isNull(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_3, _stringLiteral86F7E437FAA5A7FCE15D1DDCB9EAEAEA377667B8);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_5, _stringLiteralE8FDC390E4B52A61050D9D01CCB1D5E74ABCDD2D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, IOHandler_dispatchRequest_m39BD49ECECB009C10CC66E4473AF1378FA2D4A21_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_6 = V_1;
|
|
RuntimeObject* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
uint8_t L_8 = InterfaceFuncInvoker1< uint8_t, String_t* >::Invoke(1 /* System.Byte taurus.client.ITObject::getByte(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_7, _stringLiteral86F7E437FAA5A7FCE15D1DDCB9EAEAEA377667B8);
|
|
NullCheck(L_6);
|
|
Packet_set_actionID_m148589D26CE7F46E26C39293F4FEF641F2E9B725_inline(L_6, L_8, /*hidden argument*/NULL);
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_9 = V_1;
|
|
RuntimeObject* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(5 /* taurus.client.ITObject taurus.client.ITObject::getTObject(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_10, _stringLiteral516B9783FCA517EECBD1D064DA2D165310B19759);
|
|
NullCheck(L_9);
|
|
L_9->set_parameters_1(L_11);
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_12 = __this->get__controller_6();
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_13 = V_1;
|
|
NullCheck(L_12);
|
|
SystemController_handlePacket_m72D6C78CD42926878EBD042569CE00413D203C46(L_12, L_13, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.IOHandler::onDataRead(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOHandler_onDataRead_m530757CA8D9166D30BAEECD930BF9637E1D1D101 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___data0;
|
|
NullCheck(L_0);
|
|
ByteArray_set_position_m2932C93754CEF7AF8908F809675C13C6519FDB1F_inline(L_0, 0, /*hidden argument*/NULL);
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
int32_t L_1 = __this->get__readState_7();
|
|
if (L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = ___data0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_3 = IOHandler_handleNewPacket_mC8903B81353AB183E1A3C9BBFADA471D1EF86E5A(__this, L_2, /*hidden argument*/NULL);
|
|
___data0 = L_3;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = __this->get__readState_7();
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = ___data0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = IOHandler_handleDataSize_mC7D89F104DCCCFD3FDDAE0EFE8C2C3BF1BABEDB8(__this, L_5, /*hidden argument*/NULL);
|
|
___data0 = L_6;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t L_7 = __this->get__readState_7();
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = ___data0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_9 = IOHandler_handleDataSizeFragment_m2748DA8B0D7DF043059A6A5D6958FE07A95ED3E9(__this, L_8, /*hidden argument*/NULL);
|
|
___data0 = L_9;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
int32_t L_10 = __this->get__readState_7();
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_11 = ___data0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_12 = IOHandler_handlePacketData_m01F8014550D578BF86F8734774ABE9A8CA136615(__this, L_11, /*hidden argument*/NULL);
|
|
___data0 = L_12;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_13 = __this->get__readState_7();
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)4))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_14 = ___data0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_15 = IOHandler_handleInvalidData_m823B41897880C2C9AFFB351ABAE4C6F164D47966(__this, L_14, /*hidden argument*/NULL);
|
|
___data0 = L_15;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_16 = ___data0;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_16, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_17) > ((int32_t)0)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.IOHandler::onDataWrite(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOHandler_onDataWrite_m8FD950EC324DE92032FD5D1AA78C86AA7ADC18A6 (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler_onDataWrite_m8FD950EC324DE92032FD5D1AA78C86AA7ADC18A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_2 = NULL;
|
|
bool V_3 = false;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * G_B6_0 = NULL;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * G_B5_0 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * G_B7_1 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_1 = (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD *)il2cpp_codegen_object_new(TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD_il2cpp_TypeInfo_var);
|
|
TObject__ctor_m991637E1005E234598990DC68FC7BC55AA2CE717(L_1, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
RuntimeObject* L_2 = V_1;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_3 = ___packet0;
|
|
NullCheck(L_3);
|
|
uint8_t L_4 = Packet_get_actionID_m639D0461686C6A78A79E5A68F81A6EFEF8D7D74E_inline(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker2< String_t*, uint8_t >::Invoke(9 /* System.Void taurus.client.ITObject::putByte(System.String,System.Byte) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_2, _stringLiteral86F7E437FAA5A7FCE15D1DDCB9EAEAEA377667B8, L_4);
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_5 = ___packet0;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6 = L_5->get_parameters_1();
|
|
if (!L_6)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_7 = V_1;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_8 = ___packet0;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9 = L_8->get_parameters_1();
|
|
NullCheck(L_7);
|
|
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(11 /* System.Void taurus.client.ITObject::putTObject(System.String,taurus.client.ITObject) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_7, _stringLiteral516B9783FCA517EECBD1D064DA2D165310B19759, L_9);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
RuntimeObject* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_11 = InterfaceFuncInvoker0< ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * >::Invoke(14 /* taurus.client.ByteArray taurus.client.ITObject::toBinary() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_10);
|
|
V_2 = L_11;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_12 = V_2;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_12, /*hidden argument*/NULL);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_14 = __this->get__engine_5();
|
|
NullCheck(L_14);
|
|
int32_t L_15 = SocketEngine_getProtocolCompression_mD3D9167451BD92CF464069CBDDC6C82454F5FE09(L_14, /*hidden argument*/NULL);
|
|
V_3 = (bool)((((int32_t)L_13) > ((int32_t)L_15))? 1 : 0);
|
|
bool L_16 = V_3;
|
|
if (!L_16)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_17 = V_2;
|
|
NullCheck(L_17);
|
|
ByteArray_compress_m3457D5F62231AF0BACAE37675E53144DF1968A90(L_17, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_18 = V_0;
|
|
bool L_19 = V_3;
|
|
G_B5_0 = L_18;
|
|
if (L_19)
|
|
{
|
|
G_B6_0 = L_18;
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = 0;
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
G_B7_0 = 1;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(G_B7_1, (uint8_t)(((int32_t)((uint8_t)G_B7_0))), /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_20 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_21 = V_2;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_21, /*hidden argument*/NULL);
|
|
NullCheck(L_20);
|
|
ByteArray_writeInt_mE33E961686199343989BB225D432E786618DADFB(L_20, L_22, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_23 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_24 = V_2;
|
|
NullCheck(L_24);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(L_23, L_25, /*hidden argument*/NULL);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_26 = __this->get__engine_5();
|
|
NullCheck(L_26);
|
|
ISocket_t947EAC69390C27383C8729614F249C9794E59778 * L_27 = L_26->get__socket_0();
|
|
NullCheck(L_27);
|
|
bool L_28 = ISocket_isConnected_m5C1C374C11E32EA26A5D77A52DD20569CD84D142(L_27, /*hidden argument*/NULL);
|
|
if (!L_28)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_29 = __this->get__engine_5();
|
|
NullCheck(L_29);
|
|
ISocket_t947EAC69390C27383C8729614F249C9794E59778 * L_30 = L_29->get__socket_0();
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_31 = V_0;
|
|
NullCheck(L_31);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_31, /*hidden argument*/NULL);
|
|
NullCheck(L_30);
|
|
bool L_33 = VirtFuncInvoker1< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Boolean taurus.client.ISocket::send(System.Byte[]) */, L_30, L_32);
|
|
if (L_33)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_34 = __this->get__engine_5();
|
|
NullCheck(L_34);
|
|
SocketEngine_enqueueStatusCallback_m47FB4C2E4D444A1AC06693503A39E966141F790D(L_34, 4, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.IOHandler::resizeByteArray(taurus.client.ByteArray,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * IOHandler_resizeByteArray_mB32239D623531D654BCDC60DB0155FCB5288336F (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___array0, int32_t ___pos1, int32_t ___len2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler_resizeByteArray_mB32239D623531D654BCDC60DB0155FCB5288336F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___len2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
V_0 = L_1;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = ___array0;
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_2, /*hidden argument*/NULL);
|
|
int32_t L_4 = ___pos1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
|
|
int32_t L_6 = ___len2;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_m4C1DF48EAB9657F190AA9474BFC617788A8BED44(L_8, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void taurus.client.IOHandler::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOHandler__cctor_m06E5419C6BC8E3F49901B81B165E1C69266AF76E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (IOHandler__cctor_m06E5419C6BC8E3F49901B81B165E1C69266AF76E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_StaticFields*)il2cpp_codegen_static_fields_for(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_il2cpp_TypeInfo_var))->set_INT_BYTE_SIZE_0(4);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.ISocket::.ctor(taurus.client.SocketEngine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ISocket__ctor_m654CF800CF44A99BBAF22B3AD759076B181CF99B (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___peerBase0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ISocket__ctor_m654CF800CF44A99BBAF22B3AD759076B181CF99B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_0 = ___peerBase0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteral5F06855E4335ABC1C1DEDF71E71F58F199B6E595, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ISocket__ctor_m654CF800CF44A99BBAF22B3AD759076B181CF99B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_2 = ___peerBase0;
|
|
__this->set__engine_0(L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.ISocket::isConnected()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ISocket_isConnected_m5C1C374C11E32EA26A5D77A52DD20569CD84D142 (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_state_1();
|
|
return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.ISocket::connect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ISocket_connect_m4FA7418D52AEF6768F9553C33EF19A0DB05220BC (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ISocket_connect_m4FA7418D52AEF6768F9553C33EF19A0DB05220BC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
String_t* V_1 = NULL;
|
|
uint16_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_state_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(_stringLiteral7401C496E61CB79FBEB08A89DB8C0EDF7FABBE8B, /*hidden argument*/NULL);
|
|
V_0 = (bool)0;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_1 = __this->get__engine_0();
|
|
if (L_1)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_2 = __this->get__engine_0();
|
|
NullCheck(L_2);
|
|
String_t* L_3 = SocketEngine_getServerAddress_m5C5727AF76BC045B6ADA974CB62CE912E790DBE9_inline(L_2, /*hidden argument*/NULL);
|
|
bool L_4 = ISocket_tryParseAddress_m8239BBC02C0F7D58E835A5F0AD3D51029279B3D4(__this, L_3, (String_t**)(&V_1), (uint16_t*)(&V_2), /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_5 = __this->get__engine_0();
|
|
NullCheck(L_5);
|
|
String_t* L_6 = SocketEngine_getServerAddress_m5C5727AF76BC045B6ADA974CB62CE912E790DBE9_inline(L_5, /*hidden argument*/NULL);
|
|
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralFC10517DA22F2C3F63D37B253A3FCB3DBE99741B, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(L_7, /*hidden argument*/NULL);
|
|
V_0 = (bool)0;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
String_t* L_8 = V_1;
|
|
__this->set_serverAddress_2(L_8);
|
|
uint16_t L_9 = V_2;
|
|
__this->set_serverPort_3(L_9);
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ISocket::handleException(taurus.client.SocketCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, int32_t ___statusCode0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_state_1(3);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_0 = __this->get__engine_0();
|
|
int32_t L_1 = ___statusCode0;
|
|
NullCheck(L_0);
|
|
SocketEngine_enqueueStatusCallback_m47FB4C2E4D444A1AC06693503A39E966141F790D(L_0, L_1, /*hidden argument*/NULL);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_2 = __this->get__engine_0();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_3, __this, (intptr_t)((intptr_t)ISocket_U3ChandleExceptionU3Eb__9_0_mC1FF91498A2F1F375173C2774EE294E86D587792_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
SocketEngine_enqueueActionForDispatch_m64603C199653B40993562F349A1B61AA99E6BCBF(L_2, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.ISocket::tryParseAddress(System.String,System.String&,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ISocket_tryParseAddress_m8239BBC02C0F7D58E835A5F0AD3D51029279B3D4 (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, String_t* ___addressAndPort0, String_t** ___address1, uint16_t* ___port2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ISocket_tryParseAddress_m8239BBC02C0F7D58E835A5F0AD3D51029279B3D4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t** L_0 = ___address1;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
*((RuntimeObject **)L_0) = (RuntimeObject *)L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_1);
|
|
uint16_t* L_2 = ___port2;
|
|
*((int16_t*)L_2) = (int16_t)0;
|
|
String_t* L_3 = ___addressAndPort0;
|
|
bool L_4 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
String_t* L_5 = ___addressAndPort0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_5, ((int32_t)58), /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
int32_t L_7 = V_1;
|
|
if ((((int32_t)L_7) > ((int32_t)0)))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
String_t* L_8 = ___addressAndPort0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_8, ((int32_t)58), /*hidden argument*/NULL);
|
|
int32_t L_10 = V_1;
|
|
if ((((int32_t)L_9) == ((int32_t)L_10)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ___addressAndPort0;
|
|
NullCheck(L_11);
|
|
bool L_12 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_11, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ___addressAndPort0;
|
|
NullCheck(L_13);
|
|
bool L_14 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_13, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
String_t** L_15 = ___address1;
|
|
String_t* L_16 = ___addressAndPort0;
|
|
int32_t L_17 = V_1;
|
|
NullCheck(L_16);
|
|
String_t* L_18 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_16, 0, L_17, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_15) = (RuntimeObject *)L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_15, (void*)(RuntimeObject *)L_18);
|
|
String_t* L_19 = ___addressAndPort0;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
String_t* L_21 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL);
|
|
uint16_t* L_22 = ___port2;
|
|
bool L_23 = UInt16_TryParse_m2AF658FE91BC03D544E01F8E978C70A1022EA441(L_21, (uint16_t*)L_22, /*hidden argument*/NULL);
|
|
V_0 = L_23;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
bool L_24 = V_0;
|
|
return L_24;
|
|
}
|
|
}
|
|
// System.Net.IPAddress taurus.client.ISocket::getIpAddress(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ISocket_getIpAddress_m1792F98B2696621E430765C4C6E74DA9E4443943 (String_t* ___serverIp0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ISocket_getIpAddress_m1792F98B2696621E430765C4C6E74DA9E4443943_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_0 = NULL;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_1 = NULL;
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_2 = NULL;
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_7 = NULL;
|
|
{
|
|
V_0 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)NULL;
|
|
String_t* L_0 = ___serverIp0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
|
|
bool L_1 = IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA(L_0, (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE **)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = V_0;
|
|
V_1 = L_2;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_3 = ___serverIp0;
|
|
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_4 = Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_5 = IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56_inline(L_4, /*hidden argument*/NULL);
|
|
V_2 = L_5;
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_6 = V_2;
|
|
V_3 = L_6;
|
|
V_4 = 0;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_7 = V_3;
|
|
int32_t L_8 = V_4;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
V_5 = L_10;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_11 = V_5;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_11, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_13 = V_5;
|
|
V_1 = L_13;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_14 = V_1;
|
|
return L_14;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_15 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_16 = V_4;
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_17 = V_3;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_18 = V_2;
|
|
V_3 = L_18;
|
|
V_6 = 0;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_19 = V_3;
|
|
int32_t L_20 = V_6;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = L_20;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
V_7 = L_22;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_23 = V_7;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_23, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)23)))))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_25 = V_7;
|
|
V_1 = L_25;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_26 = V_1;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
int32_t L_27 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
int32_t L_28 = V_6;
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_29 = V_3;
|
|
NullCheck(L_29);
|
|
if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)NULL;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_30 = V_1;
|
|
return L_30;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ISocket::<handleException>b__9_0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ISocket_U3ChandleExceptionU3Eb__9_0_mC1FF91498A2F1F375173C2774EE294E86D587792 (ISocket_t947EAC69390C27383C8729614F249C9794E59778 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean taurus.client.ISocket::disconnect() */, __this);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.LagMonitor::.ctor(taurus.client.SocketEngine,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor__ctor_m6B2F9974C7C05F0DE8A12E853DEBCEC0EA0007D0 (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___engine0, int32_t ___interval1, int32_t ___queueSize2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LagMonitor__ctor_m6B2F9974C7C05F0DE8A12E853DEBCEC0EA0007D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * L_0 = (Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 *)il2cpp_codegen_object_new(Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_m85B5F06F0DCF4EAC15153CCBAD105DE5FBFC441C(L_0, /*hidden argument*/Queue_1__ctor_m85B5F06F0DCF4EAC15153CCBAD105DE5FBFC441C_RuntimeMethod_var);
|
|
__this->set_write_queue_5(L_0);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = ___interval1;
|
|
if ((((int32_t)L_1) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
___interval1 = 1;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_2 = ___engine0;
|
|
__this->set__engine_3(L_2);
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_3 = (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)il2cpp_codegen_object_new(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4(L_3, /*hidden argument*/List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var);
|
|
__this->set__valueQueue_4(L_3);
|
|
int32_t L_4 = ___queueSize2;
|
|
__this->set__queueSize_2(L_4);
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * L_5 = (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC *)il2cpp_codegen_object_new(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC_il2cpp_TypeInfo_var);
|
|
Timer__ctor_m974694D154959133B98B92340225155CD140F166(L_5, /*hidden argument*/NULL);
|
|
__this->set__pollTimer_1(L_5);
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * L_6 = __this->get__pollTimer_1();
|
|
NullCheck(L_6);
|
|
Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815(L_6, (bool)0, /*hidden argument*/NULL);
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * L_7 = __this->get__pollTimer_1();
|
|
NullCheck(L_7);
|
|
Timer_set_AutoReset_mB2AB0A3FE6E2D88DFD3B7C2DD35ECF11D0DA44A2(L_7, (bool)1, /*hidden argument*/NULL);
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * L_8 = __this->get__pollTimer_1();
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * L_9 = (ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C *)il2cpp_codegen_object_new(ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C_il2cpp_TypeInfo_var);
|
|
ElapsedEventHandler__ctor_mAFE97AA556EA4CC6AA9BED5BD8A671204AC8645A(L_9, __this, (intptr_t)((intptr_t)LagMonitor___OnPollEvent_m8A27D5B3C325B1BE4A45E2D3C7762EDC01FFEAEC_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
Timer_add_Elapsed_m234717674180C61ADCD855EC75DDE17C34CA6148(L_8, L_9, /*hidden argument*/NULL);
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * L_10 = __this->get__pollTimer_1();
|
|
int32_t L_11 = ___interval1;
|
|
NullCheck(L_10);
|
|
Timer_set_Interval_m4E9D6DDA2489B502B6424BBB0EB40861D42C7FEC(L_10, (((double)((double)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)((int32_t)1000)))))), /*hidden argument*/NULL);
|
|
__this->set__averagePingTime_0(((int32_t)1000));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.LagMonitor::__OnPollEvent(System.Object,System.Timers.ElapsedEventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor___OnPollEvent_m8A27D5B3C325B1BE4A45E2D3C7762EDC01FFEAEC (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, RuntimeObject * ___source0, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * ___e1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LagMonitor___OnPollEvent_m8A27D5B3C325B1BE4A45E2D3C7762EDC01FFEAEC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_0 = __this->get__engine_3();
|
|
NullCheck(L_0);
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_1 = L_0->get__controller_7();
|
|
NullCheck(L_1);
|
|
SystemController_sendPingPong_m17108EFFBEA403ED0CF55A6A9DB2F6B416CBC4C1(L_1, /*hidden argument*/NULL);
|
|
Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * L_2 = __this->get_write_queue_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int64_t L_4 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
Queue_1_Enqueue_m2B008FB7F15C24CCF901C5316185381366C6DA59(L_2, L_4, /*hidden argument*/Queue_1_Enqueue_m2B008FB7F15C24CCF901C5316185381366C6DA59_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.LagMonitor::fnPingPong()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor_fnPingPong_m0CF1ADCFFC3F31A7EA31940B147AE3F81B285041 (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LagMonitor_fnPingPong_m0CF1ADCFFC3F31A7EA31940B147AE3F81B285041_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
{
|
|
Queue_1_t0C1EAF55152959CB82BC613BED189909FB198CF6 * L_0 = __this->get_write_queue_5();
|
|
NullCheck(L_0);
|
|
int64_t L_1 = Queue_1_Dequeue_m51DD0B68F18F4785D0341D40B02F022BB033226D(L_0, /*hidden argument*/Queue_1_Dequeue_m51DD0B68F18F4785D0341D40B02F022BB033226D_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_3 = L_2;
|
|
int64_t L_3 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_3), /*hidden argument*/NULL);
|
|
int64_t L_4 = V_0;
|
|
V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)L_4));
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_5 = __this->get__valueQueue_4();
|
|
NullCheck(L_5);
|
|
int32_t L_6 = List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline(L_5, /*hidden argument*/List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var);
|
|
int32_t L_7 = __this->get__queueSize_2();
|
|
if ((((int32_t)L_6) < ((int32_t)L_7)))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_8 = __this->get__valueQueue_4();
|
|
NullCheck(L_8);
|
|
List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF(L_8, 0, /*hidden argument*/List_1_RemoveAt_m46F3350653EC1EC25D6AB6E2A93FEAA964DD90EF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_9 = __this->get__valueQueue_4();
|
|
int64_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_9, (((int32_t)((int32_t)((int64_t)((int64_t)L_10/(int64_t)(((int64_t)((int64_t)((int32_t)10000))))))))), /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_11 = __this->get__valueQueue_4();
|
|
NullCheck(L_11);
|
|
int32_t L_12 = List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline(L_11, /*hidden argument*/List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var);
|
|
if (L_12)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
__this->set__averagePingTime_0(0);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
V_2 = 0;
|
|
V_4 = 0;
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
int32_t L_13 = V_2;
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_14 = __this->get__valueQueue_4();
|
|
int32_t L_15 = V_4;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_14, L_15, /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_16));
|
|
int32_t L_17 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
int32_t L_18 = V_4;
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_19 = __this->get__valueQueue_4();
|
|
NullCheck(L_19);
|
|
int32_t L_20 = List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline(L_19, /*hidden argument*/List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var);
|
|
if ((((int32_t)L_18) < ((int32_t)L_20)))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_2;
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_22 = __this->get__valueQueue_4();
|
|
NullCheck(L_22);
|
|
int32_t L_23 = List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline(L_22, /*hidden argument*/List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var);
|
|
__this->set__averagePingTime_0(((int32_t)((int32_t)L_21/(int32_t)L_23)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.LagMonitor::start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor_start_m125460BD29BC17B3D70F5F1BCF00E978C9470E3A (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = LagMonitor_isRunning_m6FF5B02FB5568F3DEAEBFA2CB7A8BFB5A4E05A25(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * L_1 = __this->get__pollTimer_1();
|
|
NullCheck(L_1);
|
|
Timer_Start_mB742978BA94EEDB27223DAF2DD82EE983B199817(L_1, /*hidden argument*/NULL);
|
|
LagMonitor___OnPollEvent_m8A27D5B3C325B1BE4A45E2D3C7762EDC01FFEAEC(__this, NULL, (ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 *)NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.LagMonitor::stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor_stop_mE11D323F0CB332E8249306EDE890CF23422F9B7E (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = LagMonitor_isRunning_m6FF5B02FB5568F3DEAEBFA2CB7A8BFB5A4E05A25(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * L_1 = __this->get__pollTimer_1();
|
|
NullCheck(L_1);
|
|
Timer_Stop_mC34117878EA5A9996B1E6E611D55F99C2A5E45CD(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.LagMonitor::destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LagMonitor_destroy_m8B01AF74921DE14DAF3D5CDF0641A0F0B925A366 (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
LagMonitor_stop_mE11D323F0CB332E8249306EDE890CF23422F9B7E(__this, /*hidden argument*/NULL);
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * L_0 = __this->get__pollTimer_1();
|
|
NullCheck(L_0);
|
|
Component_Dispose_m823396D3128BA14DDC7522A760EEEEAC30518E98(L_0, /*hidden argument*/NULL);
|
|
__this->set__pollTimer_1((Timer_t238C45D8635596EEA04884048EF70F96775D5ADC *)NULL);
|
|
__this->set__engine_3((SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA *)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.LagMonitor::getAveragePingTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LagMonitor_getAveragePingTime_m4CEDB1CEA8836F637173920CE4F760BCC8EA5492 (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__averagePingTime_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.LagMonitor::isRunning()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LagMonitor_isRunning_m6FF5B02FB5568F3DEAEBFA2CB7A8BFB5A4E05A25 (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * L_0 = __this->get__pollTimer_1();
|
|
NullCheck(L_0);
|
|
bool L_1 = Timer_get_Enabled_m54E8A8BBD2F803AD57E03994C60CF3C054705497_inline(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.Logger::_print(taurus.client.LoggerLevel,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger__print_m9C63B593664323EFB84DF138288795EC7936D280 (int32_t ___level0, RuntimeObject * ___str1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Logger__print_m9C63B593664323EFB84DF138288795EC7936D280_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
StringBuilder_t * V_1 = NULL;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_0 = L_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
StringBuilder_t * L_1 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
V_1 = L_1;
|
|
StringBuilder_t * L_2 = V_1;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0012:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
StringBuilder_t * L_3 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
StringBuilder_t * L_4 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
NullCheck(L_4);
|
|
int32_t L_5 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_3, 0, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_2 = L_6;
|
|
StringBuilder_t * L_7 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
int32_t L_8 = DateTime_get_Hour_mAE590743ACB6951BD0C4521634B698AE34EC08B3((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_2), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_7, L_8, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_9 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
NullCheck(L_9);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_10 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
int32_t L_11 = DateTime_get_Minute_m688A6B7CF6D23E040CBCA15C8CFFBE5EE5C62A77((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_2), /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_10, L_11, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_12 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
NullCheck(L_12);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_13 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
int32_t L_14 = DateTime_get_Millisecond_m259028D0656599A1AE19992B2441C9B445ABA007((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_2), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_13, L_14, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_15 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
NullCheck(L_15);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteralD32CC72FA07B4CE07C925555A05902ADD0A3FF50, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_16 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
RuntimeObject * L_17 = ___str1;
|
|
NullCheck(L_17);
|
|
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
|
|
NullCheck(L_16);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_16, L_18, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_19 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_sb_2();
|
|
NullCheck(L_19);
|
|
String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19);
|
|
V_0 = L_20;
|
|
IL2CPP_LEAVE(0xB9, FINALLY_00b2);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00b2;
|
|
}
|
|
|
|
FINALLY_00b2:
|
|
{ // begin finally (depth: 1)
|
|
StringBuilder_t * L_21 = V_1;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_21, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(178)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(178)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xB9, IL_00b9)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE * L_22 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_loggerPrint_0();
|
|
if (!L_22)
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Action_2_t69C342FEC9A6FAD051CA1960FC9F0DAA0B16CDBE * L_23 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_loggerPrint_0();
|
|
int32_t L_24 = ___level0;
|
|
String_t* L_25 = V_0;
|
|
NullCheck(L_23);
|
|
Action_2_Invoke_m3010CCD8FCF3189A988EC621FAF3379883DD8D75(L_23, L_24, L_25, /*hidden argument*/Action_2_Invoke_m3010CCD8FCF3189A988EC621FAF3379883DD8D75_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
RuntimeObject * L_26 = ___str1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
|
|
Console_WriteLine_m3B08EB8E2B578ECE2B4FF74E9687342ACD0CDE47(L_26, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Logger::debug(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_debug_mF6869885B8738600F2CEA46FBEC34C1CB279CE60 (RuntimeObject * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Logger_debug_mF6869885B8738600F2CEA46FBEC34C1CB279CE60_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___msg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger__print_m9C63B593664323EFB84DF138288795EC7936D280(0, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Logger::info(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_info_m2D759558781B4293EDC99FA70DDFB17A19FE1315 (RuntimeObject * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Logger_info_m2D759558781B4293EDC99FA70DDFB17A19FE1315_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___msg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger__print_m9C63B593664323EFB84DF138288795EC7936D280(1, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Logger::warn(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_warn_m71CB6138F50628FBCFB3D3A8FB74250B90613680 (RuntimeObject * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Logger_warn_m71CB6138F50628FBCFB3D3A8FB74250B90613680_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___msg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger__print_m9C63B593664323EFB84DF138288795EC7936D280(2, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Logger::error(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71 (RuntimeObject * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___msg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger__print_m9C63B593664323EFB84DF138288795EC7936D280(3, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Logger::error(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_error_mD198EBC1C92DD57A0921BF9D3389C86E43718A6F (Exception_t * ___e0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Logger_error_mD198EBC1C92DD57A0921BF9D3389C86E43718A6F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Exception_t * L_0 = ___e0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->set_threadStack_1(L_1);
|
|
Exception_t * L_2 = ___e0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_2);
|
|
String_t* L_4 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_threadStack_1();
|
|
String_t* L_5 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_3, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, L_4, /*hidden argument*/NULL);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Logger::error(System.Object,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9 (RuntimeObject * ___msg0, Exception_t * ___e1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Exception_t * L_0 = ___e1;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->set_threadStack_1(L_1);
|
|
RuntimeObject * L_2 = ___msg0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
|
|
Exception_t * L_4 = ___e1;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_4);
|
|
String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_3, L_5, /*hidden argument*/NULL);
|
|
String_t* L_7 = ((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->get_threadStack_1();
|
|
String_t* L_8 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_6, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, L_7, /*hidden argument*/NULL);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(L_8, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Logger::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Logger__cctor_mBCB73C64382FE7BD573FACB600CF62322AD206FD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Logger__cctor_mBCB73C64382FE7BD573FACB600CF62322AD206FD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->set_threadStack_1(L_0);
|
|
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_1, ((int32_t)256), /*hidden argument*/NULL);
|
|
((Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_StaticFields*)il2cpp_codegen_static_fields_for(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var))->set_sb_2(L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.Message::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message__ctor_m8300920626D514CFF8FFBFC2BB286102F72C60B0 (Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.MessageResponse::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageResponse__ctor_m5EFDE70F1CEC3B78BE8FF895E9E543896863A760 (MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 taurus.client.NetManager::get_TIMEOUT_TIME()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__timout_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.NetManager::set_TIMEOUT_TIME(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetManager_set_TIMEOUT_TIME_m836CCECBBEB6030B43C8EA4369F3216FEA4D65AF (int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_set_TIMEOUT_TIME_m836CCECBBEB6030B43C8EA4369F3216FEA4D65AF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__timout_2();
|
|
int32_t L_1 = ___value0;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->set__timout_2(L_2);
|
|
int32_t L_3 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__timout_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA((((double)((double)L_3))), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760_inline(L_4, /*hidden argument*/NULL);
|
|
int32_t L_5 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__timout_2();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA((((double)((double)L_5))), /*hidden argument*/NULL);
|
|
HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907_inline(L_6, /*hidden argument*/NULL);
|
|
int32_t L_7 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__timout_2();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA((((double)((double)L_7))), /*hidden argument*/NULL);
|
|
HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960E_inline(L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.NetManager::get_VERSION()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetManager_get_VERSION_m096025EBE4A55D3F950C81AAA2A665CD2D9E641E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_get_VERSION_m096025EBE4A55D3F950C81AAA2A665CD2D9E641E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__version_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.NetManager::set_VERSION(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetManager_set_VERSION_mD6258A03597DAD0BF35EBF3B3441A7B49E559496 (int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_set_VERSION_mD6258A03597DAD0BF35EBF3B3441A7B49E559496_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->set__version_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.NetManager::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetManager__cctor_mCF45659D95C45A88960DC2F96F07575CD720224B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager__cctor_mCF45659D95C45A88960DC2F96F07575CD720224B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_0 = (List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 *)il2cpp_codegen_object_new(List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m4C2FDAD8E9EDF326384FEBFF39EAD18328C25740(L_0, /*hidden argument*/List_1__ctor_m4C2FDAD8E9EDF326384FEBFF39EAD18328C25740_RuntimeMethod_var);
|
|
((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->set__clientList_0(L_0);
|
|
Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * L_1 = (Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 *)il2cpp_codegen_object_new(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m5BB1361340237DB0F5E243660E09A4696ECB307D(L_1, /*hidden argument*/Dictionary_2__ctor_m5BB1361340237DB0F5E243660E09A4696ECB307D_RuntimeMethod_var);
|
|
((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->set__clientMap_1(L_1);
|
|
((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->set__timout_2(((int32_t)10));
|
|
((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->set__version_3(((int32_t)10));
|
|
((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->set_debug_print_4((bool)1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPManager_set_MaxConnectionPerServer_mB5AAEE9406AA5D3940C040794F13489D0F2A5461((uint8_t)4, /*hidden argument*/NULL);
|
|
HTTPManager_Setup_mAE7EF4C9D132DE4A6CACD5618185459811E93BEC(/*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.NetManager::addNetClient(taurus.client.TaurusClient)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetManager_addNetClient_m16DCD890B627311075DEE2C23EC619BC99CD6298 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ___net0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_addNetClient_m16DCD890B627311075DEE2C23EC619BC99CD6298_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_0 = ___net0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_1, _stringLiteralA6D973E31EB604BD9F0855F154115E322BF6BC22, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NetManager_addNetClient_m16DCD890B627311075DEE2C23EC619BC99CD6298_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * L_2 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientMap_1();
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_3 = ___net0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = TaurusClient_getId_m384E955F538627F20032574457CE4613DDEA69CD_inline(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
bool L_5 = Dictionary_2_ContainsKey_m0BFE74E1785ADB9A01595BF454B0FE0A73AF0D4C(L_2, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m0BFE74E1785ADB9A01595BF454B0FE0A73AF0D4C_RuntimeMethod_var);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteral014FDEE537B1ED7E6B82C035280B09981A3C464A);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral014FDEE537B1ED7E6B82C035280B09981A3C464A);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_9 = ___net0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = TaurusClient_getId_m384E955F538627F20032574457CE4613DDEA69CD_inline(L_9, /*hidden argument*/NULL);
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject * L_12 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_11);
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_12);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_12);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_8;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, _stringLiteral59DC2A9AE61BFAD33F534666E0740CE7D27D83B8);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral59DC2A9AE61BFAD33F534666E0740CE7D27D83B8);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_15 = ___net0;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_15);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_15);
|
|
String_t* L_16 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_14, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, L_16, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NetManager_addNetClient_m16DCD890B627311075DEE2C23EC619BC99CD6298_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_18 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
V_0 = L_18;
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_19 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_19, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005f:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * L_20 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientMap_1();
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_21 = ___net0;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = TaurusClient_getId_m384E955F538627F20032574457CE4613DDEA69CD_inline(L_21, /*hidden argument*/NULL);
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_23 = ___net0;
|
|
NullCheck(L_20);
|
|
Dictionary_2_Add_m6C0A6958B13EEA0384862F7EE95A7F97E8CB21D6(L_20, L_22, L_23, /*hidden argument*/Dictionary_2_Add_m6C0A6958B13EEA0384862F7EE95A7F97E8CB21D6_RuntimeMethod_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_24 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_25 = ___net0;
|
|
NullCheck(L_24);
|
|
List_1_Add_m53133DB45394759F2D8458706A8E109E93439DD1(L_24, L_25, /*hidden argument*/List_1_Add_m53133DB45394759F2D8458706A8E109E93439DD1_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0x84, FINALLY_007d);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_007d;
|
|
}
|
|
|
|
FINALLY_007d:
|
|
{ // begin finally (depth: 1)
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_26 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_26, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(125)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(125)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x84, IL_0084)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.NetManager::processEvents()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetManager_processEvents_m0B96C5F5E0E46E4F412A7F32DD81A5C5BB7E5A97 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_processEvents_m0B96C5F5E0E46E4F412A7F32DD81A5C5BB7E5A97_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * V_1 = NULL;
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * L_0 = HTTPUpdateDelegator_get_Instance_m8421BE4D2C1684534CC7E2937F23D22E455A9938_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
HTTPUpdateDelegator_Update_m94FC9316CBC4E615AAF11506929B3E154EC28A41(L_0, /*hidden argument*/NULL);
|
|
V_0 = 0;
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_1 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_3 = List_1_get_Item_m5F965DB7DDC84186C1372ECCF1E47970F8E696EF_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_m5F965DB7DDC84186C1372ECCF1E47970F8E696EF_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_4 = V_1;
|
|
NullCheck(L_4);
|
|
bool L_5 = L_4->get__kill_9();
|
|
if (!L_5)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_6 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
V_2 = L_6;
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_7 = V_2;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_7, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * L_8 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientMap_1();
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_9 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = TaurusClient_getId_m384E955F538627F20032574457CE4613DDEA69CD_inline(L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
Dictionary_2_Remove_mA368E9F17E6DBFE96C691485C4643973169385C3(L_8, L_10, /*hidden argument*/Dictionary_2_Remove_mA368E9F17E6DBFE96C691485C4643973169385C3_RuntimeMethod_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_11 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_12 = V_1;
|
|
NullCheck(L_11);
|
|
List_1_Remove_m1884324A1E86CBF890CADC003F6D8D27FD03BFCF(L_11, L_12, /*hidden argument*/List_1_Remove_m1884324A1E86CBF890CADC003F6D8D27FD03BFCF_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0x54, FINALLY_004d);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_004d;
|
|
}
|
|
|
|
FINALLY_004d:
|
|
{ // begin finally (depth: 1)
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_13 = V_2;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_13, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(77)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(77)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x54, IL_0054)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1));
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_15 = V_1;
|
|
NullCheck(L_15);
|
|
TaurusClient_processEvent_mE17358521FB1AEAA8802B28C41C8430E79D3089B(L_15, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
int32_t L_17 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_18 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = List_1_get_Count_mF7F60021D267619D8D7F7B3BA80FB260E581CD05_inline(L_18, /*hidden argument*/List_1_get_Count_mF7F60021D267619D8D7F7B3BA80FB260E581CD05_RuntimeMethod_var);
|
|
if ((((int32_t)L_17) < ((int32_t)L_19)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// taurus.client.TaurusClient taurus.client.NetManager::getNetClient(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * NetManager_getNetClient_m759773430AB067DA214774EA64C9826BFB1DF520 (int32_t ___id0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_getNetClient_m759773430AB067DA214774EA64C9826BFB1DF520_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * V_1 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_0 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_2 = List_1_get_Item_m5F965DB7DDC84186C1372ECCF1E47970F8E696EF_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m5F965DB7DDC84186C1372ECCF1E47970F8E696EF_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_3 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = TaurusClient_getId_m384E955F538627F20032574457CE4613DDEA69CD_inline(L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = ___id0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_9 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = List_1_get_Count_mF7F60021D267619D8D7F7B3BA80FB260E581CD05_inline(L_9, /*hidden argument*/List_1_get_Count_mF7F60021D267619D8D7F7B3BA80FB260E581CD05_RuntimeMethod_var);
|
|
if ((((int32_t)L_8) < ((int32_t)L_10)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F *)NULL;
|
|
}
|
|
}
|
|
// System.Void taurus.client.NetManager::killConnection(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetManager_killConnection_m004A557F6B21656F693DF00445537AE56B6E06A4 (int32_t ___id0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_killConnection_m004A557F6B21656F693DF00445537AE56B6E06A4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * V_1 = NULL;
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_0 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_2 = List_1_get_Item_m5F965DB7DDC84186C1372ECCF1E47970F8E696EF_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m5F965DB7DDC84186C1372ECCF1E47970F8E696EF_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_3 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = TaurusClient_getId_m384E955F538627F20032574457CE4613DDEA69CD_inline(L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = ___id0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_6 = V_1;
|
|
NullCheck(L_6);
|
|
TaurusClient_killConnection_mADE40A83F9A3C237881EC348B718784297097EF0(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_7 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
V_2 = L_7;
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_8 = V_2;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * L_9 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientMap_1();
|
|
int32_t L_10 = ___id0;
|
|
NullCheck(L_9);
|
|
Dictionary_2_Remove_mA368E9F17E6DBFE96C691485C4643973169385C3(L_9, L_10, /*hidden argument*/Dictionary_2_Remove_mA368E9F17E6DBFE96C691485C4643973169385C3_RuntimeMethod_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_11 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_12 = V_1;
|
|
NullCheck(L_11);
|
|
List_1_Remove_m1884324A1E86CBF890CADC003F6D8D27FD03BFCF(L_11, L_12, /*hidden argument*/List_1_Remove_m1884324A1E86CBF890CADC003F6D8D27FD03BFCF_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0x5D, FINALLY_0045);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0045;
|
|
}
|
|
|
|
FINALLY_0045:
|
|
{ // begin finally (depth: 1)
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_13 = V_2;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_13, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(69)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(69)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x5D, IL_005d)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_16 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
NullCheck(L_16);
|
|
int32_t L_17 = List_1_get_Count_mF7F60021D267619D8D7F7B3BA80FB260E581CD05_inline(L_16, /*hidden argument*/List_1_get_Count_mF7F60021D267619D8D7F7B3BA80FB260E581CD05_RuntimeMethod_var);
|
|
if ((((int32_t)L_15) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.NetManager::killAllConnection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetManager_killAllConnection_m56C200DD3B54203F05CF2AF74890647828DD4967 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_killAllConnection_m56C200DD3B54203F05CF2AF74890647828DD4967_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * V_0 = NULL;
|
|
Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_0 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
V_0 = L_0;
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_1 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_2 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
NullCheck(L_2);
|
|
Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F L_3 = List_1_GetEnumerator_mB5A10A3026ADD96C2308A16B4ECA2F5D5ECB81DD(L_2, /*hidden argument*/List_1_GetEnumerator_mB5A10A3026ADD96C2308A16B4ECA2F5D5ECB81DD_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_4 = Enumerator_get_Current_m6E816DD659B8605AD5D33C124A62FEB967513C4B_inline((Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F *)(&V_1), /*hidden argument*/Enumerator_get_Current_m6E816DD659B8605AD5D33C124A62FEB967513C4B_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
TaurusClient_killConnection_mADE40A83F9A3C237881EC348B718784297097EF0(L_4, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
bool L_5 = Enumerator_MoveNext_m7CAB95C461DE93EDB4D79F359EF1A5E2A27EE61A((Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m7CAB95C461DE93EDB4D79F359EF1A5E2A27EE61A_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
IL2CPP_LEAVE(0x3E, FINALLY_0030);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0030;
|
|
}
|
|
|
|
FINALLY_0030:
|
|
{ // begin finally (depth: 2)
|
|
Enumerator_Dispose_m41BC9F4036F91A5F2491F407549B6509EB820ABD((Enumerator_t8E74E8B594320FB2776063F155D0CAC1872E875F *)(&V_1), /*hidden argument*/Enumerator_Dispose_m41BC9F4036F91A5F2491F407549B6509EB820ABD_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(48)
|
|
} // end finally (depth: 2)
|
|
IL2CPP_CLEANUP(48)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x3E, IL_003e)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_6 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientList_0();
|
|
NullCheck(L_6);
|
|
List_1_Clear_m461556A33FB419F722C3BBD7397B9EA7506DD626(L_6, /*hidden argument*/List_1_Clear_m461556A33FB419F722C3BBD7397B9EA7506DD626_RuntimeMethod_var);
|
|
Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * L_7 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__clientMap_1();
|
|
NullCheck(L_7);
|
|
Dictionary_2_Clear_mD38849719105F065547402B4C3CC8C1F4FE947C3(L_7, /*hidden argument*/Dictionary_2_Clear_mD38849719105F065547402B4C3CC8C1F4FE947C3_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0x5B, FINALLY_0054);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0054;
|
|
}
|
|
|
|
FINALLY_0054:
|
|
{ // begin finally (depth: 1)
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * L_8 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(84)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(84)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x5B, IL_005b)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * L_9 = HTTPUpdateDelegator_get_Instance_m8421BE4D2C1684534CC7E2937F23D22E455A9938_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
HTTPUpdateDelegator_OnApplicationQuit_m8F00FBA4E67AA76934E89BB8C90B5C24C5E589A1(L_9, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Byte taurus.client.Packet::get_actionID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Packet_get_actionID_m639D0461686C6A78A79E5A68F81A6EFEF8D7D74E (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = __this->get_U3CactionIDU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Packet::set_actionID(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet_set_actionID_m148589D26CE7F46E26C39293F4FEF641F2E9B725 (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * __this, uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = ___value0;
|
|
__this->set_U3CactionIDU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.Packet::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet__ctor_m498F2219E583C106FE1A6B66F4069AA50BDFD0A2 (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.SocketEngine::.ctor(taurus.client.TaurusClient)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine__ctor_m0FD77533F629E0CB9C4C4598D336B02C3C3C43F2 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * ___client0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketEngine__ctor_m0FD77533F629E0CB9C4C4598D336B02C3C3C43F2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_0 = (Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 *)il2cpp_codegen_object_new(Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_m0DDABBE4682872A48894CD84B4F319706B176C5A(L_0, /*hidden argument*/Queue_1__ctor_m0DDABBE4682872A48894CD84B4F319706B176C5A_RuntimeMethod_var);
|
|
__this->set__actionQueue_5(L_0);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * L_1 = (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 *)il2cpp_codegen_object_new(SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8_il2cpp_TypeInfo_var);
|
|
SocketTcp__ctor_m03A07EBD9399EDAD3BC448D752DA998CDB6BBDCE(L_1, __this, /*hidden argument*/NULL);
|
|
__this->set__socket_0(L_1);
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_2 = (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 *)il2cpp_codegen_object_new(SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90_il2cpp_TypeInfo_var);
|
|
SystemController__ctor_mF5C21BE1B4B1AA08F6EFBEFA83489D71C0B1D7C6(L_2, __this, /*hidden argument*/NULL);
|
|
__this->set__controller_7(L_2);
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_3 = __this->get__controller_7();
|
|
IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * L_4 = (IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 *)il2cpp_codegen_object_new(IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0_il2cpp_TypeInfo_var);
|
|
IOHandler__ctor_m034A4F62F6D7077E2F9F8F8C41306C402BA4DC5F(L_4, __this, L_3, /*hidden argument*/NULL);
|
|
__this->set__packetHandler_8(L_4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D_inline(/*hidden argument*/NULL);
|
|
LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * L_6 = (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC *)il2cpp_codegen_object_new(LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC_il2cpp_TypeInfo_var);
|
|
LagMonitor__ctor_m6B2F9974C7C05F0DE8A12E853DEBCEC0EA0007D0(L_6, __this, L_5, ((int32_t)10), /*hidden argument*/NULL);
|
|
__this->set__lagMonitor_6(L_6);
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_7 = ___client0;
|
|
__this->set__client_9(L_7);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::connect(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_connect_m7AC522612C3B7DF629DAF36E9A0ADBECB3688534 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, String_t* ___ip0, String_t* ___game1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___ip0;
|
|
__this->set__serverAddress_2(L_0);
|
|
ISocket_t947EAC69390C27383C8729614F249C9794E59778 * L_1 = __this->get__socket_0();
|
|
NullCheck(L_1);
|
|
VirtFuncInvoker0< bool >::Invoke(4 /* System.Boolean taurus.client.ISocket::connect() */, L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::disconnect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_disconnect_mA4C726181D2259060C8563DF7115FACEBC869D38 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ISocket_t947EAC69390C27383C8729614F249C9794E59778 * L_0 = __this->get__socket_0();
|
|
NullCheck(L_0);
|
|
VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean taurus.client.ISocket::disconnect() */, L_0);
|
|
LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * L_1 = __this->get__lagMonitor_6();
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * L_2 = __this->get__lagMonitor_6();
|
|
NullCheck(L_2);
|
|
LagMonitor_destroy_m8B01AF74921DE14DAF3D5CDF0641A0F0B925A366(L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
__this->set__lagMonitor_6((LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC *)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::processEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_processEvent_m85D0E364E8F35B433ED9152E354CFA1E7ECF4275 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketEngine_processEvent_m85D0E364E8F35B433ED9152E354CFA1E7ECF4275_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_0 = NULL;
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
ISocket_t947EAC69390C27383C8729614F249C9794E59778 * L_0 = __this->get__socket_0();
|
|
NullCheck(L_0);
|
|
bool L_1 = ISocket_isConnected_m5C1C374C11E32EA26A5D77A52DD20569CD84D142(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_2 = __this->get__controller_7();
|
|
NullCheck(L_2);
|
|
bool L_3 = SystemController_isTimeOut_m5E5206236644EC0696959634685FD091BFDF3634(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * L_4 = __this->get__onConnect_3();
|
|
NullCheck(L_4);
|
|
Action_1_Invoke_m544886B8767D9BF4E147F62558F6308337F783CB(L_4, 6, /*hidden argument*/Action_1_Invoke_m544886B8767D9BF4E147F62558F6308337F783CB_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_5 = __this->get__actionQueue_5();
|
|
V_1 = L_5;
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_6 = V_1;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0034:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_7 = __this->get__actionQueue_5();
|
|
NullCheck(L_7);
|
|
int32_t L_8 = Queue_1_get_Count_m72A948C234E3B4816659EE73C5177248AFE5FB84_inline(L_7, /*hidden argument*/Queue_1_get_Count_m72A948C234E3B4816659EE73C5177248AFE5FB84_RuntimeMethod_var);
|
|
if ((((int32_t)L_8) > ((int32_t)0)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
IL2CPP_LEAVE(0x61, FINALLY_0052);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_9 = __this->get__actionQueue_5();
|
|
NullCheck(L_9);
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_10 = Queue_1_Dequeue_m7FD9E2EF2643046C9592888C1B58048889DE4F46(L_9, /*hidden argument*/Queue_1_Dequeue_m7FD9E2EF2643046C9592888C1B58048889DE4F46_RuntimeMethod_var);
|
|
V_0 = L_10;
|
|
IL2CPP_LEAVE(0x59, FINALLY_0052);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0052;
|
|
}
|
|
|
|
FINALLY_0052:
|
|
{ // begin finally (depth: 1)
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_11 = V_1;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(82)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(82)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x61, IL_0061)
|
|
IL2CPP_JUMP_TBL(0x59, IL_0059)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_12, /*hidden argument*/NULL);
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::taurus.client.ISocketLayer.write(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_taurus_client_ISocketLayer_write_m1F8194E574A0C20405767C4018149434D15E09E2 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_0 = __this->get__controller_7();
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_1 = ___msg0;
|
|
NullCheck(L_0);
|
|
SystemController_sendRequest_mFD05087EA058ED39EB785D3A59CE48B48F18786E(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::onStatusChanged(taurus.client.SocketCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_onStatusChanged_m327A6C78170992A6A3D121FE23D22BAD05F267E4 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, int32_t ___statusCode0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketEngine_onStatusChanged_m327A6C78170992A6A3D121FE23D22BAD05F267E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___statusCode0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
SocketEngine_disconnect_mA4C726181D2259060C8563DF7115FACEBC869D38(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
int32_t L_1 = ___statusCode0;
|
|
int32_t L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(SocketCode_tE52A55D4D477F1664527A566321034F605632500_il2cpp_TypeInfo_var, &L_2);
|
|
String_t* L_4 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralE388352A1F8382CA8C4921C04CCC672DE19EE79D, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_info_m2D759558781B4293EDC99FA70DDFB17A19FE1315(L_4, /*hidden argument*/NULL);
|
|
int32_t L_5 = ___statusCode0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
SocketEngine_onHandshake_m05934099A7E435BA7EDFDE3851A6910AEB5E8BC0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * L_6 = __this->get__onConnect_3();
|
|
if (!L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * L_7 = __this->get__onConnect_3();
|
|
int32_t L_8 = ___statusCode0;
|
|
NullCheck(L_7);
|
|
Action_1_Invoke_m544886B8767D9BF4E147F62558F6308337F783CB(L_7, L_8, /*hidden argument*/Action_1_Invoke_m544886B8767D9BF4E147F62558F6308337F783CB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::onHandshake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_onHandshake_m05934099A7E435BA7EDFDE3851A6910AEB5E8BC0 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketEngine_onHandshake_m05934099A7E435BA7EDFDE3851A6910AEB5E8BC0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_0 = __this->get__controller_7();
|
|
NullCheck(L_0);
|
|
SystemController_refreshTime_m786641628F16B1BC405DC96FCBDE776C3F603274(L_0, /*hidden argument*/NULL);
|
|
LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * L_1 = __this->get__lagMonitor_6();
|
|
NullCheck(L_1);
|
|
LagMonitor_start_m125460BD29BC17B3D70F5F1BCF00E978C9470E3A(L_1, /*hidden argument*/NULL);
|
|
Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * L_2 = __this->get__onConnect_3();
|
|
if (!L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * L_3 = __this->get__onConnect_3();
|
|
NullCheck(L_3);
|
|
Action_1_Invoke_m544886B8767D9BF4E147F62558F6308337F783CB(L_3, 0, /*hidden argument*/Action_1_Invoke_m544886B8767D9BF4E147F62558F6308337F783CB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::enqueueActionForDispatch(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_enqueueActionForDispatch_m64603C199653B40993562F349A1B61AA99E6BCBF (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketEngine_enqueueActionForDispatch_m64603C199653B40993562F349A1B61AA99E6BCBF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_0 = __this->get__actionQueue_5();
|
|
V_0 = L_0;
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_1 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_2 = __this->get__actionQueue_5();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = ___action0;
|
|
NullCheck(L_2);
|
|
Queue_1_Enqueue_m8E2F92F9778EEEFE2119FD145F2AFB298A584127(L_2, L_3, /*hidden argument*/Queue_1_Enqueue_m8E2F92F9778EEEFE2119FD145F2AFB298A584127_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0x22, FINALLY_001b);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_001b;
|
|
}
|
|
|
|
FINALLY_001b:
|
|
{ // begin finally (depth: 1)
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_4 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(27)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(27)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x22, IL_0022)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::enqueueStatusCallback(taurus.client.SocketCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_enqueueStatusCallback_m47FB4C2E4D444A1AC06693503A39E966141F790D (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, int32_t ___statusValue0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketEngine_enqueueStatusCallback_m47FB4C2E4D444A1AC06693503A39E966141F790D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 * V_0 = NULL;
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 * L_0 = (U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass18_0__ctor_mF4AC628128360E31DE42602B866FA36F4DDCF78F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_1(__this);
|
|
U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 * L_2 = V_0;
|
|
int32_t L_3 = ___statusValue0;
|
|
NullCheck(L_2);
|
|
L_2->set_statusValue_0(L_3);
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_4 = __this->get__actionQueue_5();
|
|
V_1 = L_4;
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_5 = V_1;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_6 = __this->get__actionQueue_5();
|
|
U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 * L_7 = V_0;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_8 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass18_0_U3CenqueueStatusCallbackU3Eb__0_mA1B6F1063FCA13F1488C08AD8BBC84CC07212997_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
Queue_1_Enqueue_m8E2F92F9778EEEFE2119FD145F2AFB298A584127(L_6, L_8, /*hidden argument*/Queue_1_Enqueue_m8E2F92F9778EEEFE2119FD145F2AFB298A584127_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0x41, FINALLY_003a);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003a;
|
|
}
|
|
|
|
FINALLY_003a:
|
|
{ // begin finally (depth: 1)
|
|
Queue_1_tF31A972E95F6E8B8DE4DEDCAA78FB0AC97984080 * L_9 = V_1;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(58)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(58)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x41, IL_0041)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String taurus.client.SocketEngine::getServerAddress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SocketEngine_getServerAddress_m5C5727AF76BC045B6ADA974CB62CE912E790DBE9 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__serverAddress_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// taurus.client.ConnectionProtocol taurus.client.SocketEngine::getProtocol()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketEngine_getProtocol_mE8F8270A4F2DA7B8261129DBDA0FDF1141395083 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::setOnConnect(System.Action`1<taurus.client.SocketCode>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_setOnConnect_mA4FB6429F5E9FF6EE388A67AAC1CC982112CC4CE (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * ___onConnect0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * L_0 = ___onConnect0;
|
|
__this->set__onConnect_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::setOnEvent(System.Action`1<taurus.client.Message>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_setOnEvent_m42093E9A1767D6B1A69A18A4FD63D0F9B6806D34 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * ___onEvent0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * L_0 = ___onEvent0;
|
|
__this->set__onEvent_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.SocketEngine::getAveragePingTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketEngine_getAveragePingTime_m5F4A415BBA3F56FB16665A4496D1D1C3427165E0 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * L_0 = __this->get__lagMonitor_6();
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return ((int32_t)300);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * L_1 = __this->get__lagMonitor_6();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = LagMonitor_getAveragePingTime_m4CEDB1CEA8836F637173920CE4F760BCC8EA5492_inline(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String taurus.client.SocketEngine::getSession()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SocketEngine_getSession_mA7131C4966B8F2AEED5E70B0AF50B7B4E549761B (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__sessionToken_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine::setSession(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketEngine_setSession_mEBC65BB13B20243F856A941C991DE7080C5E53A6 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, String_t* ___session0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___session0;
|
|
__this->set__sessionToken_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.SocketEngine::getProtocolCompression()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketEngine_getProtocolCompression_mD3D9167451BD92CF464069CBDDC6C82454F5FE09 (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_0 = __this->get__client_9();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = TaurusClient_getProtocolCompression_m141FDCD91131A64CA60E982AB388948AF2FC3B2E_inline(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.SocketEngine_<>c__DisplayClass18_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_mF4AC628128360E31DE42602B866FA36F4DDCF78F (U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketEngine_<>c__DisplayClass18_0::<enqueueStatusCallback>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0_U3CenqueueStatusCallbackU3Eb__0_mA1B6F1063FCA13F1488C08AD8BBC84CC07212997 (U3CU3Ec__DisplayClass18_0_t8BA7E20E02B6FB99BFABA343A3817F5D85D47576 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_0 = __this->get_U3CU3E4__this_1();
|
|
int32_t L_1 = __this->get_statusValue_0();
|
|
NullCheck(L_0);
|
|
SocketEngine_onStatusChanged_m327A6C78170992A6A3D121FE23D22BAD05F267E4(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.SocketTcp::.ctor(taurus.client.SocketEngine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketTcp__ctor_m03A07EBD9399EDAD3BC448D752DA998CDB6BBDCE (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___npeer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketTcp__ctor_m03A07EBD9399EDAD3BC448D752DA998CDB6BBDCE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096));
|
|
__this->set__byteBuffer_4(L_0);
|
|
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
|
|
__this->set__syncer_6(L_1);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_2 = ___npeer0;
|
|
ISocket__ctor_m654CF800CF44A99BBAF22B3AD759076B181CF99B(__this, L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.SocketTcp::connect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketTcp_connect_m0D1ECF8DCB094B8D932EA3EAD7E449F5AF9B1019 (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketTcp_connect_m0D1ECF8DCB094B8D932EA3EAD7E449F5AF9B1019_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ISocket_connect_m4FA7418D52AEF6768F9553C33EF19A0DB05220BC(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->set_state_1(1);
|
|
ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_1 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var);
|
|
ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_1, __this, (intptr_t)((intptr_t)SocketTcp_connectThread_m99CEC364033D8DAF8226EE6BEA57ABDF7AFBD637_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_2 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var);
|
|
Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD(L_2, L_1, /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_3 = L_2;
|
|
NullCheck(L_3);
|
|
Thread_set_Name_mEBD0DF20D69C49612949EA6F24E8E4EADB7F5E77(L_3, _stringLiteral8FAF5DE761321A0FB6EC6D38039DAF8784BFB505, /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_4 = L_3;
|
|
NullCheck(L_4);
|
|
Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39(L_4, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_4, /*hidden argument*/NULL);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketTcp::connectThread()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketTcp_connectThread_m99CEC364033D8DAF8226EE6BEA57ABDF7AFBD637 (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketTcp_connectThread_m99CEC364033D8DAF8226EE6BEA57ABDF7AFBD637_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 * V_0 = NULL;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_1 = NULL;
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * V_4 = NULL;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 6);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 * L_0 = (U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass6_0__ctor_m4836D7AB66156D1BAABC7F73B22A94F3CC8F9334(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
String_t* L_1 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_serverAddress_2();
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = ISocket_getIpAddress_m1792F98B2696621E430765C4C6E74DA9E4443943(L_1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_3 = V_1;
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
String_t* L_4 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_serverAddress_2();
|
|
String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral81E77E371950E0E8EFA95FB52E9A35F7B2BA14DA, L_4, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, SocketTcp_connectThread_m99CEC364033D8DAF8226EE6BEA57ABDF7AFBD637_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_7 = V_1;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_7, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_8) == ((int32_t)2)))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_9 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_9, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)23))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_11 = V_1;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_11, /*hidden argument*/NULL);
|
|
int32_t L_13 = L_12;
|
|
RuntimeObject * L_14 = Box(AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_il2cpp_TypeInfo_var, &L_13);
|
|
String_t* L_15 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_serverAddress_2();
|
|
String_t* L_16 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral054CD7B23AF3D212C7C66EDDCC488711F241D7EF, L_14, L_15, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, L_16, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, SocketTcp_connectThread_m99CEC364033D8DAF8226EE6BEA57ABDF7AFBD637_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 * L_18 = V_0;
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_19 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
|
|
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_19, (bool)0, /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
L_18->set_mre_0(L_19);
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_20 = V_1;
|
|
int32_t L_21 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_serverPort_3();
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_22 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
|
|
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_22, L_20, L_21, /*hidden argument*/NULL);
|
|
V_2 = L_22;
|
|
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_23 = V_1;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_23, /*hidden argument*/NULL);
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_25 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
|
|
Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83(L_25, L_24, 1, 6, /*hidden argument*/NULL);
|
|
__this->set__connection_5(L_25);
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_26 = __this->get__connection_5();
|
|
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_27 = V_2;
|
|
U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 * L_28 = V_0;
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_29 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
|
|
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_29, L_28, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass6_0_U3CconnectThreadU3Eb__0_m8443DCBB2D2383F32354BE4DC303A1D278DCA6AB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
RuntimeObject* L_30 = Socket_BeginConnect_m7A303BAA762EDA38A30E37F536A31EC2F18D2495(L_26, L_27, L_29, NULL, /*hidden argument*/NULL);
|
|
V_3 = L_30;
|
|
U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 * L_31 = V_0;
|
|
NullCheck(L_31);
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_32 = L_31->get_mre_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_33 = NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_32);
|
|
bool L_34 = VirtFuncInvoker1< bool, int32_t >::Invoke(11 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32) */, L_32, ((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)((int32_t)1000))));
|
|
if (!L_34)
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_35 = __this->get__connection_5();
|
|
RuntimeObject* L_36 = V_3;
|
|
NullCheck(L_35);
|
|
Socket_EndConnect_m0CFDCA9629EAF8E764A7EB9D61C9DDA83988209F(L_35, L_36, /*hidden argument*/NULL);
|
|
((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->set_state_1(2);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_37 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get__engine_0();
|
|
NullCheck(L_37);
|
|
SocketEngine_enqueueStatusCallback_m47FB4C2E4D444A1AC06693503A39E966141F790D(L_37, 0, /*hidden argument*/NULL);
|
|
goto IL_0102;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
}
|
|
|
|
IL_00df:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_38 = __this->get__connection_5();
|
|
NullCheck(L_38);
|
|
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_38, /*hidden argument*/NULL);
|
|
goto IL_00ef;
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00ec;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00ec:
|
|
{ // begin catch(System.Object)
|
|
goto IL_00ef;
|
|
} // end catch (depth: 2)
|
|
|
|
IL_00ef:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(_stringLiteral1DBB3521876A899F82D6B0FF10EB32A01E03ABA8, /*hidden argument*/NULL);
|
|
ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A(__this, 3, /*hidden argument*/NULL);
|
|
goto IL_0150;
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0104;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_011c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0104:
|
|
{ // begin catch(System.Security.SecurityException)
|
|
V_4 = ((SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 *)__exception_local);
|
|
SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * L_39 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9(_stringLiteral1DBB3521876A899F82D6B0FF10EB32A01E03ABA8, L_39, /*hidden argument*/NULL);
|
|
ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A(__this, ((int32_t)9), /*hidden argument*/NULL);
|
|
goto IL_0150;
|
|
} // end catch (depth: 1)
|
|
|
|
CATCH_011c:
|
|
{ // begin catch(System.Exception)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
Exception_t * L_40 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9(_stringLiteral1DBB3521876A899F82D6B0FF10EB32A01E03ABA8, L_40, /*hidden argument*/NULL);
|
|
ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A(__this, 3, /*hidden argument*/NULL);
|
|
goto IL_0150;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0133:
|
|
{
|
|
ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_41 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var);
|
|
ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_41, __this, (intptr_t)((intptr_t)SocketTcp___Read_m58A4B995DACD3A9211767B15FA4642E3335719CF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_42 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var);
|
|
Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD(L_42, L_41, /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_43 = L_42;
|
|
NullCheck(L_43);
|
|
Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39(L_43, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_43, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.SocketTcp::disconnect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketTcp_disconnect_m2A8E1C9AABA4142367018CD2152502C354F9219D (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketTcp_disconnect_m2A8E1C9AABA4142367018CD2152502C354F9219D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_state_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->set_state_1(3);
|
|
RuntimeObject * L_1 = __this->get__syncer_6();
|
|
V_0 = L_1;
|
|
RuntimeObject * L_2 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001e:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_3 = __this->get__connection_5();
|
|
if (!L_3)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
|
|
IL_0026:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get__connection_5();
|
|
NullCheck(L_4);
|
|
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_4, /*hidden argument*/NULL);
|
|
goto IL_0041;
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0033;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0033:
|
|
{ // begin catch(System.Exception)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
Exception_t * L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9(_stringLiteral3551F5DF56A4E286AEB6CDE233552A7961F0AF84, L_5, /*hidden argument*/NULL);
|
|
goto IL_0041;
|
|
} // end catch (depth: 2)
|
|
|
|
IL_0041:
|
|
{
|
|
__this->set__connection_5((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
IL2CPP_LEAVE(0x51, FINALLY_004a);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_004a;
|
|
}
|
|
|
|
FINALLY_004a:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_6 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(74)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(74)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x51, IL_0051)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->set_state_1(0);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.SocketTcp::send(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketTcp_send_m768ED8414412BC0ADC81B91336CE2F541B14C867 (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
|
|
bool L_1 = SocketTcp___WriteSocket_mED9CFED75D598BD290A4EB8557543558417F70AA(__this, L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.SocketTcp::__WriteSocket(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketTcp___WriteSocket_mED9CFED75D598BD290A4EB8557543558417F70AA (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketTcp___WriteSocket_mED9CFED75D598BD290A4EB8557543558417F70AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * V_0 = NULL;
|
|
bool V_1 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get__connection_5();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_state_1();
|
|
if ((((int32_t)L_1) == ((int32_t)2)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_mDB0FBECFD8DDBBAEF21E2DE49F5D4E582A9E2A71(_stringLiteralE8610B77BAF9F5BB03F6381DE3B257D1E1D9EF67, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
}
|
|
|
|
IL_001e:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = __this->get__connection_5();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buf0;
|
|
NullCheck(L_2);
|
|
Socket_Send_mA269050501DC895502B1DD4254789F335B55B328(L_2, L_3, /*hidden argument*/NULL);
|
|
goto IL_0044;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002d:
|
|
{ // begin catch(System.Exception)
|
|
V_0 = ((Exception_t *)__exception_local);
|
|
Exception_t * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9(_stringLiteralF78CB90777DAF1083FDBD6E655F4EAC3B9452A85, L_4, /*hidden argument*/NULL);
|
|
ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A(__this, 4, /*hidden argument*/NULL);
|
|
V_1 = (bool)0;
|
|
goto IL_0046;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0044:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketTcp::__Read()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketTcp___Read_m58A4B995DACD3A9211767B15FA4642E3335719CF (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketTcp___Read_m58A4B995DACD3A9211767B15FA4642E3335719CF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_1 = NULL;
|
|
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_2 = NULL;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
V_0 = 0;
|
|
goto IL_00e9;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
}
|
|
|
|
IL_0008:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
try
|
|
{ // begin try (depth: 2)
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get__connection_5();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__byteBuffer_4();
|
|
NullCheck(L_0);
|
|
int32_t L_2 = Socket_Receive_mFC7C84096D49297C58D498DB0DF7496967FC9759(L_0, L_1, 0, ((int32_t)4096), 0, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_004a;
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Net.Sockets.SocketException)
|
|
{
|
|
V_1 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
|
|
int32_t L_3 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_state_1();
|
|
if ((((int32_t)L_3) == ((int32_t)3)))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_4 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_state_1();
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_5 = V_1;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_5, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)10035)))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, SocketTcp___Read_m58A4B995DACD3A9211767B15FA4642E3335719CF_RuntimeMethod_var);
|
|
}
|
|
} // end catch (depth: 2)
|
|
|
|
IL_004a:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
if ((((int32_t)L_7) > ((int32_t)0)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_8 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
|
|
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_8, ((int32_t)10054), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, SocketTcp___Read_m58A4B995DACD3A9211767B15FA4642E3335719CF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_9 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__byteBuffer_4();
|
|
NullCheck(L_10);
|
|
if ((((int32_t)L_9) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_11 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
|
|
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_11, (-1), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, SocketTcp___Read_m58A4B995DACD3A9211767B15FA4642E3335719CF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__byteBuffer_4();
|
|
int32_t L_13 = V_0;
|
|
SocketTcp___HandleBinaryData_mB8ED14F8A83881EA00827CD4A42FECA08DE9755C(__this, L_12, L_13, /*hidden argument*/NULL);
|
|
goto IL_00e9;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_007a;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00c3;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_007a:
|
|
{ // begin catch(System.Net.Sockets.SocketException)
|
|
{
|
|
V_2 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
|
|
int32_t L_14 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_state_1();
|
|
if ((((int32_t)L_14) == ((int32_t)3)))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
int32_t L_15 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_state_1();
|
|
if (!L_15)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_16 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9(_stringLiteral9530B40C2403F7561E23AE0454D520957AD70EF0, L_16, /*hidden argument*/NULL);
|
|
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_17 = V_2;
|
|
NullCheck(L_17);
|
|
int32_t L_18 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_17, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_18) == ((int32_t)((int32_t)10054))))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_19 = V_2;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_19, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)10053)))))
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A(__this, 7, /*hidden argument*/NULL);
|
|
goto IL_00c1;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A(__this, 5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
CATCH_00c3:
|
|
{ // begin catch(System.Exception)
|
|
{
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
int32_t L_21 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_state_1();
|
|
if ((((int32_t)L_21) == ((int32_t)3)))
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
int32_t L_22 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_state_1();
|
|
if (!L_22)
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
Exception_t * L_23 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_error_m1724BD9434D66F7A64A27AEC54F44CDE8640E9A9(_stringLiteral4F31A7220137AFA4E3897C7606C8176C8EBEDA43, L_23, /*hidden argument*/NULL);
|
|
ISocket_handleException_m01F2D3A564B4ED6959B91197F9F1F44EB8F0001A(__this, 5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00e9:
|
|
{
|
|
int32_t L_24 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get_state_1();
|
|
if ((((int32_t)L_24) == ((int32_t)2)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean taurus.client.ISocket::disconnect() */, __this);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketTcp::__HandleBinaryData(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketTcp___HandleBinaryData_mB8ED14F8A83881EA00827CD4A42FECA08DE9755C (SocketTcp_tD41D9BCE8C289AD78D2B7DED31F5C992E075F2B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SocketTcp___HandleBinaryData_mB8ED14F8A83881EA00827CD4A42FECA08DE9755C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___size1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buf0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
|
|
int32_t L_4 = ___size1;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_m4C1DF48EAB9657F190AA9474BFC617788A8BED44(L_6, L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_7 = ((ISocket_t947EAC69390C27383C8729614F249C9794E59778 *)__this)->get__engine_0();
|
|
NullCheck(L_7);
|
|
IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * L_8 = L_7->get__packetHandler_8();
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_9 = V_1;
|
|
NullCheck(L_8);
|
|
IOHandler_onDataRead_m530757CA8D9166D30BAEECD930BF9637E1D1D101(L_8, L_9, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.SocketTcp_<>c__DisplayClass6_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m4836D7AB66156D1BAABC7F73B22A94F3CC8F9334 (U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SocketTcp_<>c__DisplayClass6_0::<connectThread>b__0(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CconnectThreadU3Eb__0_m8443DCBB2D2383F32354BE4DC303A1D278DCA6AB (U3CU3Ec__DisplayClass6_0_tA66A73BEA264144F1725F234C1F62DD1DCF07A33 * __this, RuntimeObject* ___res0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_0 = __this->get_mre_0();
|
|
NullCheck(L_0);
|
|
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.SystemController::.ctor(taurus.client.SocketEngine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController__ctor_mF5C21BE1B4B1AA08F6EFBEFA83489D71C0B1D7C6 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * ___engine0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController__ctor_mF5C21BE1B4B1AA08F6EFBEFA83489D71C0B1D7C6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_0 = (List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 *)il2cpp_codegen_object_new(List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m91B3DEB7AF1EF8100BD24FF98E1BC6E9225BF2EE(L_0, /*hidden argument*/List_1__ctor_m91B3DEB7AF1EF8100BD24FF98E1BC6E9225BF2EE_RuntimeMethod_var);
|
|
__this->set__handleList_4(L_0);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 * L_1 = (Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 *)il2cpp_codegen_object_new(Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mAAFD449E22560AF3ADF2D3CF6246E4E763B47A47(L_1, /*hidden argument*/Dictionary_2__ctor_mAAFD449E22560AF3ADF2D3CF6246E4E763B47A47_RuntimeMethod_var);
|
|
__this->set___requestHandlers_0(L_1);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_2 = ___engine0;
|
|
__this->set__engine_1(L_2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int64_t L_4 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
__this->set__lastTime_2(L_4);
|
|
SystemController_initRequestHandlers_m2945CA75F3FA18B93F6DC89932C0146E518DA537(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.SystemController::_getValidID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemController__getValidID_m1F07C635375F45AF5A93E0809E4F8CF77DE80D13 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get__tempID_3();
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
|
|
int32_t L_1 = V_0;
|
|
__this->set__tempID_3(L_1);
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::handlePacket(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_handlePacket_m72D6C78CD42926878EBD042569CE00413D203C46 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_handlePacket_m72D6C78CD42926878EBD042569CE00413D203C46_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
uint8_t V_1 = 0x0;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int64_t L_1 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
__this->set__lastTime_2(L_1);
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_2 = ___packet0;
|
|
NullCheck(L_2);
|
|
uint8_t L_3 = Packet_get_actionID_m639D0461686C6A78A79E5A68F81A6EFEF8D7D74E_inline(L_2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
uint8_t L_4 = V_1;
|
|
switch (L_4)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_5 = ___packet0;
|
|
SystemController_fnPingPong_m06C84042D344A9EF20B518DC901E59D11877A73A(__this, L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_6 = ___packet0;
|
|
SystemController_fnOperationResponse_mCFE5F9FA5BDE310B22F7DA3DB7AF14D85F8CA43E(__this, L_6, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_7 = ___packet0;
|
|
SystemController_fnOperationEvent_m590F50D03C9B8AD210DF809BEA9A292D4E6A6EB7(__this, L_7, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::sendRequest(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_sendRequest_mFD05087EA058ED39EB785D3A59CE48B48F18786E (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_sendRequest_mFD05087EA058ED39EB785D3A59CE48B48F18786E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * V_4 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_0 = (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A *)il2cpp_codegen_object_new(Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A_il2cpp_TypeInfo_var);
|
|
Packet__ctor_m498F2219E583C106FE1A6B66F4069AA50BDFD0A2(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
Packet_set_actionID_m148589D26CE7F46E26C39293F4FEF641F2E9B725_inline(L_1, (uint8_t)1, /*hidden argument*/NULL);
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_2 = TObject_newInstance_m324B62A92988AC60E9259F5191C2161DDF504F26(/*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
RuntimeObject* L_3 = V_1;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_4 = ___msg0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = L_4->get_command_1();
|
|
NullCheck(L_3);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void taurus.client.ITObject::putString(System.String,System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_3, _stringLiteral2B45E7679A151476BA9F2216BC8E1A5193F24B23, L_5);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_6 = ___msg0;
|
|
NullCheck(L_6);
|
|
bool L_7 = L_6->get_useText_0();
|
|
if (!L_7)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_8 = ___msg0;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = L_8->get_textParam_3();
|
|
bool L_10 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
RuntimeObject* L_11 = V_1;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_12 = ___msg0;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = L_12->get_textParam_3();
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_14 = TObject_newFromJson_m8CFAFAA2412A1AA8B3991297365C1E99CCABCF37(L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(11 /* System.Void taurus.client.ITObject::putTObject(System.String,taurus.client.ITObject) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_11, _stringLiteralFC23764AC5B792F40BB1A00C0E3284E45F3F49C0, L_14);
|
|
goto IL_006d;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0051;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0051:
|
|
{ // begin catch(System.Object)
|
|
goto IL_006d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0054:
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_15 = ___msg0;
|
|
NullCheck(L_15);
|
|
RuntimeObject* L_16 = L_15->get_param_2();
|
|
if (!L_16)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_17 = V_1;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_18 = ___msg0;
|
|
NullCheck(L_18);
|
|
RuntimeObject* L_19 = L_18->get_param_2();
|
|
NullCheck(L_17);
|
|
InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(11 /* System.Void taurus.client.ITObject::putTObject(System.String,taurus.client.ITObject) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_17, _stringLiteralFC23764AC5B792F40BB1A00C0E3284E45F3F49C0, L_19);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_20 = ___msg0;
|
|
NullCheck(L_20);
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_21 = L_20->get_callback_4();
|
|
if (!L_21)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = SystemController__getValidID_m1F07C635375F45AF5A93E0809E4F8CF77DE80D13(__this, /*hidden argument*/NULL);
|
|
V_2 = L_22;
|
|
RuntimeObject* L_23 = V_1;
|
|
int32_t L_24 = V_2;
|
|
NullCheck(L_23);
|
|
InterfaceActionInvoker2< String_t*, int32_t >::Invoke(10 /* System.Void taurus.client.ITObject::putInt(System.String,System.Int32) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_23, _stringLiteral5C5848FAC0488C8231141818F2432908A2540846, L_24);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_25 = ___msg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_3 = L_26;
|
|
int64_t L_27 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_3), /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
L_25->set_lastTime_6(L_27);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_28 = ___msg0;
|
|
int32_t L_29 = V_2;
|
|
NullCheck(L_28);
|
|
L_28->set_gid_7(L_29);
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_30 = __this->get__handleList_4();
|
|
V_4 = L_30;
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_31 = V_4;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_31, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00b1:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_32 = __this->get__handleList_4();
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_33 = ___msg0;
|
|
NullCheck(L_32);
|
|
List_1_Add_m5AB1C95A09189D90257DDF7E2C2677069C5793B8(L_32, L_33, /*hidden argument*/List_1_Add_m5AB1C95A09189D90257DDF7E2C2677069C5793B8_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0xC7, FINALLY_00bf);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00bf;
|
|
}
|
|
|
|
FINALLY_00bf:
|
|
{ // begin finally (depth: 1)
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_34 = V_4;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_34, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(191)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(191)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xC7, IL_00c7)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_35 = V_0;
|
|
RuntimeObject* L_36 = V_1;
|
|
NullCheck(L_35);
|
|
L_35->set_parameters_1(L_36);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_37 = __this->get__engine_1();
|
|
NullCheck(L_37);
|
|
IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * L_38 = L_37->get__packetHandler_8();
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_39 = V_0;
|
|
NullCheck(L_38);
|
|
IOHandler_onDataWrite_m8FD950EC324DE92032FD5D1AA78C86AA7ADC18A6(L_38, L_39, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::sendPingPong()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_sendPingPong_m17108EFFBEA403ED0CF55A6A9DB2F6B416CBC4C1 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_sendPingPong_m17108EFFBEA403ED0CF55A6A9DB2F6B416CBC4C1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * V_0 = NULL;
|
|
{
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_0 = (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A *)il2cpp_codegen_object_new(Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A_il2cpp_TypeInfo_var);
|
|
Packet__ctor_m498F2219E583C106FE1A6B66F4069AA50BDFD0A2(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
Packet_set_actionID_m148589D26CE7F46E26C39293F4FEF641F2E9B725_inline(L_1, (uint8_t)0, /*hidden argument*/NULL);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_2 = __this->get__engine_1();
|
|
NullCheck(L_2);
|
|
IOHandler_tF69257BD28C7983FFF59A89AFAC17A74A0E4ECA0 * L_3 = L_2->get__packetHandler_8();
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_4 = V_0;
|
|
NullCheck(L_3);
|
|
IOHandler_onDataWrite_m8FD950EC324DE92032FD5D1AA78C86AA7ADC18A6(L_3, L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::fnOperationResponse(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_fnOperationResponse_mCFE5F9FA5BDE310B22F7DA3DB7AF14D85F8CA43E (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_fnOperationResponse_mCFE5F9FA5BDE310B22F7DA3DB7AF14D85F8CA43E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_0 = (U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass19_0__ctor_m8B6E4D603D3857F282A8F75042823404C55151F6(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_4(__this);
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->set_param_2((RuntimeObject*)NULL);
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
L_3->set_textData_3((String_t*)NULL);
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_4 = ___packet0;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5 = L_4->get_parameters_1();
|
|
NullCheck(L_5);
|
|
bool L_6 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(0 /* System.Boolean taurus.client.ITObject::containsKey(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_5, _stringLiteralFC23764AC5B792F40BB1A00C0E3284E45F3F49C0);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_7 = V_0;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_8 = ___packet0;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9 = L_8->get_parameters_1();
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_10 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(5 /* taurus.client.ITObject taurus.client.ITObject::getTObject(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_9, _stringLiteralFC23764AC5B792F40BB1A00C0E3284E45F3F49C0);
|
|
NullCheck(L_7);
|
|
L_7->set_param_2(L_10);
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_11 = V_0;
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13 = L_12->get_param_2();
|
|
NullCheck(L_13);
|
|
String_t* L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(15 /* System.String taurus.client.ITObject::toJson() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_13);
|
|
NullCheck(L_11);
|
|
L_11->set_textData_3(L_14);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_15 = V_0;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_16 = ___packet0;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_17 = L_16->get_parameters_1();
|
|
NullCheck(L_17);
|
|
int32_t L_18 = InterfaceFuncInvoker1< int32_t, String_t* >::Invoke(3 /* System.Int32 taurus.client.ITObject::getInt(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_17, _stringLiteral9799EC898E5E53C1037B42C5918E4C57C9D0B102);
|
|
NullCheck(L_15);
|
|
L_15->set_result_0(L_18);
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_19 = V_0;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_20 = ___packet0;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_21 = L_20->get_parameters_1();
|
|
NullCheck(L_21);
|
|
int32_t L_22 = InterfaceFuncInvoker1< int32_t, String_t* >::Invoke(3 /* System.Int32 taurus.client.ITObject::getInt(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_21, _stringLiteral5C5848FAC0488C8231141818F2432908A2540846);
|
|
NullCheck(L_19);
|
|
L_19->set_gid_1(L_22);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_23 = __this->get__engine_1();
|
|
U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * L_24 = V_0;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_25 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_25, L_24, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass19_0_U3CfnOperationResponseU3Eb__0_m247DC0AE6BF0EFFB4DDE8E98C508A747AFB9BB75_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
SocketEngine_enqueueActionForDispatch_m64603C199653B40993562F349A1B61AA99E6BCBF(L_23, L_25, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::handleOperationResponse(System.Int32,System.Int32,taurus.client.ITObject,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_handleOperationResponse_mC2F7FB22D041EF9560E0310D3647EE5DFC12B669 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, int32_t ___result0, int32_t ___gid1, RuntimeObject* ___param2, String_t* ___text3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_handleOperationResponse_mC2F7FB22D041EF9560E0310D3647EE5DFC12B669_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * V_4 = NULL;
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
V_0 = (Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *)NULL;
|
|
V_1 = 0;
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_0 = __this->get__handleList_4();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = List_1_get_Count_m27F1BEBB98FB18D7FACA1EE0ABEBD05BA41B860A_inline(L_0, /*hidden argument*/List_1_get_Count_m27F1BEBB98FB18D7FACA1EE0ABEBD05BA41B860A_RuntimeMethod_var);
|
|
V_2 = L_1;
|
|
int32_t L_2 = ___gid1;
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_3 = ___gid1;
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_4 = __this->get__handleList_4();
|
|
int32_t L_5 = V_3;
|
|
NullCheck(L_4);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_6 = List_1_get_Item_mC2F5C23F2DD581223A2046DD83CCE362B967EA30_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mC2F5C23F2DD581223A2046DD83CCE362B967EA30_RuntimeMethod_var);
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->get_gid_7();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_8 = __this->get__handleList_4();
|
|
int32_t L_9 = V_3;
|
|
NullCheck(L_8);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_10 = List_1_get_Item_mC2F5C23F2DD581223A2046DD83CCE362B967EA30_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_mC2F5C23F2DD581223A2046DD83CCE362B967EA30_RuntimeMethod_var);
|
|
V_0 = L_10;
|
|
int32_t L_11 = V_3;
|
|
V_1 = L_11;
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_12 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_13 = V_3;
|
|
int32_t L_14 = V_2;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_15 = V_0;
|
|
if (!L_15)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_17 = L_16->get_callback_4();
|
|
if (!L_17)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_18 = (MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB *)il2cpp_codegen_object_new(MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB_il2cpp_TypeInfo_var);
|
|
MessageResponse__ctor_m5EFDE70F1CEC3B78BE8FF895E9E543896863A760(L_18, /*hidden argument*/NULL);
|
|
V_4 = L_18;
|
|
int32_t L_19 = ___result0;
|
|
if (L_19)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_20 = V_0;
|
|
RuntimeObject* L_21 = ___param2;
|
|
NullCheck(L_20);
|
|
L_20->set_param_2(L_21);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_22 = V_0;
|
|
String_t* L_23 = ___text3;
|
|
NullCheck(L_22);
|
|
L_22->set_textParam_3(L_23);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_24 = V_4;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_25 = V_0;
|
|
NullCheck(L_24);
|
|
L_24->set_messageData_0(L_25);
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_26 = V_4;
|
|
int32_t L_27 = ___result0;
|
|
NullCheck(L_26);
|
|
L_26->set_returnCode_1(L_27);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_28 = V_0;
|
|
NullCheck(L_28);
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_29 = L_28->get_callback_4();
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_30 = V_4;
|
|
NullCheck(L_29);
|
|
Action_1_Invoke_m202F37C04CF34FC44E30A5BB477F96D8E2D13ACD(L_29, L_30, /*hidden argument*/Action_1_Invoke_m202F37C04CF34FC44E30A5BB477F96D8E2D13ACD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_31 = __this->get__handleList_4();
|
|
V_5 = L_31;
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_32 = V_5;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_32, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_33 = __this->get__handleList_4();
|
|
int32_t L_34 = V_1;
|
|
NullCheck(L_33);
|
|
List_1_RemoveAt_m354D5CEF6A0FDA60B45EFF2E0F45161985909E94(L_33, L_34, /*hidden argument*/List_1_RemoveAt_m354D5CEF6A0FDA60B45EFF2E0F45161985909E94_RuntimeMethod_var);
|
|
IL2CPP_LEAVE(0xAB, FINALLY_00a3);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00a3;
|
|
}
|
|
|
|
FINALLY_00a3:
|
|
{ // begin finally (depth: 1)
|
|
List_1_t96EC315DA4FEE9B4109BC672C27428F9CA7ABE16 * L_35 = V_5;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_35, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(163)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(163)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xAB, IL_00ab)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::fnOperationEvent(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_fnOperationEvent_m590F50D03C9B8AD210DF809BEA9A292D4E6A6EB7 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_fnOperationEvent_m590F50D03C9B8AD210DF809BEA9A292D4E6A6EB7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * L_0 = (U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass21_0__ctor_mB12C2F8A2E3D8725C0A2D83B9471C36EDCDF434D(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_3(__this);
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * L_2 = V_0;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_3 = ___packet0;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4 = L_3->get_parameters_1();
|
|
NullCheck(L_4);
|
|
String_t* L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String taurus.client.ITObject::getString(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_4, _stringLiteral2B45E7679A151476BA9F2216BC8E1A5193F24B23);
|
|
NullCheck(L_2);
|
|
L_2->set_cmd_0(L_5);
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
L_6->set_param_1((RuntimeObject*)NULL);
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * L_7 = V_0;
|
|
NullCheck(L_7);
|
|
L_7->set_textData_2((String_t*)NULL);
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_8 = ___packet0;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9 = L_8->get_parameters_1();
|
|
NullCheck(L_9);
|
|
bool L_10 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(0 /* System.Boolean taurus.client.ITObject::containsKey(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_9, _stringLiteralFC23764AC5B792F40BB1A00C0E3284E45F3F49C0);
|
|
if (!L_10)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * L_11 = V_0;
|
|
Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * L_12 = ___packet0;
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13 = L_12->get_parameters_1();
|
|
NullCheck(L_13);
|
|
RuntimeObject* L_14 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(5 /* taurus.client.ITObject taurus.client.ITObject::getTObject(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_13, _stringLiteralFC23764AC5B792F40BB1A00C0E3284E45F3F49C0);
|
|
NullCheck(L_11);
|
|
L_11->set_param_1(L_14);
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * L_15 = V_0;
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_17 = L_16->get_param_1();
|
|
NullCheck(L_17);
|
|
String_t* L_18 = InterfaceFuncInvoker0< String_t* >::Invoke(15 /* System.String taurus.client.ITObject::toJson() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_17);
|
|
NullCheck(L_15);
|
|
L_15->set_textData_2(L_18);
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_19 = __this->get__engine_1();
|
|
U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * L_20 = V_0;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_21 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_21, L_20, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass21_0_U3CfnOperationEventU3Eb__0_mC228B24D6D486869453920EB082C0349D1B85191_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
SocketEngine_enqueueActionForDispatch_m64603C199653B40993562F349A1B61AA99E6BCBF(L_19, L_21, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::handleEvent(System.String,taurus.client.ITObject,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_handleEvent_mFD4B31FCB0409A477B9191F7B5B69F07947FEAA6 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, String_t* ___cmd0, RuntimeObject* ___param1, String_t* ___text2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_handleEvent_mFD4B31FCB0409A477B9191F7B5B69F07947FEAA6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * V_0 = NULL;
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_0 = (Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *)il2cpp_codegen_object_new(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6_il2cpp_TypeInfo_var);
|
|
Message__ctor_m8300920626D514CFF8FFBFC2BB286102F72C60B0(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_1 = V_0;
|
|
String_t* L_2 = ___cmd0;
|
|
NullCheck(L_1);
|
|
L_1->set_command_1(L_2);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_3 = V_0;
|
|
RuntimeObject* L_4 = ___param1;
|
|
NullCheck(L_3);
|
|
L_3->set_param_2(L_4);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_5 = V_0;
|
|
String_t* L_6 = ___text2;
|
|
NullCheck(L_5);
|
|
L_5->set_textParam_3(L_6);
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_7 = __this->get__engine_1();
|
|
NullCheck(L_7);
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * L_8 = L_7->get__onEvent_4();
|
|
if (!L_8)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_9 = __this->get__engine_1();
|
|
NullCheck(L_9);
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * L_10 = L_9->get__onEvent_4();
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_11 = V_0;
|
|
NullCheck(L_10);
|
|
Action_1_Invoke_m153624EA1BB1902339D2B0A22D8204A589554A13(L_10, L_11, /*hidden argument*/Action_1_Invoke_m153624EA1BB1902339D2B0A22D8204A589554A13_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::fnPingPong(taurus.client.Packet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_fnPingPong_m06C84042D344A9EF20B518DC901E59D11877A73A (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * ___packet0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_0 = __this->get__engine_1();
|
|
NullCheck(L_0);
|
|
LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * L_1 = L_0->get__lagMonitor_6();
|
|
NullCheck(L_1);
|
|
LagMonitor_fnPingPong_m0CF1ADCFFC3F31A7EA31940B147AE3F81B285041(L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.SystemController::isTimeOut()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemController_isTimeOut_m5E5206236644EC0696959634685FD091BFDF3634 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_isTimeOut_m5E5206236644EC0696959634685FD091BFDF3634_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int64_t L_1 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
int64_t L_2 = __this->get__lastTime_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D_inline(/*hidden argument*/NULL);
|
|
return (bool)((((int64_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)L_2))/(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))))) > ((int64_t)(((int64_t)((int64_t)L_3)))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::refreshTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_refreshTime_m786641628F16B1BC405DC96FCBDE776C3F603274 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_refreshTime_m786641628F16B1BC405DC96FCBDE776C3F603274_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int64_t L_1 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
__this->set__lastTime_2(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController::initRequestHandlers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemController_initRequestHandlers_m2945CA75F3FA18B93F6DC89932C0146E518DA537 (SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SystemController_initRequestHandlers_m2945CA75F3FA18B93F6DC89932C0146E518DA537_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 * L_0 = __this->get___requestHandlers_0();
|
|
Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A * L_1 = (Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A *)il2cpp_codegen_object_new(Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m9E4689BA047A4F42AFF7650CCD9D982545321F0F(L_1, __this, (intptr_t)((intptr_t)SystemController_fnPingPong_m06C84042D344A9EF20B518DC901E59D11877A73A_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m9E4689BA047A4F42AFF7650CCD9D982545321F0F_RuntimeMethod_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2_set_Item_mB9D840B8077D1DEB6CE3A3DB912529AD6B7CE64C(L_0, 0, L_1, /*hidden argument*/Dictionary_2_set_Item_mB9D840B8077D1DEB6CE3A3DB912529AD6B7CE64C_RuntimeMethod_var);
|
|
Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 * L_2 = __this->get___requestHandlers_0();
|
|
Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A * L_3 = (Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A *)il2cpp_codegen_object_new(Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m9E4689BA047A4F42AFF7650CCD9D982545321F0F(L_3, __this, (intptr_t)((intptr_t)SystemController_fnOperationResponse_mCFE5F9FA5BDE310B22F7DA3DB7AF14D85F8CA43E_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m9E4689BA047A4F42AFF7650CCD9D982545321F0F_RuntimeMethod_var);
|
|
NullCheck(L_2);
|
|
Dictionary_2_set_Item_mB9D840B8077D1DEB6CE3A3DB912529AD6B7CE64C(L_2, 1, L_3, /*hidden argument*/Dictionary_2_set_Item_mB9D840B8077D1DEB6CE3A3DB912529AD6B7CE64C_RuntimeMethod_var);
|
|
Dictionary_2_tC739B14151F8BC66FF016782449FA08346C47B36 * L_4 = __this->get___requestHandlers_0();
|
|
Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A * L_5 = (Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A *)il2cpp_codegen_object_new(Action_1_tA054D978BC8D29C36D835928A54319CEE1AA3A8A_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m9E4689BA047A4F42AFF7650CCD9D982545321F0F(L_5, __this, (intptr_t)((intptr_t)SystemController_fnOperationEvent_m590F50D03C9B8AD210DF809BEA9A292D4E6A6EB7_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m9E4689BA047A4F42AFF7650CCD9D982545321F0F_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
Dictionary_2_set_Item_mB9D840B8077D1DEB6CE3A3DB912529AD6B7CE64C(L_4, 2, L_5, /*hidden argument*/Dictionary_2_set_Item_mB9D840B8077D1DEB6CE3A3DB912529AD6B7CE64C_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 taurus.client.SystemController_<>c__DisplayClass19_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass19_0__ctor_m8B6E4D603D3857F282A8F75042823404C55151F6 (U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController_<>c__DisplayClass19_0::<fnOperationResponse>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass19_0_U3CfnOperationResponseU3Eb__0_m247DC0AE6BF0EFFB4DDE8E98C508A747AFB9BB75 (U3CU3Ec__DisplayClass19_0_tE43E6FCC5739BBED7B7264AB7ED5A66904A8E3E3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_0 = __this->get_U3CU3E4__this_4();
|
|
int32_t L_1 = __this->get_result_0();
|
|
int32_t L_2 = __this->get_gid_1();
|
|
RuntimeObject* L_3 = __this->get_param_2();
|
|
String_t* L_4 = __this->get_textData_3();
|
|
NullCheck(L_0);
|
|
SystemController_handleOperationResponse_mC2F7FB22D041EF9560E0310D3647EE5DFC12B669(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.SystemController_<>c__DisplayClass21_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0__ctor_mB12C2F8A2E3D8725C0A2D83B9471C36EDCDF434D (U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.SystemController_<>c__DisplayClass21_0::<fnOperationEvent>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0_U3CfnOperationEventU3Eb__0_mC228B24D6D486869453920EB082C0349D1B85191 (U3CU3Ec__DisplayClass21_0_t48BE206E7166B0C63A2508E09B46D2B98726EFF7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SystemController_tAD9894B9FD0424E20E2D0F79735521F8E82B3E90 * L_0 = __this->get_U3CU3E4__this_3();
|
|
String_t* L_1 = __this->get_cmd_0();
|
|
RuntimeObject* L_2 = __this->get_param_1();
|
|
String_t* L_3 = __this->get_textData_2();
|
|
NullCheck(L_0);
|
|
SystemController_handleEvent_mFD4B31FCB0409A477B9191F7B5B69F07947FEAA6(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.TArray::add(taurus.client.TDataWrapper)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TArray_add_m3C4E9A22BA8F4FA6A4F61AF15037F49E15CF19AE (TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF * __this, TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * ___wrappedObject0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TArray_add_m3C4E9A22BA8F4FA6A4F61AF15037F49E15CF19AE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * L_0 = __this->get_dataHolder_0();
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_1 = ___wrappedObject0;
|
|
NullCheck(L_0);
|
|
List_1_Add_mBE6BA26E53B35520045CEC742B2D310503FCB05F(L_0, L_1, /*hidden argument*/List_1_Add_mBE6BA26E53B35520045CEC742B2D310503FCB05F_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TArray::get(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TArray_get_mEC47037BB5D14C7BF54979DA84EEB38ED5111AF7 (TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TArray_get_mEC47037BB5D14C7BF54979DA84EEB38ED5111AF7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * L_0 = __this->get_dataHolder_0();
|
|
int32_t L_1 = ___index0;
|
|
NullCheck(L_0);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_2 = List_1_get_Item_m86CFABC44BE0893285E6AD17981139023A37D026_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m86CFABC44BE0893285E6AD17981139023A37D026_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
}
|
|
// taurus.client.TArray taurus.client.TArray::newInstance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF * TArray_newInstance_mBB76F7984097FE549C3D2FF281789D0B1A72ADBB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TArray_newInstance_mBB76F7984097FE549C3D2FF281789D0B1A72ADBB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF * L_0 = (TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF *)il2cpp_codegen_object_new(TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF_il2cpp_TypeInfo_var);
|
|
TArray__ctor_m23507B7B68E69658F523E65902E716AB47A5828E(L_0, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.TArray::size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TArray_size_mC6A35715147F63BA6A8CB381ADB6415434D0F789 (TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TArray_size_mC6A35715147F63BA6A8CB381ADB6415434D0F789_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * L_0 = __this->get_dataHolder_0();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = List_1_get_Count_m0D2B4B682205BFBD8C272C7FC17FE8F2EFA15EB3_inline(L_0, /*hidden argument*/List_1_get_Count_m0D2B4B682205BFBD8C272C7FC17FE8F2EFA15EB3_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TArray::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TArray__ctor_m23507B7B68E69658F523E65902E716AB47A5828E (TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TArray__ctor_m23507B7B68E69658F523E65902E716AB47A5828E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 * L_0 = (List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6 *)il2cpp_codegen_object_new(List_1_t1220EB9334D003C037BA29C99DD176B74587FAE6_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m1431BB6DEB646150AC89C6515601E0965837430C(L_0, /*hidden argument*/List_1__ctor_m1431BB6DEB646150AC89C6515601E0965837430C_RuntimeMethod_var);
|
|
__this->set_dataHolder_0(L_0);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.TArrayLite::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TArrayLite__ctor_m0C87A0C035E97AF87340112991ECA68C2ACE9B66 (TArrayLite_t06E3A3440A208450D79D31DB99CD4727A02C66FA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TArray__ctor_m23507B7B68E69658F523E65902E716AB47A5828E(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// taurus.client.TDataSerializer taurus.client.TDataSerializer::me()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * TDataSerializer_me_m149FEF633DF83199EF3DD1670B17F253B579D9D2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_me_m149FEF633DF83199EF3DD1670B17F253B579D9D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * L_0 = ((TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_StaticFields*)il2cpp_codegen_static_fields_for(TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_il2cpp_TypeInfo_var))->get_instance_0();
|
|
if (L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * L_1 = (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE *)il2cpp_codegen_object_new(TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_il2cpp_TypeInfo_var);
|
|
TDataSerializer__ctor_mAE1C04259C41F15711253F84178E95D0C69B06E5(L_1, /*hidden argument*/NULL);
|
|
((TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_StaticFields*)il2cpp_codegen_static_fields_for(TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_il2cpp_TypeInfo_var))->set_instance_0(L_1);
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * L_2 = ((TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_StaticFields*)il2cpp_codegen_static_fields_for(TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE_il2cpp_TypeInfo_var))->get_instance_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TDataSerializer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TDataSerializer__ctor_mAE1C04259C41F15711253F84178E95D0C69B06E5 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::array2Binary(taurus.client.ITArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_array2Binary_mCEE4C40EC99B5C6F5DE91640A2746AC291012501 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___array0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_array2Binary_mCEE4C40EC99B5C6F5DE91640A2746AC291012501_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
uint8_t L_2 = ((uint8_t)((int32_t)10));
|
|
RuntimeObject * L_3 = Box(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16_il2cpp_TypeInfo_var, &L_2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint8_t L_4 = Convert_ToByte_m0DC2F6EC69C3E5F90C391D4FCF81DC0AA1C0F5B1(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, L_4, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
RuntimeObject* L_6 = ___array0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 taurus.client.ITArray::size() */, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var, L_6);
|
|
int16_t L_8 = Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
ByteArray_writeShort_m1EDD8D4797E51DA2C3BCE6597D30F274539E2D23(L_5, L_8, /*hidden argument*/NULL);
|
|
RuntimeObject* L_9 = ___array0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_10 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_11 = TDataSerializer_arr2bin_m7DABD09E42AA62827A445BB6945FF8158652484A(__this, L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::object2Binary(taurus.client.ITObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_object2Binary_m8263D01020EB049C024A877CE287E33F7F799FAF (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_object2Binary_m8263D01020EB049C024A877CE287E33F7F799FAF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
uint8_t L_2 = ((uint8_t)((int32_t)11));
|
|
RuntimeObject * L_3 = Box(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16_il2cpp_TypeInfo_var, &L_2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint8_t L_4 = Convert_ToByte_m0DC2F6EC69C3E5F90C391D4FCF81DC0AA1C0F5B1(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, L_4, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
RuntimeObject* L_6 = ___obj0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 taurus.client.ITObject::size() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_6);
|
|
int16_t L_8 = Convert_ToInt16_m0D8DD7C5E5F85BE27D38E0FBD17411B8682618B3(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
ByteArray_writeShort_m1EDD8D4797E51DA2C3BCE6597D30F274539E2D23(L_5, L_8, /*hidden argument*/NULL);
|
|
RuntimeObject* L_9 = ___obj0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_10 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_11 = TDataSerializer_obj2bin_m5F2E7396D79B0BAD97640F346736322298AD1C3B(__this, L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.String taurus.client.TDataSerializer::object2json(taurus.client.ITObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TDataSerializer_object2json_m28DA1DE42539FFAE5832B55C474553EAE7D489F8 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_object2json_m28DA1DE42539FFAE5832B55C474553EAE7D489F8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL;
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
|
|
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = V_0;
|
|
RuntimeObject* L_2 = ___obj0;
|
|
TDataSerializer_flattenObject_mCEC6D44060A396FB21D49C0E6E292159D9DB9BF0(__this, L_1, L_2, /*hidden argument*/NULL);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = V_0;
|
|
String_t* L_4 = Json_Serialize_m9B8F6C8B06728D4E0543EF69DC4BBA264825ED3B(L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TDataSerializer::flattenObject(System.Collections.Hashtable,taurus.client.ITObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TDataSerializer_flattenObject_mCEC6D44060A396FB21D49C0E6E292159D9DB9BF0 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___map0, RuntimeObject* ___obj1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_flattenObject_mCEC6D44060A396FB21D49C0E6E292159D9DB9BF0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * V_3 = NULL;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_4 = NULL;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_5 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___obj1;
|
|
NullCheck(L_0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = InterfaceFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(4 /* System.String[] taurus.client.ITObject::getKeys() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_0);
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = V_0;
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_2 = L_5;
|
|
RuntimeObject* L_6 = ___obj1;
|
|
String_t* L_7 = V_2;
|
|
NullCheck(L_6);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_8 = InterfaceFuncInvoker1< TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *, String_t* >::Invoke(2 /* taurus.client.TDataWrapper taurus.client.ITObject::get(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_6, L_7);
|
|
V_3 = L_8;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_9 = V_3;
|
|
NullCheck(L_9);
|
|
uint8_t L_10 = TDataWrapper_getTypeId_mBA1C806F7B3A0311F3727917ABD99CB602020ABE_inline(L_9, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
|
|
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_11, /*hidden argument*/NULL);
|
|
V_4 = L_11;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_12 = ___map0;
|
|
String_t* L_13 = V_2;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_14 = V_4;
|
|
NullCheck(L_12);
|
|
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_12, L_13, L_14);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_15 = V_4;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_16 = V_3;
|
|
NullCheck(L_16);
|
|
RuntimeObject * L_17 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline(L_16, /*hidden argument*/NULL);
|
|
TDataSerializer_flattenObject_mCEC6D44060A396FB21D49C0E6E292159D9DB9BF0(__this, L_15, ((RuntimeObject*)Castclass((RuntimeObject*)L_17, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_18 = V_3;
|
|
NullCheck(L_18);
|
|
uint8_t L_19 = TDataWrapper_getTypeId_mBA1C806F7B3A0311F3727917ABD99CB602020ABE_inline(L_18, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_20 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
|
|
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_20, /*hidden argument*/NULL);
|
|
V_5 = L_20;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_21 = ___map0;
|
|
String_t* L_22 = V_2;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_23 = V_5;
|
|
NullCheck(L_21);
|
|
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_21, L_22, L_23);
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = V_5;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_25 = V_3;
|
|
NullCheck(L_25);
|
|
RuntimeObject * L_26 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline(L_25, /*hidden argument*/NULL);
|
|
TDataSerializer_flattenArray_mCA3CAFF31196DC7B1A84C778E838299626F30B5C(__this, L_24, ((RuntimeObject*)Castclass((RuntimeObject*)L_26, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_27 = ___map0;
|
|
String_t* L_28 = V_2;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_29 = V_3;
|
|
NullCheck(L_29);
|
|
RuntimeObject * L_30 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline(L_29, /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_27, L_28, L_30);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
int32_t L_31 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
int32_t L_32 = V_1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = V_0;
|
|
NullCheck(L_33);
|
|
if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TDataSerializer::flattenArray(System.Collections.ArrayList,taurus.client.ITArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TDataSerializer_flattenArray_mCA3CAFF31196DC7B1A84C778E838299626F30B5C (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___array0, RuntimeObject* ___tarray1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_flattenArray_mCA3CAFF31196DC7B1A84C778E838299626F30B5C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * V_1 = NULL;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_2 = NULL;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_3 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
RuntimeObject* L_0 = ___tarray1;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_2 = InterfaceFuncInvoker1< TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *, int32_t >::Invoke(1 /* taurus.client.TDataWrapper taurus.client.ITArray::get(System.Int32) */, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var, L_0, L_1);
|
|
V_1 = L_2;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_3 = V_1;
|
|
NullCheck(L_3);
|
|
uint8_t L_4 = TDataWrapper_getTypeId_mBA1C806F7B3A0311F3727917ABD99CB602020ABE_inline(L_3, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
|
|
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_5, /*hidden argument*/NULL);
|
|
V_2 = L_5;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = ___array0;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = V_2;
|
|
NullCheck(L_6);
|
|
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = V_2;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_9 = V_1;
|
|
NullCheck(L_9);
|
|
RuntimeObject * L_10 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline(L_9, /*hidden argument*/NULL);
|
|
TDataSerializer_flattenObject_mCEC6D44060A396FB21D49C0E6E292159D9DB9BF0(__this, L_8, ((RuntimeObject*)Castclass((RuntimeObject*)L_10, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_11 = V_1;
|
|
NullCheck(L_11);
|
|
uint8_t L_12 = TDataWrapper_getTypeId_mBA1C806F7B3A0311F3727917ABD99CB602020ABE_inline(L_11, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
|
|
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_13, /*hidden argument*/NULL);
|
|
V_3 = L_13;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_14 = ___array0;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = V_3;
|
|
NullCheck(L_14);
|
|
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_15);
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_16 = V_3;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_17 = V_1;
|
|
NullCheck(L_17);
|
|
RuntimeObject * L_18 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline(L_17, /*hidden argument*/NULL);
|
|
TDataSerializer_flattenArray_mCA3CAFF31196DC7B1A84C778E838299626F30B5C(__this, L_16, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_19 = ___array0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_20 = V_1;
|
|
NullCheck(L_20);
|
|
RuntimeObject * L_21 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline(L_20, /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_21);
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
int32_t L_22 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
int32_t L_23 = V_0;
|
|
RuntimeObject* L_24 = ___tarray1;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 taurus.client.ITArray::size() */, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var, L_24);
|
|
if ((((int32_t)L_23) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// taurus.client.ITObject taurus.client.TDataSerializer::json2object(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_json2object_m4933FD3CB45ADB6074F033A02E40D5A1C40E503F (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, String_t* ___jsonStr0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_json2object_m4933FD3CB45ADB6074F033A02E40D5A1C40E503F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___jsonStr0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_1) >= ((int32_t)2)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___jsonStr0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral4C54608E179CDAFB71D0CF863FA9BB2CB6464FAF, L_5, /*hidden argument*/NULL);
|
|
Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, TDataSerializer_json2object_m4933FD3CB45ADB6074F033A02E40D5A1C40E503F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
String_t* L_8 = ___jsonStr0;
|
|
RuntimeObject * L_9 = Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5(L_8, /*hidden argument*/NULL);
|
|
V_0 = ((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)CastclassClass((RuntimeObject*)L_9, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var));
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = V_0;
|
|
RuntimeObject* L_11 = TDataSerializer_decodeTObject_m05D5222FA65CF3A30B263C44FB0640336CE65EF5(__this, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// taurus.client.ITArray taurus.client.TDataSerializer::decodeTArray(System.Collections.ArrayList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_decodeTArray_m452E3FBB087CEEB2EF2D96353EAB9E95E8403355 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___jsa0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_decodeTArray_m452E3FBB087CEEB2EF2D96353EAB9E95E8403355_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
RuntimeObject * V_2 = NULL;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * V_3 = NULL;
|
|
RuntimeObject* V_4 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
TArrayLite_t06E3A3440A208450D79D31DB99CD4727A02C66FA * L_0 = (TArrayLite_t06E3A3440A208450D79D31DB99CD4727A02C66FA *)il2cpp_codegen_object_new(TArrayLite_t06E3A3440A208450D79D31DB99CD4727A02C66FA_il2cpp_TypeInfo_var);
|
|
TArrayLite__ctor_m0C87A0C035E97AF87340112991ECA68C2ACE9B66(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___jsa0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1);
|
|
V_1 = L_2;
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
RuntimeObject* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3);
|
|
V_2 = L_4;
|
|
RuntimeObject * L_5 = V_2;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_6 = TDataSerializer_decodeJsonObject_m38F2B9AD47E0DB3D744A03431BBE81C5F0526DD7(__this, L_5, /*hidden argument*/NULL);
|
|
V_3 = L_6;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_9 = V_3;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker1< TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * >::Invoke(0 /* System.Void taurus.client.ITArray::add(taurus.client.TDataWrapper) */, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var, L_8, L_9);
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
RuntimeObject * L_10 = V_2;
|
|
String_t* L_11 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral3E63866C6CA28C3EF0BA46A8B7E673CC7C304B9E, L_10, /*hidden argument*/NULL);
|
|
Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_12, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, TDataSerializer_decodeTArray_m452E3FBB087CEEB2EF2D96353EAB9E95E8403355_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
RuntimeObject* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_13);
|
|
if (L_14)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
IL2CPP_LEAVE(0x59, FINALLY_0045);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0045;
|
|
}
|
|
|
|
FINALLY_0045:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_15 = V_1;
|
|
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_16 = V_4;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
RuntimeObject* L_17 = V_4;
|
|
NullCheck(L_17);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
IL2CPP_END_FINALLY(69)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(69)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x59, IL_0059)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
RuntimeObject* L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// taurus.client.ITObject taurus.client.TDataSerializer::decodeTObject(System.Collections.Hashtable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_decodeTObject_m05D5222FA65CF3A30B263C44FB0640336CE65EF5 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___jso0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_decodeTObject_m05D5222FA65CF3A30B263C44FB0640336CE65EF5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RuntimeObject * V_3 = NULL;
|
|
RuntimeObject * V_4 = NULL;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * V_5 = NULL;
|
|
RuntimeObject* V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
TObjectLite_tE308B8E1C0DD91717C101376ACC9C6EC07EE9129 * L_0 = (TObjectLite_tE308B8E1C0DD91717C101376ACC9C6EC07EE9129 *)il2cpp_codegen_object_new(TObjectLite_tE308B8E1C0DD91717C101376ACC9C6EC07EE9129_il2cpp_TypeInfo_var);
|
|
TObjectLite__ctor_mAD2996A1BBDDA319571683FA32486B716BA31D74(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = ___jso0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_1);
|
|
V_1 = L_2;
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
RuntimeObject* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3);
|
|
V_2 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_4, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
|
|
RuntimeObject * L_5 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_2), /*hidden argument*/NULL);
|
|
V_3 = L_5;
|
|
RuntimeObject * L_6 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_2), /*hidden argument*/NULL);
|
|
V_4 = L_6;
|
|
RuntimeObject * L_7 = V_4;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_8 = TDataSerializer_decodeJsonObject_m38F2B9AD47E0DB3D744A03431BBE81C5F0526DD7(__this, L_7, /*hidden argument*/NULL);
|
|
V_5 = L_8;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_9 = V_5;
|
|
if (!L_9)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
RuntimeObject* L_10 = V_0;
|
|
RuntimeObject * L_11 = V_3;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_12 = V_5;
|
|
NullCheck(L_10);
|
|
InterfaceActionInvoker2< String_t*, TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * >::Invoke(8 /* System.Void taurus.client.ITObject::put(System.String,taurus.client.TDataWrapper) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_10, ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)), L_12);
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
RuntimeObject * L_13 = V_3;
|
|
String_t* L_14 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral5D1AAB2EC4154411083C53AA6960983C517EF45A, L_13, /*hidden argument*/NULL);
|
|
Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_15, L_14, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, TDataSerializer_decodeTObject_m05D5222FA65CF3A30B263C44FB0640336CE65EF5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
RuntimeObject* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16);
|
|
if (L_17)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
IL2CPP_LEAVE(0x79, FINALLY_0065);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0065;
|
|
}
|
|
|
|
FINALLY_0065:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_18 = V_1;
|
|
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_19 = V_6;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
RuntimeObject* L_20 = V_6;
|
|
NullCheck(L_20);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_20);
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
IL2CPP_END_FINALLY(101)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(101)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x79, IL_0079)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
RuntimeObject* L_21 = V_0;
|
|
return L_21;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::decodeJsonObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_decodeJsonObject_m38F2B9AD47E0DB3D744A03431BBE81C5F0526DD7 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_decodeJsonObject_m38F2B9AD47E0DB3D744A03431BBE81C5F0526DD7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL;
|
|
String_t* G_B16_0 = NULL;
|
|
String_t* G_B15_0 = NULL;
|
|
String_t* G_B17_0 = NULL;
|
|
String_t* G_B17_1 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_1 = ___o0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_2 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_2, 4, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
RuntimeObject * L_3 = ___o0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_3, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_4 = ___o0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_5 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_5, 5, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
RuntimeObject * L_6 = ___o0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_6, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_7 = ___o0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_8 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_8, 7, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
RuntimeObject * L_9 = ___o0;
|
|
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_10 = ___o0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_11 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_11, 1, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
RuntimeObject * L_12 = ___o0;
|
|
if (!((String_t*)IsInstSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_13 = ___o0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_14 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_14, 8, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
RuntimeObject * L_15 = ___o0;
|
|
if (!((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)IsInstClass((RuntimeObject*)L_15, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_16 = ___o0;
|
|
V_0 = ((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)CastclassClass((RuntimeObject*)L_16, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var));
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_17 = V_0;
|
|
RuntimeObject* L_18 = TDataSerializer_decodeTObject_m05D5222FA65CF3A30B263C44FB0640336CE65EF5(__this, L_17, /*hidden argument*/NULL);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_19 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_19, ((int32_t)11), L_18, /*hidden argument*/NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
RuntimeObject * L_20 = ___o0;
|
|
if (!((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)IsInstClass((RuntimeObject*)L_20, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_21 = ___o0;
|
|
RuntimeObject* L_22 = TDataSerializer_decodeTArray_m452E3FBB087CEEB2EF2D96353EAB9E95E8403355(__this, ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_21, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_23 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_23, ((int32_t)10), L_22, /*hidden argument*/NULL);
|
|
return L_23;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
RuntimeObject * L_24 = ___o0;
|
|
G_B15_0 = _stringLiteralB341ED7FEEFF34CE874D1553F2B63F04A1CEF60D;
|
|
if (!L_24)
|
|
{
|
|
G_B16_0 = _stringLiteralB341ED7FEEFF34CE874D1553F2B63F04A1CEF60D;
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_25 = ___o0;
|
|
NullCheck(L_25);
|
|
Type_t * L_26 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_25, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26);
|
|
G_B17_0 = L_27;
|
|
G_B17_1 = G_B15_0;
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
G_B17_0 = _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833;
|
|
G_B17_1 = G_B16_0;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
String_t* L_28 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(G_B17_1, G_B17_0, /*hidden argument*/NULL);
|
|
Exception_t * L_29 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_29, L_28, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, TDataSerializer_decodeJsonObject_m38F2B9AD47E0DB3D744A03431BBE81C5F0526DD7_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// taurus.client.ITObject taurus.client.TDataSerializer::binary2Object(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_binary2Object_m5020B139661BF5CD3EB73678F520BAA69F12314F (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___data0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binary2Object_m5020B139661BF5CD3EB73678F520BAA69F12314F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___data0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_1) >= ((int32_t)3)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = ___data0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = ByteArray_get_length_mCD2161A513CE7E102A289663ABC245F9E165F823(L_2, /*hidden argument*/NULL);
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral711DABD53DC6D78BA27F776273DE94085CFECB82, L_5, _stringLiteralE42CB10FEAE96B51DDE3A2A2011F73604E24C235, /*hidden argument*/NULL);
|
|
Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, TDataSerializer_binary2Object_m5020B139661BF5CD3EB73678F520BAA69F12314F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = ___data0;
|
|
NullCheck(L_8);
|
|
ByteArray_set_position_m2932C93754CEF7AF8908F809675C13C6519FDB1F_inline(L_8, 0, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_9 = ___data0;
|
|
RuntimeObject* L_10 = TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6(__this, L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::addData(taurus.client.ByteArray,taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___newData1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = ___newData1;
|
|
NullCheck(L_1);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(L_0, L_2, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_3 = ___buffer0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::arr2bin(taurus.client.ITArray,taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_arr2bin_m7DABD09E42AA62827A445BB6945FF8158652484A (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___array0, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_arr2bin_m7DABD09E42AA62827A445BB6945FF8158652484A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * V_1 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
RuntimeObject* L_0 = ___array0;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_2 = InterfaceFuncInvoker1< TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *, int32_t >::Invoke(1 /* taurus.client.TDataWrapper taurus.client.ITArray::get(System.Int32) */, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var, L_0, L_1);
|
|
V_1 = L_2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_3 = ___buffer1;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_4 = V_1;
|
|
NullCheck(L_4);
|
|
uint8_t L_5 = TDataWrapper_getTypeId_mBA1C806F7B3A0311F3727917ABD99CB602020ABE_inline(L_4, /*hidden argument*/NULL);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_6 = V_1;
|
|
NullCheck(L_6);
|
|
RuntimeObject * L_7 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline(L_6, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = TDataSerializer_encodeObject_m095E421643CD1471B7F543EB794571E0A7C3E3D0(__this, L_3, L_5, L_7, /*hidden argument*/NULL);
|
|
___buffer1 = L_8;
|
|
int32_t L_9 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
RuntimeObject* L_11 = ___array0;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 taurus.client.ITArray::size() */, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var, L_11);
|
|
if ((((int32_t)L_10) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_13 = ___buffer1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_BOOL(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_BOOL_m70F514EEA3DB1433DBF44691376457BEAB0D5AEF (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_BOOL_m70F514EEA3DB1433DBF44691376457BEAB0D5AEF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
bool L_1 = ByteArray_readBool_m8DC6B359018162CE9758A67BFE9517B755537904(L_0, /*hidden argument*/NULL);
|
|
bool L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_2);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_4 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_4, 1, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_BYTE(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_BYTE_mF2013868E143B5FEA737BF287BE79E932CE8D7B6 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_BYTE_mF2013868E143B5FEA737BF287BE79E932CE8D7B6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
uint8_t L_1 = ByteArray_readByte_mD10FFFED24D0067D7C41F1F5F088CED3EAAFABFE(L_0, /*hidden argument*/NULL);
|
|
uint8_t L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_2);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_4 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_4, 2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_BYTE_ARRAY(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_BYTE_ARRAY_m08A41FDF97F549481051B41CEBDAE4E83FDCA00D (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_BYTE_ARRAY_m08A41FDF97F549481051B41CEBDAE4E83FDCA00D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = ByteArray_readInt_mED6D8065A56ABC0FD96824E7A9C9430C35BF5FD1(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral092CD8D977C3E530B5E68C04C0D2815E0BDC5195, L_5, /*hidden argument*/NULL);
|
|
Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, TDataSerializer_binDecode_BYTE_ARRAY_m08A41FDF97F549481051B41CEBDAE4E83FDCA00D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = ___buffer0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ByteArray_readBytes_m2DA8B5EDEAF978A9A5B8654691283713E1018138(L_8, L_9, /*hidden argument*/NULL);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_11 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_11, ((int32_t)9), (RuntimeObject *)(RuntimeObject *)L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_DOUBLE(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_DOUBLE_m8379D9076A5FBFAA1C6C402EA7B476F790D4A077 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_DOUBLE_m8379D9076A5FBFAA1C6C402EA7B476F790D4A077_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
double L_1 = ByteArray_readDouble_m34B4C2961F1E3E95B872673883E6A93C7FB909DC(L_0, /*hidden argument*/NULL);
|
|
double L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_2);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_4 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_4, 7, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_FLOAT(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_FLOAT_m8E4F4A8EF836ECC8CB3FDD600F3F1D3F1DBCED3C (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_FLOAT_m8E4F4A8EF836ECC8CB3FDD600F3F1D3F1DBCED3C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
float L_1 = ByteArray_readFloat_mEEF50E306E380D316BF933CDD99DE5167FCC496F(L_0, /*hidden argument*/NULL);
|
|
float L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_2);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_4 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_4, 6, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_INT(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_INT_m015A19578704BCF5908C81E52B849EF05AFC8F0A (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_INT_m015A19578704BCF5908C81E52B849EF05AFC8F0A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = ByteArray_readInt_mED6D8065A56ABC0FD96824E7A9C9430C35BF5FD1(L_0, /*hidden argument*/NULL);
|
|
int32_t L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_4 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_4, 4, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_LONG(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_LONG_mF867439061E21B751B0475E7F408B955B1CA6B7F (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_LONG_mF867439061E21B751B0475E7F408B955B1CA6B7F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
int64_t L_1 = ByteArray_readLong_m4721865AD3783FA0751B54D44B425B3993FBD370(L_0, /*hidden argument*/NULL);
|
|
int64_t L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_2);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_4 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_4, 5, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_NULL(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_NULL_mA29C8A7280F7A885983B807E7C460BBEF9D069E0 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_NULL_mA29C8A7280F7A885983B807E7C460BBEF9D069E0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_0 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_0, 0, NULL, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_SHORT(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_SHORT_m1A30DDC80455E29D7C33A04944756BC9A3550628 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_SHORT_m1A30DDC80455E29D7C33A04944756BC9A3550628_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
int16_t L_1 = ByteArray_readShort_m7DE5EDE2653FF58595C9F9F82DC231D9F16DFDCB(L_0, /*hidden argument*/NULL);
|
|
int16_t L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_2);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_4 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_4, 3, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::binDecode_UTF_STRING(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_binDecode_UTF_STRING_m067191259E5142EDFC159C24FE87A00033C76387 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binDecode_UTF_STRING_m067191259E5142EDFC159C24FE87A00033C76387_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = ByteArray_readString_m879D28CF5BC3B9AB26E36AB1163457CC68F8A47A(L_0, /*hidden argument*/NULL);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_2 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_2, 8, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_BOOL(taurus.client.ByteArray,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_BOOL_m39A9738504AC933B2BEB345357F23D31286CD416 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, bool ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_BOOL_m39A9738504AC933B2BEB345357F23D31286CD416_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)1, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = V_0;
|
|
bool L_3 = ___val1;
|
|
NullCheck(L_2);
|
|
ByteArray_writeBool_m0DE3B731AC1044F44C753BC08B0D64794C440678(L_2, L_3, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_BYTE(taurus.client.ByteArray,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_BYTE_m2DCCAA7E32D697C9776E73FF408E0601EF1AEED3 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, uint8_t ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_BYTE_m2DCCAA7E32D697C9776E73FF408E0601EF1AEED3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)2, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = V_0;
|
|
uint8_t L_3 = ___val1;
|
|
NullCheck(L_2);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_2, L_3, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_BYTE_ARRAY(taurus.client.ByteArray,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_BYTE_ARRAY_mC8FC7330B8BDEFCDEE885BF3EE99262A95D3D203 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_BYTE_ARRAY_mC8FC7330B8BDEFCDEE885BF3EE99262A95D3D203_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___val1;
|
|
NullCheck(L_3);
|
|
NullCheck(L_2);
|
|
ByteArray_writeInt_mE33E961686199343989BB225D432E786618DADFB(L_2, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___val1;
|
|
NullCheck(L_4);
|
|
ByteArray_writeBytes_mF1D34DED8C9D740E534461DE152AF41C080A90AC(L_4, L_5, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_7 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_6, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_DOUBLE(taurus.client.ByteArray,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_DOUBLE_mAEA0E03605207CD2722777DF35EB6A02C551495C (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, double ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_DOUBLE_mAEA0E03605207CD2722777DF35EB6A02C551495C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)7, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = V_0;
|
|
double L_3 = ___val1;
|
|
NullCheck(L_2);
|
|
ByteArray_writeDouble_mCB774C872AA8A96D4541A67F352D1B2AB0C7E975(L_2, L_3, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_FLOAT(taurus.client.ByteArray,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_FLOAT_m854BE113D3E60B724381ABD65F0397FEE0EDB630 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, float ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_FLOAT_m854BE113D3E60B724381ABD65F0397FEE0EDB630_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)6, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = V_0;
|
|
float L_3 = ___val1;
|
|
NullCheck(L_2);
|
|
ByteArray_writeFloat_m920CDD695F408AC715922791E6F35AB3874265AA(L_2, L_3, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_INT(taurus.client.ByteArray,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_INT_m54868058EED2E2F09CBB23FB57A910CC9FBFC2BC (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, int32_t ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_INT_m54868058EED2E2F09CBB23FB57A910CC9FBFC2BC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)4, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = V_0;
|
|
int32_t L_3 = ___val1;
|
|
NullCheck(L_2);
|
|
ByteArray_writeInt_mE33E961686199343989BB225D432E786618DADFB(L_2, L_3, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_LONG(taurus.client.ByteArray,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_LONG_mFB343885776E5929CA41DD3396CD34E50F7AC050 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, int64_t ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_LONG_mFB343885776E5929CA41DD3396CD34E50F7AC050_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)5, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = V_0;
|
|
int64_t L_3 = ___val1;
|
|
NullCheck(L_2);
|
|
ByteArray_writeLong_mCF6EDB9D7C40275E7CCE6974C05C3B857AADA4CE(L_2, L_3, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_NULL(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_NULL_m92558943328452B4CBC0B4CF97816975D4D42737 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_NULL_m92558943328452B4CBC0B4CF97816975D4D42737_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)0, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_3 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_SHORT(taurus.client.ByteArray,System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_SHORT_mEB919C048BBDAE8EC3848DB31A85E2642326892B (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, int16_t ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_SHORT_mEB919C048BBDAE8EC3848DB31A85E2642326892B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)3, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = V_0;
|
|
int16_t L_3 = ___val1;
|
|
NullCheck(L_2);
|
|
ByteArray_writeShort_m1EDD8D4797E51DA2C3BCE6597D30F274539E2D23(L_2, L_3, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::binEncode_STRING(taurus.client.ByteArray,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_binEncode_STRING_m9FEB4552AF990D2B156C83C0D0A97C3FB2EEDC73 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, String_t* ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_binEncode_STRING_m9FEB4552AF990D2B156C83C0D0A97C3FB2EEDC73_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * V_0 = NULL;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C *)il2cpp_codegen_object_new(ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C_il2cpp_TypeInfo_var);
|
|
ByteArray__ctor_mAF7BD6C234500EDBDF2A0EA585196073AFDD2F4F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
ByteArray_writeByte_m8AA373B5CD517EE81DFACF2B08EC350EF26378E9(L_1, (uint8_t)8, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = V_0;
|
|
String_t* L_3 = ___val1;
|
|
NullCheck(L_2);
|
|
ByteArray_writeString_m9C23478675FD9E82932D47AAA1E982A171CB313F(L_2, L_3, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_5 = V_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TDataSerializer::decodeObject(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TDataSerializer_decodeObject_m5EAC9A25E2524EA301D51C527D3E0AC422ED73AA (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_decodeObject_m5EAC9A25E2524EA301D51C527D3E0AC422ED73AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_0 = ___buffer0;
|
|
NullCheck(L_0);
|
|
uint8_t L_1 = ByteArray_readByte_mD10FFFED24D0067D7C41F1F5F088CED3EAAFABFE(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = Convert_ToInt32_m322C82C3EB50E7389A4A38C4601FD08705CA56CF(L_1, /*hidden argument*/NULL);
|
|
V_0 = (((int32_t)((uint8_t)L_2)));
|
|
uint8_t L_3 = V_0;
|
|
switch (L_3)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_5 = TDataSerializer_binDecode_NULL_mA29C8A7280F7A885983B807E7C460BBEF9D069E0(__this, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_7 = TDataSerializer_binDecode_BOOL_m70F514EEA3DB1433DBF44691376457BEAB0D5AEF(__this, L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_9 = TDataSerializer_binDecode_BYTE_mF2013868E143B5FEA737BF287BE79E932CE8D7B6(__this, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_10 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_11 = TDataSerializer_binDecode_BYTE_ARRAY_m08A41FDF97F549481051B41CEBDAE4E83FDCA00D(__this, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_12 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_13 = TDataSerializer_binDecode_SHORT_m1A30DDC80455E29D7C33A04944756BC9A3550628(__this, L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_14 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_15 = TDataSerializer_binDecode_INT_m015A19578704BCF5908C81E52B849EF05AFC8F0A(__this, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_16 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_17 = TDataSerializer_binDecode_LONG_mF867439061E21B751B0475E7F408B955B1CA6B7F(__this, L_16, /*hidden argument*/NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_18 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_19 = TDataSerializer_binDecode_FLOAT_m8E4F4A8EF836ECC8CB3FDD600F3F1D3F1DBCED3C(__this, L_18, /*hidden argument*/NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_20 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_21 = TDataSerializer_binDecode_DOUBLE_m8379D9076A5FBFAA1C6C402EA7B476F790D4A077(__this, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_22 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_23 = TDataSerializer_binDecode_UTF_STRING_m067191259E5142EDFC159C24FE87A00033C76387(__this, L_22, /*hidden argument*/NULL);
|
|
return L_23;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_24 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_25 = L_24;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = ByteArray_get_position_m051EA29F295C8566EC23C951ADC46B5439D06199_inline(L_25, /*hidden argument*/NULL);
|
|
V_2 = L_26;
|
|
int32_t L_27 = V_2;
|
|
NullCheck(L_25);
|
|
ByteArray_set_position_m2932C93754CEF7AF8908F809675C13C6519FDB1F_inline(L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_28 = ___buffer0;
|
|
RuntimeObject* L_29 = TDataSerializer_decodeTArray_mA247B3B3EB23EC3A8A2F9E8B534C5DFDDA518FA9(__this, L_28, /*hidden argument*/NULL);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_30 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_30, ((int32_t)10), L_29, /*hidden argument*/NULL);
|
|
return L_30;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
uint8_t L_31 = V_0;
|
|
if ((((int32_t)L_31) == ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_32 = V_0;
|
|
uint8_t L_33 = L_32;
|
|
RuntimeObject * L_34 = Box(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16_il2cpp_TypeInfo_var, &L_33);
|
|
String_t* L_35 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral4C39E66BD76C82F8441A8E0A91062D20F55347EE, L_34, /*hidden argument*/NULL);
|
|
Exception_t * L_36 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_36, L_35, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, TDataSerializer_decodeObject_m5EAC9A25E2524EA301D51C527D3E0AC422ED73AA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_37 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_38 = L_37;
|
|
NullCheck(L_38);
|
|
int32_t L_39 = ByteArray_get_position_m051EA29F295C8566EC23C951ADC46B5439D06199_inline(L_38, /*hidden argument*/NULL);
|
|
V_2 = L_39;
|
|
int32_t L_40 = V_2;
|
|
NullCheck(L_38);
|
|
ByteArray_set_position_m2932C93754CEF7AF8908F809675C13C6519FDB1F_inline(L_38, ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)), /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_41 = ___buffer0;
|
|
RuntimeObject* L_42 = TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6(__this, L_41, /*hidden argument*/NULL);
|
|
V_1 = L_42;
|
|
RuntimeObject * L_43 = V_1;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_44 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_44, ((int32_t)11), L_43, /*hidden argument*/NULL);
|
|
return L_44;
|
|
}
|
|
}
|
|
// taurus.client.ITArray taurus.client.TDataSerializer::decodeTArray(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_decodeTArray_mA247B3B3EB23EC3A8A2F9E8B534C5DFDDA518FA9 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_decodeTArray_mA247B3B3EB23EC3A8A2F9E8B534C5DFDDA518FA9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
uint8_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * V_4 = NULL;
|
|
{
|
|
TArray_t2C5040F7D43527E0D7D3B1503F16B12FA554ECAF * L_0 = TArray_newInstance_mBB76F7984097FE549C3D2FF281789D0B1A72ADBB(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = ___buffer0;
|
|
NullCheck(L_1);
|
|
uint8_t L_2 = ByteArray_readByte_mD10FFFED24D0067D7C41F1F5F088CED3EAAFABFE(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = Convert_ToInt32_m322C82C3EB50E7389A4A38C4601FD08705CA56CF(L_2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((uint8_t)L_3)));
|
|
uint8_t L_4 = V_1;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteral74393AA762020BB6F9342901520F5EC8448BB73F);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral74393AA762020BB6F9342901520F5EC8448BB73F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
|
|
uint8_t L_8 = ((uint8_t)((int32_t)10));
|
|
RuntimeObject * L_9 = Box(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16_il2cpp_TypeInfo_var, &L_8);
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_9);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_9);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_7;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteralA99BF7A9B3FD8A6358C9BBFAEA02E2D71D0D9B01);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteralA99BF7A9B3FD8A6358C9BBFAEA02E2D71D0D9B01);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
|
|
uint8_t L_12 = V_1;
|
|
uint8_t L_13 = L_12;
|
|
RuntimeObject * L_14 = Box(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16_il2cpp_TypeInfo_var, &L_13);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_14);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_14);
|
|
String_t* L_15 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_11, /*hidden argument*/NULL);
|
|
Exception_t * L_16 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_16, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, TDataSerializer_decodeTArray_mA247B3B3EB23EC3A8A2F9E8B534C5DFDDA518FA9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_17 = ___buffer0;
|
|
NullCheck(L_17);
|
|
int16_t L_18 = ByteArray_readShort_m7DE5EDE2653FF58595C9F9F82DC231D9F16DFDCB(L_17, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
int32_t L_19 = V_2;
|
|
if ((((int32_t)L_19) >= ((int32_t)0)))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = V_2;
|
|
int32_t L_21 = L_20;
|
|
RuntimeObject * L_22 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_21);
|
|
String_t* L_23 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral1DC8BE947E791131D0AB00084F2A072163527DD2, L_22, /*hidden argument*/NULL);
|
|
Exception_t * L_24 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_24, L_23, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, TDataSerializer_decodeTArray_mA247B3B3EB23EC3A8A2F9E8B534C5DFDDA518FA9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
V_3 = 0;
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_25 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_26 = TDataSerializer_decodeObject_m5EAC9A25E2524EA301D51C527D3E0AC422ED73AA(__this, L_25, /*hidden argument*/NULL);
|
|
V_4 = L_26;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_27 = V_4;
|
|
if (L_27)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = V_3;
|
|
int32_t L_29 = L_28;
|
|
RuntimeObject * L_30 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_29);
|
|
String_t* L_31 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral472B82331733F347A270396E716FF10E9BEE4916, L_30, /*hidden argument*/NULL);
|
|
Exception_t * L_32 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_32, L_31, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, TDataSerializer_decodeTArray_mA247B3B3EB23EC3A8A2F9E8B534C5DFDDA518FA9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
RuntimeObject* L_33 = V_0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_34 = V_4;
|
|
NullCheck(L_33);
|
|
InterfaceActionInvoker1< TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * >::Invoke(0 /* System.Void taurus.client.ITArray::add(taurus.client.TDataWrapper) */, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var, L_33, L_34);
|
|
int32_t L_35 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
int32_t L_36 = V_3;
|
|
int32_t L_37 = V_2;
|
|
if ((((int32_t)L_36) < ((int32_t)L_37)))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_38 = V_0;
|
|
return L_38;
|
|
}
|
|
}
|
|
// taurus.client.ITObject taurus.client.TDataSerializer::decodeTObject(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * V_0 = NULL;
|
|
uint8_t V_1 = 0x0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * V_5 = NULL;
|
|
{
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_0 = TObject_newInstance_m324B62A92988AC60E9259F5191C2161DDF504F26(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = ___buffer0;
|
|
NullCheck(L_1);
|
|
uint8_t L_2 = ByteArray_readByte_mD10FFFED24D0067D7C41F1F5F088CED3EAAFABFE(L_1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
uint8_t L_3 = V_1;
|
|
uint8_t L_4 = ((uint8_t)((int32_t)11));
|
|
RuntimeObject * L_5 = Box(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16_il2cpp_TypeInfo_var, &L_4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint8_t L_6 = Convert_ToByte_m0DC2F6EC69C3E5F90C391D4FCF81DC0AA1C0F5B1(L_5, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_3) == ((int32_t)L_6)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteral74393AA762020BB6F9342901520F5EC8448BB73F);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral74393AA762020BB6F9342901520F5EC8448BB73F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
|
|
uint8_t L_10 = ((uint8_t)((int32_t)11));
|
|
RuntimeObject * L_11 = Box(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16_il2cpp_TypeInfo_var, &L_10);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_11);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_11);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_9;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, _stringLiteralA99BF7A9B3FD8A6358C9BBFAEA02E2D71D0D9B01);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteralA99BF7A9B3FD8A6358C9BBFAEA02E2D71D0D9B01);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
|
|
uint8_t L_14 = V_1;
|
|
uint8_t L_15 = L_14;
|
|
RuntimeObject * L_16 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_15);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_16);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_16);
|
|
String_t* L_17 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_13, /*hidden argument*/NULL);
|
|
Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_18, L_17, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_19 = ___buffer0;
|
|
NullCheck(L_19);
|
|
int16_t L_20 = ByteArray_readShort_m7DE5EDE2653FF58595C9F9F82DC231D9F16DFDCB(L_19, /*hidden argument*/NULL);
|
|
V_2 = L_20;
|
|
int32_t L_21 = V_2;
|
|
if ((((int32_t)L_21) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_2;
|
|
int32_t L_23 = L_22;
|
|
RuntimeObject * L_24 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_23);
|
|
String_t* L_25 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralACA90183165F2B93B385E5BA8BB2DE88CADFE673, L_24, /*hidden argument*/NULL);
|
|
Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_26, L_25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
V_3 = 0;
|
|
goto IL_00aa;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_27 = ___buffer0;
|
|
NullCheck(L_27);
|
|
String_t* L_28 = ByteArray_readString_m879D28CF5BC3B9AB26E36AB1163457CC68F8A47A(L_27, /*hidden argument*/NULL);
|
|
V_4 = L_28;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_29 = ___buffer0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_30 = TDataSerializer_decodeObject_m5EAC9A25E2524EA301D51C527D3E0AC422ED73AA(__this, L_29, /*hidden argument*/NULL);
|
|
V_5 = L_30;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_31 = V_5;
|
|
if (L_31)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_32 = V_4;
|
|
String_t* L_33 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral2688BE6E142E199F8C39266FD7245992D8D7BE36, L_32, /*hidden argument*/NULL);
|
|
Exception_t * L_34 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_34, L_33, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, TDataSerializer_decodeTObject_m7514AFB6AC51FC9E6DE3666E949B8966E7338AA6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_35 = V_0;
|
|
String_t* L_36 = V_4;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_37 = V_5;
|
|
NullCheck(L_35);
|
|
TObject_put_m2756CFCBBD3C936C127B948B2F8C0934E5C0A6ED(L_35, L_36, L_37, /*hidden argument*/NULL);
|
|
int32_t L_38 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
int32_t L_39 = V_3;
|
|
int32_t L_40 = V_2;
|
|
if ((((int32_t)L_39) < ((int32_t)L_40)))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_41 = V_0;
|
|
return L_41;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::encodeObject(taurus.client.ByteArray,taurus.client.TDataType,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_encodeObject_m095E421643CD1471B7F543EB794571E0A7C3E3D0 (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer0, uint8_t ___typeId1, RuntimeObject * ___data2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_encodeObject_m095E421643CD1471B7F543EB794571E0A7C3E3D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
uint8_t L_0 = ___typeId1;
|
|
switch (L_0)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = ___buffer0;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_2 = TDataSerializer_binEncode_NULL_m92558943328452B4CBC0B4CF97816975D4D42737(__this, L_1, /*hidden argument*/NULL);
|
|
___buffer0 = L_2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_3 = ___buffer0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_4 = ___buffer0;
|
|
RuntimeObject * L_5 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_6 = TDataSerializer_binEncode_BOOL_m39A9738504AC933B2BEB345357F23D31286CD416(__this, L_4, ((*(bool*)((bool*)UnBox(L_5, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
___buffer0 = L_6;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_7 = ___buffer0;
|
|
return L_7;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_8 = ___buffer0;
|
|
RuntimeObject * L_9 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_10 = TDataSerializer_binEncode_BYTE_m2DCCAA7E32D697C9776E73FF408E0601EF1AEED3(__this, L_8, ((*(uint8_t*)((uint8_t*)UnBox(L_9, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
___buffer0 = L_10;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_11 = ___buffer0;
|
|
return L_11;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_12 = ___buffer0;
|
|
RuntimeObject * L_13 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_14 = TDataSerializer_binEncode_SHORT_mEB919C048BBDAE8EC3848DB31A85E2642326892B(__this, L_12, ((*(int16_t*)((int16_t*)UnBox(L_13, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
___buffer0 = L_14;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_15 = ___buffer0;
|
|
return L_15;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_16 = ___buffer0;
|
|
RuntimeObject * L_17 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_18 = TDataSerializer_binEncode_INT_m54868058EED2E2F09CBB23FB57A910CC9FBFC2BC(__this, L_16, ((*(int32_t*)((int32_t*)UnBox(L_17, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
___buffer0 = L_18;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_19 = ___buffer0;
|
|
return L_19;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_20 = ___buffer0;
|
|
RuntimeObject * L_21 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_22 = TDataSerializer_binEncode_LONG_mFB343885776E5929CA41DD3396CD34E50F7AC050(__this, L_20, ((*(int64_t*)((int64_t*)UnBox(L_21, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
___buffer0 = L_22;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_23 = ___buffer0;
|
|
return L_23;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_24 = ___buffer0;
|
|
RuntimeObject * L_25 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_26 = TDataSerializer_binEncode_FLOAT_m854BE113D3E60B724381ABD65F0397FEE0EDB630(__this, L_24, ((*(float*)((float*)UnBox(L_25, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
___buffer0 = L_26;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_27 = ___buffer0;
|
|
return L_27;
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_28 = ___buffer0;
|
|
RuntimeObject * L_29 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_30 = TDataSerializer_binEncode_DOUBLE_mAEA0E03605207CD2722777DF35EB6A02C551495C(__this, L_28, ((*(double*)((double*)UnBox(L_29, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
___buffer0 = L_30;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_31 = ___buffer0;
|
|
return L_31;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_32 = ___buffer0;
|
|
RuntimeObject * L_33 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_34 = TDataSerializer_binEncode_STRING_m9FEB4552AF990D2B156C83C0D0A97C3FB2EEDC73(__this, L_32, ((String_t*)CastclassSealed((RuntimeObject*)L_33, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
___buffer0 = L_34;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_35 = ___buffer0;
|
|
return L_35;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_36 = ___buffer0;
|
|
RuntimeObject * L_37 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_38 = TDataSerializer_array2Binary_mCEE4C40EC99B5C6F5DE91640A2746AC291012501(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_37, ITArray_tD334446267598B02250EC7065AC2FAAE11249C6B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_39 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_36, L_38, /*hidden argument*/NULL);
|
|
___buffer0 = L_39;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_40 = ___buffer0;
|
|
return L_40;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_41 = ___buffer0;
|
|
RuntimeObject * L_42 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_43 = TDataSerializer_binEncode_BYTE_ARRAY_mC8FC7330B8BDEFCDEE885BF3EE99262A95D3D203(__this, L_41, ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_42, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
___buffer0 = L_43;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_44 = ___buffer0;
|
|
return L_44;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_45 = ___buffer0;
|
|
RuntimeObject * L_46 = ___data2;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_47 = TDataSerializer_object2Binary_m8263D01020EB049C024A877CE287E33F7F799FAF(__this, ((TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD *)CastclassClass((RuntimeObject*)L_46, TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_48 = TDataSerializer_addData_m38389728AD4631A48A59D4E35131D89BB7736E60(__this, L_45, L_47, /*hidden argument*/NULL);
|
|
___buffer0 = L_48;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_49 = ___buffer0;
|
|
return L_49;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
uint8_t L_50 = ___typeId1;
|
|
uint8_t L_51 = L_50;
|
|
RuntimeObject * L_52 = Box(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16_il2cpp_TypeInfo_var, &L_51);
|
|
String_t* L_53 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralCE0CFCF6E8840736C597F0DB51C135E38FE3F008, L_52, /*hidden argument*/NULL);
|
|
Exception_t * L_54 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_54, L_53, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, TDataSerializer_encodeObject_m095E421643CD1471B7F543EB794571E0A7C3E3D0_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TDataSerializer::obj2bin(taurus.client.ITObject,taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TDataSerializer_obj2bin_m5F2E7396D79B0BAD97640F346736322298AD1C3B (TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * __this, RuntimeObject* ___obj0, ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___buffer1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TDataSerializer_obj2bin_m5F2E7396D79B0BAD97640F346736322298AD1C3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * V_3 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___obj0;
|
|
NullCheck(L_0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = InterfaceFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(4 /* System.String[] taurus.client.ITObject::getKeys() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_0);
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = V_0;
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_2 = L_5;
|
|
RuntimeObject* L_6 = ___obj0;
|
|
String_t* L_7 = V_2;
|
|
NullCheck(L_6);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_8 = InterfaceFuncInvoker1< TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *, String_t* >::Invoke(2 /* taurus.client.TDataWrapper taurus.client.ITObject::get(System.String) */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_6, L_7);
|
|
V_3 = L_8;
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_9 = ___buffer1;
|
|
String_t* L_10 = V_2;
|
|
NullCheck(L_9);
|
|
ByteArray_writeString_m9C23478675FD9E82932D47AAA1E982A171CB313F(L_9, L_10, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_11 = ___buffer1;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_12 = V_3;
|
|
NullCheck(L_12);
|
|
uint8_t L_13 = TDataWrapper_getTypeId_mBA1C806F7B3A0311F3727917ABD99CB602020ABE_inline(L_12, /*hidden argument*/NULL);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_14 = V_3;
|
|
NullCheck(L_14);
|
|
RuntimeObject * L_15 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline(L_14, /*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_16 = TDataSerializer_encodeObject_m095E421643CD1471B7F543EB794571E0A7C3E3D0(__this, L_11, L_13, L_15, /*hidden argument*/NULL);
|
|
___buffer1 = L_16;
|
|
int32_t L_17 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = V_0;
|
|
NullCheck(L_19);
|
|
if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_20 = ___buffer1;
|
|
return L_20;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#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 taurus.client.TDataWrapper::.ctor(taurus.client.TDataType,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389 (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, uint8_t ___tp0, RuntimeObject * ___data1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
uint8_t L_0 = ___tp0;
|
|
__this->set_typeId_1(L_0);
|
|
RuntimeObject * L_1 = ___data1;
|
|
__this->set_data_0(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// taurus.client.TDataType taurus.client.TDataWrapper::getTypeId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TDataWrapper_getTypeId_mBA1C806F7B3A0311F3727917ABD99CB602020ABE (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = __this->get_typeId_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Object taurus.client.TDataWrapper::getObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4 (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_data_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String taurus.client.TDataWrapper::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TDataWrapper_ToString_mCFD43DA77BFFAB712AC1D15A8C97CD1F7CEBC51A (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_data_0();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, 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.Boolean taurus.client.TObject::containsKey(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TObject_containsKey_m77A4B39936A95B85BD0C49B15C0AD13D5D56EE2A (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_containsKey_m77A4B39936A95B85BD0C49B15C0AD13D5D56EE2A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = __this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
NullCheck(L_0);
|
|
bool L_2 = Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Byte taurus.client.TObject::getByte(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TObject_getByte_m9C2D3C1AE71EF14359922FC184FF09972500C139 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_getByte_m9C2D3C1AE71EF14359922FC184FF09972500C139_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___key0;
|
|
uint8_t L_1 = TObject_getValue_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m76516DDF87A4551FAD01762763D00777674D85FB(__this, L_0, /*hidden argument*/TObject_getValue_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m76516DDF87A4551FAD01762763D00777674D85FB_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// taurus.client.TDataWrapper taurus.client.TObject::get(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * TObject_get_mF138E37D7874725586333C397D662D8A97C14E88 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_get_mF138E37D7874725586333C397D662D8A97C14E88_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = __this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
NullCheck(L_0);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_2 = Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81(L_0, L_1, /*hidden argument*/Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.TObject::getInt(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TObject_getInt_mE02FD9173F68AA360C9BBF5924423FEB44630C57 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_getInt_mE02FD9173F68AA360C9BBF5924423FEB44630C57_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___key0;
|
|
int32_t L_1 = TObject_getValue_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m917254F592B1E2AACC3549BC5C80F5F3A0B620B3(__this, L_0, /*hidden argument*/TObject_getValue_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m917254F592B1E2AACC3549BC5C80F5F3A0B620B3_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String[] taurus.client.TObject::getKeys()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* TObject_getKeys_m9E8906B90EEBA3C746CB4F5681FB997023406EB0 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_getKeys_m9E8906B90EEBA3C746CB4F5681FB997023406EB0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = __this->get_dataHolder_0();
|
|
NullCheck(L_0);
|
|
KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * L_1 = Dictionary_2_get_Keys_m89751B3CB8160688FEE6FAD52A6CD22F3FCF3972(L_0, /*hidden argument*/Dictionary_2_get_Keys_m89751B3CB8160688FEE6FAD52A6CD22F3FCF3972_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
int32_t L_2 = KeyCollection_get_Count_m7EB8CF3965668E02F3D80D9DC49C2FB4B5B53142(L_1, /*hidden argument*/KeyCollection_get_Count_m7EB8CF3965668E02F3D80D9DC49C2FB4B5B53142_RuntimeMethod_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_2);
|
|
V_0 = L_3;
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_4 = __this->get_dataHolder_0();
|
|
NullCheck(L_4);
|
|
KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * L_5 = Dictionary_2_get_Keys_m89751B3CB8160688FEE6FAD52A6CD22F3FCF3972(L_4, /*hidden argument*/Dictionary_2_get_Keys_m89751B3CB8160688FEE6FAD52A6CD22F3FCF3972_RuntimeMethod_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = V_0;
|
|
NullCheck(L_5);
|
|
KeyCollection_CopyTo_m910FA3DF4B3FE7A7FE7505F7445C9C24ACE5581D(L_5, L_6, 0, /*hidden argument*/KeyCollection_CopyTo_m910FA3DF4B3FE7A7FE7505F7445C9C24ACE5581D_RuntimeMethod_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// taurus.client.ITObject taurus.client.TObject::getTObject(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TObject_getTObject_m80721ED92D9BC4AB4EB132B1FA94B8D8C788D611 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_getTObject_m80721ED92D9BC4AB4EB132B1FA94B8D8C788D611_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___key0;
|
|
RuntimeObject* L_1 = TObject_getValue_TisITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_m600F8D8F6CA592B95B4644E121485008D5FC41EE(__this, L_0, /*hidden argument*/TObject_getValue_TisITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_m600F8D8F6CA592B95B4644E121485008D5FC41EE_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String taurus.client.TObject::getString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TObject_getString_mAA29557116EBB471C5DC69BBF0A4B415ED7F3003 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_getString_mAA29557116EBB471C5DC69BBF0A4B415ED7F3003_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___key0;
|
|
String_t* L_1 = TObject_getValue_TisString_t_m25DFCCC364F77D0F10AEAC643868C14ED7D2492A(__this, L_0, /*hidden argument*/TObject_getValue_TisString_t_m25DFCCC364F77D0F10AEAC643868C14ED7D2492A_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.TObject::isNull(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TObject_isNull_m47B152EB044931D74188962FFC7A57322F6AC138 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___key0;
|
|
bool L_1 = TObject_containsKey_m77A4B39936A95B85BD0C49B15C0AD13D5D56EE2A(__this, L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___key0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_3 = TObject_get_mF138E37D7874725586333C397D662D8A97C14E88(__this, L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
RuntimeObject * L_4 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline(L_3, /*hidden argument*/NULL);
|
|
return (bool)((((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// taurus.client.TObject taurus.client.TObject::newFromBinaryData(taurus.client.ByteArray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * TObject_newFromBinaryData_mC537F222FCA597036084274955AD1D7A255957E6 (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * ___ba0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_newFromBinaryData_mC537F222FCA597036084274955AD1D7A255957E6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * L_0 = TDataSerializer_me_m149FEF633DF83199EF3DD1670B17F253B579D9D2(/*hidden argument*/NULL);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = ___ba0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2 = TDataSerializer_binary2Object_m5020B139661BF5CD3EB73678F520BAA69F12314F(L_0, L_1, /*hidden argument*/NULL);
|
|
return ((TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD *)IsInstClass((RuntimeObject*)L_2, TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// taurus.client.TObject taurus.client.TObject::newFromJson(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * TObject_newFromJson_m8CFAFAA2412A1AA8B3991297365C1E99CCABCF37 (String_t* ___json0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_newFromJson_m8CFAFAA2412A1AA8B3991297365C1E99CCABCF37_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * L_0 = TDataSerializer_me_m149FEF633DF83199EF3DD1670B17F253B579D9D2(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___json0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2 = TDataSerializer_json2object_m4933FD3CB45ADB6074F033A02E40D5A1C40E503F(L_0, L_1, /*hidden argument*/NULL);
|
|
return ((TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD *)IsInstClass((RuntimeObject*)L_2, TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// taurus.client.TObject taurus.client.TObject::newInstance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * TObject_newInstance_m324B62A92988AC60E9259F5191C2161DDF504F26 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_newInstance_m324B62A92988AC60E9259F5191C2161DDF504F26_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * L_0 = (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD *)il2cpp_codegen_object_new(TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD_il2cpp_TypeInfo_var);
|
|
TObject__ctor_m991637E1005E234598990DC68FC7BC55AA2CE717(L_0, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TObject::put(System.String,taurus.client.TDataWrapper)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject_put_m2756CFCBBD3C936C127B948B2F8C0934E5C0A6ED (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_put_m2756CFCBBD3C936C127B948B2F8C0934E5C0A6ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = __this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_2 = ___val1;
|
|
NullCheck(L_0);
|
|
Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781(L_0, L_1, L_2, /*hidden argument*/Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TObject::putByte(System.String,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject_putByte_mD1A39CA1068E01B8BA64C0BFE2229F9654F9911C (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, uint8_t ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_putByte_mD1A39CA1068E01B8BA64C0BFE2229F9654F9911C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = __this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
uint8_t L_2 = ___val1;
|
|
uint8_t L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_3);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_5 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_5, 2, L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781(L_0, L_1, L_5, /*hidden argument*/Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TObject::putInt(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject_putInt_mCA7B452DF9A5AB0EC373F0AE2603FD1E8A1B903B (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, int32_t ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_putInt_mCA7B452DF9A5AB0EC373F0AE2603FD1E8A1B903B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = __this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
int32_t L_2 = ___val1;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_5 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_5, 4, L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781(L_0, L_1, L_5, /*hidden argument*/Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TObject::putTObject(System.String,taurus.client.ITObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject_putTObject_m2C435DD328A195A9520EE6D9811B5478280E72B5 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, RuntimeObject* ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_putTObject_m2C435DD328A195A9520EE6D9811B5478280E72B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = __this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
RuntimeObject* L_2 = ___val1;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_3 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_3, ((int32_t)11), L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781(L_0, L_1, L_3, /*hidden argument*/Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TObject::putString(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject_putString_mEE38492E2976DEF766D192022711BCF6BB8C5302 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, String_t* ___val1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_putString_mEE38492E2976DEF766D192022711BCF6BB8C5302_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = __this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
String_t* L_2 = ___val1;
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_3 = (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)il2cpp_codegen_object_new(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797_il2cpp_TypeInfo_var);
|
|
TDataWrapper__ctor_mA0D406BF34ADADD42F47DC51DCE0718C7BBE8389(L_3, 8, L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781(L_0, L_1, L_3, /*hidden argument*/Dictionary_2_set_Item_m032A5BA3E319185C3919A2CC20790A5B166DB781_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.TObject::size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TObject_size_m87A18083AA4F46994110DD4E3A167AFF750DD1CD (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_size_m87A18083AA4F46994110DD4E3A167AFF750DD1CD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = __this->get_dataHolder_0();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = Dictionary_2_get_Count_m5DF2122E81B3C37C47ADDD14B7AEF3FD589526F7(L_0, /*hidden argument*/Dictionary_2_get_Count_m5DF2122E81B3C37C47ADDD14B7AEF3FD589526F7_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// taurus.client.ByteArray taurus.client.TObject::toBinary()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * TObject_toBinary_mFD54C69D46934F194522B72377A89CC072854583 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * L_0 = TDataSerializer_me_m149FEF633DF83199EF3DD1670B17F253B579D9D2(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * L_1 = TDataSerializer_object2Binary_m8263D01020EB049C024A877CE287E33F7F799FAF(L_0, __this, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String taurus.client.TObject::toJson()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TObject_toJson_mD172411EB09061D51CB45EB3E5DE8AD3DD8010EA (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TDataSerializer_t97CD5E0EEF7BB7B4FD4CC80A41B6A5CF295AF8AE * L_0 = TDataSerializer_me_m149FEF633DF83199EF3DD1670B17F253B579D9D2(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
String_t* L_1 = TDataSerializer_object2json_m28DA1DE42539FFAE5832B55C474553EAE7D489F8(L_0, __this, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObject__ctor_m991637E1005E234598990DC68FC7BC55AA2CE717 (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject__ctor_m991637E1005E234598990DC68FC7BC55AA2CE717_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)il2cpp_codegen_object_new(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mE7EDF2F724CA2F17366825C28E273487B2EB8C03(L_0, /*hidden argument*/Dictionary_2__ctor_mE7EDF2F724CA2F17366825C28E273487B2EB8C03_RuntimeMethod_var);
|
|
__this->set_dataHolder_0(L_0);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.TObjectLite::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TObjectLite__ctor_mAD2996A1BBDDA319571683FA32486B716BA31D74 (TObjectLite_tE308B8E1C0DD91717C101376ACC9C6EC07EE9129 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TObject__ctor_m991637E1005E234598990DC68FC7BC55AA2CE717(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte taurus.client.TObjectLite::getByte(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TObjectLite_getByte_mD1848FB354FA0823DD9CC7EB3A1EC5C9F69A2994 (TObjectLite_tE308B8E1C0DD91717C101376ACC9C6EC07EE9129 * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObjectLite_getByte_mD1848FB354FA0823DD9CC7EB3A1EC5C9F69A2994_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___key0;
|
|
int32_t L_1 = TObject_getInt_mE02FD9173F68AA360C9BBF5924423FEB44630C57(__this, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!((((int32_t)L_2) < ((int32_t)0))? 1 : 0))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)256), (int32_t)L_3));
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint8_t L_5 = Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64(L_4, /*hidden argument*/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
|
|
// System.Int32 taurus.client.TaurusClient::_getValidID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaurusClient__getValidID_m6B4A72437557794529BB3CFCF1E1BD9CC8671273 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient__getValidID_m6B4A72437557794529BB3CFCF1E1BD9CC8671273_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ((TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F_StaticFields*)il2cpp_codegen_static_fields_for(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F_il2cpp_TypeInfo_var))->get__tempID_8();
|
|
int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
|
|
((TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F_StaticFields*)il2cpp_codegen_static_fields_for(TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F_il2cpp_TypeInfo_var))->set__tempID_8(L_1);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::.ctor(System.String,System.String,taurus.client.ConnectionProtocol)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient__ctor_m7CF35FB17ED6FB970BCE6A8AF309258C63F06BEF (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, String_t* ___host0, String_t* ___game1, int32_t ___protocol2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient__ctor_m7CF35FB17ED6FB970BCE6A8AF309258C63F06BEF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
__this->set__protocolCompression_10(((int32_t)100));
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
V_0 = (RuntimeObject*)NULL;
|
|
int32_t L_0 = ___protocol2;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___protocol2;
|
|
if ((((int32_t)L_1) == ((int32_t)1)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_2 = (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA *)il2cpp_codegen_object_new(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA_il2cpp_TypeInfo_var);
|
|
SocketEngine__ctor_m0FD77533F629E0CB9C4C4598D336B02C3C3C43F2(L_2, __this, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
String_t* L_3 = ___host0;
|
|
HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 * L_4 = (HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406 *)il2cpp_codegen_object_new(HttpClient_tF59E614B7EBD685A7441B23040C89452CCA4C406_il2cpp_TypeInfo_var);
|
|
HttpClient__ctor_m6C34073E6A751F94D8D6121808DAACB477C72700(L_4, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
__this->set__connect_1((bool)1);
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * L_5 = (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA *)il2cpp_codegen_object_new(SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA_il2cpp_TypeInfo_var);
|
|
SocketEngine__ctor_m0FD77533F629E0CB9C4C4598D336B02C3C3C43F2(L_5, __this, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
String_t* L_6 = ___host0;
|
|
String_t* L_7 = ___game1;
|
|
RuntimeObject* L_8 = V_0;
|
|
TaurusClient___initialize_mFF88A45C3213F58889341A34BFF5168BDD0D9D3F(__this, L_6, L_7, L_8, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::addEventListener(System.String,taurus.client.IEventListener)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_addEventListener_m11AEC0BB3FA91B8EC6EF6ECAEE7353B00771FE97 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, String_t* ___eventType0, IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * ___listener1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * L_0 = __this->get__dispatcher_6();
|
|
String_t* L_1 = ___eventType0;
|
|
IEventListener_t813821D71926F73343C56622BEFDA6BF758EBAF2 * L_2 = ___listener1;
|
|
NullCheck(L_0);
|
|
EventDispatcher_addEventListener_mFA77E4C8385E764026CCA2714B4DCF5A29F8F4DB(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::removeAllEventListener()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_removeAllEventListener_m2900DF45D1CFC6702453869A57B2ADEB637C895A (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * L_0 = __this->get__dispatcher_6();
|
|
NullCheck(L_0);
|
|
EventDispatcher_removeAllEventListener_m2E8E2A82FC89CE6EB8F3BA7F7AD6D9CD4115BEB8(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::__initialize(System.String,System.String,taurus.client.ISocketLayer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient___initialize_mFF88A45C3213F58889341A34BFF5168BDD0D9D3F (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, String_t* ___host0, String_t* ___game1, RuntimeObject* ___socket2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient___initialize_mFF88A45C3213F58889341A34BFF5168BDD0D9D3F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = TaurusClient__getValidID_m6B4A72437557794529BB3CFCF1E1BD9CC8671273(/*hidden argument*/NULL);
|
|
__this->set__id_0(L_0);
|
|
EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * L_1 = (EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 *)il2cpp_codegen_object_new(EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290_il2cpp_TypeInfo_var);
|
|
EventDispatcher__ctor_mB0BE0EED720BE8D6427CDF5132EC48DC7792F05D(L_1, /*hidden argument*/NULL);
|
|
__this->set__dispatcher_6(L_1);
|
|
Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * L_2 = (Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 *)il2cpp_codegen_object_new(Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m721B39A5AAA9866F02AECCFCB432656674362C69(L_2, /*hidden argument*/Dictionary_2__ctor_m721B39A5AAA9866F02AECCFCB432656674362C69_RuntimeMethod_var);
|
|
__this->set__responseMap_7(L_2);
|
|
String_t* L_3 = ___host0;
|
|
__this->set__currentIp_3(L_3);
|
|
String_t* L_4 = ___game1;
|
|
__this->set__gameId_2(L_4);
|
|
ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * L_5 = (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E *)il2cpp_codegen_object_new(ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E_il2cpp_TypeInfo_var);
|
|
ThreadManager__ctor_mC46A80D8E8513136BB70609F84CB304BC984C573(L_5, /*hidden argument*/NULL);
|
|
__this->set__threadManager_5(L_5);
|
|
ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * L_6 = __this->get__threadManager_5();
|
|
NullCheck(L_6);
|
|
ThreadManager_start_m30568EC860CC0E0EA85700E034FA3D1E2353EB25(L_6, /*hidden argument*/NULL);
|
|
RuntimeObject* L_7 = ___socket2;
|
|
__this->set__scoket_4(L_7);
|
|
RuntimeObject* L_8 = __this->get__scoket_4();
|
|
Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * L_9 = (Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 *)il2cpp_codegen_object_new(Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m46C881073D675B9528DC3F125DAE8A79FCDA5BEB(L_9, __this, (intptr_t)((intptr_t)TaurusClient_U3C__initializeU3Eb__17_0_mE5169AEB244AD2E6CFA5126EDC5C1A2B5536A0E1_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m46C881073D675B9528DC3F125DAE8A79FCDA5BEB_RuntimeMethod_var);
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker1< Action_1_tA0E4E9979A653E0367BCE1067132A4C5292CE0C7 * >::Invoke(5 /* System.Void taurus.client.ISocketLayer::setOnConnect(System.Action`1<taurus.client.SocketCode>) */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_8, L_9);
|
|
RuntimeObject* L_10 = __this->get__scoket_4();
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * L_11 = (Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E *)il2cpp_codegen_object_new(Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mD1EDF06F19C8789FD2C26C2AFFEB332151E9CA06(L_11, __this, (intptr_t)((intptr_t)TaurusClient_U3C__initializeU3Eb__17_1_m095386FF8344FCFD1BDEEA08DE7368685036FF95_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mD1EDF06F19C8789FD2C26C2AFFEB332151E9CA06_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
InterfaceActionInvoker1< Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * >::Invoke(6 /* System.Void taurus.client.ISocketLayer::setOnEvent(System.Action`1<taurus.client.Message>) */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_10, L_11);
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
NetManager_addNetClient_m16DCD890B627311075DEE2C23EC619BC99CD6298(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::connect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_connect_m2000842FE1045BE0767FE892978E585AE2777358 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_connect_m2000842FE1045BE0767FE892978E585AE2777358_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = __this->get__scoket_4();
|
|
String_t* L_1 = __this->get__currentIp_3();
|
|
String_t* L_2 = __this->get__gameId_2();
|
|
NullCheck(L_0);
|
|
InterfaceActionInvoker2< String_t*, String_t* >::Invoke(0 /* System.Void taurus.client.ISocketLayer::connect(System.String,System.String) */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_0, L_1, L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::killConnection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_killConnection_mADE40A83F9A3C237881EC348B718784297097EF0 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_killConnection_mADE40A83F9A3C237881EC348B718784297097EF0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TaurusClient_removeAllEventListener_m2900DF45D1CFC6702453869A57B2ADEB637C895A(__this, /*hidden argument*/NULL);
|
|
Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * L_0 = __this->get__responseMap_7();
|
|
NullCheck(L_0);
|
|
Dictionary_2_Clear_m18B704C2B7DF52AB4638DBC385F335952C47F751(L_0, /*hidden argument*/Dictionary_2_Clear_m18B704C2B7DF52AB4638DBC385F335952C47F751_RuntimeMethod_var);
|
|
ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * L_1 = __this->get__threadManager_5();
|
|
NullCheck(L_1);
|
|
ThreadManager_stop_mDEAF5D6DB3D616D85EAECD358EC0604D2ED844D3(L_1, /*hidden argument*/NULL);
|
|
RuntimeObject* L_2 = __this->get__scoket_4();
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(1 /* System.Void taurus.client.ISocketLayer::disconnect() */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_2);
|
|
__this->set__connect_1((bool)0);
|
|
__this->set__kill_9((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::send(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_send_m112EAF0BCE29F4AF49FF1EEBC3830CF01DB523E4 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_send_m112EAF0BCE29F4AF49FF1EEBC3830CF01DB523E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* G_B6_0 = NULL;
|
|
String_t* G_B11_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_0 = (U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass20_0__ctor_mB0E99A4510214E0BBE4140F20BBCFF7E17EA14D5(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_1(__this);
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_2 = V_0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_3 = ___msg0;
|
|
NullCheck(L_2);
|
|
L_2->set_msg_0(L_3);
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_5 = L_4->get_msg_0();
|
|
if (L_5)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
bool L_6 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get_debug_print_4();
|
|
if (!L_6)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = TaurusClient_getProtocol_mF87046C0336D5422F19C28F7775C8B27654E84CB(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_7) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = _stringLiteralF544FB304C83E23652A63E1BB1B28F4FCC7F6AC0;
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
G_B6_0 = _stringLiteralF1E29C6DA7F8D7EE20D7D86468AFB32F4BF5FDAE;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
V_1 = G_B6_0;
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_9 = L_8->get_msg_0();
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->get_textParam_3();
|
|
if (L_10)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_11 = V_0;
|
|
NullCheck(L_11);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_12 = L_11->get_msg_0();
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13 = L_12->get_param_2();
|
|
if (L_13)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_14 = V_0;
|
|
NullCheck(L_14);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_15 = L_14->get_msg_0();
|
|
NullCheck(L_15);
|
|
RuntimeObject* L_16 = L_15->get_param_2();
|
|
NullCheck(L_16);
|
|
String_t* L_17 = InterfaceFuncInvoker0< String_t* >::Invoke(15 /* System.String taurus.client.ITObject::toJson() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_16);
|
|
G_B11_0 = L_17;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_18 = V_0;
|
|
NullCheck(L_18);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_19 = L_18->get_msg_0();
|
|
NullCheck(L_19);
|
|
String_t* L_20 = L_19->get_textParam_3();
|
|
G_B11_0 = L_20;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
V_2 = G_B11_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_21;
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, _stringLiteralC133C75748CEA68D9155F95267F971F5CFE5E9ED);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralC133C75748CEA68D9155F95267F971F5CFE5E9ED);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22;
|
|
String_t* L_24 = V_1;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, L_24);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_24);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = L_23;
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, _stringLiteral6B8BDD37D6A5FE9BFD9CE2C3B38104FB717F3F22);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral6B8BDD37D6A5FE9BFD9CE2C3B38104FB717F3F22);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = L_25;
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_27 = V_0;
|
|
NullCheck(L_27);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_28 = L_27->get_msg_0();
|
|
NullCheck(L_28);
|
|
String_t* L_29 = L_28->get_command_1();
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, L_29);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_29);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = L_26;
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, _stringLiteralC05677D824D5B910A5ED0B9CD8D40936A08B0312);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralC05677D824D5B910A5ED0B9CD8D40936A08B0312);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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>(5), (String_t*)L_32);
|
|
String_t* L_33 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_31, /*hidden argument*/NULL);
|
|
V_1 = L_33;
|
|
String_t* L_34 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_debug_mF6869885B8738600F2CEA46FBEC34C1CB279CE60(L_34, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_35 = V_0;
|
|
NullCheck(L_35);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_36 = L_35->get_msg_0();
|
|
NullCheck(L_36);
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_37 = L_36->get_callback_4();
|
|
if (!L_37)
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * L_38 = __this->get__responseMap_7();
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_39 = V_0;
|
|
NullCheck(L_39);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_40 = L_39->get_msg_0();
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_41 = V_0;
|
|
NullCheck(L_41);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_42 = L_41->get_msg_0();
|
|
NullCheck(L_42);
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_43 = L_42->get_callback_4();
|
|
NullCheck(L_38);
|
|
Dictionary_2_set_Item_mE1564AA025541B37E45AA8C218548F9D7878E1C8(L_38, L_40, L_43, /*hidden argument*/Dictionary_2_set_Item_mE1564AA025541B37E45AA8C218548F9D7878E1C8_RuntimeMethod_var);
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_44 = V_0;
|
|
NullCheck(L_44);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_45 = L_44->get_msg_0();
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_46 = V_0;
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_47 = (Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 *)il2cpp_codegen_object_new(Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m9374E63CAF792254993E42C26DB70C3754AB3A94(L_47, L_46, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass20_0_U3CsendU3Eb__0_m34B3BA0B725D17686D8B6983B1DB677CD3BC527F_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m9374E63CAF792254993E42C26DB70C3754AB3A94_RuntimeMethod_var);
|
|
NullCheck(L_45);
|
|
L_45->set_callback_4(L_47);
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * L_48 = __this->get__threadManager_5();
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * L_49 = (Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E *)il2cpp_codegen_object_new(Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mD1EDF06F19C8789FD2C26C2AFFEB332151E9CA06(L_49, __this, (intptr_t)((intptr_t)TaurusClient_sendData_m42214952E8CD719460E2863FA5C149190DC60440_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mD1EDF06F19C8789FD2C26C2AFFEB332151E9CA06_RuntimeMethod_var);
|
|
U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * L_50 = V_0;
|
|
NullCheck(L_50);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_51 = L_50->get_msg_0();
|
|
NullCheck(L_48);
|
|
ThreadManager_enqueueSend_mAD59104900FA6FCA1CBEB8A9E7FBB7BA2775A199(L_48, L_49, L_51, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// taurus.client.Message taurus.client.TaurusClient::sendText(System.String,System.String,System.Action`1<taurus.client.MessageResponse>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * TaurusClient_sendText_m00DD095F10FD5CB78852ACB6916E1AA975AF69AD (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, String_t* ___cmd0, String_t* ___text1, Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * ___callback2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_sendText_m00DD095F10FD5CB78852ACB6916E1AA975AF69AD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * V_0 = NULL;
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_0 = (Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *)il2cpp_codegen_object_new(Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6_il2cpp_TypeInfo_var);
|
|
Message__ctor_m8300920626D514CFF8FFBFC2BB286102F72C60B0(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->set_useText_0((bool)1);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_2 = V_0;
|
|
String_t* L_3 = ___cmd0;
|
|
NullCheck(L_2);
|
|
L_2->set_command_1(L_3);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_4 = V_0;
|
|
String_t* L_5 = ___text1;
|
|
NullCheck(L_4);
|
|
L_4->set_textParam_3(L_5);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_6 = V_0;
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_7 = ___callback2;
|
|
NullCheck(L_6);
|
|
L_6->set_callback_4(L_7);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_8 = V_0;
|
|
TaurusClient_send_m112EAF0BCE29F4AF49FF1EEBC3830CF01DB523E4(__this, L_8, /*hidden argument*/NULL);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::sendData(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_sendData_m42214952E8CD719460E2863FA5C149190DC60440 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_sendData_m42214952E8CD719460E2863FA5C149190DC60440_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = __this->get__scoket_4();
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_1 = ___msg0;
|
|
NullCheck(L_0);
|
|
InterfaceActionInvoker1< Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * >::Invoke(3 /* System.Void taurus.client.ISocketLayer::write(taurus.client.Message) */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::processEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_processEvent_mE17358521FB1AEAA8802B28C41C8430E79D3089B (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_processEvent_mE17358521FB1AEAA8802B28C41C8430E79D3089B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = __this->get__scoket_4();
|
|
NullCheck(L_0);
|
|
InterfaceActionInvoker0::Invoke(2 /* System.Void taurus.client.ISocketLayer::processEvent() */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::clearResponse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_clearResponse_mFA6270F74B84B37394230DECA1F0D29C9F9D73FA (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_clearResponse_mFA6270F74B84B37394230DECA1F0D29C9F9D73FA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * L_0 = __this->get__responseMap_7();
|
|
NullCheck(L_0);
|
|
Dictionary_2_Clear_m18B704C2B7DF52AB4638DBC385F335952C47F751(L_0, /*hidden argument*/Dictionary_2_Clear_m18B704C2B7DF52AB4638DBC385F335952C47F751_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.TaurusClient::getId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaurusClient_getId_m384E955F538627F20032574457CE4613DDEA69CD (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__id_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean taurus.client.TaurusClient::isConnected()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaurusClient_isConnected_mB950F07FD4D80A1E36A85D6B7B96F33321DDD9EB (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get__connect_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// taurus.client.ConnectionProtocol taurus.client.TaurusClient::getProtocol()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaurusClient_getProtocol_mF87046C0336D5422F19C28F7775C8B27654E84CB (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_getProtocol_mF87046C0336D5422F19C28F7775C8B27654E84CB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = __this->get__scoket_4();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(4 /* taurus.client.ConnectionProtocol taurus.client.ISocketLayer::getProtocol() */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.TaurusClient::getAveragePingTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaurusClient_getAveragePingTime_mAA23C248C82F19A31F8FC75E6C940DDA348EDBAF (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_getAveragePingTime_mAA23C248C82F19A31F8FC75E6C940DDA348EDBAF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = __this->get__scoket_4();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 taurus.client.ISocketLayer::getAveragePingTime() */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String taurus.client.TaurusClient::getSession()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TaurusClient_getSession_mB9A20126B5BBDAE92708334F154BEE06FB6EDA87 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_getSession_mB9A20126B5BBDAE92708334F154BEE06FB6EDA87_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = __this->get__scoket_4();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(8 /* System.String taurus.client.ISocketLayer::getSession() */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::setSession(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_setSession_m608F89B180BD6C7FC34279272E4F802D2B8E8F5B (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, String_t* ___session0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_setSession_m608F89B180BD6C7FC34279272E4F802D2B8E8F5B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = __this->get__scoket_4();
|
|
String_t* L_1 = ___session0;
|
|
NullCheck(L_0);
|
|
InterfaceActionInvoker1< String_t* >::Invoke(9 /* System.Void taurus.client.ISocketLayer::setSession(System.String) */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 taurus.client.TaurusClient::getProtocolCompression()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaurusClient_getProtocolCompression_m141FDCD91131A64CA60E982AB388948AF2FC3B2E (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__protocolCompression_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::<__initialize>b__17_0(taurus.client.SocketCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_U3C__initializeU3Eb__17_0_mE5169AEB244AD2E6CFA5126EDC5C1A2B5536A0E1 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, int32_t ___code0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_U3C__initializeU3Eb__17_0_mE5169AEB244AD2E6CFA5126EDC5C1A2B5536A0E1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___code0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
__this->set__connect_1((bool)1);
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
__this->set__connect_1((bool)0);
|
|
__this->set__kill_9((bool)1);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * L_1 = (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 *)il2cpp_codegen_object_new(Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680_il2cpp_TypeInfo_var);
|
|
Event__ctor_m9823A5D99D582448658A6D08B8117F34BEF741AC(L_1, _stringLiteralF11A107F38328604E9320754224B60375758BCA1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * L_2 = V_0;
|
|
int32_t L_3 = ___code0;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(SocketCode_tE52A55D4D477F1664527A566321034F605632500_il2cpp_TypeInfo_var, &L_4);
|
|
NullCheck(L_2);
|
|
Event_setParameter_m0D6B0C3922E08DAF5234501D4F64358C91A76150(L_2, _stringLiteralE6FB06210FAFC02FD7479DDBED2D042CC3A5155E, L_5, /*hidden argument*/NULL);
|
|
EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * L_6 = __this->get__dispatcher_6();
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * L_7 = V_0;
|
|
NullCheck(L_6);
|
|
EventDispatcher_dispatchEvent_m143E619B85AD8D749F41ACE1BBA83F8558C64B98(L_6, L_7, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient::<__initialize>b__17_1(taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusClient_U3C__initializeU3Eb__17_1_m095386FF8344FCFD1BDEEA08DE7368685036FF95 (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___msg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaurusClient_U3C__initializeU3Eb__17_1_m095386FF8344FCFD1BDEEA08DE7368685036FF95_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
String_t* G_B10_0 = NULL;
|
|
{
|
|
bool L_0 = __this->get__connect_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * L_1 = (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 *)il2cpp_codegen_object_new(Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680_il2cpp_TypeInfo_var);
|
|
Event__ctor_m9823A5D99D582448658A6D08B8117F34BEF741AC(L_1, _stringLiteral9C1157CA338FA20BABAF5F245A8CBFAD95EC94F6, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * L_2 = V_0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_3 = ___msg0;
|
|
NullCheck(L_2);
|
|
Event_setParameter_m0D6B0C3922E08DAF5234501D4F64358C91A76150(L_2, _stringLiteral19F34EE1E406EA84CA83C835A3301B5D9014A788, L_3, /*hidden argument*/NULL);
|
|
EventDispatcher_t679C609A0C1729C6B337416A73838936DCD4B290 * L_4 = __this->get__dispatcher_6();
|
|
Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * L_5 = V_0;
|
|
NullCheck(L_4);
|
|
EventDispatcher_dispatchEvent_m143E619B85AD8D749F41ACE1BBA83F8558C64B98(L_4, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
bool L_6 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get_debug_print_4();
|
|
if (!L_6)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_7 = __this->get__scoket_4();
|
|
NullCheck(L_7);
|
|
int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(4 /* taurus.client.ConnectionProtocol taurus.client.ISocketLayer::getProtocol() */, ISocketLayer_t69B8D58391A5FB233EBA191FF1A770CF184D4196_il2cpp_TypeInfo_var, L_7);
|
|
if ((((int32_t)L_8) == ((int32_t)1)))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = _stringLiteralF544FB304C83E23652A63E1BB1B28F4FCC7F6AC0;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
G_B5_0 = _stringLiteralF1E29C6DA7F8D7EE20D7D86468AFB32F4BF5FDAE;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
V_1 = G_B5_0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_9 = ___msg0;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->get_textParam_3();
|
|
if (L_10)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_11 = ___msg0;
|
|
NullCheck(L_11);
|
|
RuntimeObject* L_12 = L_11->get_param_2();
|
|
if (L_12)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
G_B10_0 = _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_13 = ___msg0;
|
|
NullCheck(L_13);
|
|
RuntimeObject* L_14 = L_13->get_param_2();
|
|
NullCheck(L_14);
|
|
String_t* L_15 = InterfaceFuncInvoker0< String_t* >::Invoke(15 /* System.String taurus.client.ITObject::toJson() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_14);
|
|
G_B10_0 = L_15;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_16 = ___msg0;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = L_16->get_textParam_3();
|
|
G_B10_0 = L_17;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
V_2 = G_B10_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, _stringLiteralF85CCB3BA87E8BAEE8B2EC46FCDB448511F73B4C);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralF85CCB3BA87E8BAEE8B2EC46FCDB448511F73B4C);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19;
|
|
String_t* L_21 = V_1;
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, L_21);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_21);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_20;
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, _stringLiteral6B8BDD37D6A5FE9BFD9CE2C3B38104FB717F3F22);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral6B8BDD37D6A5FE9BFD9CE2C3B38104FB717F3F22);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_24 = ___msg0;
|
|
NullCheck(L_24);
|
|
String_t* L_25 = L_24->get_command_1();
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, L_25);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_25);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = L_23;
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, _stringLiteral1FF13139284EC4CFE74CC793AA3B3713D088EC67);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral1FF13139284EC4CFE74CC793AA3B3713D088EC67);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = L_26;
|
|
String_t* L_28 = V_2;
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, L_28);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_28);
|
|
String_t* L_29 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_27, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_debug_mF6869885B8738600F2CEA46FBEC34C1CB279CE60(L_29, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
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 taurus.client.TaurusClient_<>c__DisplayClass20_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_mB0E99A4510214E0BBE4140F20BBCFF7E17EA14D5 (U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.TaurusClient_<>c__DisplayClass20_0::<send>b__0(taurus.client.MessageResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0_U3CsendU3Eb__0_m34B3BA0B725D17686D8B6983B1DB677CD3BC527F (U3CU3Ec__DisplayClass20_0_t5CD62DC31FB8E7C458C7CAEBCAE004EC47C9A7A7 * __this, MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * ___response0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass20_0_U3CsendU3Eb__0_m34B3BA0B725D17686D8B6983B1DB677CD3BC527F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* G_B6_0 = NULL;
|
|
String_t* G_B11_0 = NULL;
|
|
{
|
|
V_0 = (Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 *)NULL;
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_0 = __this->get_U3CU3E4__this_1();
|
|
NullCheck(L_0);
|
|
Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * L_1 = L_0->get__responseMap_7();
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_2 = ___response0;
|
|
NullCheck(L_2);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_3 = L_2->get_messageData_0();
|
|
NullCheck(L_1);
|
|
bool L_4 = Dictionary_2_TryGetValue_mC6A347637F71DFE917B6A0C0EAEA05265D502866(L_1, L_3, (Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mC6A347637F71DFE917B6A0C0EAEA05265D502866_RuntimeMethod_var);
|
|
if (L_4)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
bool L_5 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get_debug_print_4();
|
|
if (!L_5)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_6 = __this->get_U3CU3E4__this_1();
|
|
NullCheck(L_6);
|
|
int32_t L_7 = TaurusClient_getProtocol_mF87046C0336D5422F19C28F7775C8B27654E84CB(L_6, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_7) == ((int32_t)1)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = _stringLiteralF544FB304C83E23652A63E1BB1B28F4FCC7F6AC0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
G_B6_0 = _stringLiteralF1E29C6DA7F8D7EE20D7D86468AFB32F4BF5FDAE;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
V_1 = G_B6_0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_8 = __this->get_msg_0();
|
|
NullCheck(L_8);
|
|
String_t* L_9 = L_8->get_textParam_3();
|
|
if (L_9)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_10 = __this->get_msg_0();
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11 = L_10->get_param_2();
|
|
if (L_11)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833;
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_12 = __this->get_msg_0();
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13 = L_12->get_param_2();
|
|
NullCheck(L_13);
|
|
String_t* L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(15 /* System.String taurus.client.ITObject::toJson() */, ITObject_t56BDDC23E7E289E55FC527EC35C6CD677544497A_il2cpp_TypeInfo_var, L_13);
|
|
G_B11_0 = L_14;
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_15 = __this->get_msg_0();
|
|
NullCheck(L_15);
|
|
String_t* L_16 = L_15->get_textParam_3();
|
|
G_B11_0 = L_16;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
V_2 = G_B11_0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, _stringLiteralF6181091F684AE59E789235B70AD68F6DEDFC61F);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF6181091F684AE59E789235B70AD68F6DEDFC61F);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_18;
|
|
String_t* L_20 = V_1;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, L_20);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_20);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_19;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, _stringLiteral6B8BDD37D6A5FE9BFD9CE2C3B38104FB717F3F22);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral6B8BDD37D6A5FE9BFD9CE2C3B38104FB717F3F22);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_23 = __this->get_msg_0();
|
|
NullCheck(L_23);
|
|
String_t* L_24 = L_23->get_command_1();
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, L_24);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_24);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_22;
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, _stringLiteralD0B4575F27D9B00327A60FE3DAE3544D68E24919);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteralD0B4575F27D9B00327A60FE3DAE3544D68E24919);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25;
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_27 = ___response0;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = L_27->get_returnCode_1();
|
|
int32_t L_29 = L_28;
|
|
RuntimeObject * L_30 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_29);
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, L_30);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_30);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_26;
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, _stringLiteralFC932FA168654444AEE271648326458374B06F88);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)_stringLiteralFC932FA168654444AEE271648326458374B06F88);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_31;
|
|
String_t* L_33 = V_2;
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, L_33);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject *)L_33);
|
|
String_t* L_34 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_32, /*hidden argument*/NULL);
|
|
V_1 = L_34;
|
|
String_t* L_35 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Logger_t8837904C5232BF8A05C7511C151BEA32853A1D1D_il2cpp_TypeInfo_var);
|
|
Logger_debug_mF6869885B8738600F2CEA46FBEC34C1CB279CE60(L_35, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * L_36 = __this->get_U3CU3E4__this_1();
|
|
NullCheck(L_36);
|
|
Dictionary_2_tD72D8A7B166C48F6AC08F1361B5925D999A08990 * L_37 = L_36->get__responseMap_7();
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_38 = ___response0;
|
|
NullCheck(L_38);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_39 = L_38->get_messageData_0();
|
|
NullCheck(L_37);
|
|
Dictionary_2_Remove_mBAC72BA3F063D8C292921A8A6AB4F7801BB67F79(L_37, L_39, /*hidden argument*/Dictionary_2_Remove_mBAC72BA3F063D8C292921A8A6AB4F7801BB67F79_RuntimeMethod_var);
|
|
Action_1_t90801CBDF2C3D525C599D867AE5A075078AA0BB2 * L_40 = V_0;
|
|
MessageResponse_t88C0FC1EE5B4AA0440AA3E7B6F19D7ABE975FDEB * L_41 = ___response0;
|
|
NullCheck(L_40);
|
|
Action_1_Invoke_m202F37C04CF34FC44E30A5BB477F96D8E2D13ACD(L_40, L_41, /*hidden argument*/Action_1_Invoke_m202F37C04CF34FC44E30A5BB477F96D8E2D13ACD_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
|
|
// taurus.client.ThreadManager_MessgaeThread taurus.client.ThreadManager::MessgaeThreadGet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * ThreadManager_MessgaeThreadGet_mE7F7B8505C604A3928D3B0F2F3C6087080BA45C5 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ThreadManager_MessgaeThreadGet_mE7F7B8505C604A3928D3B0F2F3C6087080BA45C5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * L_0 = __this->get_pool_0();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = Stack_1_get_Count_m74C1E7C55757D0C01ECC3369A2E9EAD7A7FD026F_inline(L_0, /*hidden argument*/Stack_1_get_Count_m74C1E7C55757D0C01ECC3369A2E9EAD7A7FD026F_RuntimeMethod_var);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * L_2 = __this->get_pool_0();
|
|
NullCheck(L_2);
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_3 = Stack_1_Pop_m6BA7D9185366BE0DC568EA29EE5BC29394808AF1(L_2, /*hidden argument*/Stack_1_Pop_m6BA7D9185366BE0DC568EA29EE5BC29394808AF1_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_4 = (MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E *)il2cpp_codegen_object_new(MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E_il2cpp_TypeInfo_var);
|
|
MessgaeThread__ctor_m3519FF85AF1A5A3163C7B7FADEEA8A30185F2A5D(L_4, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ThreadManager::MessgaeThreadReturn(taurus.client.ThreadManager_MessgaeThread)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_MessgaeThreadReturn_m8A8EF0098C026BA4CF19B3355F7A5EC62A7E91E3 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ThreadManager_MessgaeThreadReturn_m8A8EF0098C026BA4CF19B3355F7A5EC62A7E91E3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * L_0 = __this->get_pool_0();
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_1 = ___value0;
|
|
NullCheck(L_0);
|
|
Stack_1_Push_mFB4D72A5F40DD3C4366420CF1E8D5FDE2FA80B62(L_0, L_1, /*hidden argument*/Stack_1_Push_mFB4D72A5F40DD3C4366420CF1E8D5FDE2FA80B62_RuntimeMethod_var);
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_2 = ___value0;
|
|
NullCheck(L_2);
|
|
L_2->set__dataDelegate_0((Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E *)NULL);
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_3 = ___value0;
|
|
NullCheck(L_3);
|
|
L_3->set__message_1((Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 *)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ThreadManager::Sleep(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_Sleep_mBEECA662C0AA9BC86531EF38A34D7BD2A25828C1 (int32_t ___ms0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___ms0;
|
|
Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ThreadManager::OutThread()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_OutThread_m567B946F48608EDE69C75CE12BA5AC31D94EDD4D (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ThreadManager_OutThread_m567B946F48608EDE69C75CE12BA5AC31D94EDD4D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
ThreadManager_Sleep_mBEECA662C0AA9BC86531EF38A34D7BD2A25828C1(5, /*hidden argument*/NULL);
|
|
bool L_0 = __this->get__outHasQueuedItems_3();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_1 = __this->get__outQueueLocker_5();
|
|
V_0 = L_1;
|
|
RuntimeObject * L_2 = V_0;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * L_3 = __this->get__outThreadQueue_4();
|
|
NullCheck(L_3);
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_4 = Queue_1_Dequeue_m7A49EBF27106E875DA4F499AE9274F80411DEC35(L_3, /*hidden argument*/Queue_1_Dequeue_m7A49EBF27106E875DA4F499AE9274F80411DEC35_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_5 = V_1;
|
|
ThreadManager_ProcessOutItem_mFBB721BBEDE2E6C0CB9AF329B5B3D6671749C007(__this, L_5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * L_6 = __this->get__outThreadQueue_4();
|
|
NullCheck(L_6);
|
|
int32_t L_7 = Queue_1_get_Count_mD168C29B801E5A7BF7DFD17809524F2A4CB0D25C_inline(L_6, /*hidden argument*/Queue_1_get_Count_mD168C29B801E5A7BF7DFD17809524F2A4CB0D25C_RuntimeMethod_var);
|
|
if ((((int32_t)L_7) > ((int32_t)0)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
__this->set__outHasQueuedItems_3((bool)0);
|
|
IL2CPP_LEAVE(0x50, FINALLY_0049);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0049;
|
|
}
|
|
|
|
FINALLY_0049:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_8 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(73)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(73)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x50, IL_0050)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
bool L_9 = __this->get__running_1();
|
|
if (L_9)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ThreadManager::ProcessOutItem(taurus.client.ThreadManager_MessgaeThread)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_ProcessOutItem_mFBB721BBEDE2E6C0CB9AF329B5B3D6671749C007 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ThreadManager_ProcessOutItem_mFBB721BBEDE2E6C0CB9AF329B5B3D6671749C007_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * V_0 = NULL;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * V_1 = NULL;
|
|
{
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_0 = ___item0;
|
|
NullCheck(L_0);
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * L_1 = L_0->get__dataDelegate_0();
|
|
V_0 = L_1;
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_2 = ___item0;
|
|
NullCheck(L_2);
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_3 = L_2->get__message_1();
|
|
V_1 = L_3;
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_4 = ___item0;
|
|
ThreadManager_MessgaeThreadReturn_m8A8EF0098C026BA4CF19B3355F7A5EC62A7E91E3(__this, L_4, /*hidden argument*/NULL);
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * L_6 = V_0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_7 = V_1;
|
|
NullCheck(L_6);
|
|
Action_1_Invoke_m153624EA1BB1902339D2B0A22D8204A589554A13(L_6, L_7, /*hidden argument*/Action_1_Invoke_m153624EA1BB1902339D2B0A22D8204A589554A13_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ThreadManager::start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_start_m30568EC860CC0E0EA85700E034FA3D1E2353EB25 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ThreadManager_start_m30568EC860CC0E0EA85700E034FA3D1E2353EB25_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = __this->get__running_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
__this->set__running_1((bool)1);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = __this->get__outThread_2();
|
|
if (L_1)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_2 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var);
|
|
ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_2, __this, (intptr_t)((intptr_t)ThreadManager_OutThread_m567B946F48608EDE69C75CE12BA5AC31D94EDD4D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_3 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var);
|
|
Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD(L_3, L_2, /*hidden argument*/NULL);
|
|
__this->set__outThread_2(L_3);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_4 = __this->get__outThread_2();
|
|
NullCheck(L_4);
|
|
Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39(L_4, (bool)1, /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_5 = __this->get__outThread_2();
|
|
NullCheck(L_5);
|
|
Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ThreadManager::stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_stop_mDEAF5D6DB3D616D85EAECD358EC0604D2ED844D3 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ThreadManager_stop_mDEAF5D6DB3D616D85EAECD358EC0604D2ED844D3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_0 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var);
|
|
ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_0, __this, (intptr_t)((intptr_t)ThreadManager_stopThread_mDE747A5813EFF924DE363A08B848CEF40EF18DE4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var);
|
|
Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD(L_1, L_0, /*hidden argument*/NULL);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39(L_2, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ThreadManager::stopThread()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_stopThread_mDE747A5813EFF924DE363A08B848CEF40EF18DE4 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set__running_1((bool)0);
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = __this->get__outThread_2();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = __this->get__outThread_2();
|
|
NullCheck(L_1);
|
|
Thread_Join_mD3E603D9FC950F127ABE95A3FF48AAEA48A29EA9(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->set__outThread_2((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ThreadManager::enqueueSend(System.Action`1<taurus.client.Message>,taurus.client.Message)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager_enqueueSend_mAD59104900FA6FCA1CBEB8A9E7FBB7BA2775A199 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * ___callback0, Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * ___message1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ThreadManager_enqueueSend_mAD59104900FA6FCA1CBEB8A9E7FBB7BA2775A199_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_0 = ThreadManager_MessgaeThreadGet_mE7F7B8505C604A3928D3B0F2F3C6087080BA45C5(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_1 = V_0;
|
|
Action_1_t63FF870FC49C9F4795DC1BC67201CDA3A6986C3E * L_2 = ___callback0;
|
|
NullCheck(L_1);
|
|
L_1->set__dataDelegate_0(L_2);
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_3 = V_0;
|
|
Message_tE26118E9EE09B183C7C979555D2FFAE205111AE6 * L_4 = ___message1;
|
|
NullCheck(L_3);
|
|
L_3->set__message_1(L_4);
|
|
RuntimeObject * L_5 = __this->get__outQueueLocker_5();
|
|
V_1 = L_5;
|
|
RuntimeObject * L_6 = V_1;
|
|
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0022:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * L_7 = __this->get__outThreadQueue_4();
|
|
MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * L_8 = V_0;
|
|
NullCheck(L_7);
|
|
Queue_1_Enqueue_m35BE28BDD9E8D3E489E6E33B92EBBF576145EAD0(L_7, L_8, /*hidden argument*/Queue_1_Enqueue_m35BE28BDD9E8D3E489E6E33B92EBBF576145EAD0_RuntimeMethod_var);
|
|
__this->set__outHasQueuedItems_3((bool)1);
|
|
IL2CPP_LEAVE(0x3E, FINALLY_0037);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0037;
|
|
}
|
|
|
|
FINALLY_0037:
|
|
{ // begin finally (depth: 1)
|
|
RuntimeObject * L_9 = V_1;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(55)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(55)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x3E, IL_003e)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void taurus.client.ThreadManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadManager__ctor_mC46A80D8E8513136BB70609F84CB304BC984C573 (ThreadManager_t0D98C313B35AD9436B3289F6D25EED605977877E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ThreadManager__ctor_mC46A80D8E8513136BB70609F84CB304BC984C573_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 * L_0 = (Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366 *)il2cpp_codegen_object_new(Stack_1_tB103F5299ACDDD8FC2FE382C12EF4270BCF18366_il2cpp_TypeInfo_var);
|
|
Stack_1__ctor_mFD131FC4BD8BC08CFF4AA30EF672E48A9682D184(L_0, /*hidden argument*/Stack_1__ctor_mFD131FC4BD8BC08CFF4AA30EF672E48A9682D184_RuntimeMethod_var);
|
|
__this->set_pool_0(L_0);
|
|
Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 * L_1 = (Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1 *)il2cpp_codegen_object_new(Queue_1_t2597C973D0C0AF025506DC2BD9CE130EC74323F1_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_m96D77B36625C14FD177AA79D613CA6A49175671C(L_1, /*hidden argument*/Queue_1__ctor_m96D77B36625C14FD177AA79D613CA6A49175671C_RuntimeMethod_var);
|
|
__this->set__outThreadQueue_4(L_1);
|
|
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
|
|
__this->set__outQueueLocker_5(L_2);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void taurus.client.ThreadManager_MessgaeThread::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessgaeThread__ctor_m3519FF85AF1A5A3163C7B7FADEEA8A30185F2A5D (MessgaeThread_t599EAFD9832CF685C971318DB489478B2A73E91E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Priority_m0ABF7D29AABC8D9EF69AD31AD0AAB1B422848DA1_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CPriorityU3Ek__BackingField_28();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRange_set_ContentLength_m6CF15C3BEFF47D93D5C485A8BFD9D5F45BCB3404_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CContentLengthU3Ek__BackingField_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRange_set_IsValid_m570B84486F89F12684F7E177EE6815906C7D93C5_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsValidU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRange_set_FirstBytePos_mCAD8C075ADFD505435461AA0E200C6897F0E2BAB_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CFirstBytePosU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRange_set_LastBytePos_m180AA1FB026E5579E87C769C1E8338002A8DC314_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CLastBytePosU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRange_get_FirstBytePos_m68F2056ACC26BDC04CB0EB73F80CBF5DDF6B74BE_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CFirstBytePosU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRange_get_LastBytePos_m99EE6203C496D6D557E29D84BE55DFBE15AA0140_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CLastBytePosU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRange_get_ContentLength_m806110DCE0C63D76097CB104BBF29C43B1DE7967_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CContentLengthU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRange_get_IsValid_m4554A9BC8BFC9225D02493A9F05D5F7E29C47EDF_inline (HTTPRange_t980B0FD0BE7CD60BE530669ACFE5D0645967D581 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsValidU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_22();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_IsRedirected_mDB91912BF3491FD5BC3365685AB75BB56A8D2789_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsRedirectedU3Ek__BackingField_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_Uri_m75C8558A9D9B9330ADC627385B5459E0E178D2E2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_U3CUriU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_RedirectUri_mB237C22E81841C74624B681DE5472D9CD67135B4_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_U3CRedirectUriU3Ek__BackingField_15();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_U3CUploadStreamU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseUploadStreamLength_m7E5DE766D88CC4A1D938B94E884A80F146B4458E_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CUseUploadStreamLengthU3Ek__BackingField_8();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPManager_get_KeepAliveDefaultValue_mCD8A110EBB43BF79931FDB0320484905C1CEA63B_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPManager_get_KeepAliveDefaultValue_mCD8A110EBB43BF79931FDB0320484905C1CEA63Btaurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_U3CKeepAliveDefaultValueU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Uri_mA4C13CD372A8F09EFE9740124D0173D8A4C225D1_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0;
|
|
__this->set_U3CUriU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_MethodType_m44CC7B758728138EC62DB86F866542565B858B1B_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = ___value0;
|
|
__this->set_U3CMethodTypeU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Callback_m6737E445025B4D51540B1170C5B96B7F94879226_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_0 = ___value0;
|
|
__this->set_U3CCallbackU3Ek__BackingField_10(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DisableRetry_m7B724E6B18E05FC96799FC0D5C97E32EA1B29776_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CDisableRetryU3Ek__BackingField_13(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_MaxRedirects_m3D44EEE9DFA158D0E47DAB3DF68A32E8932C9367_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CMaxRedirectsU3Ek__BackingField_20(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_RedirectCount_m279D1F6604EC6CCA0DAF3C355AA35AA7A6C6BA59_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CRedirectCountU3Ek__BackingField_23(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadLength_m4757F9E297AC93D2C13474B2EBD2F1EE66E852F8_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CDownloadLengthU3Ek__BackingField_32(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Downloaded_m82743C2154D434E95AF27917A4325E458C35A6E7_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CDownloadedU3Ek__BackingField_31(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CDownloadProgressChangedU3Ek__BackingField_33(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CStateU3Ek__BackingField_22(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPManager_get_ConnectTimeout_m2916B3692D0A759E02A349C6E02D2571E0C42EFA_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPManager_get_ConnectTimeout_m2916B3692D0A759E02A349C6E02D2571E0C42EFAtaurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_U3CConnectTimeoutU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_ConnectTimeout_m27D45CED26D020A0C8D4A09652B811A1F789FC88_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
__this->set_U3CConnectTimeoutU3Ek__BackingField_25(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPManager_get_RequestTimeout_mA3133AFD453A8EF7196F9DA98948DADBF2BA5EC7_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPManager_get_RequestTimeout_mA3133AFD453A8EF7196F9DA98948DADBF2BA5EC7taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_U3CRequestTimeoutU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Timeout_mC71DF806032583A5A8061BF0568D475FE38E2D8D_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
__this->set_U3CTimeoutU3Ek__BackingField_26(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CEnableTimoutForStreamingU3Ek__BackingField_27(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UseUploadStreamLength_mE14EE8DBDE86FFB0EDDCBFE5D096CC52BC673809_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CUseUploadStreamLengthU3Ek__BackingField_8(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DisposeUploadStream_m6B13ABE16EC1374675F22D6ADBFE07AF663797F6_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CDisposeUploadStreamU3Ek__BackingField_7(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_FormUsage_mE21ABE312FD35718806706E2856ECE60FF62CCC1_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CFormUsageU3Ek__BackingField_21();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasBinary_mE4FEE00384F8B90B973A77FC655D66681C5B8408_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CHasBinaryU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasLongValue_m8A84A815522EA385B13773C23C4F48D0CD8B951C_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CHasLongValueU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * HTTPRequest_get_Headers_mFC82FF80CF6FB3095CC0494BF2490783124538AD_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = __this->get_U3CHeadersU3Ek__BackingField_40();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Headers_mAB10C55637504DD8BDA448A3FE4E56DD94326387_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = ___value0;
|
|
__this->set_U3CHeadersU3Ek__BackingField_40(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_IsKeepAlive_m8CE448BC1F684C1E75DE3CFD82E5FAADB41251AE_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_isKeepAlive_37();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPRequest_get_RawData_m41A7381E6122EECA899C3A54DC0D34B1868F5DCF_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_U3CRawDataU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_0 = __this->get_U3CCredentialsU3Ek__BackingField_19();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Credentials_get_Type_m7B050AF047038F3C303FD7ED94F25979E3A965BF_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CTypeU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CUserNameU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Credentials_get_Password_m03EB8C080B196F4ED945F245EFA76016DB5D5597_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CPasswordU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = __this->get_U3CMethodTypeU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadLength_mD4C8FB652DAC8B40305D429CCDBC39687E68602A_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___value0;
|
|
__this->set_U3CUploadLengthU3Ek__BackingField_35(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Uploaded_mE07F257A722DC959C2A85FF6B84C743C7790109A_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___value0;
|
|
__this->set_U3CUploadedU3Ek__BackingField_34(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Uploaded_m2E5896C2AC8C4BEDBED4D46BABB4A2B69A44201C_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->get_U3CUploadedU3Ek__BackingField_34();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadProgressChanged_m19681B590B8B6F135DCC6980AA30CA6476538045_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CUploadProgressChangedU3Ek__BackingField_36(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisposeUploadStream_m76BE2FFD2DCC08B67800FDC2EACB02A4AC2625DC_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CDisposeUploadStreamU3Ek__BackingField_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_0 = __this->get_U3CResponseU3Ek__BackingField_16();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m241FEF79DCD38AA607FBF676F4DD2551F8D03703_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsUpgradedU3Ek__BackingField_8();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * HTTPRequest_get_Callback_mC934FC533FCDE2E65772ECF50E8C63CCA9ED72A8_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_0 = __this->get_U3CCallbackU3Ek__BackingField_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_useStreaming_39();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsStreamed_m1DD10B6DF1DBB43DFB90C9A029777CACB1F25BBE_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsStreamedU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CStatusCodeU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_U3CDataU3Ek__BackingField_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamed_m0DEB7CCB82A92A0A925D62C444B0A4021992D42A_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsStreamedU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_m04EFEC482E2AC737896266AA4A3A7B31808EB037_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsClosedManuallyU3Ek__BackingField_10(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CDisableRetryU3Ek__BackingField_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMajor_m875CAF133F4828FC4C20A8716AF31DFC536A4BBA_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CVersionMajorU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMinor_m0A5B724F0B4A09CE951CDB6C5B583D9939A3B167_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CVersionMinorU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_StatusCode_m43105A8832235E6E8B2F2D6E008F3CFAE8BA5139_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CStatusCodeU3Ek__BackingField_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_stringLength_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_Message_mB724C07AAD75A9565F330D71911B2C9E6D2A4BC0_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CMessageU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_IsUpgraded_mB1C9AFAE9748B2BFB545BE374B2FB971D2E1348C_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsUpgradedU3Ek__BackingField_8(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * HTTPResponse_get_Headers_m84245F071F3D4F919C890D351C257D68ED165AFD_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = __this->get_U3CHeadersU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_Headers_m5D17388C0F3F82602CCE3DD3773F97B044EB459F_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * L_0 = ___value0;
|
|
__this->set_U3CHeadersU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CDownloadedU3Ek__BackingField_31();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_DownloadLength_m502ED784DE018C297EF74DAD142FE4FD0A8EE423_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CDownloadLengthU3Ek__BackingField_32();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_Data_m828642EF7A517159BC6F21D8A489A710950A69F1_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
|
|
__this->set_U3CDataU3Ek__BackingField_7(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_StreamFragmentSize_m249D55D619FBEA57006A71467AA49EF2D73B8B60_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_streamFragmentSize_38();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamingFinished_m99B602DE0EBFAB0F60B093C92981890AA71C73D0_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CIsStreamingFinishedU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_ThreadFrequencyInMS_m6010C1CB2A5D167496492B9D283EA599CFDE9F55_inline (int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_set_ThreadFrequencyInMS_m6010C1CB2A5D167496492B9D283EA599CFDE9F55taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_U3CThreadFrequencyInMSU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_mD30F6DF85FE80D5DCC5CC8348E2A7C35492CFC2B_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_IsCreated_mD30F6DF85FE80D5DCC5CC8348E2A7C35492CFC2Btaurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CIsCreatedU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_Instance_mE56E82729611BFB97BFDEB6AA7EA6E5AEF42FCC0_inline (HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_set_Instance_mE56E82729611BFB97BFDEB6AA7EA6E5AEF42FCC0taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_U3CInstanceU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsCreated_m1F3EE9B0994D9BC563B3C08A6FA095204B3D4562_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_set_IsCreated_m1F3EE9B0994D9BC563B3C08A6FA095204B3D4562taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_U3CIsCreatedU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreaded_m3C4A548019B5DC204CE6A7BBAB3F385D829C3FE2_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_IsThreaded_m3C4A548019B5DC204CE6A7BBAB3F385D829C3FE2taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CIsThreadedU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsThreadRunning_m23DDD5D23F03C34260EE0FABF29718DABC734310_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_set_IsThreadRunning_m23DDD5D23F03C34260EE0FABF29718DABC734310taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->set_U3CIsThreadRunningU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPUpdateDelegator_get_ThreadFrequencyInMS_m593CA947C0B0E2A3A596F1E7C409AB21D42EAF6E_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_ThreadFrequencyInMS_m593CA947C0B0E2A3A596F1E7C409AB21D42EAF6Etaurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CThreadFrequencyInMSU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreadRunning_m98C61C6AF15A815F4556E0BF23D4BF8C72D88ED3_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_IsThreadRunning_m98C61C6AF15A815F4556E0BF23D4BF8C72D88ED3taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CIsThreadRunningU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatVerbose_mB9E8BE3B5A72014A40E7090637C08F233380F965_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatVerboseU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatInfo_m70F625D64937E82707B0DBE3ADD2CA432D86169F_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatInfoU3Ek__BackingField_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatWarn_m89420500292A1EE59F6A7F94CA166CF743B21E80_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatWarnU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatErr_m6FD8A7AE64522BBC8F9856B376E5CAA0C853F3A1_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatErrU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatEx_mDD7D0DA64790ED9D2B0345F7F60336D103627BC8_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CFormatExU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DefaultLogger_set_Level_mE456AD55595B0B3D02FDB60EF3ED6B5198A2E47C_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CLevelU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DefaultLogger_get_Level_mCB275C4435FB455B9664045388722DCE5B2C501C_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CLevelU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatInfo_m56D67A27F34370EE77B8E242AE344EE01F8D0366_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CFormatInfoU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatWarn_m07919ECA3768464ECEB5939EC0E0E95D7DF63E62_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CFormatWarnU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatErr_mFB22141A2CAF89A4B9888562075337151BDF77EC_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CFormatErrU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatEx_mDE991C88462E99385CF7E4255C00E47390E3FD1F_inline (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CFormatExU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_mD1CD0B51348F3744D8B584E55BBD18DBA35E207D_inline (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
__this->set_U3CConnectTimeoutU3Ek__BackingField_11(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_is_connected_19();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * TcpClient_get_Client_mF3364734D3F77D532C9F3B960EBC19527F16F483_inline (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_client_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TcpClient_get_ConnectTimeout_m5F5E3A0B04373036DC91D1D0D7386B5FF05626F6_inline (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = __this->get_U3CConnectTimeoutU3Ek__BackingField_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_Family_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventSourceResponse_get_IsClosed_mD9E84C78B2F9E8E94091D38E34711DE27085BB28_inline (EventSourceResponse_tCED5F051E538050DFBDC1E51DCC051726D1436FA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CIsClosedU3Ek__BackingField_18();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Event_getName_m599E3BB78E5DC3FECCEA2E74816E908D1C39C053_inline (Event_tF46E66225D6A43647DB8AD6003F242BFE2FFD680 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_name_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FilePack20_set_Error_m58CB9660F2CF3BE612553ECA6343B827889F64E8_inline (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CErrorU3Ek__BackingField_13(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FilePack20_set_Complete_m70E8FC69E94656E532DC4CAC6F10E5F5B7DC0021_inline (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CCompleteU3Ek__BackingField_12(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NetManager_get_VERSION_m096025EBE4A55D3F950C81AAA2A665CD2D9E641E_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_get_VERSION_m096025EBE4A55D3F950C81AAA2A665CD2D9E641Etaurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__version_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteArray_get_bytes_mE2E5E160BC87DAC73596900495712CABFBAD7B0E_inline (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_buffer_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadStream_m376E2C17651773989F1B4A68A728F77E404FC2AC_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___value0;
|
|
__this->set_U3CUploadStreamU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Tag_m32C99382A42412AD50F9C880B8AEBFE3C9889DF9_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
__this->set_U3CTagU3Ek__BackingField_18(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26D_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NetManager_get_TIMEOUT_TIME_mBFA3B6833A95437E970CB4526E367CCA81BFD26Dtaurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->get__timout_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * HTTPRequest_get_Tag_m0C39122A800927BD4E2D4EA0131ACF2973C349FD_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CTagU3Ek__BackingField_18();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m3D89F389A6BCAD73F95D6DD9DA67BEE164B7F24E_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t * L_0 = __this->get_U3CExceptionU3Ek__BackingField_17();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ByteArray_set_position_m2932C93754CEF7AF8908F809675C13C6519FDB1F_inline (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set__position_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Packet_set_actionID_m148589D26CE7F46E26C39293F4FEF641F2E9B725_inline (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * __this, uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = ___value0;
|
|
__this->set_U3CactionIDU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t Packet_get_actionID_m639D0461686C6A78A79E5A68F81A6EFEF8D7D74E_inline (Packet_tF166C284A3B1B1CFCB8B976B86C3100B754FF58A * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = __this->get_U3CactionIDU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SocketEngine_getServerAddress_m5C5727AF76BC045B6ADA974CB62CE912E790DBE9_inline (SocketEngine_tF0E26E0D76D47405D4CDE78B2A13BADAA90F36EA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__serverAddress_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_0 = __this->get_addressList_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Timer_get_Enabled_m54E8A8BBD2F803AD57E03994C60CF3C054705497_inline (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_enabled_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CMaxConnectionIdleTimeU3Ek__BackingField_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CConnectTimeoutU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960E_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960Etaurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CRequestTimeoutU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TaurusClient_getId_m384E955F538627F20032574457CE4613DDEA69CD_inline (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__id_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * HTTPUpdateDelegator_get_Instance_m8421BE4D2C1684534CC7E2937F23D22E455A9938_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HTTPUpdateDelegator_get_Instance_m8421BE4D2C1684534CC7E2937F23D22E455A9938taurus1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var);
|
|
HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9 * L_0 = ((HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var))->get_U3CInstanceU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LagMonitor_getAveragePingTime_m4CEDB1CEA8836F637173920CE4F760BCC8EA5492_inline (LagMonitor_tA911307FF335589AAEA515F0928C1008DB9C58BC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__averagePingTime_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TaurusClient_getProtocolCompression_m141FDCD91131A64CA60E982AB388948AF2FC3B2E_inline (TaurusClient_tEFCE4C95F4B9B4B0FD09CCFA7AE6BEFAD908105F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__protocolCompression_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t TDataWrapper_getTypeId_mBA1C806F7B3A0311F3727917ABD99CB602020ABE_inline (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = __this->get_typeId_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_data_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get__key_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get__value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteArray_get_position_m051EA29F295C8566EC23C951ADC46B5439D06199_inline (ByteArray_t5B8026DA5E5D2F9403BF1B87D0FE2E45BE31D40C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__position_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
int32_t L_1 = (int32_t)__this->get__size_2();
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
|
|
int32_t L_3 = ___index0;
|
|
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD03896747AF8CA1B6C76644EE232EC798524B608_gshared_inline (Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)__this->get_currentValue_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m0CE0B6919A09EFFBB1EBA5B5DFEF50E4F8A89CFA_gshared_inline (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
int32_t L_1 = (int32_t)__this->get__size_2();
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)__this->get__items_1();
|
|
int32_t L_3 = ___index0;
|
|
int32_t L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_2, (int32_t)L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_1();
|
|
return L_0;
|
|
}
|
|
}
|