yunque9/web_xcode/Classes/Native/UnityEngine.UNETModule.cpp

17518 lines
999 KiB
C++

#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 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>
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, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
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);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, 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);
}
};
// Microsoft.Win32.SafeHandles.SafeWaitHandle
struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2;
// System.Action`1<System.Int32>
struct Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B;
// System.Action`2<System.Int32,System.Int32>
struct Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Int64>[]
struct EntryU5BU5D_tF9AE91593D44959AF6DBBA29F22855E3876DE56F;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>[]
struct EntryU5BU5D_t336D45D7CF0734E6B6A74AB580615D7C5407DADF;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Int64>
struct KeyCollection_t4EA9E2BF3F85E701EFE7CF8E0250E8EAA47D0FBF;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>
struct KeyCollection_tF6A68C905E97FD1D20E562A2578AAC03D60054FB;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Int64>
struct ValueCollection_t901D810A3A1F69ED44A22BD9B0CD18195C05DDD4;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>
struct ValueCollection_t45EC0C1A39632A143BAF10744A985825C804A105;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int64>
struct Dictionary_2_t93E4A285599DF5AE27511A5E9205F2FC2CC7A526;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,System.Int64>
struct Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
// System.Collections.Generic.Dictionary`2<System.UInt64Enum,System.Object>
struct Dictionary_2_tC3B35B84DF06D773CB90D65C3F1E64290936D7EE;
// System.Collections.Generic.Dictionary`2<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>
struct Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.Networking.Types.NetworkID>
struct IEqualityComparer_1_t53183EED9D06AFBCB17495F155418E3556ED2606;
// System.Collections.Generic.IList`1<System.Byte>
struct IList_1_tD8E671D91FFB753EC5F4FC7C324234892AA95C60;
// System.Collections.Generic.List`1<System.Byte>
struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C;
// System.Collections.Generic.List`1<System.Byte>[]
struct List_1U5BU5D_t838316900CA53316A132DDBD3351152DCB0A210C;
// System.Collections.Generic.List`1<System.Byte[]>
struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>>
struct List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B;
// 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<UnityEngine.Networking.ChannelQOS>
struct List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D;
// System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig>
struct List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9;
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDesc>
struct List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655;
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDirectConnectInfo>
struct List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD;
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot>
struct List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E;
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>
struct List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>
struct ReadOnlyCollection_1_t44E935E566CE04FBBA629D22D386281FFE3F5AC5;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.Net.EndPoint
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980;
// System.Net.SocketAddress
struct SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969;
// System.Net.Sockets.NetworkStream
struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA;
// System.Net.Sockets.Socket
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8;
// System.Net.Sockets.TcpClient
struct TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB;
// System.NullReferenceException
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.String
struct String_t;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
// System.Uri/UriInfo
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E;
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
// UnityEngine.Networking.CertificateHandler
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0;
// UnityEngine.Networking.ChannelQOS
struct ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F;
// UnityEngine.Networking.ChannelQOS[]
struct ChannelQOSU5BU5D_tC2D1C9F7B107B590609C61D1354E175AE7BFF7C4;
// UnityEngine.Networking.ConnectionConfig
struct ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97;
// UnityEngine.Networking.ConnectionConfigInternal
struct ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B;
// UnityEngine.Networking.ConnectionConfig[]
struct ConnectionConfigU5BU5D_tA927874CBB2B61424427C9D0F319895D09BC667E;
// UnityEngine.Networking.ConnectionSimulatorConfig
struct ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE;
// UnityEngine.Networking.ConnectionSimulatorConfigInternal
struct ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B;
// UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9;
// UnityEngine.Networking.GlobalConfig
struct GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1;
// UnityEngine.Networking.GlobalConfigInternal
struct GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80;
// UnityEngine.Networking.HostTopology
struct HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E;
// UnityEngine.Networking.HostTopologyInternal
struct HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6;
// UnityEngine.Networking.Match.BasicResponse
struct BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C;
// UnityEngine.Networking.Match.CreateMatchRequest
struct CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC;
// UnityEngine.Networking.Match.CreateMatchResponse
struct CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A;
// UnityEngine.Networking.Match.DestroyMatchRequest
struct DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A;
// UnityEngine.Networking.Match.DropConnectionRequest
struct DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36;
// UnityEngine.Networking.Match.DropConnectionResponse
struct DropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B;
// UnityEngine.Networking.Match.JoinMatchRequest
struct JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04;
// UnityEngine.Networking.Match.JoinMatchResponse
struct JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7;
// UnityEngine.Networking.Match.ListMatchRequest
struct ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C;
// UnityEngine.Networking.Match.ListMatchResponse
struct ListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB;
// UnityEngine.Networking.Match.MatchDesc
struct MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336;
// UnityEngine.Networking.Match.MatchDesc[]
struct MatchDescU5BU5D_t2FCF1E41E50681A3C5C15FCCDE342B237B872979;
// UnityEngine.Networking.Match.MatchDirectConnectInfo
struct MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E;
// UnityEngine.Networking.Match.MatchDirectConnectInfo[]
struct MatchDirectConnectInfoU5BU5D_t8894BBBE190ABC3A14036F728806E289CD3C7A9E;
// UnityEngine.Networking.Match.MatchInfo
struct MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6;
// UnityEngine.Networking.Match.MatchInfoSnapshot
struct MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13;
// UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot
struct MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3;
// UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot[]
struct MatchInfoDirectConnectSnapshotU5BU5D_t0D4B9630851CEB7936D730455866D40003DF4168;
// UnityEngine.Networking.Match.MatchInfoSnapshot[]
struct MatchInfoSnapshotU5BU5D_t2BEF61A67444CFDBEF624889E566C9C67EE4407A;
// UnityEngine.Networking.Match.NetworkMatch
struct NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44;
// UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate
struct BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66;
// UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>
struct DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7;
// UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<System.Object>
struct DataResponseDelegate_1_t26170CF2105600AC9B412E932EB4103D80D763C1;
// UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>
struct DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6;
// UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<System.Object,System.Object>
struct InternalResponseDelegate_2_tA096DAC41C013FEB4017B65B26A3B13B2C9F51C7;
// UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.BasicResponse,UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate>
struct InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8;
// UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.CreateMatchResponse,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>>
struct InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9;
// UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.DropConnectionResponse,UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate>
struct InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B;
// UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.JoinMatchResponse,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>>
struct InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D;
// UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.ListMatchResponse,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>>
struct InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4;
// UnityEngine.Networking.Match.Request
struct Request_tD69F6485B01B639F633255CB12D08AFE608531B0;
// UnityEngine.Networking.Match.Response
struct Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742;
// UnityEngine.Networking.Match.SetMatchAttributesRequest
struct SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B;
// UnityEngine.Networking.Types.NetworkAccessToken
struct NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E;
// UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129;
// UnityEngine.Networking.UploadHandler
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4;
// UnityEngine.WWWForm
struct WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HostPriority_tA356A396FBEFE2905DF9FA794A23D35A16647301_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t26E75B5ACAB89DE13EBAC4AA8E0E13347841225E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NodeID_t5750FC76F28C87052875E5C470F422699497AE1A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* QosType_tCA1F3E1D717B2EEBD8C175C8B936B5E1C02C467A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t351795A786D9BBC52BBA769454BE5DF5BAE7F334____95D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral05D94A3E043BACD0B38591356B66F06810809FD5;
IL2CPP_EXTERN_C String_t* _stringLiteral0A7317DE0A379BEC1AA956AD809C5378B2FAC72D;
IL2CPP_EXTERN_C String_t* _stringLiteral0DC86FF0619F8E5EC6566FBDC17F4C814DE19F79;
IL2CPP_EXTERN_C String_t* _stringLiteral0E8C9490933B7DA7DAC4A1543C85B0321D826CE4;
IL2CPP_EXTERN_C String_t* _stringLiteral0F8698CEFDCDE55FFE1C03B72612ECB78180ABB0;
IL2CPP_EXTERN_C String_t* _stringLiteral1231B361818CDAED43B031A9759E9926DFD25A63;
IL2CPP_EXTERN_C String_t* _stringLiteral18401E9F7A1446199AEA91AD35A7D2CD4FA8250E;
IL2CPP_EXTERN_C String_t* _stringLiteral1A1F228190DF1EC528797D10EE3C3660FB8EFA34;
IL2CPP_EXTERN_C String_t* _stringLiteral1A74C3A0AC935471F1DC840914BCE1E0D18111E2;
IL2CPP_EXTERN_C String_t* _stringLiteral1AB6F15BDCE9EB9F5C5FE545BEC1C5673E52D57F;
IL2CPP_EXTERN_C String_t* _stringLiteral1B685DB68DC74C3A71DAA035EBC38920464F62DD;
IL2CPP_EXTERN_C String_t* _stringLiteral20630ACA938E5758DAFF3EF6BC4826F7DA689650;
IL2CPP_EXTERN_C String_t* _stringLiteral210787A5D144BC9187FFB893DE460B0F13C5F811;
IL2CPP_EXTERN_C String_t* _stringLiteral22F64FFB0071FCE70CC2D3BDA8F784C8D2E41993;
IL2CPP_EXTERN_C String_t* _stringLiteral239E2629CD35EC3D496982280A3E956944594A48;
IL2CPP_EXTERN_C String_t* _stringLiteral2454550F1BA9735FF1C01A79A622B51EB5C50CBD;
IL2CPP_EXTERN_C String_t* _stringLiteral270CF1859AC57B9BD7C9598AAFEFFC38759CA39C;
IL2CPP_EXTERN_C String_t* _stringLiteral2A865A27F93332F4BA0712EFF922CE757B69EE0D;
IL2CPP_EXTERN_C String_t* _stringLiteral2F65446FAE481A6AD11FB08767464DA57F386264;
IL2CPP_EXTERN_C String_t* _stringLiteral321624F14500E0A0363CF96680BFC9C462DE39DF;
IL2CPP_EXTERN_C String_t* _stringLiteral387B62E37BCAB1BFF4EDD48E035DA8930020B409;
IL2CPP_EXTERN_C String_t* _stringLiteral38F7C8CA6D2DB82E26B83383CCB8E25E733E1143;
IL2CPP_EXTERN_C String_t* _stringLiteral3B9CF7A6535B3788D65F461CB41FA228C5409741;
IL2CPP_EXTERN_C String_t* _stringLiteral479802BCA8527D4D2ABC512D3075F708D46F12E2;
IL2CPP_EXTERN_C String_t* _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9;
IL2CPP_EXTERN_C String_t* _stringLiteral4EFFC10FA738CB384419714982D243F290CBC6CE;
IL2CPP_EXTERN_C String_t* _stringLiteral4F2F83A8AAABCE54731B8676B038D3041B440915;
IL2CPP_EXTERN_C String_t* _stringLiteral540FBCF1AE2BFE45B64686162EE3D674733B04A1;
IL2CPP_EXTERN_C String_t* _stringLiteral54182A84A20F6C5D951923A178C05FE5309C87C6;
IL2CPP_EXTERN_C String_t* _stringLiteral5612C17DEA2327CEA1D3D71C268D08D847B707D7;
IL2CPP_EXTERN_C String_t* _stringLiteral5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8;
IL2CPP_EXTERN_C String_t* _stringLiteral5C57E376454F00281EE6365E18135213E144909A;
IL2CPP_EXTERN_C String_t* _stringLiteral5F9C2B53E8B3561C03FADC01F0A28BCF3F2C4AF1;
IL2CPP_EXTERN_C String_t* _stringLiteral62245D3384C66468850C5001FABF5BED37AAC655;
IL2CPP_EXTERN_C String_t* _stringLiteral624DCCC3DEBC22BAFED7C880638F1EE60B028051;
IL2CPP_EXTERN_C String_t* _stringLiteral63BFFDD58B92EC20F67F5EA9A1F16A5BDC755B40;
IL2CPP_EXTERN_C String_t* _stringLiteral6686E288AF8C6044EA3562C8F531B5A349928D7A;
IL2CPP_EXTERN_C String_t* _stringLiteral68496DA6F4EEE1C96269BDD071082FF722EB635E;
IL2CPP_EXTERN_C String_t* _stringLiteral68A5AEA4654B0DDEAF808D8B2B626F44B3567CC8;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral6C3FB989BEB5F58E208A3465494A06FE72A1B32A;
IL2CPP_EXTERN_C String_t* _stringLiteral6D39C08CA7F8FBB00226FA6176F96ACD8406A416;
IL2CPP_EXTERN_C String_t* _stringLiteral73695D1B1DF960900F29825E3300D2832ED69CCD;
IL2CPP_EXTERN_C String_t* _stringLiteral749E8CB3DEBCE82E56E78E26BD6FFA210FD1FFC2;
IL2CPP_EXTERN_C String_t* _stringLiteral76AA67F4975475A687F37781BFE59059956E164C;
IL2CPP_EXTERN_C String_t* _stringLiteral77DE898528700E32FE536FD18ECDB9F061F8AE87;
IL2CPP_EXTERN_C String_t* _stringLiteral7860B64509E767A5E55349EE5D0B5924BC980E2A;
IL2CPP_EXTERN_C String_t* _stringLiteral7AAEA3128CC8B112954AE90E9FEF3E900EF35A16;
IL2CPP_EXTERN_C String_t* _stringLiteral80776E13CA7794662A560DED464C3CED6FE01142;
IL2CPP_EXTERN_C String_t* _stringLiteral826D9C5F7B8914E1859631C6EB7F5F8443810309;
IL2CPP_EXTERN_C String_t* _stringLiteral862631514593F8B320BAC73C576021CF1A30D80A;
IL2CPP_EXTERN_C String_t* _stringLiteral8662B5BC4C9EDBFD19D167B43BF50C871090ED61;
IL2CPP_EXTERN_C String_t* _stringLiteral871237AAB5D917F636B84DDDA178C3B49475EB97;
IL2CPP_EXTERN_C String_t* _stringLiteral88F61D4DA61DE19D96C3C45803B52C9D124E2D21;
IL2CPP_EXTERN_C String_t* _stringLiteral8924D5874831BC50AFA3A33061A7A9E30FD6B20B;
IL2CPP_EXTERN_C String_t* _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3;
IL2CPP_EXTERN_C String_t* _stringLiteral8A62F5903FA634D33EA20220195042A46D4E73CC;
IL2CPP_EXTERN_C String_t* _stringLiteral8C3D95F35A9C155A18E7834F1F7801969D31473E;
IL2CPP_EXTERN_C String_t* _stringLiteral8C8DBA6BF5B6C52CFD58CB5BD6EEF006727DCB34;
IL2CPP_EXTERN_C String_t* _stringLiteral8FFF039853F5C2BBB8A28D056B579C7DCB7D137F;
IL2CPP_EXTERN_C String_t* _stringLiteral9120580E94F134CB7C9F27CD1E43DBC82980E152;
IL2CPP_EXTERN_C String_t* _stringLiteral91390A5FFD04D6FBE75278FB2D6EB42517CED251;
IL2CPP_EXTERN_C String_t* _stringLiteral97BC3ABCA7E4897E547BDD31B5AA93B5012DFC6C;
IL2CPP_EXTERN_C String_t* _stringLiteral9AD7EF211BEB1272E8B0474425ED23FEE3EAF43D;
IL2CPP_EXTERN_C String_t* _stringLiteral9D8E89898CB18DE263CD2BA9DD1F32D1588CD770;
IL2CPP_EXTERN_C String_t* _stringLiteral9F873B278B64359E85B0754551DDA1BFE0E95870;
IL2CPP_EXTERN_C String_t* _stringLiteralA0509B7780628BD9D9ABC7EB8A2163477341053A;
IL2CPP_EXTERN_C String_t* _stringLiteralA05DF4DE402CAF5B92499A31C11C92AD7CEA5117;
IL2CPP_EXTERN_C String_t* _stringLiteralA071BA8E40BA437D9079B10B9129176B6D965438;
IL2CPP_EXTERN_C String_t* _stringLiteralA0EE288562BE06E6A4DF7C89C1DB3E5F2FA2556F;
IL2CPP_EXTERN_C String_t* _stringLiteralA156AE09B7CCD30FD60AB03AA341DDDABB67C664;
IL2CPP_EXTERN_C String_t* _stringLiteralA6B691CD22F765E6D068C52A20320AFD6B3350E6;
IL2CPP_EXTERN_C String_t* _stringLiteralA8A125E08DA29BA7482E6CEF71ED8097CA468247;
IL2CPP_EXTERN_C String_t* _stringLiteralA8C3EB6565B409FAFB7AA7CB3E55EE4850CC625E;
IL2CPP_EXTERN_C String_t* _stringLiteralAC0AAE54180AC5366E85AF601E3C209FD970800A;
IL2CPP_EXTERN_C String_t* _stringLiteralAEAA7E59E46CC5FE82AECE4C74B98FE49BDBF140;
IL2CPP_EXTERN_C String_t* _stringLiteralB34E98C322B3A6C9AA8723215EEB198CCB437D6C;
IL2CPP_EXTERN_C String_t* _stringLiteralB42CC7CC66689AEAB426EA9526DDAD9C0003F5B1;
IL2CPP_EXTERN_C String_t* _stringLiteralB65AEC2C1F1D067988CC1CB4A9BA0A7FDCBCBD27;
IL2CPP_EXTERN_C String_t* _stringLiteralB78E130E3F991601A421DCF79C4DAE7094A0BAAB;
IL2CPP_EXTERN_C String_t* _stringLiteralB8378FB06AE49D3C873689855686BF396A177573;
IL2CPP_EXTERN_C String_t* _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3;
IL2CPP_EXTERN_C String_t* _stringLiteralBE278BB8F7279C5F1A82E9FA80F110AFC7B63A53;
IL2CPP_EXTERN_C String_t* _stringLiteralBF2F1394412FB1DA13D389286EBB9F0E828851A2;
IL2CPP_EXTERN_C String_t* _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B;
IL2CPP_EXTERN_C String_t* _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97;
IL2CPP_EXTERN_C String_t* _stringLiteralC7D804AB91405ED8518D53CEF17A6231BDE0922B;
IL2CPP_EXTERN_C String_t* _stringLiteralC87FF14D0CB229E95B3CD2DD820E7330627B8C9A;
IL2CPP_EXTERN_C String_t* _stringLiteralCA9FD0B2414177B79AC2EA7AD76252E4EF6DD65C;
IL2CPP_EXTERN_C String_t* _stringLiteralD00EA07C4D9E62F29BC81689FF949D9AD1A538FC;
IL2CPP_EXTERN_C String_t* _stringLiteralD3BC03D7A451088D6AB88A38AEE2701B33FF6A93;
IL2CPP_EXTERN_C String_t* _stringLiteralDBAB6D3021A0949473F9EA3AFDB545CC8FFA99AC;
IL2CPP_EXTERN_C String_t* _stringLiteralDBC3A33DCFCF1BC7408EAE8F613073A053473919;
IL2CPP_EXTERN_C String_t* _stringLiteralDD1C6588EE08D352D876C005202BEE7E76CA31AC;
IL2CPP_EXTERN_C String_t* _stringLiteralDE85715FF1D87B5C765628DF09AE2C95BC9A9C19;
IL2CPP_EXTERN_C String_t* _stringLiteralE0B2B22DC9C6B6569BBBAC486BB74616BCB6D7D9;
IL2CPP_EXTERN_C String_t* _stringLiteralE42F2F27CE2C8053F03A90732377C722B8F25DFD;
IL2CPP_EXTERN_C String_t* _stringLiteralEB7EA282D1824FA19F6080BC5C59DBFE32A3B0FD;
IL2CPP_EXTERN_C String_t* _stringLiteralF0280189A2C48E4F3636344127E94FF8145BFA43;
IL2CPP_EXTERN_C String_t* _stringLiteralF0B3A2B07784861FA0B2615D7890521B1DF0ED08;
IL2CPP_EXTERN_C String_t* _stringLiteralF402B5AA236761761C6C62C68EBBA59DBBF9C143;
IL2CPP_EXTERN_C String_t* _stringLiteralF5DE96FC817781C928D43971E93675D302247482;
IL2CPP_EXTERN_C String_t* _stringLiteralF832A8FAA0C1336C7713F6905E50DF9D7885BE68;
IL2CPP_EXTERN_C String_t* _stringLiteralFBF8D01C606FCA773324ED0AC894C23D48BD19DA;
IL2CPP_EXTERN_C String_t* _stringLiteralFD52B2D9B7F954EFE82BA98412E54E67E8218A2B;
IL2CPP_EXTERN_C const RuntimeMethod* ChannelQOS__ctor_m1517B79D2A0B8804142AF2E000389475F6EF2665_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionConfig_AddChannel_mCA963851A6B9A47F0304103775F2CAD00A988D50_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionConfig_GetChannel_m15660F69B226EBE4148DF542A2B08B0E26B5E53E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionConfig_GetSharedOrderChannels_m3D0255AF1BC4B0233416BE01CE54F39BAC4570F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionConfig_Validate_m0178C35662CE1DC30857B70DD908DC5E2C7BBE24_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionConfig__ctor_m189A8CE6CB30F3404A86FA36F4BBB3E443C8B397_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionConfig_set_MinUpdateTimeout_m977F479ADEA52AC1FDA957034883728966BB7F2D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionConfig_set_UsePlatformSpecificProtocols_m30C4B22B5D3104C84BE461B2D3991DD568249110_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DataResponseDelegate_1_Invoke_m69224B6EEC7C6CB14F90846D7C404BA0BBFE5C26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DataResponseDelegate_1_Invoke_m6B243EB09E4D2494BFEF56F2243F2E3AD0A76CEF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m50CA5F255BD3C8512D5C823AE7080BDA9812D0C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m414F419C84A4F313AD368AE7550056B4442808C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mC8FC047D404AD7B9FADE6354DE107249EC11216C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mC615B83227BD3571AE2218E9D8972F2650880776_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m2A2C3D66B822CEC69E3BD6FA01432C9183B3881C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0967733CC0BB777507EAACCDB3D676ED81DFE938_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m8BDC8C8C880FA37E4273D1B8023D35B27C6D0971_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m94F0D8A212C0DE30CE3FC0CE3D06A58E096207DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m9F9CCE72337FE26E88212E69C3D84D1D18C72733_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m26D85726D2AF35770796145FE9317FEE101A1C70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m594004920BE1EDA73B971F11EF4C2948E0C54ABE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6FA662A642FD731D78E175307A1AD85996405D51_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m835F6ADEE28787E14FC82DE6E090EEB7AF1F1651_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0C1F1FFA2852800291F4B4263EE2C7D5B51F07E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4AA3AF5856A01D239D59E737C82DC6197D0ACBFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC050C1265F789AACDB6F7A03D3065460116AACF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD941E022983AAC32ACE18F47A50428431EC7E72D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GlobalConfigInternal__ctor_m02FFD812EFB2B29331CA0A79D0490E273D9218F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GlobalConfig_set_ThreadAwakeTimeout_m0772D9967BD26B1D9A609EEDFCDF66AEEC92769E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HostTopology_GetSpecialConnectionConfig_mF820418F2CDF49B5E837E16F750FFDEF85587670_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HostTopology__ctor_m045190A96973972C370EB5CB4F534B0251C10828_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InternalResponseDelegate_2__ctor_m657FB34FDF1AAEECAEC57166BD7E65023EA115FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InternalResponseDelegate_2__ctor_m6780BC1DF7C0907EAF5CEE29E330961AFA7B5BAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InternalResponseDelegate_2__ctor_m7619A08BA63AAB4008A115B22BB67642B0AD4EF5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InternalResponseDelegate_2__ctor_m80CCD1F3357440BA2E4A52E8C8F2375DBFE8D766_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InternalResponseDelegate_2__ctor_mDCFE647DF655F2EF838DAE8C56940B97FEED04AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0CC5351DE1D3A06DF827D57879DCBA2E2B9A169A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3645BFAE222A2255766A797A98CBCAA14A968E3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m408844F8D23584FBD44A9941B5F7980BD0EB2256_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m975D1652C592F92A3FBD2729CDF1710EE5BED058_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AsReadOnly_mE1095F061E3272FF56B059043DEEB6DD58698DC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m39512943AE61A9E8A60D9DC86EBECF4A236AC5F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m600D09E99239D4D71B89B1F64F8D8CD2126CCC9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m6DEDD3C87E7678C580CDD6511D167EB030E81F21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mF45A2CA90CE9921CACD34C17F72070D49F53732C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0ACAA47E1DB3E7852B986C53F97764119E7DFB9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0DB10447B3A228732A3933DCB89873ACF6D00C71_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m35F894B7897B8B3A09853BD9CF9225211C1CD0FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m5412C17AB04623E325138B54F133BBE512D454CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7BD9CFE0AF42B2BAF7013BF46DAD712E24CE60F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF90068DB317AD2C0F101BD20A2F5AAFA672C9DDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0DE37CD73647F90E323864CF5D4CE7011F9CCF8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m41CB827D0F7F2CBAD6F39066CB6CD303E9D44835_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m91A25C4B92DEA236D28814AA70B1FF2458DA03BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mBC85186EFBB7E1186E57D097F0B6C5894F93E665_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m0CF211A8BC47B2907FB8C1DDE7FCE94BCA39BE39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m157EBCA0538E4A6BE8B50CE0C63A8C53EAAF0CD5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB246B8A19A6EE276F7A2730FA535E56B05BE7A2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_OnDropConnection_m7B75EB1376AE8AD3EC1794F94E1852B5CB8E3F01_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_OnMatchDestroyed_m3965080CF4B5E09CEF99A4C02D009E305EE35F7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_OnMatchJoined_m7D2765A55FDFFF2877FB9D268982E4F527E91388_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_OnMatchList_m797A7EDB42BFA20BCF28F1B81254F9D58268D8CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_OnSetMatchAttributes_mE3924ACE676E738CEC88BE76FF63F42B7F1719AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_ProcessMatchResponse_TisBasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_m4B1CCC119D5E809D3A8B5A75B69656144EE15588_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_ProcessMatchResponse_TisCreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A_TisDataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6_mDC4BC3CFAC819E8500B72240C7306ACE4C3207E3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_ProcessMatchResponse_TisDropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_mECE8FC9BD79805BC1ED60F24481159B0C73606E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_ProcessMatchResponse_TisJoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7_TisDataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6_m435774AD3DC6D4C0B9072D331E6A2C0D13262600_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkMatch_ProcessMatchResponse_TisListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB_TisDataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7_m821E608E90C0D877BAEE00FEFE503AC062DD6136_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkTransport_AddHostWithSimulator_mFAC7BC1714731813F32AB3839E74FA361F1C8CF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkTransport_AddWebsocketHost_mBD3B1181086C98C551A58DCB5A18F2C9FA3C824E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkTransport_CheckTopology_mEFD5868C2BAFB75AB9E350421B6ACEBDF4EA6AD2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkTransport_Send_mB69353E15777B45E0A22B5006B6DA5C610C22CC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkTransport_StartBroadcastDiscovery_mBD6CAF933B85AA59CB15885ADF7D2883C5CF903D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* QosType_tCA1F3E1D717B2EEBD8C175C8B936B5E1C02C467A_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t BasicResponseDelegate_BeginInvoke_mA0BEEA3DA347848767D4A63AC414580CFB6182A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ChannelQOS__ctor_m1517B79D2A0B8804142AF2E000389475F6EF2665_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfigInternal_Dispose_m5D91B1A753E70414FF71DD20DAAFB0122C126B84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfigInternal_Dispose_m951D9B0369609F00974989E0A595F7EBF2F361E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig_AddChannel_mCA963851A6B9A47F0304103775F2CAD00A988D50_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig_GetChannel_m15660F69B226EBE4148DF542A2B08B0E26B5E53E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig_GetSharedOrderChannels_m3D0255AF1BC4B0233416BE01CE54F39BAC4570F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig_Validate_m0178C35662CE1DC30857B70DD908DC5E2C7BBE24_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig__ctor_m13022BDB14367FC9C43C0ED824E7D5426445CE17_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig__ctor_m189A8CE6CB30F3404A86FA36F4BBB3E443C8B397_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig_get_ChannelCount_m567D018E60DB65C503CAB30A239CB36DA3E67C65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig_get_SharedOrderChannelCount_m4FDFB1F0AD5846A0989632D82C89E25858F5A601_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig_set_MinUpdateTimeout_m977F479ADEA52AC1FDA957034883728966BB7F2D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionConfig_set_UsePlatformSpecificProtocols_m30C4B22B5D3104C84BE461B2D3991DD568249110_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionSimulatorConfigInternal_Dispose_m6CF52F6743A3307B9191D6367352F376B1EDD7E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionSimulatorConfigInternal_Dispose_mABECF83BFC6F0CBAABFB16C1D13DBB234ECF6992_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CreateMatchRequest_ToString_mB3DD8C9B581DBBC7E542658117B66C28569CDC29_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CreateMatchRequest__ctor_mF7597C37FD5B2044BE09489C45A1BD3323DE7CEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CreateMatchResponse_ToString_mC400FE331334E2C8FF34374ABDA75C4E97A1944B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DestroyMatchRequest_ToString_mDA676BC53149C1807E6CE747E03DA1F9F392B5C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DestroyMatchRequest__ctor_m3D6C629C6DC042B5E5498FD68FE9143AAEA58664_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DropConnectionRequest_ToString_m3074CFF093AEEAC6AF6BEA7AB636B6C54607D4BB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DropConnectionRequest__ctor_m838EF456FE71565396CFC044091A6E9FD9202200_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DropConnectionResponse_ToString_mAA3920BD96536409A1FD0FBC1B1006A5F76BB972_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GlobalConfigInternal_Dispose_m936561AA82BC19D5AE9D8BE052EFF1789FFD28F0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GlobalConfigInternal_Dispose_mE0F51D40D65107AF1ECA99A393A753886AD19610_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GlobalConfigInternal__ctor_m02FFD812EFB2B29331CA0A79D0490E273D9218F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GlobalConfig_set_ThreadAwakeTimeout_m0772D9967BD26B1D9A609EEDFCDF66AEEC92769E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HostTopologyInternal_Dispose_m95F17DCB6762742872C323459AA48FA6C2495E10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HostTopologyInternal_Dispose_mA4DF2C3D9813A293D361C9CB3691E80AC0727265_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HostTopologyInternal__ctor_m2D08B1EDB463229E8E98B12F353413759BF03FD7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HostTopology_GetSpecialConnectionConfig_mF820418F2CDF49B5E837E16F750FFDEF85587670_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HostTopology__ctor_m045190A96973972C370EB5CB4F534B0251C10828_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HostTopology__ctor_m0FD79483FC711607C1558ED6DCCDD6CC0A9504E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HostTopology_get_SpecialConnectionConfigsCount_m54EF6FDA72F1BE8171F5F89FDDE101125568A324_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JoinMatchRequest_ToString_m4F41585CD58A9F4899C46966F232052C91F8758C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JoinMatchRequest__ctor_mCC71A85C41C6F603A0316A013B40FC7416DD4C74_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JoinMatchResponse_ToString_mA37A943EA70629061225B5078972AA62AEA022E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListMatchRequest_ToString_m0E53CBBE9FC6D70834FB37E707771282304B4398_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListMatchRequest__ctor_mB79E8D5B32EB7554B83908AD20297F67C51C7D26_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListMatchResponse_ToString_mEE09847F4224E3930F270C0AFB13629ECDE45C19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ListMatchResponse__ctor_m4C1BD073898941A965301B59C571706E2EED93D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MatchDesc_ToString_mB4E11FDD5972D48AC4B11D9498293353FDFC1C47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MatchDirectConnectInfo_ToString_m3389BC0331EE6E84BFDE51F15A189E2237D9D78F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MatchInfoSnapshot__ctor_mC49A01C90F7B4C7C6FA76620249DAE0C9D3901C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MatchInfo_ToString_m6B453B98C71A30062DBDDE8C367C82409801D9A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MatchInfo__ctor_m79B77D15D5376028539FDF96AC07129CA25C4841_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MatchInfo__ctor_mBBDAC8D46D12374A9A52C11950891C5444612674_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkAccessToken_GetByteString_m50ACF8E6E1720274D2D6EBED14A1B0BFA76CC0F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkAccessToken__ctor_mBB2D70BD1BF72396386BC88C04EE55B8A65C5FED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkAccessToken__ctor_mFBE4B4A1C7F5D2864C183741F6AB8A64CA8AF077_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_CreateMatch_m168B69EB063ADB7284171AB390B7D5925AACCA9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_CreateMatch_m7AB55D48BD5415FDB27F0FD56D1AFA6581189A9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_DestroyMatch_m45DA9E1C62C451AE1A6B493417E51C5BF1EB8666_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_DestroyMatch_mE62293F13D39BD3A6E62ADE4CBF37237831A409A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_DropConnection_m49B56262D7D1C543857F987DC0AE8DF1A273E936_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_DropConnection_mA6F4543C37156C7D15200738A7BAB978F2FA79A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_JoinMatch_m296F0C1D8C77BC2997CB76D253544C7CB64C6D4A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_JoinMatch_m75919E7034AF5283EF91ADB83AFB528ACFF22EF9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_ListMatches_m9DD42880ABE443C6F542430EC48C73A0EA04DF0E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_ListMatches_mB031E668A2893EC8649F58C4E69D0B2885C302DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_OnMatchCreate_m0C86A9C9283BA970101CD750261759CF73FD59B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_OnMatchJoined_m7D2765A55FDFFF2877FB9D268982E4F527E91388_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_OnMatchList_m797A7EDB42BFA20BCF28F1B81254F9D58268D8CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_SetMatchAttributes_m241FA3F4544207A770083D17B506DF87F5730ED9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch_SetMatchAttributes_mFC668A67A81A61F24BB344B1983B598FA4F722C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkMatch__ctor_m361148AF3059B4547B33717EC38FEC798D6181B9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_AddHostWithSimulator_m95A843B5ED231E92CDCB0985F95C79E974158E6D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_AddHostWithSimulator_mFAC7BC1714731813F32AB3839E74FA361F1C8CF4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_AddHost_m0BCF7C25405CAFFF5791A8C8690344C0A510E78A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_AddWebsocketHost_mBD3B1181086C98C551A58DCB5A18F2C9FA3C824E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_CheckTopology_mEFD5868C2BAFB75AB9E350421B6ACEBDF4EA6AD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_ConnectAsNetworkHost_m2A6012BB409804ABE5B405CE37BBADC57860F66D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_ConnectToNetworkPeer_m8C95DFC3B2A813BF77C9AEF894D1E1FDA014B94E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_ConnectToNetworkPeer_mDAECC312BC79153DFA25436E864790E739B056B3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_ConnectWithSimulator_m3A7B81AEFD1CA5AF947B0D789B0C7A7AE68479D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_DoesEndPointUsePlatformProtocols_m93715C4937C84701BA91E2C0EA0FB62C6B9FF4A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_GetBroadcastConnectionInfo_m176370FAE602381EE58054BE00F9110D4B477035_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_GetBroadcastConnectionMessage_m8A49D75BE5C2BE37F48A6393C6A85BD24267707A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_GetConnectionInfo_m4661502EC7DF921E753B82FC4DFDB02F26280D7B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_Init_m4416B410338D6F2C49DCE9BC080EBD57733973B8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_Init_mCD809301258F7EB4506BB909BF2737667609A76F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_IsPortOpen_mE7674AF4AFAF5CA208EF9F5AD87922DDBA3182C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_ReceiveFromHost_mBC5BC5EA8C78DBB54A074A1F90AB265030144809_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_ReceiveRelayEventFromHost_mF46DCD86165337FD952090A1088935C04EBAAE22_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_Receive_m94165BFFB6721C9909B8ACAA28449D189FC14808_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_Send_mB69353E15777B45E0A22B5006B6DA5C610C22CC1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_Shutdown_mF3CA51C65B0667F1484B63B9D230159EE0F1D480_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_StartBroadcastDiscovery_mBD6CAF933B85AA59CB15885ADF7D2883C5CF903D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport__cctor_m2727A7CF15FDDE579F295BE23E065092A9AB8225_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkTransport_get_IsStarted_m4CAF0D6C40DE6A0CAD6EED03E8CDF642BECFCE37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Request__cctor_m66C0454E3627849D50A5CD61C9F7EC272686612C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Response_ToString_mBB9AD4B7C8F77AABB116C7366E08C58675B49F88_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SetMatchAttributesRequest_ToString_mB5DE9236C82C14BEA1E87860DEB484F0E610A961_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SetMatchAttributesRequest__ctor_m1313A1062D40992E9BFB9595FB75AEE8FBD3AF52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utility_GetAccessTokenForNetwork_m5E89A2A601DEE96C45953C05ED1E4AADDE8C60AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utility_SetAccessTokenForNetwork_m661388B8A299F21F96CA40C638EAB94E92EAB987_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Utility__cctor_m37BB9FE34B09F16EF12BB097F42C4F20EA5D4428_MetadataUsageId;
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
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
// <Module>
struct U3CModuleU3E_t88DAE11FC70AD3FA2BAE1C9710015E566BDD8DF0
{
public:
public:
};
// System.Object
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t351795A786D9BBC52BBA769454BE5DF5BAE7F334 : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t351795A786D9BBC52BBA769454BE5DF5BAE7F334_StaticFields
{
public:
// System.Int32 <PrivateImplementationDetails>::95D7E9C7483D5AF10DF20044FCD3E580073E1D4B
int32_t ___95D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0;
public:
inline static int32_t get_offset_of_U395D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t351795A786D9BBC52BBA769454BE5DF5BAE7F334_StaticFields, ___95D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0)); }
inline int32_t get_U395D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0() const { return ___95D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0; }
inline int32_t* get_address_of_U395D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0() { return &___95D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0; }
inline void set_U395D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0(int32_t value)
{
___95D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0 = value;
}
};
struct Il2CppArrayBounds;
// System.Array
// System.Collections.Generic.Dictionary`2<System.String,System.Int64>
struct Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 : 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_tF9AE91593D44959AF6DBBA29F22855E3876DE56F* ___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_t4EA9E2BF3F85E701EFE7CF8E0250E8EAA47D0FBF * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t901D810A3A1F69ED44A22BD9B0CD18195C05DDD4 * ___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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ___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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ___entries_1)); }
inline EntryU5BU5D_tF9AE91593D44959AF6DBBA29F22855E3876DE56F* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tF9AE91593D44959AF6DBBA29F22855E3876DE56F** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tF9AE91593D44959AF6DBBA29F22855E3876DE56F* 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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ___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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ___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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ___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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ___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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ___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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ___keys_7)); }
inline KeyCollection_t4EA9E2BF3F85E701EFE7CF8E0250E8EAA47D0FBF * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t4EA9E2BF3F85E701EFE7CF8E0250E8EAA47D0FBF ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t4EA9E2BF3F85E701EFE7CF8E0250E8EAA47D0FBF * 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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ___values_8)); }
inline ValueCollection_t901D810A3A1F69ED44A22BD9B0CD18195C05DDD4 * get_values_8() const { return ___values_8; }
inline ValueCollection_t901D810A3A1F69ED44A22BD9B0CD18195C05DDD4 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t901D810A3A1F69ED44A22BD9B0CD18195C05DDD4 * 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_tB88C00CE0EE25424439BDBC50E178C73E6E14849, ____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.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : 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_t034347107F1D23C91DE1D712EA637D904789415C* ___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_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* 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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * 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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * 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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____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<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>
struct Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 : 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_t336D45D7CF0734E6B6A74AB580615D7C5407DADF* ___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_tF6A68C905E97FD1D20E562A2578AAC03D60054FB * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t45EC0C1A39632A143BAF10744A985825C804A105 * ___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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ___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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ___entries_1)); }
inline EntryU5BU5D_t336D45D7CF0734E6B6A74AB580615D7C5407DADF* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t336D45D7CF0734E6B6A74AB580615D7C5407DADF** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t336D45D7CF0734E6B6A74AB580615D7C5407DADF* 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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ___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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ___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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ___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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ___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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ___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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ___keys_7)); }
inline KeyCollection_tF6A68C905E97FD1D20E562A2578AAC03D60054FB * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tF6A68C905E97FD1D20E562A2578AAC03D60054FB ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tF6A68C905E97FD1D20E562A2578AAC03D60054FB * 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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ___values_8)); }
inline ValueCollection_t45EC0C1A39632A143BAF10744A985825C804A105 * get_values_8() const { return ___values_8; }
inline ValueCollection_t45EC0C1A39632A143BAF10744A985825C804A105 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t45EC0C1A39632A143BAF10744A985825C804A105 * 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_tE5A59A78F891177CE23963B60E102E3321CAECD5, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Byte>
struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____items_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__items_1() const { return ____items_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____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_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_StaticFields, ____emptyArray_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__emptyArray_5() const { return ____emptyArray_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>>
struct List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
List_1U5BU5D_t838316900CA53316A132DDBD3351152DCB0A210C* ____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_t9CBFF6C556509801D1C2955D65B7064E808CA71B, ____items_1)); }
inline List_1U5BU5D_t838316900CA53316A132DDBD3351152DCB0A210C* get__items_1() const { return ____items_1; }
inline List_1U5BU5D_t838316900CA53316A132DDBD3351152DCB0A210C** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(List_1U5BU5D_t838316900CA53316A132DDBD3351152DCB0A210C* 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_t9CBFF6C556509801D1C2955D65B7064E808CA71B, ____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_t9CBFF6C556509801D1C2955D65B7064E808CA71B, ____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_t9CBFF6C556509801D1C2955D65B7064E808CA71B, ____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_t9CBFF6C556509801D1C2955D65B7064E808CA71B_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
List_1U5BU5D_t838316900CA53316A132DDBD3351152DCB0A210C* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B_StaticFields, ____emptyArray_5)); }
inline List_1U5BU5D_t838316900CA53316A132DDBD3351152DCB0A210C* get__emptyArray_5() const { return ____emptyArray_5; }
inline List_1U5BU5D_t838316900CA53316A132DDBD3351152DCB0A210C** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(List_1U5BU5D_t838316900CA53316A132DDBD3351152DCB0A210C* 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<UnityEngine.Networking.ChannelQOS>
struct List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ChannelQOSU5BU5D_tC2D1C9F7B107B590609C61D1354E175AE7BFF7C4* ____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_tE1D58254452F8BE854CC6ECC4A39158B9F92869D, ____items_1)); }
inline ChannelQOSU5BU5D_tC2D1C9F7B107B590609C61D1354E175AE7BFF7C4* get__items_1() const { return ____items_1; }
inline ChannelQOSU5BU5D_tC2D1C9F7B107B590609C61D1354E175AE7BFF7C4** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ChannelQOSU5BU5D_tC2D1C9F7B107B590609C61D1354E175AE7BFF7C4* 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_tE1D58254452F8BE854CC6ECC4A39158B9F92869D, ____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_tE1D58254452F8BE854CC6ECC4A39158B9F92869D, ____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_tE1D58254452F8BE854CC6ECC4A39158B9F92869D, ____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_tE1D58254452F8BE854CC6ECC4A39158B9F92869D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ChannelQOSU5BU5D_tC2D1C9F7B107B590609C61D1354E175AE7BFF7C4* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D_StaticFields, ____emptyArray_5)); }
inline ChannelQOSU5BU5D_tC2D1C9F7B107B590609C61D1354E175AE7BFF7C4* get__emptyArray_5() const { return ____emptyArray_5; }
inline ChannelQOSU5BU5D_tC2D1C9F7B107B590609C61D1354E175AE7BFF7C4** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ChannelQOSU5BU5D_tC2D1C9F7B107B590609C61D1354E175AE7BFF7C4* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig>
struct List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ConnectionConfigU5BU5D_tA927874CBB2B61424427C9D0F319895D09BC667E* ____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_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9, ____items_1)); }
inline ConnectionConfigU5BU5D_tA927874CBB2B61424427C9D0F319895D09BC667E* get__items_1() const { return ____items_1; }
inline ConnectionConfigU5BU5D_tA927874CBB2B61424427C9D0F319895D09BC667E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ConnectionConfigU5BU5D_tA927874CBB2B61424427C9D0F319895D09BC667E* 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_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9, ____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_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9, ____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_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9, ____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_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ConnectionConfigU5BU5D_tA927874CBB2B61424427C9D0F319895D09BC667E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9_StaticFields, ____emptyArray_5)); }
inline ConnectionConfigU5BU5D_tA927874CBB2B61424427C9D0F319895D09BC667E* get__emptyArray_5() const { return ____emptyArray_5; }
inline ConnectionConfigU5BU5D_tA927874CBB2B61424427C9D0F319895D09BC667E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ConnectionConfigU5BU5D_tA927874CBB2B61424427C9D0F319895D09BC667E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDesc>
struct List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MatchDescU5BU5D_t2FCF1E41E50681A3C5C15FCCDE342B237B872979* ____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_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655, ____items_1)); }
inline MatchDescU5BU5D_t2FCF1E41E50681A3C5C15FCCDE342B237B872979* get__items_1() const { return ____items_1; }
inline MatchDescU5BU5D_t2FCF1E41E50681A3C5C15FCCDE342B237B872979** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MatchDescU5BU5D_t2FCF1E41E50681A3C5C15FCCDE342B237B872979* 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_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655, ____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_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655, ____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_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655, ____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_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MatchDescU5BU5D_t2FCF1E41E50681A3C5C15FCCDE342B237B872979* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655_StaticFields, ____emptyArray_5)); }
inline MatchDescU5BU5D_t2FCF1E41E50681A3C5C15FCCDE342B237B872979* get__emptyArray_5() const { return ____emptyArray_5; }
inline MatchDescU5BU5D_t2FCF1E41E50681A3C5C15FCCDE342B237B872979** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MatchDescU5BU5D_t2FCF1E41E50681A3C5C15FCCDE342B237B872979* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDirectConnectInfo>
struct List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MatchDirectConnectInfoU5BU5D_t8894BBBE190ABC3A14036F728806E289CD3C7A9E* ____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_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD, ____items_1)); }
inline MatchDirectConnectInfoU5BU5D_t8894BBBE190ABC3A14036F728806E289CD3C7A9E* get__items_1() const { return ____items_1; }
inline MatchDirectConnectInfoU5BU5D_t8894BBBE190ABC3A14036F728806E289CD3C7A9E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MatchDirectConnectInfoU5BU5D_t8894BBBE190ABC3A14036F728806E289CD3C7A9E* 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_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD, ____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_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD, ____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_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD, ____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_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MatchDirectConnectInfoU5BU5D_t8894BBBE190ABC3A14036F728806E289CD3C7A9E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD_StaticFields, ____emptyArray_5)); }
inline MatchDirectConnectInfoU5BU5D_t8894BBBE190ABC3A14036F728806E289CD3C7A9E* get__emptyArray_5() const { return ____emptyArray_5; }
inline MatchDirectConnectInfoU5BU5D_t8894BBBE190ABC3A14036F728806E289CD3C7A9E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MatchDirectConnectInfoU5BU5D_t8894BBBE190ABC3A14036F728806E289CD3C7A9E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot>
struct List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MatchInfoDirectConnectSnapshotU5BU5D_t0D4B9630851CEB7936D730455866D40003DF4168* ____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_t4766D317EA4D02380714A2F4921888EF152FFF2E, ____items_1)); }
inline MatchInfoDirectConnectSnapshotU5BU5D_t0D4B9630851CEB7936D730455866D40003DF4168* get__items_1() const { return ____items_1; }
inline MatchInfoDirectConnectSnapshotU5BU5D_t0D4B9630851CEB7936D730455866D40003DF4168** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MatchInfoDirectConnectSnapshotU5BU5D_t0D4B9630851CEB7936D730455866D40003DF4168* 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_t4766D317EA4D02380714A2F4921888EF152FFF2E, ____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_t4766D317EA4D02380714A2F4921888EF152FFF2E, ____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_t4766D317EA4D02380714A2F4921888EF152FFF2E, ____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_t4766D317EA4D02380714A2F4921888EF152FFF2E_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MatchInfoDirectConnectSnapshotU5BU5D_t0D4B9630851CEB7936D730455866D40003DF4168* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E_StaticFields, ____emptyArray_5)); }
inline MatchInfoDirectConnectSnapshotU5BU5D_t0D4B9630851CEB7936D730455866D40003DF4168* get__emptyArray_5() const { return ____emptyArray_5; }
inline MatchInfoDirectConnectSnapshotU5BU5D_t0D4B9630851CEB7936D730455866D40003DF4168** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MatchInfoDirectConnectSnapshotU5BU5D_t0D4B9630851CEB7936D730455866D40003DF4168* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>
struct List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MatchInfoSnapshotU5BU5D_t2BEF61A67444CFDBEF624889E566C9C67EE4407A* ____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_t4519F08E47C05121C145E12C3013C3A20CB87CC6, ____items_1)); }
inline MatchInfoSnapshotU5BU5D_t2BEF61A67444CFDBEF624889E566C9C67EE4407A* get__items_1() const { return ____items_1; }
inline MatchInfoSnapshotU5BU5D_t2BEF61A67444CFDBEF624889E566C9C67EE4407A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MatchInfoSnapshotU5BU5D_t2BEF61A67444CFDBEF624889E566C9C67EE4407A* 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_t4519F08E47C05121C145E12C3013C3A20CB87CC6, ____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_t4519F08E47C05121C145E12C3013C3A20CB87CC6, ____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_t4519F08E47C05121C145E12C3013C3A20CB87CC6, ____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_t4519F08E47C05121C145E12C3013C3A20CB87CC6_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MatchInfoSnapshotU5BU5D_t2BEF61A67444CFDBEF624889E566C9C67EE4407A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6_StaticFields, ____emptyArray_5)); }
inline MatchInfoSnapshotU5BU5D_t2BEF61A67444CFDBEF624889E566C9C67EE4407A* get__emptyArray_5() const { return ____emptyArray_5; }
inline MatchInfoSnapshotU5BU5D_t2BEF61A67444CFDBEF624889E566C9C67EE4407A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MatchInfoSnapshotU5BU5D_t2BEF61A67444CFDBEF624889E566C9C67EE4407A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>
struct ReadOnlyCollection_1_t44E935E566CE04FBBA629D22D386281FFE3F5AC5 : public RuntimeObject
{
public:
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject * ____syncRoot_1;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(ReadOnlyCollection_1_t44E935E566CE04FBBA629D22D386281FFE3F5AC5, ___list_0)); }
inline RuntimeObject* get_list_0() const { return ___list_0; }
inline RuntimeObject** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(RuntimeObject* value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_1() { return static_cast<int32_t>(offsetof(ReadOnlyCollection_1_t44E935E566CE04FBBA629D22D386281FFE3F5AC5, ____syncRoot_1)); }
inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; }
inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; }
inline void set__syncRoot_1(RuntimeObject * value)
{
____syncRoot_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (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.SocketAddress
struct SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 : public RuntimeObject
{
public:
// System.Int32 System.Net.SocketAddress::m_Size
int32_t ___m_Size_0;
// System.Byte[] System.Net.SocketAddress::m_Buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_Buffer_1;
// System.Boolean System.Net.SocketAddress::m_changed
bool ___m_changed_2;
// System.Int32 System.Net.SocketAddress::m_hash
int32_t ___m_hash_3;
public:
inline static int32_t get_offset_of_m_Size_0() { return static_cast<int32_t>(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_Size_0)); }
inline int32_t get_m_Size_0() const { return ___m_Size_0; }
inline int32_t* get_address_of_m_Size_0() { return &___m_Size_0; }
inline void set_m_Size_0(int32_t value)
{
___m_Size_0 = value;
}
inline static int32_t get_offset_of_m_Buffer_1() { return static_cast<int32_t>(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_Buffer_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_Buffer_1() const { return ___m_Buffer_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_Buffer_1() { return &___m_Buffer_1; }
inline void set_m_Buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_Buffer_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Buffer_1), (void*)value);
}
inline static int32_t get_offset_of_m_changed_2() { return static_cast<int32_t>(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_changed_2)); }
inline bool get_m_changed_2() const { return ___m_changed_2; }
inline bool* get_address_of_m_changed_2() { return &___m_changed_2; }
inline void set_m_changed_2(bool value)
{
___m_changed_2 = value;
}
inline static int32_t get_offset_of_m_hash_3() { return static_cast<int32_t>(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_hash_3)); }
inline int32_t get_m_hash_3() const { return ___m_hash_3; }
inline int32_t* get_address_of_m_hash_3() { return &___m_hash_3; }
inline void set_m_hash_3(int32_t value)
{
___m_hash_3 = value;
}
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.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.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
{
};
// UnityEngine.Networking.ConnectionSimulatorConfig
struct ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE : public RuntimeObject
{
public:
// System.Int32 UnityEngine.Networking.ConnectionSimulatorConfig::m_OutMinDelay
int32_t ___m_OutMinDelay_0;
// System.Int32 UnityEngine.Networking.ConnectionSimulatorConfig::m_OutAvgDelay
int32_t ___m_OutAvgDelay_1;
// System.Int32 UnityEngine.Networking.ConnectionSimulatorConfig::m_InMinDelay
int32_t ___m_InMinDelay_2;
// System.Int32 UnityEngine.Networking.ConnectionSimulatorConfig::m_InAvgDelay
int32_t ___m_InAvgDelay_3;
// System.Single UnityEngine.Networking.ConnectionSimulatorConfig::m_PacketLossPercentage
float ___m_PacketLossPercentage_4;
public:
inline static int32_t get_offset_of_m_OutMinDelay_0() { return static_cast<int32_t>(offsetof(ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE, ___m_OutMinDelay_0)); }
inline int32_t get_m_OutMinDelay_0() const { return ___m_OutMinDelay_0; }
inline int32_t* get_address_of_m_OutMinDelay_0() { return &___m_OutMinDelay_0; }
inline void set_m_OutMinDelay_0(int32_t value)
{
___m_OutMinDelay_0 = value;
}
inline static int32_t get_offset_of_m_OutAvgDelay_1() { return static_cast<int32_t>(offsetof(ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE, ___m_OutAvgDelay_1)); }
inline int32_t get_m_OutAvgDelay_1() const { return ___m_OutAvgDelay_1; }
inline int32_t* get_address_of_m_OutAvgDelay_1() { return &___m_OutAvgDelay_1; }
inline void set_m_OutAvgDelay_1(int32_t value)
{
___m_OutAvgDelay_1 = value;
}
inline static int32_t get_offset_of_m_InMinDelay_2() { return static_cast<int32_t>(offsetof(ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE, ___m_InMinDelay_2)); }
inline int32_t get_m_InMinDelay_2() const { return ___m_InMinDelay_2; }
inline int32_t* get_address_of_m_InMinDelay_2() { return &___m_InMinDelay_2; }
inline void set_m_InMinDelay_2(int32_t value)
{
___m_InMinDelay_2 = value;
}
inline static int32_t get_offset_of_m_InAvgDelay_3() { return static_cast<int32_t>(offsetof(ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE, ___m_InAvgDelay_3)); }
inline int32_t get_m_InAvgDelay_3() const { return ___m_InAvgDelay_3; }
inline int32_t* get_address_of_m_InAvgDelay_3() { return &___m_InAvgDelay_3; }
inline void set_m_InAvgDelay_3(int32_t value)
{
___m_InAvgDelay_3 = value;
}
inline static int32_t get_offset_of_m_PacketLossPercentage_4() { return static_cast<int32_t>(offsetof(ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE, ___m_PacketLossPercentage_4)); }
inline float get_m_PacketLossPercentage_4() const { return ___m_PacketLossPercentage_4; }
inline float* get_address_of_m_PacketLossPercentage_4() { return &___m_PacketLossPercentage_4; }
inline void set_m_PacketLossPercentage_4(float value)
{
___m_PacketLossPercentage_4 = value;
}
};
// UnityEngine.Networking.HostTopology
struct HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E : public RuntimeObject
{
public:
// UnityEngine.Networking.ConnectionConfig UnityEngine.Networking.HostTopology::m_DefConfig
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * ___m_DefConfig_0;
// System.Int32 UnityEngine.Networking.HostTopology::m_MaxDefConnections
int32_t ___m_MaxDefConnections_1;
// System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig> UnityEngine.Networking.HostTopology::m_SpecialConnections
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * ___m_SpecialConnections_2;
// System.UInt16 UnityEngine.Networking.HostTopology::m_ReceivedMessagePoolSize
uint16_t ___m_ReceivedMessagePoolSize_3;
// System.UInt16 UnityEngine.Networking.HostTopology::m_SentMessagePoolSize
uint16_t ___m_SentMessagePoolSize_4;
// System.Single UnityEngine.Networking.HostTopology::m_MessagePoolSizeGrowthFactor
float ___m_MessagePoolSizeGrowthFactor_5;
public:
inline static int32_t get_offset_of_m_DefConfig_0() { return static_cast<int32_t>(offsetof(HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E, ___m_DefConfig_0)); }
inline ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * get_m_DefConfig_0() const { return ___m_DefConfig_0; }
inline ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 ** get_address_of_m_DefConfig_0() { return &___m_DefConfig_0; }
inline void set_m_DefConfig_0(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * value)
{
___m_DefConfig_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DefConfig_0), (void*)value);
}
inline static int32_t get_offset_of_m_MaxDefConnections_1() { return static_cast<int32_t>(offsetof(HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E, ___m_MaxDefConnections_1)); }
inline int32_t get_m_MaxDefConnections_1() const { return ___m_MaxDefConnections_1; }
inline int32_t* get_address_of_m_MaxDefConnections_1() { return &___m_MaxDefConnections_1; }
inline void set_m_MaxDefConnections_1(int32_t value)
{
___m_MaxDefConnections_1 = value;
}
inline static int32_t get_offset_of_m_SpecialConnections_2() { return static_cast<int32_t>(offsetof(HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E, ___m_SpecialConnections_2)); }
inline List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * get_m_SpecialConnections_2() const { return ___m_SpecialConnections_2; }
inline List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 ** get_address_of_m_SpecialConnections_2() { return &___m_SpecialConnections_2; }
inline void set_m_SpecialConnections_2(List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * value)
{
___m_SpecialConnections_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SpecialConnections_2), (void*)value);
}
inline static int32_t get_offset_of_m_ReceivedMessagePoolSize_3() { return static_cast<int32_t>(offsetof(HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E, ___m_ReceivedMessagePoolSize_3)); }
inline uint16_t get_m_ReceivedMessagePoolSize_3() const { return ___m_ReceivedMessagePoolSize_3; }
inline uint16_t* get_address_of_m_ReceivedMessagePoolSize_3() { return &___m_ReceivedMessagePoolSize_3; }
inline void set_m_ReceivedMessagePoolSize_3(uint16_t value)
{
___m_ReceivedMessagePoolSize_3 = value;
}
inline static int32_t get_offset_of_m_SentMessagePoolSize_4() { return static_cast<int32_t>(offsetof(HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E, ___m_SentMessagePoolSize_4)); }
inline uint16_t get_m_SentMessagePoolSize_4() const { return ___m_SentMessagePoolSize_4; }
inline uint16_t* get_address_of_m_SentMessagePoolSize_4() { return &___m_SentMessagePoolSize_4; }
inline void set_m_SentMessagePoolSize_4(uint16_t value)
{
___m_SentMessagePoolSize_4 = value;
}
inline static int32_t get_offset_of_m_MessagePoolSizeGrowthFactor_5() { return static_cast<int32_t>(offsetof(HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E, ___m_MessagePoolSizeGrowthFactor_5)); }
inline float get_m_MessagePoolSizeGrowthFactor_5() const { return ___m_MessagePoolSizeGrowthFactor_5; }
inline float* get_address_of_m_MessagePoolSizeGrowthFactor_5() { return &___m_MessagePoolSizeGrowthFactor_5; }
inline void set_m_MessagePoolSizeGrowthFactor_5(float value)
{
___m_MessagePoolSizeGrowthFactor_5 = value;
}
};
// UnityEngine.Networking.Match.Response
struct Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 : public RuntimeObject
{
public:
// System.Boolean UnityEngine.Networking.Match.Response::success
bool ___success_0;
// System.String UnityEngine.Networking.Match.Response::extendedInfo
String_t* ___extendedInfo_1;
public:
inline static int32_t get_offset_of_success_0() { return static_cast<int32_t>(offsetof(Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742, ___success_0)); }
inline bool get_success_0() const { return ___success_0; }
inline bool* get_address_of_success_0() { return &___success_0; }
inline void set_success_0(bool value)
{
___success_0 = value;
}
inline static int32_t get_offset_of_extendedInfo_1() { return static_cast<int32_t>(offsetof(Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742, ___extendedInfo_1)); }
inline String_t* get_extendedInfo_1() const { return ___extendedInfo_1; }
inline String_t** get_address_of_extendedInfo_1() { return &___extendedInfo_1; }
inline void set_extendedInfo_1(String_t* value)
{
___extendedInfo_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___extendedInfo_1), (void*)value);
}
};
// UnityEngine.Networking.NetworkTransport
struct NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF : public RuntimeObject
{
public:
public:
};
struct NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_StaticFields
{
public:
// System.Int32 UnityEngine.Networking.NetworkTransport::s_nextSceneId
int32_t ___s_nextSceneId_0;
public:
inline static int32_t get_offset_of_s_nextSceneId_0() { return static_cast<int32_t>(offsetof(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_StaticFields, ___s_nextSceneId_0)); }
inline int32_t get_s_nextSceneId_0() const { return ___s_nextSceneId_0; }
inline int32_t* get_address_of_s_nextSceneId_0() { return &___s_nextSceneId_0; }
inline void set_s_nextSceneId_0(int32_t value)
{
___s_nextSceneId_0 = value;
}
};
// UnityEngine.Networking.Types.NetworkAccessToken
struct NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E : public RuntimeObject
{
public:
// System.Byte[] UnityEngine.Networking.Types.NetworkAccessToken::array
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array_1;
public:
inline static int32_t get_offset_of_array_1() { return static_cast<int32_t>(offsetof(NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E, ___array_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_array_1() const { return ___array_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_array_1() { return &___array_1; }
inline void set_array_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___array_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___array_1), (void*)value);
}
};
// UnityEngine.Networking.Utility
struct Utility_t44C778E6606C5FD31320D818661DFEDB21462E60 : public RuntimeObject
{
public:
public:
};
struct Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken> UnityEngine.Networking.Utility::s_dictTokens
Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * ___s_dictTokens_0;
public:
inline static int32_t get_offset_of_s_dictTokens_0() { return static_cast<int32_t>(offsetof(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_StaticFields, ___s_dictTokens_0)); }
inline Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * get_s_dictTokens_0() const { return ___s_dictTokens_0; }
inline Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 ** get_address_of_s_dictTokens_0() { return &___s_dictTokens_0; }
inline void set_s_dictTokens_0(Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * value)
{
___s_dictTokens_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_dictTokens_0), (void*)value);
}
};
// UnityEngine.WWWForm
struct WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<System.Byte[]> UnityEngine.WWWForm::formData
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * ___formData_0;
// System.Collections.Generic.List`1<System.String> UnityEngine.WWWForm::fieldNames
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___fieldNames_1;
// System.Collections.Generic.List`1<System.String> UnityEngine.WWWForm::fileNames
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___fileNames_2;
// System.Collections.Generic.List`1<System.String> UnityEngine.WWWForm::types
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___types_3;
// System.Byte[] UnityEngine.WWWForm::boundary
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___boundary_4;
// System.Boolean UnityEngine.WWWForm::containsFiles
bool ___containsFiles_5;
public:
inline static int32_t get_offset_of_formData_0() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___formData_0)); }
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * get_formData_0() const { return ___formData_0; }
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 ** get_address_of_formData_0() { return &___formData_0; }
inline void set_formData_0(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * value)
{
___formData_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___formData_0), (void*)value);
}
inline static int32_t get_offset_of_fieldNames_1() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___fieldNames_1)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_fieldNames_1() const { return ___fieldNames_1; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_fieldNames_1() { return &___fieldNames_1; }
inline void set_fieldNames_1(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___fieldNames_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fieldNames_1), (void*)value);
}
inline static int32_t get_offset_of_fileNames_2() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___fileNames_2)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_fileNames_2() const { return ___fileNames_2; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_fileNames_2() { return &___fileNames_2; }
inline void set_fileNames_2(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___fileNames_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fileNames_2), (void*)value);
}
inline static int32_t get_offset_of_types_3() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___types_3)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_types_3() const { return ___types_3; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_types_3() { return &___types_3; }
inline void set_types_3(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___types_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___types_3), (void*)value);
}
inline static int32_t get_offset_of_boundary_4() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___boundary_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_boundary_4() const { return ___boundary_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_boundary_4() { return &___boundary_4; }
inline void set_boundary_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___boundary_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___boundary_4), (void*)value);
}
inline static int32_t get_offset_of_containsFiles_5() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___containsFiles_5)); }
inline bool get_containsFiles_5() const { return ___containsFiles_5; }
inline bool* get_address_of_containsFiles_5() { return &___containsFiles_5; }
inline void set_containsFiles_5(bool value)
{
___containsFiles_5 = value;
}
};
// UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
};
// 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.Collections.Generic.List`1_Enumerator<System.Collections.Generic.List`1<System.Byte>>
struct Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * ___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
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E, ___list_0)); }
inline List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * get_list_0() const { return ___list_0; }
inline List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * 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_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E, ___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_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E, ___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_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E, ___current_3)); }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * get_current_3() const { return ___current_3; }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<UnityEngine.Networking.ChannelQOS>
struct Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * ___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
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116, ___list_0)); }
inline List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * get_list_0() const { return ___list_0; }
inline List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * 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_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116, ___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_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116, ___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_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116, ___current_3)); }
inline ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * get_current_3() const { return ___current_3; }
inline ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<UnityEngine.Networking.Match.MatchDesc>
struct Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * ___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
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE, ___list_0)); }
inline List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * get_list_0() const { return ___list_0; }
inline List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * 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_t2B5804556541F6EB70C1C58448BBF8D64D6431EE, ___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_t2B5804556541F6EB70C1C58448BBF8D64D6431EE, ___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_t2B5804556541F6EB70C1C58448BBF8D64D6431EE, ___current_3)); }
inline MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * get_current_3() const { return ___current_3; }
inline MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<UnityEngine.Networking.Match.MatchDirectConnectInfo>
struct Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * ___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
MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52, ___list_0)); }
inline List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * get_list_0() const { return ___list_0; }
inline List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * 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_t9EB20149E381F0CF25774A24F489ADFAABA88D52, ___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_t9EB20149E381F0CF25774A24F489ADFAABA88D52, ___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_t9EB20149E381F0CF25774A24F489ADFAABA88D52, ___current_3)); }
inline MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * get_current_3() const { return ___current_3; }
inline MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)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.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.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.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:
};
// UnityEngine.Networking.Match.BasicResponse
struct BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C : public Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742
{
public:
public:
};
// UnityEngine.Networking.Match.DropConnectionResponse
struct DropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B : public Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742
{
public:
// System.UInt64 UnityEngine.Networking.Match.DropConnectionResponse::networkId
uint64_t ___networkId_2;
public:
inline static int32_t get_offset_of_networkId_2() { return static_cast<int32_t>(offsetof(DropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B, ___networkId_2)); }
inline uint64_t get_networkId_2() const { return ___networkId_2; }
inline uint64_t* get_address_of_networkId_2() { return &___networkId_2; }
inline void set_networkId_2(uint64_t value)
{
___networkId_2 = 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.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.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.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.UInt64Enum
struct UInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8
{
public:
// System.UInt64 System.UInt64Enum::value__
uint64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8, ___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.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;
}
};
// UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public:
// System.IntPtr UnityEngine.Coroutine::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.Networking.CertificateHandler
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Networking.CertificateHandler::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.CertificateHandler
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Networking.CertificateHandler
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.Networking.ConnectionAcksType
struct ConnectionAcksType_t7CD6A5404755AF70E854A849FCECC0B662C44B09
{
public:
// System.Int32 UnityEngine.Networking.ConnectionAcksType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConnectionAcksType_t7CD6A5404755AF70E854A849FCECC0B662C44B09, ___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;
}
};
// UnityEngine.Networking.ConnectionConfigInternal
struct ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Networking.ConnectionConfigInternal::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.ConnectionConfigInternal
struct ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Networking.ConnectionConfigInternal
struct ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.Networking.ConnectionSimulatorConfigInternal
struct ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Networking.ConnectionSimulatorConfigInternal::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Networking.DownloadHandler::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.Networking.GlobalConfigInternal
struct GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Networking.GlobalConfigInternal::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// UnityEngine.Networking.HostTopologyInternal
struct HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Networking.HostTopologyInternal::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// UnityEngine.Networking.Match.ListMatchResponse
struct ListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB : public BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C
{
public:
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDesc> UnityEngine.Networking.Match.ListMatchResponse::matches
List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * ___matches_2;
public:
inline static int32_t get_offset_of_matches_2() { return static_cast<int32_t>(offsetof(ListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB, ___matches_2)); }
inline List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * get_matches_2() const { return ___matches_2; }
inline List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 ** get_address_of_matches_2() { return &___matches_2; }
inline void set_matches_2(List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * value)
{
___matches_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___matches_2), (void*)value);
}
};
// UnityEngine.Networking.NetworkError
struct NetworkError_t2F4C5EEB3EF2313DB6E035334EC2D73885BDEDEC
{
public:
// System.Int32 UnityEngine.Networking.NetworkError::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NetworkError_t2F4C5EEB3EF2313DB6E035334EC2D73885BDEDEC, ___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;
}
};
// UnityEngine.Networking.NetworkEventType
struct NetworkEventType_tF8892BD9284D150BB2F37F12949B583794A5CED8
{
public:
// System.Int32 UnityEngine.Networking.NetworkEventType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NetworkEventType_tF8892BD9284D150BB2F37F12949B583794A5CED8, ___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;
}
};
// UnityEngine.Networking.QosType
struct QosType_tCA1F3E1D717B2EEBD8C175C8B936B5E1C02C467A
{
public:
// System.Int32 UnityEngine.Networking.QosType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(QosType_tCA1F3E1D717B2EEBD8C175C8B936B5E1C02C467A, ___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;
}
};
// UnityEngine.Networking.ReactorModel
struct ReactorModel_tC84D39A69D5FF59188C4C0CF653EFB0EA36879FE
{
public:
// System.Int32 UnityEngine.Networking.ReactorModel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ReactorModel_tC84D39A69D5FF59188C4C0CF653EFB0EA36879FE, ___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;
}
};
// UnityEngine.Networking.Types.AppID
struct AppID_tA486A1B91CC124A3E82DCC3B1B711D991E138D50
{
public:
// System.UInt64 UnityEngine.Networking.Types.AppID::value__
uint64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AppID_tA486A1B91CC124A3E82DCC3B1B711D991E138D50, ___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;
}
};
// UnityEngine.Networking.Types.HostPriority
struct HostPriority_tA356A396FBEFE2905DF9FA794A23D35A16647301
{
public:
// System.Int32 UnityEngine.Networking.Types.HostPriority::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HostPriority_tA356A396FBEFE2905DF9FA794A23D35A16647301, ___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;
}
};
// UnityEngine.Networking.Types.NetworkID
struct NetworkID_t640ACA4492C86B03F3C177280E27110E61017056
{
public:
// System.UInt64 UnityEngine.Networking.Types.NetworkID::value__
uint64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056, ___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;
}
};
// UnityEngine.Networking.Types.NodeID
struct NodeID_t5750FC76F28C87052875E5C470F422699497AE1A
{
public:
// System.UInt16 UnityEngine.Networking.Types.NodeID::value__
uint16_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NodeID_t5750FC76F28C87052875E5C470F422699497AE1A, ___value___2)); }
inline uint16_t get_value___2() const { return ___value___2; }
inline uint16_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint16_t value)
{
___value___2 = value;
}
};
// UnityEngine.Networking.Types.SourceID
struct SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB
{
public:
// System.UInt64 UnityEngine.Networking.Types.SourceID::value__
uint64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB, ___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;
}
};
// UnityEngine.Networking.UploadHandler
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Networking.UploadHandler::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandler
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Networking.UploadHandler
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
public:
inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
inline void set_m_CachedPtr_0(intptr_t value)
{
___m_CachedPtr_0 = value;
}
};
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
{
public:
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
public:
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
{
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.RuntimePlatform
struct RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132
{
public:
// System.Int32 UnityEngine.RuntimePlatform::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132, ___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.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.Sockets.TcpClient
struct TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB : public RuntimeObject
{
public:
// System.Net.Sockets.Socket System.Net.Sockets.TcpClient::m_ClientSocket
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___m_ClientSocket_0;
// System.Boolean System.Net.Sockets.TcpClient::m_Active
bool ___m_Active_1;
// System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient::m_DataStream
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * ___m_DataStream_2;
// System.Net.Sockets.AddressFamily System.Net.Sockets.TcpClient::m_Family
int32_t ___m_Family_3;
// System.Boolean System.Net.Sockets.TcpClient::m_CleanedUp
bool ___m_CleanedUp_4;
public:
inline static int32_t get_offset_of_m_ClientSocket_0() { return static_cast<int32_t>(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_ClientSocket_0)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_m_ClientSocket_0() const { return ___m_ClientSocket_0; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_m_ClientSocket_0() { return &___m_ClientSocket_0; }
inline void set_m_ClientSocket_0(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___m_ClientSocket_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ClientSocket_0), (void*)value);
}
inline static int32_t get_offset_of_m_Active_1() { return static_cast<int32_t>(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_Active_1)); }
inline bool get_m_Active_1() const { return ___m_Active_1; }
inline bool* get_address_of_m_Active_1() { return &___m_Active_1; }
inline void set_m_Active_1(bool value)
{
___m_Active_1 = value;
}
inline static int32_t get_offset_of_m_DataStream_2() { return static_cast<int32_t>(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_DataStream_2)); }
inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * get_m_DataStream_2() const { return ___m_DataStream_2; }
inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA ** get_address_of_m_DataStream_2() { return &___m_DataStream_2; }
inline void set_m_DataStream_2(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * value)
{
___m_DataStream_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DataStream_2), (void*)value);
}
inline static int32_t get_offset_of_m_Family_3() { return static_cast<int32_t>(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_Family_3)); }
inline int32_t get_m_Family_3() const { return ___m_Family_3; }
inline int32_t* get_address_of_m_Family_3() { return &___m_Family_3; }
inline void set_m_Family_3(int32_t value)
{
___m_Family_3 = value;
}
inline static int32_t get_offset_of_m_CleanedUp_4() { return static_cast<int32_t>(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_CleanedUp_4)); }
inline bool get_m_CleanedUp_4() const { return ___m_CleanedUp_4; }
inline bool* get_address_of_m_CleanedUp_4() { return &___m_CleanedUp_4; }
inline void set_m_CleanedUp_4(bool value)
{
___m_CleanedUp_4 = value;
}
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
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);
}
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Networking.ChannelQOS
struct ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F : public RuntimeObject
{
public:
// UnityEngine.Networking.QosType UnityEngine.Networking.ChannelQOS::m_Type
int32_t ___m_Type_0;
// System.Boolean UnityEngine.Networking.ChannelQOS::m_BelongsSharedOrderChannel
bool ___m_BelongsSharedOrderChannel_1;
public:
inline static int32_t get_offset_of_m_Type_0() { return static_cast<int32_t>(offsetof(ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F, ___m_Type_0)); }
inline int32_t get_m_Type_0() const { return ___m_Type_0; }
inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; }
inline void set_m_Type_0(int32_t value)
{
___m_Type_0 = value;
}
inline static int32_t get_offset_of_m_BelongsSharedOrderChannel_1() { return static_cast<int32_t>(offsetof(ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F, ___m_BelongsSharedOrderChannel_1)); }
inline bool get_m_BelongsSharedOrderChannel_1() const { return ___m_BelongsSharedOrderChannel_1; }
inline bool* get_address_of_m_BelongsSharedOrderChannel_1() { return &___m_BelongsSharedOrderChannel_1; }
inline void set_m_BelongsSharedOrderChannel_1(bool value)
{
___m_BelongsSharedOrderChannel_1 = value;
}
};
// UnityEngine.Networking.ConnectionConfig
struct ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 : public RuntimeObject
{
public:
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_PacketSize
uint16_t ___m_PacketSize_1;
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_FragmentSize
uint16_t ___m_FragmentSize_2;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_ResendTimeout
uint32_t ___m_ResendTimeout_3;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_DisconnectTimeout
uint32_t ___m_DisconnectTimeout_4;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_ConnectTimeout
uint32_t ___m_ConnectTimeout_5;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_MinUpdateTimeout
uint32_t ___m_MinUpdateTimeout_6;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_PingTimeout
uint32_t ___m_PingTimeout_7;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_ReducedPingTimeout
uint32_t ___m_ReducedPingTimeout_8;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_AllCostTimeout
uint32_t ___m_AllCostTimeout_9;
// System.Byte UnityEngine.Networking.ConnectionConfig::m_NetworkDropThreshold
uint8_t ___m_NetworkDropThreshold_10;
// System.Byte UnityEngine.Networking.ConnectionConfig::m_OverflowDropThreshold
uint8_t ___m_OverflowDropThreshold_11;
// System.Byte UnityEngine.Networking.ConnectionConfig::m_MaxConnectionAttempt
uint8_t ___m_MaxConnectionAttempt_12;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_AckDelay
uint32_t ___m_AckDelay_13;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_SendDelay
uint32_t ___m_SendDelay_14;
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_MaxCombinedReliableMessageSize
uint16_t ___m_MaxCombinedReliableMessageSize_15;
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_MaxCombinedReliableMessageCount
uint16_t ___m_MaxCombinedReliableMessageCount_16;
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_MaxSentMessageQueueSize
uint16_t ___m_MaxSentMessageQueueSize_17;
// UnityEngine.Networking.ConnectionAcksType UnityEngine.Networking.ConnectionConfig::m_AcksType
int32_t ___m_AcksType_18;
// System.Boolean UnityEngine.Networking.ConnectionConfig::m_UsePlatformSpecificProtocols
bool ___m_UsePlatformSpecificProtocols_19;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_InitialBandwidth
uint32_t ___m_InitialBandwidth_20;
// System.Single UnityEngine.Networking.ConnectionConfig::m_BandwidthPeakFactor
float ___m_BandwidthPeakFactor_21;
// System.UInt16 UnityEngine.Networking.ConnectionConfig::m_WebSocketReceiveBufferMaxSize
uint16_t ___m_WebSocketReceiveBufferMaxSize_22;
// System.UInt32 UnityEngine.Networking.ConnectionConfig::m_UdpSocketReceiveBufferMaxSize
uint32_t ___m_UdpSocketReceiveBufferMaxSize_23;
// System.String UnityEngine.Networking.ConnectionConfig::m_SSLCertFilePath
String_t* ___m_SSLCertFilePath_24;
// System.String UnityEngine.Networking.ConnectionConfig::m_SSLPrivateKeyFilePath
String_t* ___m_SSLPrivateKeyFilePath_25;
// System.String UnityEngine.Networking.ConnectionConfig::m_SSLCAFilePath
String_t* ___m_SSLCAFilePath_26;
// System.Collections.Generic.List`1<UnityEngine.Networking.ChannelQOS> UnityEngine.Networking.ConnectionConfig::m_Channels
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * ___m_Channels_27;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>> UnityEngine.Networking.ConnectionConfig::m_SharedOrderChannels
List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * ___m_SharedOrderChannels_28;
public:
inline static int32_t get_offset_of_m_PacketSize_1() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_PacketSize_1)); }
inline uint16_t get_m_PacketSize_1() const { return ___m_PacketSize_1; }
inline uint16_t* get_address_of_m_PacketSize_1() { return &___m_PacketSize_1; }
inline void set_m_PacketSize_1(uint16_t value)
{
___m_PacketSize_1 = value;
}
inline static int32_t get_offset_of_m_FragmentSize_2() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_FragmentSize_2)); }
inline uint16_t get_m_FragmentSize_2() const { return ___m_FragmentSize_2; }
inline uint16_t* get_address_of_m_FragmentSize_2() { return &___m_FragmentSize_2; }
inline void set_m_FragmentSize_2(uint16_t value)
{
___m_FragmentSize_2 = value;
}
inline static int32_t get_offset_of_m_ResendTimeout_3() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_ResendTimeout_3)); }
inline uint32_t get_m_ResendTimeout_3() const { return ___m_ResendTimeout_3; }
inline uint32_t* get_address_of_m_ResendTimeout_3() { return &___m_ResendTimeout_3; }
inline void set_m_ResendTimeout_3(uint32_t value)
{
___m_ResendTimeout_3 = value;
}
inline static int32_t get_offset_of_m_DisconnectTimeout_4() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_DisconnectTimeout_4)); }
inline uint32_t get_m_DisconnectTimeout_4() const { return ___m_DisconnectTimeout_4; }
inline uint32_t* get_address_of_m_DisconnectTimeout_4() { return &___m_DisconnectTimeout_4; }
inline void set_m_DisconnectTimeout_4(uint32_t value)
{
___m_DisconnectTimeout_4 = value;
}
inline static int32_t get_offset_of_m_ConnectTimeout_5() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_ConnectTimeout_5)); }
inline uint32_t get_m_ConnectTimeout_5() const { return ___m_ConnectTimeout_5; }
inline uint32_t* get_address_of_m_ConnectTimeout_5() { return &___m_ConnectTimeout_5; }
inline void set_m_ConnectTimeout_5(uint32_t value)
{
___m_ConnectTimeout_5 = value;
}
inline static int32_t get_offset_of_m_MinUpdateTimeout_6() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_MinUpdateTimeout_6)); }
inline uint32_t get_m_MinUpdateTimeout_6() const { return ___m_MinUpdateTimeout_6; }
inline uint32_t* get_address_of_m_MinUpdateTimeout_6() { return &___m_MinUpdateTimeout_6; }
inline void set_m_MinUpdateTimeout_6(uint32_t value)
{
___m_MinUpdateTimeout_6 = value;
}
inline static int32_t get_offset_of_m_PingTimeout_7() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_PingTimeout_7)); }
inline uint32_t get_m_PingTimeout_7() const { return ___m_PingTimeout_7; }
inline uint32_t* get_address_of_m_PingTimeout_7() { return &___m_PingTimeout_7; }
inline void set_m_PingTimeout_7(uint32_t value)
{
___m_PingTimeout_7 = value;
}
inline static int32_t get_offset_of_m_ReducedPingTimeout_8() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_ReducedPingTimeout_8)); }
inline uint32_t get_m_ReducedPingTimeout_8() const { return ___m_ReducedPingTimeout_8; }
inline uint32_t* get_address_of_m_ReducedPingTimeout_8() { return &___m_ReducedPingTimeout_8; }
inline void set_m_ReducedPingTimeout_8(uint32_t value)
{
___m_ReducedPingTimeout_8 = value;
}
inline static int32_t get_offset_of_m_AllCostTimeout_9() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_AllCostTimeout_9)); }
inline uint32_t get_m_AllCostTimeout_9() const { return ___m_AllCostTimeout_9; }
inline uint32_t* get_address_of_m_AllCostTimeout_9() { return &___m_AllCostTimeout_9; }
inline void set_m_AllCostTimeout_9(uint32_t value)
{
___m_AllCostTimeout_9 = value;
}
inline static int32_t get_offset_of_m_NetworkDropThreshold_10() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_NetworkDropThreshold_10)); }
inline uint8_t get_m_NetworkDropThreshold_10() const { return ___m_NetworkDropThreshold_10; }
inline uint8_t* get_address_of_m_NetworkDropThreshold_10() { return &___m_NetworkDropThreshold_10; }
inline void set_m_NetworkDropThreshold_10(uint8_t value)
{
___m_NetworkDropThreshold_10 = value;
}
inline static int32_t get_offset_of_m_OverflowDropThreshold_11() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_OverflowDropThreshold_11)); }
inline uint8_t get_m_OverflowDropThreshold_11() const { return ___m_OverflowDropThreshold_11; }
inline uint8_t* get_address_of_m_OverflowDropThreshold_11() { return &___m_OverflowDropThreshold_11; }
inline void set_m_OverflowDropThreshold_11(uint8_t value)
{
___m_OverflowDropThreshold_11 = value;
}
inline static int32_t get_offset_of_m_MaxConnectionAttempt_12() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_MaxConnectionAttempt_12)); }
inline uint8_t get_m_MaxConnectionAttempt_12() const { return ___m_MaxConnectionAttempt_12; }
inline uint8_t* get_address_of_m_MaxConnectionAttempt_12() { return &___m_MaxConnectionAttempt_12; }
inline void set_m_MaxConnectionAttempt_12(uint8_t value)
{
___m_MaxConnectionAttempt_12 = value;
}
inline static int32_t get_offset_of_m_AckDelay_13() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_AckDelay_13)); }
inline uint32_t get_m_AckDelay_13() const { return ___m_AckDelay_13; }
inline uint32_t* get_address_of_m_AckDelay_13() { return &___m_AckDelay_13; }
inline void set_m_AckDelay_13(uint32_t value)
{
___m_AckDelay_13 = value;
}
inline static int32_t get_offset_of_m_SendDelay_14() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_SendDelay_14)); }
inline uint32_t get_m_SendDelay_14() const { return ___m_SendDelay_14; }
inline uint32_t* get_address_of_m_SendDelay_14() { return &___m_SendDelay_14; }
inline void set_m_SendDelay_14(uint32_t value)
{
___m_SendDelay_14 = value;
}
inline static int32_t get_offset_of_m_MaxCombinedReliableMessageSize_15() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_MaxCombinedReliableMessageSize_15)); }
inline uint16_t get_m_MaxCombinedReliableMessageSize_15() const { return ___m_MaxCombinedReliableMessageSize_15; }
inline uint16_t* get_address_of_m_MaxCombinedReliableMessageSize_15() { return &___m_MaxCombinedReliableMessageSize_15; }
inline void set_m_MaxCombinedReliableMessageSize_15(uint16_t value)
{
___m_MaxCombinedReliableMessageSize_15 = value;
}
inline static int32_t get_offset_of_m_MaxCombinedReliableMessageCount_16() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_MaxCombinedReliableMessageCount_16)); }
inline uint16_t get_m_MaxCombinedReliableMessageCount_16() const { return ___m_MaxCombinedReliableMessageCount_16; }
inline uint16_t* get_address_of_m_MaxCombinedReliableMessageCount_16() { return &___m_MaxCombinedReliableMessageCount_16; }
inline void set_m_MaxCombinedReliableMessageCount_16(uint16_t value)
{
___m_MaxCombinedReliableMessageCount_16 = value;
}
inline static int32_t get_offset_of_m_MaxSentMessageQueueSize_17() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_MaxSentMessageQueueSize_17)); }
inline uint16_t get_m_MaxSentMessageQueueSize_17() const { return ___m_MaxSentMessageQueueSize_17; }
inline uint16_t* get_address_of_m_MaxSentMessageQueueSize_17() { return &___m_MaxSentMessageQueueSize_17; }
inline void set_m_MaxSentMessageQueueSize_17(uint16_t value)
{
___m_MaxSentMessageQueueSize_17 = value;
}
inline static int32_t get_offset_of_m_AcksType_18() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_AcksType_18)); }
inline int32_t get_m_AcksType_18() const { return ___m_AcksType_18; }
inline int32_t* get_address_of_m_AcksType_18() { return &___m_AcksType_18; }
inline void set_m_AcksType_18(int32_t value)
{
___m_AcksType_18 = value;
}
inline static int32_t get_offset_of_m_UsePlatformSpecificProtocols_19() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_UsePlatformSpecificProtocols_19)); }
inline bool get_m_UsePlatformSpecificProtocols_19() const { return ___m_UsePlatformSpecificProtocols_19; }
inline bool* get_address_of_m_UsePlatformSpecificProtocols_19() { return &___m_UsePlatformSpecificProtocols_19; }
inline void set_m_UsePlatformSpecificProtocols_19(bool value)
{
___m_UsePlatformSpecificProtocols_19 = value;
}
inline static int32_t get_offset_of_m_InitialBandwidth_20() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_InitialBandwidth_20)); }
inline uint32_t get_m_InitialBandwidth_20() const { return ___m_InitialBandwidth_20; }
inline uint32_t* get_address_of_m_InitialBandwidth_20() { return &___m_InitialBandwidth_20; }
inline void set_m_InitialBandwidth_20(uint32_t value)
{
___m_InitialBandwidth_20 = value;
}
inline static int32_t get_offset_of_m_BandwidthPeakFactor_21() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_BandwidthPeakFactor_21)); }
inline float get_m_BandwidthPeakFactor_21() const { return ___m_BandwidthPeakFactor_21; }
inline float* get_address_of_m_BandwidthPeakFactor_21() { return &___m_BandwidthPeakFactor_21; }
inline void set_m_BandwidthPeakFactor_21(float value)
{
___m_BandwidthPeakFactor_21 = value;
}
inline static int32_t get_offset_of_m_WebSocketReceiveBufferMaxSize_22() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_WebSocketReceiveBufferMaxSize_22)); }
inline uint16_t get_m_WebSocketReceiveBufferMaxSize_22() const { return ___m_WebSocketReceiveBufferMaxSize_22; }
inline uint16_t* get_address_of_m_WebSocketReceiveBufferMaxSize_22() { return &___m_WebSocketReceiveBufferMaxSize_22; }
inline void set_m_WebSocketReceiveBufferMaxSize_22(uint16_t value)
{
___m_WebSocketReceiveBufferMaxSize_22 = value;
}
inline static int32_t get_offset_of_m_UdpSocketReceiveBufferMaxSize_23() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_UdpSocketReceiveBufferMaxSize_23)); }
inline uint32_t get_m_UdpSocketReceiveBufferMaxSize_23() const { return ___m_UdpSocketReceiveBufferMaxSize_23; }
inline uint32_t* get_address_of_m_UdpSocketReceiveBufferMaxSize_23() { return &___m_UdpSocketReceiveBufferMaxSize_23; }
inline void set_m_UdpSocketReceiveBufferMaxSize_23(uint32_t value)
{
___m_UdpSocketReceiveBufferMaxSize_23 = value;
}
inline static int32_t get_offset_of_m_SSLCertFilePath_24() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_SSLCertFilePath_24)); }
inline String_t* get_m_SSLCertFilePath_24() const { return ___m_SSLCertFilePath_24; }
inline String_t** get_address_of_m_SSLCertFilePath_24() { return &___m_SSLCertFilePath_24; }
inline void set_m_SSLCertFilePath_24(String_t* value)
{
___m_SSLCertFilePath_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SSLCertFilePath_24), (void*)value);
}
inline static int32_t get_offset_of_m_SSLPrivateKeyFilePath_25() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_SSLPrivateKeyFilePath_25)); }
inline String_t* get_m_SSLPrivateKeyFilePath_25() const { return ___m_SSLPrivateKeyFilePath_25; }
inline String_t** get_address_of_m_SSLPrivateKeyFilePath_25() { return &___m_SSLPrivateKeyFilePath_25; }
inline void set_m_SSLPrivateKeyFilePath_25(String_t* value)
{
___m_SSLPrivateKeyFilePath_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SSLPrivateKeyFilePath_25), (void*)value);
}
inline static int32_t get_offset_of_m_SSLCAFilePath_26() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_SSLCAFilePath_26)); }
inline String_t* get_m_SSLCAFilePath_26() const { return ___m_SSLCAFilePath_26; }
inline String_t** get_address_of_m_SSLCAFilePath_26() { return &___m_SSLCAFilePath_26; }
inline void set_m_SSLCAFilePath_26(String_t* value)
{
___m_SSLCAFilePath_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SSLCAFilePath_26), (void*)value);
}
inline static int32_t get_offset_of_m_Channels_27() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_Channels_27)); }
inline List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * get_m_Channels_27() const { return ___m_Channels_27; }
inline List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D ** get_address_of_m_Channels_27() { return &___m_Channels_27; }
inline void set_m_Channels_27(List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * value)
{
___m_Channels_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Channels_27), (void*)value);
}
inline static int32_t get_offset_of_m_SharedOrderChannels_28() { return static_cast<int32_t>(offsetof(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97, ___m_SharedOrderChannels_28)); }
inline List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * get_m_SharedOrderChannels_28() const { return ___m_SharedOrderChannels_28; }
inline List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B ** get_address_of_m_SharedOrderChannels_28() { return &___m_SharedOrderChannels_28; }
inline void set_m_SharedOrderChannels_28(List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * value)
{
___m_SharedOrderChannels_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SharedOrderChannels_28), (void*)value);
}
};
// UnityEngine.Networking.GlobalConfig
struct GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 : public RuntimeObject
{
public:
// System.UInt32 UnityEngine.Networking.GlobalConfig::m_ThreadAwakeTimeout
uint32_t ___m_ThreadAwakeTimeout_3;
// UnityEngine.Networking.ReactorModel UnityEngine.Networking.GlobalConfig::m_ReactorModel
int32_t ___m_ReactorModel_4;
// System.UInt16 UnityEngine.Networking.GlobalConfig::m_ReactorMaximumReceivedMessages
uint16_t ___m_ReactorMaximumReceivedMessages_5;
// System.UInt16 UnityEngine.Networking.GlobalConfig::m_ReactorMaximumSentMessages
uint16_t ___m_ReactorMaximumSentMessages_6;
// System.UInt16 UnityEngine.Networking.GlobalConfig::m_MaxPacketSize
uint16_t ___m_MaxPacketSize_7;
// System.UInt16 UnityEngine.Networking.GlobalConfig::m_MaxHosts
uint16_t ___m_MaxHosts_8;
// System.Byte UnityEngine.Networking.GlobalConfig::m_ThreadPoolSize
uint8_t ___m_ThreadPoolSize_9;
// System.UInt32 UnityEngine.Networking.GlobalConfig::m_MinTimerTimeout
uint32_t ___m_MinTimerTimeout_10;
// System.UInt32 UnityEngine.Networking.GlobalConfig::m_MaxTimerTimeout
uint32_t ___m_MaxTimerTimeout_11;
// System.UInt32 UnityEngine.Networking.GlobalConfig::m_MinNetSimulatorTimeout
uint32_t ___m_MinNetSimulatorTimeout_12;
// System.UInt32 UnityEngine.Networking.GlobalConfig::m_MaxNetSimulatorTimeout
uint32_t ___m_MaxNetSimulatorTimeout_13;
// System.Action`2<System.Int32,System.Int32> UnityEngine.Networking.GlobalConfig::m_ConnectionReadyForSend
Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * ___m_ConnectionReadyForSend_14;
// System.Action`1<System.Int32> UnityEngine.Networking.GlobalConfig::m_NetworkEventAvailable
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * ___m_NetworkEventAvailable_15;
public:
inline static int32_t get_offset_of_m_ThreadAwakeTimeout_3() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_ThreadAwakeTimeout_3)); }
inline uint32_t get_m_ThreadAwakeTimeout_3() const { return ___m_ThreadAwakeTimeout_3; }
inline uint32_t* get_address_of_m_ThreadAwakeTimeout_3() { return &___m_ThreadAwakeTimeout_3; }
inline void set_m_ThreadAwakeTimeout_3(uint32_t value)
{
___m_ThreadAwakeTimeout_3 = value;
}
inline static int32_t get_offset_of_m_ReactorModel_4() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_ReactorModel_4)); }
inline int32_t get_m_ReactorModel_4() const { return ___m_ReactorModel_4; }
inline int32_t* get_address_of_m_ReactorModel_4() { return &___m_ReactorModel_4; }
inline void set_m_ReactorModel_4(int32_t value)
{
___m_ReactorModel_4 = value;
}
inline static int32_t get_offset_of_m_ReactorMaximumReceivedMessages_5() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_ReactorMaximumReceivedMessages_5)); }
inline uint16_t get_m_ReactorMaximumReceivedMessages_5() const { return ___m_ReactorMaximumReceivedMessages_5; }
inline uint16_t* get_address_of_m_ReactorMaximumReceivedMessages_5() { return &___m_ReactorMaximumReceivedMessages_5; }
inline void set_m_ReactorMaximumReceivedMessages_5(uint16_t value)
{
___m_ReactorMaximumReceivedMessages_5 = value;
}
inline static int32_t get_offset_of_m_ReactorMaximumSentMessages_6() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_ReactorMaximumSentMessages_6)); }
inline uint16_t get_m_ReactorMaximumSentMessages_6() const { return ___m_ReactorMaximumSentMessages_6; }
inline uint16_t* get_address_of_m_ReactorMaximumSentMessages_6() { return &___m_ReactorMaximumSentMessages_6; }
inline void set_m_ReactorMaximumSentMessages_6(uint16_t value)
{
___m_ReactorMaximumSentMessages_6 = value;
}
inline static int32_t get_offset_of_m_MaxPacketSize_7() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_MaxPacketSize_7)); }
inline uint16_t get_m_MaxPacketSize_7() const { return ___m_MaxPacketSize_7; }
inline uint16_t* get_address_of_m_MaxPacketSize_7() { return &___m_MaxPacketSize_7; }
inline void set_m_MaxPacketSize_7(uint16_t value)
{
___m_MaxPacketSize_7 = value;
}
inline static int32_t get_offset_of_m_MaxHosts_8() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_MaxHosts_8)); }
inline uint16_t get_m_MaxHosts_8() const { return ___m_MaxHosts_8; }
inline uint16_t* get_address_of_m_MaxHosts_8() { return &___m_MaxHosts_8; }
inline void set_m_MaxHosts_8(uint16_t value)
{
___m_MaxHosts_8 = value;
}
inline static int32_t get_offset_of_m_ThreadPoolSize_9() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_ThreadPoolSize_9)); }
inline uint8_t get_m_ThreadPoolSize_9() const { return ___m_ThreadPoolSize_9; }
inline uint8_t* get_address_of_m_ThreadPoolSize_9() { return &___m_ThreadPoolSize_9; }
inline void set_m_ThreadPoolSize_9(uint8_t value)
{
___m_ThreadPoolSize_9 = value;
}
inline static int32_t get_offset_of_m_MinTimerTimeout_10() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_MinTimerTimeout_10)); }
inline uint32_t get_m_MinTimerTimeout_10() const { return ___m_MinTimerTimeout_10; }
inline uint32_t* get_address_of_m_MinTimerTimeout_10() { return &___m_MinTimerTimeout_10; }
inline void set_m_MinTimerTimeout_10(uint32_t value)
{
___m_MinTimerTimeout_10 = value;
}
inline static int32_t get_offset_of_m_MaxTimerTimeout_11() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_MaxTimerTimeout_11)); }
inline uint32_t get_m_MaxTimerTimeout_11() const { return ___m_MaxTimerTimeout_11; }
inline uint32_t* get_address_of_m_MaxTimerTimeout_11() { return &___m_MaxTimerTimeout_11; }
inline void set_m_MaxTimerTimeout_11(uint32_t value)
{
___m_MaxTimerTimeout_11 = value;
}
inline static int32_t get_offset_of_m_MinNetSimulatorTimeout_12() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_MinNetSimulatorTimeout_12)); }
inline uint32_t get_m_MinNetSimulatorTimeout_12() const { return ___m_MinNetSimulatorTimeout_12; }
inline uint32_t* get_address_of_m_MinNetSimulatorTimeout_12() { return &___m_MinNetSimulatorTimeout_12; }
inline void set_m_MinNetSimulatorTimeout_12(uint32_t value)
{
___m_MinNetSimulatorTimeout_12 = value;
}
inline static int32_t get_offset_of_m_MaxNetSimulatorTimeout_13() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_MaxNetSimulatorTimeout_13)); }
inline uint32_t get_m_MaxNetSimulatorTimeout_13() const { return ___m_MaxNetSimulatorTimeout_13; }
inline uint32_t* get_address_of_m_MaxNetSimulatorTimeout_13() { return &___m_MaxNetSimulatorTimeout_13; }
inline void set_m_MaxNetSimulatorTimeout_13(uint32_t value)
{
___m_MaxNetSimulatorTimeout_13 = value;
}
inline static int32_t get_offset_of_m_ConnectionReadyForSend_14() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_ConnectionReadyForSend_14)); }
inline Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * get_m_ConnectionReadyForSend_14() const { return ___m_ConnectionReadyForSend_14; }
inline Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE ** get_address_of_m_ConnectionReadyForSend_14() { return &___m_ConnectionReadyForSend_14; }
inline void set_m_ConnectionReadyForSend_14(Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * value)
{
___m_ConnectionReadyForSend_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ConnectionReadyForSend_14), (void*)value);
}
inline static int32_t get_offset_of_m_NetworkEventAvailable_15() { return static_cast<int32_t>(offsetof(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1, ___m_NetworkEventAvailable_15)); }
inline Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * get_m_NetworkEventAvailable_15() const { return ___m_NetworkEventAvailable_15; }
inline Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B ** get_address_of_m_NetworkEventAvailable_15() { return &___m_NetworkEventAvailable_15; }
inline void set_m_NetworkEventAvailable_15(Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * value)
{
___m_NetworkEventAvailable_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_NetworkEventAvailable_15), (void*)value);
}
};
// UnityEngine.Networking.Match.CreateMatchResponse
struct CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A : public BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C
{
public:
// System.String UnityEngine.Networking.Match.CreateMatchResponse::address
String_t* ___address_2;
// System.Int32 UnityEngine.Networking.Match.CreateMatchResponse::port
int32_t ___port_3;
// System.Int32 UnityEngine.Networking.Match.CreateMatchResponse::domain
int32_t ___domain_4;
// System.UInt64 UnityEngine.Networking.Match.CreateMatchResponse::networkId
uint64_t ___networkId_5;
// System.String UnityEngine.Networking.Match.CreateMatchResponse::accessTokenString
String_t* ___accessTokenString_6;
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.CreateMatchResponse::nodeId
uint16_t ___nodeId_7;
// System.Boolean UnityEngine.Networking.Match.CreateMatchResponse::usingRelay
bool ___usingRelay_8;
public:
inline static int32_t get_offset_of_address_2() { return static_cast<int32_t>(offsetof(CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A, ___address_2)); }
inline String_t* get_address_2() const { return ___address_2; }
inline String_t** get_address_of_address_2() { return &___address_2; }
inline void set_address_2(String_t* value)
{
___address_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___address_2), (void*)value);
}
inline static int32_t get_offset_of_port_3() { return static_cast<int32_t>(offsetof(CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A, ___port_3)); }
inline int32_t get_port_3() const { return ___port_3; }
inline int32_t* get_address_of_port_3() { return &___port_3; }
inline void set_port_3(int32_t value)
{
___port_3 = value;
}
inline static int32_t get_offset_of_domain_4() { return static_cast<int32_t>(offsetof(CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A, ___domain_4)); }
inline int32_t get_domain_4() const { return ___domain_4; }
inline int32_t* get_address_of_domain_4() { return &___domain_4; }
inline void set_domain_4(int32_t value)
{
___domain_4 = value;
}
inline static int32_t get_offset_of_networkId_5() { return static_cast<int32_t>(offsetof(CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A, ___networkId_5)); }
inline uint64_t get_networkId_5() const { return ___networkId_5; }
inline uint64_t* get_address_of_networkId_5() { return &___networkId_5; }
inline void set_networkId_5(uint64_t value)
{
___networkId_5 = value;
}
inline static int32_t get_offset_of_accessTokenString_6() { return static_cast<int32_t>(offsetof(CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A, ___accessTokenString_6)); }
inline String_t* get_accessTokenString_6() const { return ___accessTokenString_6; }
inline String_t** get_address_of_accessTokenString_6() { return &___accessTokenString_6; }
inline void set_accessTokenString_6(String_t* value)
{
___accessTokenString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___accessTokenString_6), (void*)value);
}
inline static int32_t get_offset_of_nodeId_7() { return static_cast<int32_t>(offsetof(CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A, ___nodeId_7)); }
inline uint16_t get_nodeId_7() const { return ___nodeId_7; }
inline uint16_t* get_address_of_nodeId_7() { return &___nodeId_7; }
inline void set_nodeId_7(uint16_t value)
{
___nodeId_7 = value;
}
inline static int32_t get_offset_of_usingRelay_8() { return static_cast<int32_t>(offsetof(CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A, ___usingRelay_8)); }
inline bool get_usingRelay_8() const { return ___usingRelay_8; }
inline bool* get_address_of_usingRelay_8() { return &___usingRelay_8; }
inline void set_usingRelay_8(bool value)
{
___usingRelay_8 = value;
}
};
// UnityEngine.Networking.Match.JoinMatchResponse
struct JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 : public BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C
{
public:
// System.String UnityEngine.Networking.Match.JoinMatchResponse::address
String_t* ___address_2;
// System.Int32 UnityEngine.Networking.Match.JoinMatchResponse::port
int32_t ___port_3;
// System.Int32 UnityEngine.Networking.Match.JoinMatchResponse::domain
int32_t ___domain_4;
// System.UInt64 UnityEngine.Networking.Match.JoinMatchResponse::networkId
uint64_t ___networkId_5;
// System.String UnityEngine.Networking.Match.JoinMatchResponse::accessTokenString
String_t* ___accessTokenString_6;
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.JoinMatchResponse::nodeId
uint16_t ___nodeId_7;
// System.Boolean UnityEngine.Networking.Match.JoinMatchResponse::usingRelay
bool ___usingRelay_8;
public:
inline static int32_t get_offset_of_address_2() { return static_cast<int32_t>(offsetof(JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7, ___address_2)); }
inline String_t* get_address_2() const { return ___address_2; }
inline String_t** get_address_of_address_2() { return &___address_2; }
inline void set_address_2(String_t* value)
{
___address_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___address_2), (void*)value);
}
inline static int32_t get_offset_of_port_3() { return static_cast<int32_t>(offsetof(JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7, ___port_3)); }
inline int32_t get_port_3() const { return ___port_3; }
inline int32_t* get_address_of_port_3() { return &___port_3; }
inline void set_port_3(int32_t value)
{
___port_3 = value;
}
inline static int32_t get_offset_of_domain_4() { return static_cast<int32_t>(offsetof(JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7, ___domain_4)); }
inline int32_t get_domain_4() const { return ___domain_4; }
inline int32_t* get_address_of_domain_4() { return &___domain_4; }
inline void set_domain_4(int32_t value)
{
___domain_4 = value;
}
inline static int32_t get_offset_of_networkId_5() { return static_cast<int32_t>(offsetof(JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7, ___networkId_5)); }
inline uint64_t get_networkId_5() const { return ___networkId_5; }
inline uint64_t* get_address_of_networkId_5() { return &___networkId_5; }
inline void set_networkId_5(uint64_t value)
{
___networkId_5 = value;
}
inline static int32_t get_offset_of_accessTokenString_6() { return static_cast<int32_t>(offsetof(JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7, ___accessTokenString_6)); }
inline String_t* get_accessTokenString_6() const { return ___accessTokenString_6; }
inline String_t** get_address_of_accessTokenString_6() { return &___accessTokenString_6; }
inline void set_accessTokenString_6(String_t* value)
{
___accessTokenString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___accessTokenString_6), (void*)value);
}
inline static int32_t get_offset_of_nodeId_7() { return static_cast<int32_t>(offsetof(JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7, ___nodeId_7)); }
inline uint16_t get_nodeId_7() const { return ___nodeId_7; }
inline uint16_t* get_address_of_nodeId_7() { return &___nodeId_7; }
inline void set_nodeId_7(uint16_t value)
{
___nodeId_7 = value;
}
inline static int32_t get_offset_of_usingRelay_8() { return static_cast<int32_t>(offsetof(JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7, ___usingRelay_8)); }
inline bool get_usingRelay_8() const { return ___usingRelay_8; }
inline bool* get_address_of_usingRelay_8() { return &___usingRelay_8; }
inline void set_usingRelay_8(bool value)
{
___usingRelay_8 = value;
}
};
// UnityEngine.Networking.Match.MatchDesc
struct MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 : public RuntimeObject
{
public:
// System.UInt64 UnityEngine.Networking.Match.MatchDesc::networkId
uint64_t ___networkId_0;
// System.String UnityEngine.Networking.Match.MatchDesc::name
String_t* ___name_1;
// System.Int32 UnityEngine.Networking.Match.MatchDesc::averageEloScore
int32_t ___averageEloScore_2;
// System.Int32 UnityEngine.Networking.Match.MatchDesc::maxSize
int32_t ___maxSize_3;
// System.Int32 UnityEngine.Networking.Match.MatchDesc::currentSize
int32_t ___currentSize_4;
// System.Boolean UnityEngine.Networking.Match.MatchDesc::isPrivate
bool ___isPrivate_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.MatchDesc::matchAttributes
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ___matchAttributes_6;
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.MatchDesc::hostNodeId
uint16_t ___hostNodeId_7;
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDirectConnectInfo> UnityEngine.Networking.Match.MatchDesc::directConnectInfos
List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * ___directConnectInfos_8;
public:
inline static int32_t get_offset_of_networkId_0() { return static_cast<int32_t>(offsetof(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336, ___networkId_0)); }
inline uint64_t get_networkId_0() const { return ___networkId_0; }
inline uint64_t* get_address_of_networkId_0() { return &___networkId_0; }
inline void set_networkId_0(uint64_t value)
{
___networkId_0 = value;
}
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336, ___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_averageEloScore_2() { return static_cast<int32_t>(offsetof(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336, ___averageEloScore_2)); }
inline int32_t get_averageEloScore_2() const { return ___averageEloScore_2; }
inline int32_t* get_address_of_averageEloScore_2() { return &___averageEloScore_2; }
inline void set_averageEloScore_2(int32_t value)
{
___averageEloScore_2 = value;
}
inline static int32_t get_offset_of_maxSize_3() { return static_cast<int32_t>(offsetof(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336, ___maxSize_3)); }
inline int32_t get_maxSize_3() const { return ___maxSize_3; }
inline int32_t* get_address_of_maxSize_3() { return &___maxSize_3; }
inline void set_maxSize_3(int32_t value)
{
___maxSize_3 = value;
}
inline static int32_t get_offset_of_currentSize_4() { return static_cast<int32_t>(offsetof(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336, ___currentSize_4)); }
inline int32_t get_currentSize_4() const { return ___currentSize_4; }
inline int32_t* get_address_of_currentSize_4() { return &___currentSize_4; }
inline void set_currentSize_4(int32_t value)
{
___currentSize_4 = value;
}
inline static int32_t get_offset_of_isPrivate_5() { return static_cast<int32_t>(offsetof(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336, ___isPrivate_5)); }
inline bool get_isPrivate_5() const { return ___isPrivate_5; }
inline bool* get_address_of_isPrivate_5() { return &___isPrivate_5; }
inline void set_isPrivate_5(bool value)
{
___isPrivate_5 = value;
}
inline static int32_t get_offset_of_matchAttributes_6() { return static_cast<int32_t>(offsetof(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336, ___matchAttributes_6)); }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * get_matchAttributes_6() const { return ___matchAttributes_6; }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 ** get_address_of_matchAttributes_6() { return &___matchAttributes_6; }
inline void set_matchAttributes_6(Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * value)
{
___matchAttributes_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___matchAttributes_6), (void*)value);
}
inline static int32_t get_offset_of_hostNodeId_7() { return static_cast<int32_t>(offsetof(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336, ___hostNodeId_7)); }
inline uint16_t get_hostNodeId_7() const { return ___hostNodeId_7; }
inline uint16_t* get_address_of_hostNodeId_7() { return &___hostNodeId_7; }
inline void set_hostNodeId_7(uint16_t value)
{
___hostNodeId_7 = value;
}
inline static int32_t get_offset_of_directConnectInfos_8() { return static_cast<int32_t>(offsetof(MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336, ___directConnectInfos_8)); }
inline List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * get_directConnectInfos_8() const { return ___directConnectInfos_8; }
inline List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD ** get_address_of_directConnectInfos_8() { return &___directConnectInfos_8; }
inline void set_directConnectInfos_8(List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * value)
{
___directConnectInfos_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___directConnectInfos_8), (void*)value);
}
};
// UnityEngine.Networking.Match.MatchDirectConnectInfo
struct MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E : public RuntimeObject
{
public:
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.MatchDirectConnectInfo::nodeId
uint16_t ___nodeId_0;
// System.String UnityEngine.Networking.Match.MatchDirectConnectInfo::publicAddress
String_t* ___publicAddress_1;
// System.String UnityEngine.Networking.Match.MatchDirectConnectInfo::privateAddress
String_t* ___privateAddress_2;
// UnityEngine.Networking.Types.HostPriority UnityEngine.Networking.Match.MatchDirectConnectInfo::hostPriority
int32_t ___hostPriority_3;
public:
inline static int32_t get_offset_of_nodeId_0() { return static_cast<int32_t>(offsetof(MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E, ___nodeId_0)); }
inline uint16_t get_nodeId_0() const { return ___nodeId_0; }
inline uint16_t* get_address_of_nodeId_0() { return &___nodeId_0; }
inline void set_nodeId_0(uint16_t value)
{
___nodeId_0 = value;
}
inline static int32_t get_offset_of_publicAddress_1() { return static_cast<int32_t>(offsetof(MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E, ___publicAddress_1)); }
inline String_t* get_publicAddress_1() const { return ___publicAddress_1; }
inline String_t** get_address_of_publicAddress_1() { return &___publicAddress_1; }
inline void set_publicAddress_1(String_t* value)
{
___publicAddress_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___publicAddress_1), (void*)value);
}
inline static int32_t get_offset_of_privateAddress_2() { return static_cast<int32_t>(offsetof(MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E, ___privateAddress_2)); }
inline String_t* get_privateAddress_2() const { return ___privateAddress_2; }
inline String_t** get_address_of_privateAddress_2() { return &___privateAddress_2; }
inline void set_privateAddress_2(String_t* value)
{
___privateAddress_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___privateAddress_2), (void*)value);
}
inline static int32_t get_offset_of_hostPriority_3() { return static_cast<int32_t>(offsetof(MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E, ___hostPriority_3)); }
inline int32_t get_hostPriority_3() const { return ___hostPriority_3; }
inline int32_t* get_address_of_hostPriority_3() { return &___hostPriority_3; }
inline void set_hostPriority_3(int32_t value)
{
___hostPriority_3 = value;
}
};
// UnityEngine.Networking.Match.MatchInfo
struct MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 : public RuntimeObject
{
public:
// System.String UnityEngine.Networking.Match.MatchInfo::<address>k__BackingField
String_t* ___U3CaddressU3Ek__BackingField_0;
// System.Int32 UnityEngine.Networking.Match.MatchInfo::<port>k__BackingField
int32_t ___U3CportU3Ek__BackingField_1;
// System.Int32 UnityEngine.Networking.Match.MatchInfo::<domain>k__BackingField
int32_t ___U3CdomainU3Ek__BackingField_2;
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.MatchInfo::<networkId>k__BackingField
uint64_t ___U3CnetworkIdU3Ek__BackingField_3;
// UnityEngine.Networking.Types.NetworkAccessToken UnityEngine.Networking.Match.MatchInfo::<accessToken>k__BackingField
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * ___U3CaccessTokenU3Ek__BackingField_4;
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.MatchInfo::<nodeId>k__BackingField
uint16_t ___U3CnodeIdU3Ek__BackingField_5;
// System.Boolean UnityEngine.Networking.Match.MatchInfo::<usingRelay>k__BackingField
bool ___U3CusingRelayU3Ek__BackingField_6;
public:
inline static int32_t get_offset_of_U3CaddressU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6, ___U3CaddressU3Ek__BackingField_0)); }
inline String_t* get_U3CaddressU3Ek__BackingField_0() const { return ___U3CaddressU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CaddressU3Ek__BackingField_0() { return &___U3CaddressU3Ek__BackingField_0; }
inline void set_U3CaddressU3Ek__BackingField_0(String_t* value)
{
___U3CaddressU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CaddressU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CportU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6, ___U3CportU3Ek__BackingField_1)); }
inline int32_t get_U3CportU3Ek__BackingField_1() const { return ___U3CportU3Ek__BackingField_1; }
inline int32_t* get_address_of_U3CportU3Ek__BackingField_1() { return &___U3CportU3Ek__BackingField_1; }
inline void set_U3CportU3Ek__BackingField_1(int32_t value)
{
___U3CportU3Ek__BackingField_1 = value;
}
inline static int32_t get_offset_of_U3CdomainU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6, ___U3CdomainU3Ek__BackingField_2)); }
inline int32_t get_U3CdomainU3Ek__BackingField_2() const { return ___U3CdomainU3Ek__BackingField_2; }
inline int32_t* get_address_of_U3CdomainU3Ek__BackingField_2() { return &___U3CdomainU3Ek__BackingField_2; }
inline void set_U3CdomainU3Ek__BackingField_2(int32_t value)
{
___U3CdomainU3Ek__BackingField_2 = value;
}
inline static int32_t get_offset_of_U3CnetworkIdU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6, ___U3CnetworkIdU3Ek__BackingField_3)); }
inline uint64_t get_U3CnetworkIdU3Ek__BackingField_3() const { return ___U3CnetworkIdU3Ek__BackingField_3; }
inline uint64_t* get_address_of_U3CnetworkIdU3Ek__BackingField_3() { return &___U3CnetworkIdU3Ek__BackingField_3; }
inline void set_U3CnetworkIdU3Ek__BackingField_3(uint64_t value)
{
___U3CnetworkIdU3Ek__BackingField_3 = value;
}
inline static int32_t get_offset_of_U3CaccessTokenU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6, ___U3CaccessTokenU3Ek__BackingField_4)); }
inline NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * get_U3CaccessTokenU3Ek__BackingField_4() const { return ___U3CaccessTokenU3Ek__BackingField_4; }
inline NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E ** get_address_of_U3CaccessTokenU3Ek__BackingField_4() { return &___U3CaccessTokenU3Ek__BackingField_4; }
inline void set_U3CaccessTokenU3Ek__BackingField_4(NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * value)
{
___U3CaccessTokenU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CaccessTokenU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3CnodeIdU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6, ___U3CnodeIdU3Ek__BackingField_5)); }
inline uint16_t get_U3CnodeIdU3Ek__BackingField_5() const { return ___U3CnodeIdU3Ek__BackingField_5; }
inline uint16_t* get_address_of_U3CnodeIdU3Ek__BackingField_5() { return &___U3CnodeIdU3Ek__BackingField_5; }
inline void set_U3CnodeIdU3Ek__BackingField_5(uint16_t value)
{
___U3CnodeIdU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CusingRelayU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6, ___U3CusingRelayU3Ek__BackingField_6)); }
inline bool get_U3CusingRelayU3Ek__BackingField_6() const { return ___U3CusingRelayU3Ek__BackingField_6; }
inline bool* get_address_of_U3CusingRelayU3Ek__BackingField_6() { return &___U3CusingRelayU3Ek__BackingField_6; }
inline void set_U3CusingRelayU3Ek__BackingField_6(bool value)
{
___U3CusingRelayU3Ek__BackingField_6 = value;
}
};
// UnityEngine.Networking.Match.MatchInfoSnapshot
struct MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 : public RuntimeObject
{
public:
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.MatchInfoSnapshot::<networkId>k__BackingField
uint64_t ___U3CnetworkIdU3Ek__BackingField_0;
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.MatchInfoSnapshot::<hostNodeId>k__BackingField
uint16_t ___U3ChostNodeIdU3Ek__BackingField_1;
// System.String UnityEngine.Networking.Match.MatchInfoSnapshot::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_2;
// System.Int32 UnityEngine.Networking.Match.MatchInfoSnapshot::<averageEloScore>k__BackingField
int32_t ___U3CaverageEloScoreU3Ek__BackingField_3;
// System.Int32 UnityEngine.Networking.Match.MatchInfoSnapshot::<maxSize>k__BackingField
int32_t ___U3CmaxSizeU3Ek__BackingField_4;
// System.Int32 UnityEngine.Networking.Match.MatchInfoSnapshot::<currentSize>k__BackingField
int32_t ___U3CcurrentSizeU3Ek__BackingField_5;
// System.Boolean UnityEngine.Networking.Match.MatchInfoSnapshot::<isPrivate>k__BackingField
bool ___U3CisPrivateU3Ek__BackingField_6;
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.MatchInfoSnapshot::<matchAttributes>k__BackingField
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ___U3CmatchAttributesU3Ek__BackingField_7;
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot> UnityEngine.Networking.Match.MatchInfoSnapshot::<directConnectInfos>k__BackingField
List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * ___U3CdirectConnectInfosU3Ek__BackingField_8;
public:
inline static int32_t get_offset_of_U3CnetworkIdU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13, ___U3CnetworkIdU3Ek__BackingField_0)); }
inline uint64_t get_U3CnetworkIdU3Ek__BackingField_0() const { return ___U3CnetworkIdU3Ek__BackingField_0; }
inline uint64_t* get_address_of_U3CnetworkIdU3Ek__BackingField_0() { return &___U3CnetworkIdU3Ek__BackingField_0; }
inline void set_U3CnetworkIdU3Ek__BackingField_0(uint64_t value)
{
___U3CnetworkIdU3Ek__BackingField_0 = value;
}
inline static int32_t get_offset_of_U3ChostNodeIdU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13, ___U3ChostNodeIdU3Ek__BackingField_1)); }
inline uint16_t get_U3ChostNodeIdU3Ek__BackingField_1() const { return ___U3ChostNodeIdU3Ek__BackingField_1; }
inline uint16_t* get_address_of_U3ChostNodeIdU3Ek__BackingField_1() { return &___U3ChostNodeIdU3Ek__BackingField_1; }
inline void set_U3ChostNodeIdU3Ek__BackingField_1(uint16_t value)
{
___U3ChostNodeIdU3Ek__BackingField_1 = value;
}
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13, ___U3CnameU3Ek__BackingField_2)); }
inline String_t* get_U3CnameU3Ek__BackingField_2() const { return ___U3CnameU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_2() { return &___U3CnameU3Ek__BackingField_2; }
inline void set_U3CnameU3Ek__BackingField_2(String_t* value)
{
___U3CnameU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3CaverageEloScoreU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13, ___U3CaverageEloScoreU3Ek__BackingField_3)); }
inline int32_t get_U3CaverageEloScoreU3Ek__BackingField_3() const { return ___U3CaverageEloScoreU3Ek__BackingField_3; }
inline int32_t* get_address_of_U3CaverageEloScoreU3Ek__BackingField_3() { return &___U3CaverageEloScoreU3Ek__BackingField_3; }
inline void set_U3CaverageEloScoreU3Ek__BackingField_3(int32_t value)
{
___U3CaverageEloScoreU3Ek__BackingField_3 = value;
}
inline static int32_t get_offset_of_U3CmaxSizeU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13, ___U3CmaxSizeU3Ek__BackingField_4)); }
inline int32_t get_U3CmaxSizeU3Ek__BackingField_4() const { return ___U3CmaxSizeU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3CmaxSizeU3Ek__BackingField_4() { return &___U3CmaxSizeU3Ek__BackingField_4; }
inline void set_U3CmaxSizeU3Ek__BackingField_4(int32_t value)
{
___U3CmaxSizeU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CcurrentSizeU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13, ___U3CcurrentSizeU3Ek__BackingField_5)); }
inline int32_t get_U3CcurrentSizeU3Ek__BackingField_5() const { return ___U3CcurrentSizeU3Ek__BackingField_5; }
inline int32_t* get_address_of_U3CcurrentSizeU3Ek__BackingField_5() { return &___U3CcurrentSizeU3Ek__BackingField_5; }
inline void set_U3CcurrentSizeU3Ek__BackingField_5(int32_t value)
{
___U3CcurrentSizeU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CisPrivateU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13, ___U3CisPrivateU3Ek__BackingField_6)); }
inline bool get_U3CisPrivateU3Ek__BackingField_6() const { return ___U3CisPrivateU3Ek__BackingField_6; }
inline bool* get_address_of_U3CisPrivateU3Ek__BackingField_6() { return &___U3CisPrivateU3Ek__BackingField_6; }
inline void set_U3CisPrivateU3Ek__BackingField_6(bool value)
{
___U3CisPrivateU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CmatchAttributesU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13, ___U3CmatchAttributesU3Ek__BackingField_7)); }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * get_U3CmatchAttributesU3Ek__BackingField_7() const { return ___U3CmatchAttributesU3Ek__BackingField_7; }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 ** get_address_of_U3CmatchAttributesU3Ek__BackingField_7() { return &___U3CmatchAttributesU3Ek__BackingField_7; }
inline void set_U3CmatchAttributesU3Ek__BackingField_7(Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * value)
{
___U3CmatchAttributesU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmatchAttributesU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_U3CdirectConnectInfosU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13, ___U3CdirectConnectInfosU3Ek__BackingField_8)); }
inline List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * get_U3CdirectConnectInfosU3Ek__BackingField_8() const { return ___U3CdirectConnectInfosU3Ek__BackingField_8; }
inline List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E ** get_address_of_U3CdirectConnectInfosU3Ek__BackingField_8() { return &___U3CdirectConnectInfosU3Ek__BackingField_8; }
inline void set_U3CdirectConnectInfosU3Ek__BackingField_8(List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * value)
{
___U3CdirectConnectInfosU3Ek__BackingField_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdirectConnectInfosU3Ek__BackingField_8), (void*)value);
}
};
// UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot
struct MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 : public RuntimeObject
{
public:
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot::<nodeId>k__BackingField
uint16_t ___U3CnodeIdU3Ek__BackingField_0;
// System.String UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot::<publicAddress>k__BackingField
String_t* ___U3CpublicAddressU3Ek__BackingField_1;
// System.String UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot::<privateAddress>k__BackingField
String_t* ___U3CprivateAddressU3Ek__BackingField_2;
// UnityEngine.Networking.Types.HostPriority UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot::<hostPriority>k__BackingField
int32_t ___U3ChostPriorityU3Ek__BackingField_3;
public:
inline static int32_t get_offset_of_U3CnodeIdU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3, ___U3CnodeIdU3Ek__BackingField_0)); }
inline uint16_t get_U3CnodeIdU3Ek__BackingField_0() const { return ___U3CnodeIdU3Ek__BackingField_0; }
inline uint16_t* get_address_of_U3CnodeIdU3Ek__BackingField_0() { return &___U3CnodeIdU3Ek__BackingField_0; }
inline void set_U3CnodeIdU3Ek__BackingField_0(uint16_t value)
{
___U3CnodeIdU3Ek__BackingField_0 = value;
}
inline static int32_t get_offset_of_U3CpublicAddressU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3, ___U3CpublicAddressU3Ek__BackingField_1)); }
inline String_t* get_U3CpublicAddressU3Ek__BackingField_1() const { return ___U3CpublicAddressU3Ek__BackingField_1; }
inline String_t** get_address_of_U3CpublicAddressU3Ek__BackingField_1() { return &___U3CpublicAddressU3Ek__BackingField_1; }
inline void set_U3CpublicAddressU3Ek__BackingField_1(String_t* value)
{
___U3CpublicAddressU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpublicAddressU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CprivateAddressU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3, ___U3CprivateAddressU3Ek__BackingField_2)); }
inline String_t* get_U3CprivateAddressU3Ek__BackingField_2() const { return ___U3CprivateAddressU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CprivateAddressU3Ek__BackingField_2() { return &___U3CprivateAddressU3Ek__BackingField_2; }
inline void set_U3CprivateAddressU3Ek__BackingField_2(String_t* value)
{
___U3CprivateAddressU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CprivateAddressU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3ChostPriorityU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3, ___U3ChostPriorityU3Ek__BackingField_3)); }
inline int32_t get_U3ChostPriorityU3Ek__BackingField_3() const { return ___U3ChostPriorityU3Ek__BackingField_3; }
inline int32_t* get_address_of_U3ChostPriorityU3Ek__BackingField_3() { return &___U3ChostPriorityU3Ek__BackingField_3; }
inline void set_U3ChostPriorityU3Ek__BackingField_3(int32_t value)
{
___U3ChostPriorityU3Ek__BackingField_3 = value;
}
};
// UnityEngine.Networking.Match.Request
struct Request_tD69F6485B01B639F633255CB12D08AFE608531B0 : public RuntimeObject
{
public:
// UnityEngine.Networking.Types.SourceID UnityEngine.Networking.Match.Request::<sourceId>k__BackingField
uint64_t ___U3CsourceIdU3Ek__BackingField_1;
// System.String UnityEngine.Networking.Match.Request::<projectId>k__BackingField
String_t* ___U3CprojectIdU3Ek__BackingField_2;
// System.String UnityEngine.Networking.Match.Request::<accessTokenString>k__BackingField
String_t* ___U3CaccessTokenStringU3Ek__BackingField_3;
// System.Int32 UnityEngine.Networking.Match.Request::<domain>k__BackingField
int32_t ___U3CdomainU3Ek__BackingField_4;
public:
inline static int32_t get_offset_of_U3CsourceIdU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(Request_tD69F6485B01B639F633255CB12D08AFE608531B0, ___U3CsourceIdU3Ek__BackingField_1)); }
inline uint64_t get_U3CsourceIdU3Ek__BackingField_1() const { return ___U3CsourceIdU3Ek__BackingField_1; }
inline uint64_t* get_address_of_U3CsourceIdU3Ek__BackingField_1() { return &___U3CsourceIdU3Ek__BackingField_1; }
inline void set_U3CsourceIdU3Ek__BackingField_1(uint64_t value)
{
___U3CsourceIdU3Ek__BackingField_1 = value;
}
inline static int32_t get_offset_of_U3CprojectIdU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(Request_tD69F6485B01B639F633255CB12D08AFE608531B0, ___U3CprojectIdU3Ek__BackingField_2)); }
inline String_t* get_U3CprojectIdU3Ek__BackingField_2() const { return ___U3CprojectIdU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CprojectIdU3Ek__BackingField_2() { return &___U3CprojectIdU3Ek__BackingField_2; }
inline void set_U3CprojectIdU3Ek__BackingField_2(String_t* value)
{
___U3CprojectIdU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CprojectIdU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3CaccessTokenStringU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(Request_tD69F6485B01B639F633255CB12D08AFE608531B0, ___U3CaccessTokenStringU3Ek__BackingField_3)); }
inline String_t* get_U3CaccessTokenStringU3Ek__BackingField_3() const { return ___U3CaccessTokenStringU3Ek__BackingField_3; }
inline String_t** get_address_of_U3CaccessTokenStringU3Ek__BackingField_3() { return &___U3CaccessTokenStringU3Ek__BackingField_3; }
inline void set_U3CaccessTokenStringU3Ek__BackingField_3(String_t* value)
{
___U3CaccessTokenStringU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CaccessTokenStringU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3CdomainU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(Request_tD69F6485B01B639F633255CB12D08AFE608531B0, ___U3CdomainU3Ek__BackingField_4)); }
inline int32_t get_U3CdomainU3Ek__BackingField_4() const { return ___U3CdomainU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3CdomainU3Ek__BackingField_4() { return &___U3CdomainU3Ek__BackingField_4; }
inline void set_U3CdomainU3Ek__BackingField_4(int32_t value)
{
___U3CdomainU3Ek__BackingField_4 = value;
}
};
struct Request_tD69F6485B01B639F633255CB12D08AFE608531B0_StaticFields
{
public:
// System.Int32 UnityEngine.Networking.Match.Request::currentVersion
int32_t ___currentVersion_0;
public:
inline static int32_t get_offset_of_currentVersion_0() { return static_cast<int32_t>(offsetof(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_StaticFields, ___currentVersion_0)); }
inline int32_t get_currentVersion_0() const { return ___currentVersion_0; }
inline int32_t* get_address_of_currentVersion_0() { return &___currentVersion_0; }
inline void set_currentVersion_0(int32_t value)
{
___currentVersion_0 = value;
}
};
// UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Networking.UnityWebRequest::m_Ptr
intptr_t ___m_Ptr_0;
// UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::m_DownloadHandler
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___m_DownloadHandler_1;
// UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::m_UploadHandler
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ___m_UploadHandler_2;
// UnityEngine.Networking.CertificateHandler UnityEngine.Networking.UnityWebRequest::m_CertificateHandler
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * ___m_CertificateHandler_3;
// System.Uri UnityEngine.Networking.UnityWebRequest::m_Uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_Uri_4;
// System.Boolean UnityEngine.Networking.UnityWebRequest::<disposeCertificateHandlerOnDispose>k__BackingField
bool ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5;
// System.Boolean UnityEngine.Networking.UnityWebRequest::<disposeDownloadHandlerOnDispose>k__BackingField
bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6;
// System.Boolean UnityEngine.Networking.UnityWebRequest::<disposeUploadHandlerOnDispose>k__BackingField
bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
inline static int32_t get_offset_of_m_DownloadHandler_1() { return static_cast<int32_t>(offsetof(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129, ___m_DownloadHandler_1)); }
inline DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * get_m_DownloadHandler_1() const { return ___m_DownloadHandler_1; }
inline DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 ** get_address_of_m_DownloadHandler_1() { return &___m_DownloadHandler_1; }
inline void set_m_DownloadHandler_1(DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * value)
{
___m_DownloadHandler_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DownloadHandler_1), (void*)value);
}
inline static int32_t get_offset_of_m_UploadHandler_2() { return static_cast<int32_t>(offsetof(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129, ___m_UploadHandler_2)); }
inline UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * get_m_UploadHandler_2() const { return ___m_UploadHandler_2; }
inline UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 ** get_address_of_m_UploadHandler_2() { return &___m_UploadHandler_2; }
inline void set_m_UploadHandler_2(UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * value)
{
___m_UploadHandler_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_UploadHandler_2), (void*)value);
}
inline static int32_t get_offset_of_m_CertificateHandler_3() { return static_cast<int32_t>(offsetof(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129, ___m_CertificateHandler_3)); }
inline CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * get_m_CertificateHandler_3() const { return ___m_CertificateHandler_3; }
inline CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 ** get_address_of_m_CertificateHandler_3() { return &___m_CertificateHandler_3; }
inline void set_m_CertificateHandler_3(CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * value)
{
___m_CertificateHandler_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CertificateHandler_3), (void*)value);
}
inline static int32_t get_offset_of_m_Uri_4() { return static_cast<int32_t>(offsetof(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129, ___m_Uri_4)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_Uri_4() const { return ___m_Uri_4; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_Uri_4() { return &___m_Uri_4; }
inline void set_m_Uri_4(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___m_Uri_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Uri_4), (void*)value);
}
inline static int32_t get_offset_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129, ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5)); }
inline bool get_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() const { return ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; }
inline bool* get_address_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return &___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; }
inline void set_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5(bool value)
{
___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129, ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6)); }
inline bool get_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() const { return ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; }
inline bool* get_address_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return &___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; }
inline void set_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6(bool value)
{
___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129, ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7)); }
inline bool get_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() const { return ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }
inline bool* get_address_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return &___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }
inline void set_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7(bool value)
{
___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke ___m_DownloadHandler_1;
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke ___m_UploadHandler_2;
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke ___m_CertificateHandler_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_Uri_4;
int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5;
int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6;
int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7;
};
// Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com
{
intptr_t ___m_Ptr_0;
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com* ___m_DownloadHandler_1;
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com* ___m_UploadHandler_2;
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com* ___m_CertificateHandler_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_Uri_4;
int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5;
int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6;
int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7;
};
// System.Action`1<System.Int32>
struct Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.Int32,System.Int32>
struct Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE : 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.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NullReferenceException
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Networking.Match.CreateMatchRequest
struct CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC : public Request_tD69F6485B01B639F633255CB12D08AFE608531B0
{
public:
// System.String UnityEngine.Networking.Match.CreateMatchRequest::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_5;
// System.UInt32 UnityEngine.Networking.Match.CreateMatchRequest::<size>k__BackingField
uint32_t ___U3CsizeU3Ek__BackingField_6;
// System.String UnityEngine.Networking.Match.CreateMatchRequest::<publicAddress>k__BackingField
String_t* ___U3CpublicAddressU3Ek__BackingField_7;
// System.String UnityEngine.Networking.Match.CreateMatchRequest::<privateAddress>k__BackingField
String_t* ___U3CprivateAddressU3Ek__BackingField_8;
// System.Int32 UnityEngine.Networking.Match.CreateMatchRequest::<eloScore>k__BackingField
int32_t ___U3CeloScoreU3Ek__BackingField_9;
// System.Boolean UnityEngine.Networking.Match.CreateMatchRequest::<advertise>k__BackingField
bool ___U3CadvertiseU3Ek__BackingField_10;
// System.String UnityEngine.Networking.Match.CreateMatchRequest::<password>k__BackingField
String_t* ___U3CpasswordU3Ek__BackingField_11;
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.CreateMatchRequest::<matchAttributes>k__BackingField
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ___U3CmatchAttributesU3Ek__BackingField_12;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC, ___U3CnameU3Ek__BackingField_5)); }
inline String_t* get_U3CnameU3Ek__BackingField_5() const { return ___U3CnameU3Ek__BackingField_5; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_5() { return &___U3CnameU3Ek__BackingField_5; }
inline void set_U3CnameU3Ek__BackingField_5(String_t* value)
{
___U3CnameU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_U3CsizeU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC, ___U3CsizeU3Ek__BackingField_6)); }
inline uint32_t get_U3CsizeU3Ek__BackingField_6() const { return ___U3CsizeU3Ek__BackingField_6; }
inline uint32_t* get_address_of_U3CsizeU3Ek__BackingField_6() { return &___U3CsizeU3Ek__BackingField_6; }
inline void set_U3CsizeU3Ek__BackingField_6(uint32_t value)
{
___U3CsizeU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CpublicAddressU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC, ___U3CpublicAddressU3Ek__BackingField_7)); }
inline String_t* get_U3CpublicAddressU3Ek__BackingField_7() const { return ___U3CpublicAddressU3Ek__BackingField_7; }
inline String_t** get_address_of_U3CpublicAddressU3Ek__BackingField_7() { return &___U3CpublicAddressU3Ek__BackingField_7; }
inline void set_U3CpublicAddressU3Ek__BackingField_7(String_t* value)
{
___U3CpublicAddressU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpublicAddressU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_U3CprivateAddressU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC, ___U3CprivateAddressU3Ek__BackingField_8)); }
inline String_t* get_U3CprivateAddressU3Ek__BackingField_8() const { return ___U3CprivateAddressU3Ek__BackingField_8; }
inline String_t** get_address_of_U3CprivateAddressU3Ek__BackingField_8() { return &___U3CprivateAddressU3Ek__BackingField_8; }
inline void set_U3CprivateAddressU3Ek__BackingField_8(String_t* value)
{
___U3CprivateAddressU3Ek__BackingField_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CprivateAddressU3Ek__BackingField_8), (void*)value);
}
inline static int32_t get_offset_of_U3CeloScoreU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC, ___U3CeloScoreU3Ek__BackingField_9)); }
inline int32_t get_U3CeloScoreU3Ek__BackingField_9() const { return ___U3CeloScoreU3Ek__BackingField_9; }
inline int32_t* get_address_of_U3CeloScoreU3Ek__BackingField_9() { return &___U3CeloScoreU3Ek__BackingField_9; }
inline void set_U3CeloScoreU3Ek__BackingField_9(int32_t value)
{
___U3CeloScoreU3Ek__BackingField_9 = value;
}
inline static int32_t get_offset_of_U3CadvertiseU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC, ___U3CadvertiseU3Ek__BackingField_10)); }
inline bool get_U3CadvertiseU3Ek__BackingField_10() const { return ___U3CadvertiseU3Ek__BackingField_10; }
inline bool* get_address_of_U3CadvertiseU3Ek__BackingField_10() { return &___U3CadvertiseU3Ek__BackingField_10; }
inline void set_U3CadvertiseU3Ek__BackingField_10(bool value)
{
___U3CadvertiseU3Ek__BackingField_10 = value;
}
inline static int32_t get_offset_of_U3CpasswordU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC, ___U3CpasswordU3Ek__BackingField_11)); }
inline String_t* get_U3CpasswordU3Ek__BackingField_11() const { return ___U3CpasswordU3Ek__BackingField_11; }
inline String_t** get_address_of_U3CpasswordU3Ek__BackingField_11() { return &___U3CpasswordU3Ek__BackingField_11; }
inline void set_U3CpasswordU3Ek__BackingField_11(String_t* value)
{
___U3CpasswordU3Ek__BackingField_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpasswordU3Ek__BackingField_11), (void*)value);
}
inline static int32_t get_offset_of_U3CmatchAttributesU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC, ___U3CmatchAttributesU3Ek__BackingField_12)); }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * get_U3CmatchAttributesU3Ek__BackingField_12() const { return ___U3CmatchAttributesU3Ek__BackingField_12; }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 ** get_address_of_U3CmatchAttributesU3Ek__BackingField_12() { return &___U3CmatchAttributesU3Ek__BackingField_12; }
inline void set_U3CmatchAttributesU3Ek__BackingField_12(Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * value)
{
___U3CmatchAttributesU3Ek__BackingField_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmatchAttributesU3Ek__BackingField_12), (void*)value);
}
};
// UnityEngine.Networking.Match.DestroyMatchRequest
struct DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A : public Request_tD69F6485B01B639F633255CB12D08AFE608531B0
{
public:
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.DestroyMatchRequest::<networkId>k__BackingField
uint64_t ___U3CnetworkIdU3Ek__BackingField_5;
public:
inline static int32_t get_offset_of_U3CnetworkIdU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A, ___U3CnetworkIdU3Ek__BackingField_5)); }
inline uint64_t get_U3CnetworkIdU3Ek__BackingField_5() const { return ___U3CnetworkIdU3Ek__BackingField_5; }
inline uint64_t* get_address_of_U3CnetworkIdU3Ek__BackingField_5() { return &___U3CnetworkIdU3Ek__BackingField_5; }
inline void set_U3CnetworkIdU3Ek__BackingField_5(uint64_t value)
{
___U3CnetworkIdU3Ek__BackingField_5 = value;
}
};
// UnityEngine.Networking.Match.DropConnectionRequest
struct DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 : public Request_tD69F6485B01B639F633255CB12D08AFE608531B0
{
public:
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.DropConnectionRequest::<networkId>k__BackingField
uint64_t ___U3CnetworkIdU3Ek__BackingField_5;
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.DropConnectionRequest::<nodeId>k__BackingField
uint16_t ___U3CnodeIdU3Ek__BackingField_6;
public:
inline static int32_t get_offset_of_U3CnetworkIdU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36, ___U3CnetworkIdU3Ek__BackingField_5)); }
inline uint64_t get_U3CnetworkIdU3Ek__BackingField_5() const { return ___U3CnetworkIdU3Ek__BackingField_5; }
inline uint64_t* get_address_of_U3CnetworkIdU3Ek__BackingField_5() { return &___U3CnetworkIdU3Ek__BackingField_5; }
inline void set_U3CnetworkIdU3Ek__BackingField_5(uint64_t value)
{
___U3CnetworkIdU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CnodeIdU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36, ___U3CnodeIdU3Ek__BackingField_6)); }
inline uint16_t get_U3CnodeIdU3Ek__BackingField_6() const { return ___U3CnodeIdU3Ek__BackingField_6; }
inline uint16_t* get_address_of_U3CnodeIdU3Ek__BackingField_6() { return &___U3CnodeIdU3Ek__BackingField_6; }
inline void set_U3CnodeIdU3Ek__BackingField_6(uint16_t value)
{
___U3CnodeIdU3Ek__BackingField_6 = value;
}
};
// UnityEngine.Networking.Match.JoinMatchRequest
struct JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 : public Request_tD69F6485B01B639F633255CB12D08AFE608531B0
{
public:
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.JoinMatchRequest::<networkId>k__BackingField
uint64_t ___U3CnetworkIdU3Ek__BackingField_5;
// System.String UnityEngine.Networking.Match.JoinMatchRequest::<publicAddress>k__BackingField
String_t* ___U3CpublicAddressU3Ek__BackingField_6;
// System.String UnityEngine.Networking.Match.JoinMatchRequest::<privateAddress>k__BackingField
String_t* ___U3CprivateAddressU3Ek__BackingField_7;
// System.Int32 UnityEngine.Networking.Match.JoinMatchRequest::<eloScore>k__BackingField
int32_t ___U3CeloScoreU3Ek__BackingField_8;
// System.String UnityEngine.Networking.Match.JoinMatchRequest::<password>k__BackingField
String_t* ___U3CpasswordU3Ek__BackingField_9;
public:
inline static int32_t get_offset_of_U3CnetworkIdU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04, ___U3CnetworkIdU3Ek__BackingField_5)); }
inline uint64_t get_U3CnetworkIdU3Ek__BackingField_5() const { return ___U3CnetworkIdU3Ek__BackingField_5; }
inline uint64_t* get_address_of_U3CnetworkIdU3Ek__BackingField_5() { return &___U3CnetworkIdU3Ek__BackingField_5; }
inline void set_U3CnetworkIdU3Ek__BackingField_5(uint64_t value)
{
___U3CnetworkIdU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CpublicAddressU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04, ___U3CpublicAddressU3Ek__BackingField_6)); }
inline String_t* get_U3CpublicAddressU3Ek__BackingField_6() const { return ___U3CpublicAddressU3Ek__BackingField_6; }
inline String_t** get_address_of_U3CpublicAddressU3Ek__BackingField_6() { return &___U3CpublicAddressU3Ek__BackingField_6; }
inline void set_U3CpublicAddressU3Ek__BackingField_6(String_t* value)
{
___U3CpublicAddressU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpublicAddressU3Ek__BackingField_6), (void*)value);
}
inline static int32_t get_offset_of_U3CprivateAddressU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04, ___U3CprivateAddressU3Ek__BackingField_7)); }
inline String_t* get_U3CprivateAddressU3Ek__BackingField_7() const { return ___U3CprivateAddressU3Ek__BackingField_7; }
inline String_t** get_address_of_U3CprivateAddressU3Ek__BackingField_7() { return &___U3CprivateAddressU3Ek__BackingField_7; }
inline void set_U3CprivateAddressU3Ek__BackingField_7(String_t* value)
{
___U3CprivateAddressU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CprivateAddressU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_U3CeloScoreU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04, ___U3CeloScoreU3Ek__BackingField_8)); }
inline int32_t get_U3CeloScoreU3Ek__BackingField_8() const { return ___U3CeloScoreU3Ek__BackingField_8; }
inline int32_t* get_address_of_U3CeloScoreU3Ek__BackingField_8() { return &___U3CeloScoreU3Ek__BackingField_8; }
inline void set_U3CeloScoreU3Ek__BackingField_8(int32_t value)
{
___U3CeloScoreU3Ek__BackingField_8 = value;
}
inline static int32_t get_offset_of_U3CpasswordU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04, ___U3CpasswordU3Ek__BackingField_9)); }
inline String_t* get_U3CpasswordU3Ek__BackingField_9() const { return ___U3CpasswordU3Ek__BackingField_9; }
inline String_t** get_address_of_U3CpasswordU3Ek__BackingField_9() { return &___U3CpasswordU3Ek__BackingField_9; }
inline void set_U3CpasswordU3Ek__BackingField_9(String_t* value)
{
___U3CpasswordU3Ek__BackingField_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpasswordU3Ek__BackingField_9), (void*)value);
}
};
// UnityEngine.Networking.Match.ListMatchRequest
struct ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C : public Request_tD69F6485B01B639F633255CB12D08AFE608531B0
{
public:
// System.Int32 UnityEngine.Networking.Match.ListMatchRequest::<pageSize>k__BackingField
int32_t ___U3CpageSizeU3Ek__BackingField_5;
// System.Int32 UnityEngine.Networking.Match.ListMatchRequest::<pageNum>k__BackingField
int32_t ___U3CpageNumU3Ek__BackingField_6;
// System.String UnityEngine.Networking.Match.ListMatchRequest::<nameFilter>k__BackingField
String_t* ___U3CnameFilterU3Ek__BackingField_7;
// System.Boolean UnityEngine.Networking.Match.ListMatchRequest::<filterOutPrivateMatches>k__BackingField
bool ___U3CfilterOutPrivateMatchesU3Ek__BackingField_8;
// System.Int32 UnityEngine.Networking.Match.ListMatchRequest::<eloScore>k__BackingField
int32_t ___U3CeloScoreU3Ek__BackingField_9;
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.ListMatchRequest::<matchAttributeFilterLessThan>k__BackingField
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ___U3CmatchAttributeFilterLessThanU3Ek__BackingField_10;
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.ListMatchRequest::<matchAttributeFilterEqualTo>k__BackingField
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ___U3CmatchAttributeFilterEqualToU3Ek__BackingField_11;
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.ListMatchRequest::<matchAttributeFilterGreaterThan>k__BackingField
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ___U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12;
public:
inline static int32_t get_offset_of_U3CpageSizeU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C, ___U3CpageSizeU3Ek__BackingField_5)); }
inline int32_t get_U3CpageSizeU3Ek__BackingField_5() const { return ___U3CpageSizeU3Ek__BackingField_5; }
inline int32_t* get_address_of_U3CpageSizeU3Ek__BackingField_5() { return &___U3CpageSizeU3Ek__BackingField_5; }
inline void set_U3CpageSizeU3Ek__BackingField_5(int32_t value)
{
___U3CpageSizeU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CpageNumU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C, ___U3CpageNumU3Ek__BackingField_6)); }
inline int32_t get_U3CpageNumU3Ek__BackingField_6() const { return ___U3CpageNumU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CpageNumU3Ek__BackingField_6() { return &___U3CpageNumU3Ek__BackingField_6; }
inline void set_U3CpageNumU3Ek__BackingField_6(int32_t value)
{
___U3CpageNumU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CnameFilterU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C, ___U3CnameFilterU3Ek__BackingField_7)); }
inline String_t* get_U3CnameFilterU3Ek__BackingField_7() const { return ___U3CnameFilterU3Ek__BackingField_7; }
inline String_t** get_address_of_U3CnameFilterU3Ek__BackingField_7() { return &___U3CnameFilterU3Ek__BackingField_7; }
inline void set_U3CnameFilterU3Ek__BackingField_7(String_t* value)
{
___U3CnameFilterU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameFilterU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_U3CfilterOutPrivateMatchesU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C, ___U3CfilterOutPrivateMatchesU3Ek__BackingField_8)); }
inline bool get_U3CfilterOutPrivateMatchesU3Ek__BackingField_8() const { return ___U3CfilterOutPrivateMatchesU3Ek__BackingField_8; }
inline bool* get_address_of_U3CfilterOutPrivateMatchesU3Ek__BackingField_8() { return &___U3CfilterOutPrivateMatchesU3Ek__BackingField_8; }
inline void set_U3CfilterOutPrivateMatchesU3Ek__BackingField_8(bool value)
{
___U3CfilterOutPrivateMatchesU3Ek__BackingField_8 = value;
}
inline static int32_t get_offset_of_U3CeloScoreU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C, ___U3CeloScoreU3Ek__BackingField_9)); }
inline int32_t get_U3CeloScoreU3Ek__BackingField_9() const { return ___U3CeloScoreU3Ek__BackingField_9; }
inline int32_t* get_address_of_U3CeloScoreU3Ek__BackingField_9() { return &___U3CeloScoreU3Ek__BackingField_9; }
inline void set_U3CeloScoreU3Ek__BackingField_9(int32_t value)
{
___U3CeloScoreU3Ek__BackingField_9 = value;
}
inline static int32_t get_offset_of_U3CmatchAttributeFilterLessThanU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C, ___U3CmatchAttributeFilterLessThanU3Ek__BackingField_10)); }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * get_U3CmatchAttributeFilterLessThanU3Ek__BackingField_10() const { return ___U3CmatchAttributeFilterLessThanU3Ek__BackingField_10; }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 ** get_address_of_U3CmatchAttributeFilterLessThanU3Ek__BackingField_10() { return &___U3CmatchAttributeFilterLessThanU3Ek__BackingField_10; }
inline void set_U3CmatchAttributeFilterLessThanU3Ek__BackingField_10(Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * value)
{
___U3CmatchAttributeFilterLessThanU3Ek__BackingField_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmatchAttributeFilterLessThanU3Ek__BackingField_10), (void*)value);
}
inline static int32_t get_offset_of_U3CmatchAttributeFilterEqualToU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C, ___U3CmatchAttributeFilterEqualToU3Ek__BackingField_11)); }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * get_U3CmatchAttributeFilterEqualToU3Ek__BackingField_11() const { return ___U3CmatchAttributeFilterEqualToU3Ek__BackingField_11; }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 ** get_address_of_U3CmatchAttributeFilterEqualToU3Ek__BackingField_11() { return &___U3CmatchAttributeFilterEqualToU3Ek__BackingField_11; }
inline void set_U3CmatchAttributeFilterEqualToU3Ek__BackingField_11(Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * value)
{
___U3CmatchAttributeFilterEqualToU3Ek__BackingField_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmatchAttributeFilterEqualToU3Ek__BackingField_11), (void*)value);
}
inline static int32_t get_offset_of_U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C, ___U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12)); }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * get_U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12() const { return ___U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12; }
inline Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 ** get_address_of_U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12() { return &___U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12; }
inline void set_U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12(Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * value)
{
___U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12), (void*)value);
}
};
// UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate
struct BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>
struct DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>
struct DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Networking.Match.NetworkMatch_InternalResponseDelegate`2<UnityEngine.Networking.Match.BasicResponse,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate>
struct InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Networking.Match.NetworkMatch_InternalResponseDelegate`2<UnityEngine.Networking.Match.CreateMatchResponse,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>>
struct InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Networking.Match.NetworkMatch_InternalResponseDelegate`2<UnityEngine.Networking.Match.DropConnectionResponse,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate>
struct InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Networking.Match.NetworkMatch_InternalResponseDelegate`2<UnityEngine.Networking.Match.JoinMatchResponse,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>>
struct InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Networking.Match.NetworkMatch_InternalResponseDelegate`2<UnityEngine.Networking.Match.ListMatchResponse,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>>
struct InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Networking.Match.SetMatchAttributesRequest
struct SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B : public Request_tD69F6485B01B639F633255CB12D08AFE608531B0
{
public:
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.SetMatchAttributesRequest::<networkId>k__BackingField
uint64_t ___U3CnetworkIdU3Ek__BackingField_5;
// System.Boolean UnityEngine.Networking.Match.SetMatchAttributesRequest::<isListed>k__BackingField
bool ___U3CisListedU3Ek__BackingField_6;
public:
inline static int32_t get_offset_of_U3CnetworkIdU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B, ___U3CnetworkIdU3Ek__BackingField_5)); }
inline uint64_t get_U3CnetworkIdU3Ek__BackingField_5() const { return ___U3CnetworkIdU3Ek__BackingField_5; }
inline uint64_t* get_address_of_U3CnetworkIdU3Ek__BackingField_5() { return &___U3CnetworkIdU3Ek__BackingField_5; }
inline void set_U3CnetworkIdU3Ek__BackingField_5(uint64_t value)
{
___U3CnetworkIdU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CisListedU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B, ___U3CisListedU3Ek__BackingField_6)); }
inline bool get_U3CisListedU3Ek__BackingField_6() const { return ___U3CisListedU3Ek__BackingField_6; }
inline bool* get_address_of_U3CisListedU3Ek__BackingField_6() { return &___U3CisListedU3Ek__BackingField_6; }
inline void set_U3CisListedU3Ek__BackingField_6(bool value)
{
___U3CisListedU3Ek__BackingField_6 = value;
}
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
}
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// UnityEngine.Networking.Match.NetworkMatch
struct NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Uri UnityEngine.Networking.Match.NetworkMatch::m_BaseUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_BaseUri_4;
public:
inline static int32_t get_offset_of_m_BaseUri_4() { return static_cast<int32_t>(offsetof(NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44, ___m_BaseUri_4)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_BaseUri_4() const { return ___m_BaseUri_4; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_BaseUri_4() { return &___m_BaseUri_4; }
inline void set_m_BaseUri_4(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___m_BaseUri_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_BaseUri_4), (void*)value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, 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.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.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.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);
// !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.Collections.ObjectModel.ReadOnlyCollection`1<!0> System.Collections.Generic.List`1<System.Byte>::AsReadOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t44E935E566CE04FBBA629D22D386281FFE3F5AC5 * List_1_AsReadOnly_mE1095F061E3272FF56B059043DEEB6DD58698DC1_gshared (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int64>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_mF4D2E80A8FE85CF632353DDDCE6891CFF2D79687_gshared (Dictionary_2_t93E4A285599DF5AE27511A5E9205F2FC2CC7A526 * __this, 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.Void UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalResponseDelegate_2__ctor_mB5F4D02C91141D2EEDEB55BCC5144759806D70AE_gshared (InternalResponseDelegate_2_tA096DAC41C013FEB4017B65B26A3B13B2C9F51C7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Collections.IEnumerator UnityEngine.Networking.Match.NetworkMatch::ProcessMatchResponse<System.Object,System.Object>(UnityEngine.Networking.UnityWebRequest,UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<JSONRESPONSE,USERRESPONSEDELEGATETYPE>,USERRESPONSEDELEGATETYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NetworkMatch_ProcessMatchResponse_TisRuntimeObject_TisRuntimeObject_m4EA8700716248F0CCA54E6A45B87469BEB912C81_gshared (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___client0, InternalResponseDelegate_2_tA096DAC41C013FEB4017B65B26A3B13B2C9F51C7 * ___internalCallback1, RuntimeObject * ___userCallback2, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<System.Object>::Invoke(System.Boolean,System.String,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataResponseDelegate_1_Invoke_mD39A9B6892C634627056033A4539978573E0E14A_gshared (DataResponseDelegate_1_t26170CF2105600AC9B412E932EB4103D80D763C1 * __this, bool ___success0, String_t* ___extendedInfo1, RuntimeObject * ___responseData2, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64Enum,System.Object>::ContainsKey(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m206B2AE319B86661CBD1486C20E617BD43038C63_gshared (Dictionary_2_tC3B35B84DF06D773CB90D65C3F1E64290936D7EE * __this, uint64_t ___key0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64Enum,System.Object>::Remove(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m231D87008CE27CC391B93836660370DE42A992B8_gshared (Dictionary_2_tC3B35B84DF06D773CB90D65C3F1E64290936D7EE * __this, uint64_t ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64Enum,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m06059A8E535BE4077FB476A1C8E7062FE1AE2642_gshared (Dictionary_2_tC3B35B84DF06D773CB90D65C3F1E64290936D7EE * __this, uint64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt64Enum,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mA71A510F652DAC252CBF2E4F87AB30B6198F82B8_gshared (Dictionary_2_tC3B35B84DF06D773CB90D65C3F1E64290936D7EE * __this, uint64_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.UInt64Enum,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m980B1C5DED9EC2E3BC44CFFB3471A0786AD4253C_gshared (Dictionary_2_tC3B35B84DF06D773CB90D65C3F1E64290936D7EE * __this, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.NullReferenceException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349 (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Networking.ChannelQOS>::.ctor()
inline void List_1__ctor_mF90068DB317AD2C0F101BD20A2F5AAFA672C9DDF (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>>::.ctor()
inline void List_1__ctor_m35F894B7897B8B3A09853BD9CF9225211C1CD0FC (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_MaxCombinedReliableMessageSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_MaxCombinedReliableMessageSize_m91287E99979B01E126C741E3672F0A2810892A2B (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.Networking.ChannelQOS>::GetEnumerator()
inline Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 List_1_GetEnumerator_m6DEDD3C87E7678C580CDD6511D167EB030E81F21 (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * __this, const RuntimeMethod* method)
{
return (( Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 (*) (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.Networking.ChannelQOS>::get_Current()
inline ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * Enumerator_get_Current_m4AA3AF5856A01D239D59E737C82DC6197D0ACBFD_inline (Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 * __this, const RuntimeMethod* method)
{
return (( ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * (*) (Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Void UnityEngine.Networking.ChannelQOS::.ctor(UnityEngine.Networking.ChannelQOS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelQOS__ctor_m1517B79D2A0B8804142AF2E000389475F6EF2665 (ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * __this, ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * ___channel0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Networking.ChannelQOS>::Add(!0)
inline void List_1_Add_m0CC5351DE1D3A06DF827D57879DCBA2E2B9A169A (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * __this, ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D *, ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Networking.ChannelQOS>::MoveNext()
inline bool Enumerator_MoveNext_m594004920BE1EDA73B971F11EF4C2948E0C54ABE (Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Networking.ChannelQOS>::Dispose()
inline void Enumerator_Dispose_m94F0D8A212C0DE30CE3FC0CE3D06A58E096207DF (Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>>::GetEnumerator()
inline Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E List_1_GetEnumerator_m600D09E99239D4D71B89B1F64F8D8CD2126CCC9A (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * __this, const RuntimeMethod* method)
{
return (( Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E (*) (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.List`1<System.Byte>>::get_Current()
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * Enumerator_get_Current_mC050C1265F789AACDB6F7A03D3065460116AACF7_inline (Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E * __this, const RuntimeMethod* method)
{
return (( List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * (*) (Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>>::Add(!0)
inline void List_1_Add_m3645BFAE222A2255766A797A98CBCAA14A968E3D (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * __this, List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B *, List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.List`1<System.Byte>>::MoveNext()
inline bool Enumerator_MoveNext_m835F6ADEE28787E14FC82DE6E090EEB7AF1F1651 (Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.List`1<System.Byte>>::Dispose()
inline void Enumerator_Dispose_m0967733CC0BB777507EAACCDB3D676ED81DFE938 (Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Networking.ChannelQOS>::get_Count()
inline int32_t List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_inline (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// UnityEngine.RuntimePlatform UnityEngine.Application::get_platform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672 (const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>>::get_Count()
inline int32_t List_1_get_Count_m41CB827D0F7F2CBAD6F39066CB6CD303E9D44835_inline (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Boolean System.Enum::IsDefined(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_IsDefined_mA573B15329CA2AA7C59367D514D2927FC66217E2 (Type_t * ___enumType0, RuntimeObject * ___value1, 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 UnityEngine.Networking.ChannelQOS::.ctor(UnityEngine.Networking.QosType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelQOS__ctor_mE56E7F05A2133D7C465B9EEC6C4CF96ADF90EB97 (ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * __this, int32_t ___value0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Networking.ChannelQOS>::get_Item(System.Int32)
inline ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * List_1_get_Item_m0CF211A8BC47B2907FB8C1DDE7FCE94BCA39BE39_inline (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * (*) (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.Networking.QosType UnityEngine.Networking.ChannelQOS::get_QOS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelQOS_get_QOS_mB2FB13845C35D5DABF83C1CA530632C8F4087D1C (ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Collections.Generic.List`1<System.Byte>>::get_Item(System.Int32)
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * List_1_get_Item_mB246B8A19A6EE276F7A2730FA535E56B05BE7A2A_inline (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * (*) (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<!0> System.Collections.Generic.List`1<System.Byte>::AsReadOnly()
inline ReadOnlyCollection_1_t44E935E566CE04FBBA629D22D386281FFE3F5AC5 * List_1_AsReadOnly_mE1095F061E3272FF56B059043DEEB6DD58698DC1 (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method)
{
return (( ReadOnlyCollection_1_t44E935E566CE04FBBA629D22D386281FFE3F5AC5 * (*) (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *, const RuntimeMethod*))List_1_AsReadOnly_mE1095F061E3272FF56B059043DEEB6DD58698DC1_gshared)(__this, method);
}
// System.IntPtr UnityEngine.Networking.ConnectionConfigInternal::InternalCreate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ConnectionConfigInternal_InternalCreate_m681962AD2D0C2CA03AC271F67851C0D8D7CB0F24 (const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_PacketSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_PacketSize_m751DC5BD539C2975B917BEDA67052BD6CF8BACC3 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.ConnectionConfigInternal::SetPacketSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionConfigInternal_SetPacketSize_m4DE0CF7A1FCB7AB404CE5DDE31E093C6BAF876B6 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_FragmentSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_FragmentSize_m1379ABF0355A10DA23531C07752CC6BD9D362723 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_FragmentSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_FragmentSize_m224EF1252CDAEB26D4B5D419929DE8923174336F (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_ResendTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_ResendTimeout_mB4A5D99E80C0B0081A7795AEC3AC61A49813474B (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_ResendTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_ResendTimeout_m5BE3436FF68B65BE9627DC1A493D71575AB4B2D3 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_DisconnectTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_DisconnectTimeout_mE4DCDDFDE20024DE86CE0B1F7560096873D41602 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_DisconnectTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_DisconnectTimeout_mA6994BDA30044356344816D48E115892016341B4 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_ConnectTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_ConnectTimeout_mEBC5347826BBB7002788D1B542A4A150F3896A3C (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_ConnectTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_ConnectTimeout_mE91ADD685C4F72FA46DFBE30C140D0EA0A445D87 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_MinUpdateTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_MinUpdateTimeout_m65075F4C867CEADE8E50E0412CEAEFC20001269A (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MinUpdateTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MinUpdateTimeout_m04E7B416A9CDACDC7C114B5109DDD77E0C9F94BC (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_PingTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_PingTimeout_m73066295D91C9E9ABBF86FDF8707E996CBA97D64 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_PingTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_PingTimeout_m699DEE6C7E444DBC2C5B48D7639AC624FF89C38B (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_ReducedPingTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_ReducedPingTimeout_m0FD1458249980CDD1BA75A5235F65288BEBC89DE (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_ReducedPingTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_ReducedPingTimeout_m9A33C6FCA8246795A3ACB0DE4A982852BC461CFA (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_AllCostTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_AllCostTimeout_m0A34CCD1E33CA2FEB00114694B42ED02F7FFD1CC (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_AllCostTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_AllCostTimeout_m8AA82AB51A3FEF575C32340C056C589E9D464870 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.Byte UnityEngine.Networking.ConnectionConfig::get_NetworkDropThreshold()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfig_get_NetworkDropThreshold_m75C76C0A9DA2C33273991C1647B545EA4C4AF11E (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_NetworkDropThreshold(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_NetworkDropThreshold_mD03BD7214D026A4700B4E79A0C7DF39063A61254 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint8_t ___value0, const RuntimeMethod* method);
// System.Byte UnityEngine.Networking.ConnectionConfig::get_OverflowDropThreshold()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfig_get_OverflowDropThreshold_mDDDA68600C272839E974268E2D0A6FF4A98564DA (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_OverflowDropThreshold(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_OverflowDropThreshold_mFC78CDF6E4A2485254464D1E49FE3C2F24F4FBDE (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint8_t ___value0, const RuntimeMethod* method);
// System.Byte UnityEngine.Networking.ConnectionConfig::get_MaxConnectionAttempt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfig_get_MaxConnectionAttempt_mDAD2BD7DAFB7FDFD9987950888E21BF89B0A39B0 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MaxConnectionAttempt(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MaxConnectionAttempt_m5F4A7FAD5B2BE52A8D07C442E95188BDDF5B2E27 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint8_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_AckDelay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_AckDelay_m237788628B7AB4E4C9DEF133A0EF55295EB83EF1 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_AckDelay(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_AckDelay_mA75C66BF1C9F5A5BF7F8A73B9B37FA875DB03B58 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_SendDelay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_SendDelay_m58852716B71AAB33614ACACFE5717EEE50770203 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_SendDelay(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_SendDelay_mA3C49B23B1B154407C5C976BD317B19F155B3EC5 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MaxCombinedReliableMessageSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MaxCombinedReliableMessageSize_mB487AAFEA1CE7150B6FFA0DE9167B613279EE4F9 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_MaxCombinedReliableMessageCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_MaxCombinedReliableMessageCount_m2C212A494C4EAC61E630EEC59B4BCFEA4EA5844A (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MaxCombinedReliableMessageCount(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MaxCombinedReliableMessageCount_mD5AA060EEA22592DD221E265C7DCCCA675F4C4CD (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_MaxSentMessageQueueSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_MaxSentMessageQueueSize_mA3321AB48F4C9300216894D934D8CB1806B9BC14 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MaxSentMessageQueueSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MaxSentMessageQueueSize_mD43A2BBE7A8EBC3B1A9ADA02C53B6DCBEFDAA6F7 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method);
// UnityEngine.Networking.ConnectionAcksType UnityEngine.Networking.ConnectionConfig::get_AcksType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfig_get_AcksType_mA8D96378F7C4BC68D49276A52376D19729843324 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_AcksType(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_AcksType_m38036696B038768D28640EEC618B2BF5DFD48F38 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint8_t ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.ConnectionConfig::get_UsePlatformSpecificProtocols()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionConfig_get_UsePlatformSpecificProtocols_mBD791EF16BE3DC55E863BC91A1499522BB2F731C (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_UsePlatformSpecificProtocols(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_UsePlatformSpecificProtocols_m7726113E8F0B40606D089CFC894FBD51F247497D (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, bool ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_InitialBandwidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_InitialBandwidth_m190E19AF676D59A01DA5E5177E0A40DC315496F1 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_InitialBandwidth(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_InitialBandwidth_mD3925D22CA8E1B0E0FEC76D19091D3B71CC56AB9 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Networking.ConnectionConfig::get_BandwidthPeakFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ConnectionConfig_get_BandwidthPeakFactor_m4490A0F6D685DD631FEF9A6372F18DC9020D818A (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_BandwidthPeakFactor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_BandwidthPeakFactor_m7323F1BE4AE76FA757C51C87FC90F1EE594E4CE8 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, float ___value0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_WebSocketReceiveBufferMaxSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_WebSocketReceiveBufferMaxSize_m1797AD047BF575993BEBB9D3F2C4353F18E97A96 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_WebSocketReceiveBufferMaxSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_WebSocketReceiveBufferMaxSize_mA3191D79791B4CFD8F08001FFEFF8F8971118D16 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_UdpSocketReceiveBufferMaxSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_UdpSocketReceiveBufferMaxSize_m029E311FAF985ECE49C09FA25D2085A945E1B946 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_UdpSocketReceiveBufferMaxSize(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_UdpSocketReceiveBufferMaxSize_m10E69CDBD2F00BF8FED5CAF3206FD45AB44365E5 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.String UnityEngine.Networking.ConnectionConfig::get_SSLCertFilePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionConfig_get_SSLCertFilePath_m73056595AE8F6C589F1835C26AA92E26EFA42834 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.ConnectionConfigInternal::SetSSLCertFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfigInternal_SetSSLCertFilePath_mCAE658B61AEEA61ADF961C8F3561582112A28B28 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String UnityEngine.Networking.ConnectionConfig::get_SSLPrivateKeyFilePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionConfig_get_SSLPrivateKeyFilePath_m3702E1FC42CBE6F2315D81E5120AD728FABA1690 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.ConnectionConfigInternal::SetSSLPrivateKeyFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfigInternal_SetSSLPrivateKeyFilePath_m6B3D2A3E13A9C55B327F66521A97840DC62DCDE6 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String UnityEngine.Networking.ConnectionConfig::get_SSLCAFilePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionConfig_get_SSLCAFilePath_m0FDCD4CA63020DEFF0DD277431444B0BE248337B (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.ConnectionConfigInternal::SetSSLCAFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfigInternal_SetSSLCAFilePath_mB6CFCB51A0AB96F2D971217C52D52CB022514525 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, String_t* ___value0, const RuntimeMethod* method);
// UnityEngine.Networking.QosType UnityEngine.Networking.ConnectionConfig::GetChannel(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfig_GetChannel_m15660F69B226EBE4148DF542A2B08B0E26B5E53E (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, uint8_t ___idx0, const RuntimeMethod* method);
// System.Byte UnityEngine.Networking.ConnectionConfigInternal::AddChannel(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfigInternal_AddChannel_m1769B5F51CD615D0F485098D485F2F2C6C8230B4 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.ConnectionConfig::get_ChannelCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfig_get_ChannelCount_m567D018E60DB65C503CAB30A239CB36DA3E67C65 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IList`1<System.Byte> UnityEngine.Networking.ConnectionConfig::GetSharedOrderChannels(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConnectionConfig_GetSharedOrderChannels_m3D0255AF1BC4B0233416BE01CE54F39BAC4570F4 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, uint8_t ___idx0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.ConnectionConfigInternal::MakeChannelsSharedOrder(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionConfigInternal_MakeChannelsSharedOrder_m9B81D45D8BA7E470E380C85C300463AA70BBD55B (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___values0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.ConnectionConfig::get_SharedOrderChannelCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfig_get_SharedOrderChannelCount_m4FDFB1F0AD5846A0989632D82C89E25858F5A601 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::InternalDestroy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_InternalDestroy_m9615326AE25DB173E25B475BADDADE8CFFD279E1 (intptr_t ___ptr0, 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 UnityEngine.Networking.ConnectionSimulatorConfig::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfig_Dispose_mDC951C96C1D83F93CBB432DFD54C32D7522E0FBE (ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * __this, const RuntimeMethod* method);
// System.IntPtr UnityEngine.Networking.ConnectionSimulatorConfigInternal::InternalCreate(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ConnectionSimulatorConfigInternal_InternalCreate_m9B8BA41D67DD3DEDE606FD552036C38BFF63BE0C (int32_t ___outMinDelay0, int32_t ___outAvgDelay1, int32_t ___inMinDelay2, int32_t ___inAvgDelay3, float ___packetLossPercentage4, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionSimulatorConfigInternal::InternalDestroy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfigInternal_InternalDestroy_mE2C1B431E2718819E1201E7A7436623F0F92A946 (intptr_t ___ptr0, 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.IntPtr UnityEngine.Networking.GlobalConfigInternal::InternalCreate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GlobalConfigInternal_InternalCreate_m8579181F197A3D9F6EFFD557F7EEFA5AB97BEDE3 (const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_ThreadAwakeTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_ThreadAwakeTimeout_m444A9EAE47544B138A0EDD7E3EAFB09A4E3CF045 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ThreadAwakeTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ThreadAwakeTimeout_m6AA3A43CD7AFB63C42422B013B631ED8914A75A2 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method);
// UnityEngine.Networking.ReactorModel UnityEngine.Networking.GlobalConfig::get_ReactorModel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GlobalConfig_get_ReactorModel_m764B1090D4EEAD6F7847EE0E6ED87BD471A11E06 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ReactorModel(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ReactorModel_m0891B6DFAE79025E92239D943D02E2B343E513CF (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint8_t ___value0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.GlobalConfig::get_ReactorMaximumReceivedMessages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GlobalConfig_get_ReactorMaximumReceivedMessages_m63F8EA9FA360C427471A340493986649948D8CF3 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ReactorMaximumReceivedMessages(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ReactorMaximumReceivedMessages_m33A7B98DFD609ECBFEA0CF4BA8C67E9D7F039D95 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.GlobalConfig::get_ReactorMaximumSentMessages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GlobalConfig_get_ReactorMaximumSentMessages_m70F3E2F10A38D5B6B987F7F1B052B654A3781227 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ReactorMaximumSentMessages(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ReactorMaximumSentMessages_mFFF8C65A9B365BC43766CBE2E7CD61396F91AA6B (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.GlobalConfig::get_MaxPacketSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GlobalConfig_get_MaxPacketSize_m8A574824237E7D64A2CA060BBB4E229AC9235508 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MaxPacketSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MaxPacketSize_m3A2DCDC50D40AB38D326EB75A3097F863872E481 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.GlobalConfig::get_MaxHosts()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GlobalConfig_get_MaxHosts_mB4A1C909683330C117802B4932425BA8AD327AA2 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MaxHosts(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MaxHosts_mD6B04B8008CFAD7AEF3F9C716AC537EF5F144729 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.Byte UnityEngine.Networking.GlobalConfig::get_ThreadPoolSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t GlobalConfig_get_ThreadPoolSize_m343D5B733F274AF330760336FA9686C2066F2D69 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogWarning(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ThreadPoolSize(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ThreadPoolSize_m7065E9E2221C0742C1EFD452F6790EDD4E92291B (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint8_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_MinTimerTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_MinTimerTimeout_m9735B9E820649D78016A3F0B0F3475D5B8483CDB (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MinTimerTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MinTimerTimeout_m54F7602419D12918B369184830EB85CEBD26BB68 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_MaxTimerTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_MaxTimerTimeout_mA15F4B846989BCE0642B89BA00912BD0661F2E8D (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MaxTimerTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MaxTimerTimeout_m6F40F13854822FF5546F0B2042A261B68EEC3F9D (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_MinNetSimulatorTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_MinNetSimulatorTimeout_m5A2EC6C8B5B486EC579F8110EC1F34AFD2882F44 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MinNetSimulatorTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MinNetSimulatorTimeout_m803FFB50432CB0E7E51AF36AC1C63C2FB5D2EC9B (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_MaxNetSimulatorTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_MaxNetSimulatorTimeout_m69F9A9897B74320565ADCE4F0E8D8FDFA8427364 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MaxNetSimulatorTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MaxNetSimulatorTimeout_m8EC8A5EB1F6CF6CAB4B2D4F880B8B87727ADC00D (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::InternalDestroy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_InternalDestroy_m1D87688187C34BD8913BB41DBFA9D1B34E464BA5 (intptr_t ___ptr0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig>::.ctor()
inline void List_1__ctor_m0DB10447B3A228732A3933DCB89873ACF6D00C71 (List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfig::Validate(UnityEngine.Networking.ConnectionConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfig_Validate_m0178C35662CE1DC30857B70DD908DC5E2C7BBE24 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * ___config0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfig::.ctor(UnityEngine.Networking.ConnectionConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfig__ctor_m189A8CE6CB30F3404A86FA36F4BBB3E443C8B397 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * ___config0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig>::get_Count()
inline int32_t List_1_get_Count_m0DE37CD73647F90E323864CF5D4CE7011F9CCF8F_inline (List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, 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);
// !0 System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig>::get_Item(System.Int32)
inline ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * List_1_get_Item_m157EBCA0538E4A6BE8B50CE0C63A8C53EAAF0CD5_inline (List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * (*) (List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.Networking.ConnectionConfig UnityEngine.Networking.HostTopology::get_DefaultConfig()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * HostTopology_get_DefaultConfig_mF2C4DAED814D5D7DFAD94E60F371D3CB4224DD20 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionConfigInternal::.ctor(UnityEngine.Networking.ConnectionConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * ___config0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.HostTopology::get_MaxDefaultConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HostTopology_get_MaxDefaultConnections_m1A07F9F46DECC1FFCCD4CB8F32B9DAD0E2914580 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method);
// System.IntPtr UnityEngine.Networking.HostTopologyInternal::InternalCreate(UnityEngine.Networking.ConnectionConfigInternal,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t HostTopologyInternal_InternalCreate_mB3998292C80467883D6E8A8935A6FDC72B31DACF (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * ___config0, int32_t ___maxDefaultConnections1, const RuntimeMethod* method);
// UnityEngine.Networking.ConnectionConfig UnityEngine.Networking.HostTopology::GetSpecialConnectionConfig(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * HostTopology_GetSpecialConnectionConfig_mF820418F2CDF49B5E837E16F750FFDEF85587670 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, int32_t ___i0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.HostTopologyInternal::AddSpecialConnectionConfig(UnityEngine.Networking.ConnectionConfigInternal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t HostTopologyInternal_AddSpecialConnectionConfig_m005DBD8F45DB3666281B0AC930E36B312066B74E (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * ___config0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.HostTopology::get_SpecialConnectionConfigsCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HostTopology_get_SpecialConnectionConfigsCount_m54EF6FDA72F1BE8171F5F89FDDE101125568A324 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.HostTopology::get_ReceivedMessagePoolSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t HostTopology_get_ReceivedMessagePoolSize_mA5D868AF62D1E1D85A5EB2E08C3263E0DA53FA20 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.HostTopologyInternal::set_ReceivedMessagePoolSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_set_ReceivedMessagePoolSize_m063B7DB12D83F8EC9D815D1B3B75E9F3D79A18E6 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.UInt16 UnityEngine.Networking.HostTopology::get_SentMessagePoolSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t HostTopology_get_SentMessagePoolSize_m5A45A60281CACE85A40BAEA5D21CE07EDD1DA466 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.HostTopologyInternal::set_SentMessagePoolSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_set_SentMessagePoolSize_m9DBA4B31E0F019DAFA4D9B2A8A24E92059F18D96 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Networking.HostTopology::get_MessagePoolSizeGrowthFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HostTopology_get_MessagePoolSizeGrowthFactor_m8CF15CE8E56EB811C741871E8526C5C8AE560675 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.HostTopologyInternal::set_MessagePoolSizeGrowthFactor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_set_MessagePoolSizeGrowthFactor_m653AD2D1C374D3650AD05B85BAB45032D02FF3A9 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.HostTopologyInternal::InternalDestroy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_InternalDestroy_m594FADDAD4EDC0860D05E982EEB14C4A287AB592 (intptr_t ___ptr0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.Response::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Response__ctor_m121A6EFBF0E6A5B00E48F31BC7112A8214DAF839 (Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.Request::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.CreateMatchRequest::get_name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_name_m758C1260F0E5A801A69D0729E02BFE1596CA446E_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method);
// System.UInt32 UnityEngine.Networking.Match.CreateMatchRequest::get_size()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t CreateMatchRequest_get_size_m26C072BC2586CDAA206F1A037F7C899B3605572F_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.CreateMatchRequest::get_publicAddress()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_publicAddress_mFBB49D3405ABAA84CB379FBA2EB9185EFC1FB2C9_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.CreateMatchRequest::get_privateAddress()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_privateAddress_mD3EA6D888AA922B4D7D9D5DE446705C877323EE4_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.Match.CreateMatchRequest::get_eloScore()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CreateMatchRequest_get_eloScore_mC2B73D793FAD18084D8D5880D51A6D82DB49EC52_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.Match.CreateMatchRequest::get_advertise()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CreateMatchRequest_get_advertise_mB4CF16BC718D5647EA64E0C0D84800232FEDE025_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.CreateMatchRequest::get_password()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_password_mB5542C65F81A2EA3B9C2EB3F8443237655E7FBF1_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.CreateMatchRequest::get_matchAttributes()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * CreateMatchRequest_get_matchAttributes_m3E3AB06F246ACF6E9E8A8CB3DDDF58023D533A5A_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.Int64>::get_Count()
inline int32_t Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB (Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 *, const RuntimeMethod*))Dictionary_2_get_Count_mF4D2E80A8FE85CF632353DDDCE6891CFF2D79687_gshared)(__this, method);
}
// System.String UnityEngine.UnityString::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387 (String_t* ___fmt0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.Request::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request__ctor_m3CCB7DDD40C5C6DAC0FFE7D89BAA2CA7FB575205 (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.Response::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Response_ToString_mBB9AD4B7C8F77AABB116C7366E08C58675B49F88 (Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 * __this, const RuntimeMethod* method);
// System.String System.UInt64::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m46B46DBB5F74DCDC6082A8AC8C695E2295925E71 (uint64_t* __this, String_t* ___format0, const RuntimeMethod* method);
// System.String System.Enum::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.BasicResponse::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicResponse__ctor_mCEB9C843B44A46399416C1F4BD1C53BAB8BB260E (BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C * __this, const RuntimeMethod* method);
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.DestroyMatchRequest::get_networkId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t DestroyMatchRequest_get_networkId_m155C3066F19BF2C169F70379B774A745FE3EC5E8_inline (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * __this, const RuntimeMethod* method);
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.DropConnectionRequest::get_networkId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t DropConnectionRequest_get_networkId_m46FAC8BD27E3B91D4DD440FADB304CC8C451FA05_inline (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, const RuntimeMethod* method);
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.DropConnectionRequest::get_nodeId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint16_t DropConnectionRequest_get_nodeId_m61DF3B51F48BA96A1C489EA32FEB8FDF513F3DE8_inline (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, const RuntimeMethod* method);
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.JoinMatchRequest::get_networkId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t JoinMatchRequest_get_networkId_mA72C4F82E460A1B4E8594A555F70FD8D807FE51C_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.JoinMatchRequest::get_publicAddress()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_get_publicAddress_m7B07407C6F195F6A58C9AE1C371CAEE0CCAFFB2E_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.JoinMatchRequest::get_privateAddress()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_get_privateAddress_m740D1E59857BBE28C8C26AC5651936945DD2895B_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.Match.JoinMatchRequest::get_eloScore()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t JoinMatchRequest_get_eloScore_mA31B7473BB715DDDC7CDBB128C7F3DEB6AE69A80_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.JoinMatchRequest::get_password()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_get_password_m8AC247EBF7E2054C83F1896E2E2718632F512DA2_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.Match.ListMatchRequest::get_pageSize()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListMatchRequest_get_pageSize_m39C8A603CFA75ACD0ADF6B7C7A405144D8F44825_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.Match.ListMatchRequest::get_pageNum()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListMatchRequest_get_pageNum_mF88689FC279333B22B540994413F79274513035A_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.ListMatchRequest::get_nameFilter()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ListMatchRequest_get_nameFilter_m997F7050013377323A4C864F8D5F996B988A8783_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.Match.ListMatchRequest::get_filterOutPrivateMatches()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ListMatchRequest_get_filterOutPrivateMatches_m80B23FA43CF6B1DB2B4CFEBF00DE214F4B8A147A_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.Match.ListMatchRequest::get_eloScore()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListMatchRequest_get_eloScore_mD2635B5796DC5F090278468F58BE79D0707724E4_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.ListMatchRequest::get_matchAttributeFilterLessThan()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ListMatchRequest_get_matchAttributeFilterLessThan_m1A95FAEA17DE3778285E78A66C2128219E7F48AA_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.ListMatchRequest::get_matchAttributeFilterEqualTo()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ListMatchRequest_get_matchAttributeFilterEqualTo_mAA98CA572956481048DBD24DD891726342352E85_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.ListMatchRequest::get_matchAttributeFilterGreaterThan()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ListMatchRequest_get_matchAttributeFilterGreaterThan_mAA044F92C83D2028D691B5E00B5CDD5E6EA839BA_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDesc>::.ctor()
inline void List_1__ctor_m5412C17AB04623E325138B54F133BBE512D454CE (List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDesc>::get_Count()
inline int32_t List_1_get_Count_mBC85186EFBB7E1186E57D097F0B6C5894F93E665_inline (List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.String System.Object::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDirectConnectInfo>::get_Count()
inline int32_t List_1_get_Count_m91A25C4B92DEA236D28814AA70B1FF2458DA03BE_inline (List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void UnityEngine.Networking.Match.MatchInfo::set_address(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_address_m1722D52FE8C692D37763B815F81CCE414DDF4540_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfo::set_port(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_port_mB647F1CFFD423B1E1897DEBDBB2D71E24A7688EE_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfo::set_domain(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_domain_mCF2DFAD90016123B12A3845B7B5F5274F295307C_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfo::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_networkId_m11F31193100ADB2E9F1F23D753E564288CFF9BEB_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, uint64_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Types.NetworkAccessToken::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkAccessToken__ctor_mFBE4B4A1C7F5D2864C183741F6AB8A64CA8AF077 (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * __this, String_t* ___strArray0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfo::set_accessToken(UnityEngine.Networking.Types.NetworkAccessToken)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_accessToken_mFAFD9669BA3890459A35FFD37801448629D6E40B_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfo::set_nodeId(UnityEngine.Networking.Types.NodeID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_nodeId_m9F6F7E9D8709B8A7C6E8662AEF206FE701431FD8_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfo::set_usingRelay(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_usingRelay_m55E08B53CB11316AB9D7D1DAB6D706FF2F55E866_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, bool ___value0, const RuntimeMethod* method);
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.MatchInfo::get_networkId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t MatchInfo_get_networkId_m1F45BAEACA4C6EDD5F5268FDA02D697E1DE013AE_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.MatchInfo::get_address()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* MatchInfo_get_address_mB071EC6B12C9217A4A426145308121B1EF4C948C_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.Match.MatchInfo::get_port()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t MatchInfo_get_port_m8A8BBB4B6A4B448C526B851E87A35D67EEC3BF4B_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method);
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.MatchInfo::get_nodeId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint16_t MatchInfo_get_nodeId_m5F6D7DC74FE0704B1FE94CDA1063B6A4C83E51CD_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.Match.MatchInfo::get_usingRelay()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool MatchInfo_get_usingRelay_m23AC7961589F345EB1D736B7DFA35493569F43B2_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_networkId_mDF850891D726976035BFFBDC07DFBA7E43052F80_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, uint64_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_hostNodeId(UnityEngine.Networking.Types.NodeID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_hostNodeId_m581D1738086D88C5D1D4709E4CA2D078D6B00F4D_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_name(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_name_mAD06EC61C3278794EF5F2BA805BD17F24D93D9B5_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_averageEloScore(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_averageEloScore_m3C7A959CEB958C81A60727D927D5FD24EA87B585_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_maxSize(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_maxSize_mB6F0C42305EC37EFE8D4E00E93F3B50B711B86A9_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_currentSize(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_currentSize_m3D344B271550C7E2BEBFDD4369086FDBC286F939_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_isPrivate(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_isPrivate_m54F1A4681E2EA5A5B060624C06B522F3B847C4EB_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_matchAttributes(System.Collections.Generic.Dictionary`2<System.String,System.Int64>)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_matchAttributes_mAB83F48C1BF9A1203C94DDBD10D3D397DC9ED965_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot>::.ctor()
inline void List_1__ctor_m0ACAA47E1DB3E7852B986C53F97764119E7DFB9A (List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_directConnectInfos(System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot>)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_directConnectInfos_mE079383F96896F60DF2B9385A347B85FA1B805A7_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * ___value0, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDirectConnectInfo>::GetEnumerator()
inline Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 List_1_GetEnumerator_mF45A2CA90CE9921CACD34C17F72070D49F53732C (List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * __this, const RuntimeMethod* method)
{
return (( Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 (*) (List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.Networking.Match.MatchDirectConnectInfo>::get_Current()
inline MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * Enumerator_get_Current_m0C1F1FFA2852800291F4B4263EE2C7D5B51F07E2_inline (Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 * __this, const RuntimeMethod* method)
{
return (( MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * (*) (Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot> UnityEngine.Networking.Match.MatchInfoSnapshot::get_directConnectInfos()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * MatchInfoSnapshot_get_directConnectInfos_m8C289112B655ABE05016857CE1075E76CC2FA97F_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot::.ctor(UnityEngine.Networking.Match.MatchDirectConnectInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot__ctor_m43A345626838D7D29FB40906FE046AA80A60A9A2 (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * ___matchDirectConnectInfo0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot>::Add(!0)
inline void List_1_Add_m408844F8D23584FBD44A9941B5F7980BD0EB2256 (List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * __this, MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E *, MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Networking.Match.MatchDirectConnectInfo>::MoveNext()
inline bool Enumerator_MoveNext_m6FA662A642FD731D78E175307A1AD85996405D51 (Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Networking.Match.MatchDirectConnectInfo>::Dispose()
inline void Enumerator_Dispose_m9F9CCE72337FE26E88212E69C3D84D1D18C72733 (Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot::set_nodeId(UnityEngine.Networking.Types.NodeID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_nodeId_m89F5A899636CB73E1021733D2229F2F4E95224B7_inline (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, uint16_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot::set_publicAddress(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_publicAddress_mA2CECB09C4112B7BC45CF25346964435DD1A9987_inline (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot::set_privateAddress(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_privateAddress_m7FDC6683D4A499C15AACA51A92772988AC199033_inline (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot/MatchInfoDirectConnectSnapshot::set_hostPriority(UnityEngine.Networking.Types.HostPriority)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_hostPriority_m24E0FF8A3B387B8E13F630EB8A103EB29770DA3F_inline (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchRequest__ctor_mF7597C37FD5B2044BE09489C45A1BD3323DE7CEA (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_name(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_name_mDFB6F23F32DF4903BFA68A338441972541D200D7_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_size(System.UInt32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_size_m2E67E3FEFBFA37EFB5249331B7746A31410EF40F_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, uint32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_advertise(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_advertise_mB975488E3880275C022BCC82CB44C01A4178D068_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_password(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_password_m7E22EFE46A80605278807589C1A10E060622811F_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_publicAddress(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_publicAddress_mBD9CA10D03634050C985CB973199233505D90ABA_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_privateAddress(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_privateAddress_m206A5C4DD415F0DCC58411B92BA8B0FD4401CA3A_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_eloScore(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_eloScore_m9A7DBE9813EF84AA7E35448EEDF7BC51EF077A69_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.Request::set_domain(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Request_set_domain_m24894A3841D7080EA468B2407157E00EC745B60E_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::CreateMatch(UnityEngine.Networking.Match.CreateMatchRequest,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_CreateMatch_m168B69EB063ADB7284171AB390B7D5925AACCA9C (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * ___req0, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___callback1, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::Log(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708 (RuntimeObject * ___message0, const RuntimeMethod* method);
// System.Uri UnityEngine.Networking.Match.NetworkMatch::get_baseUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * NetworkMatch_get_baseUri_m689882804A9E23A3F148824071D141457D1DD89B (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, const RuntimeMethod* method);
// System.Void System.Uri::.ctor(System.Uri,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method);
// System.Void UnityEngine.WWWForm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695 (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.WWWForm::AddField(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248 (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this, String_t* ___fieldName0, int32_t ___i1, const RuntimeMethod* method);
// System.String UnityEngine.Application::get_cloudProjectId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2 (const RuntimeMethod* method);
// System.Void UnityEngine.WWWForm::AddField(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8 (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this, String_t* ___fieldName0, String_t* ___value1, const RuntimeMethod* method);
// UnityEngine.Networking.Types.SourceID UnityEngine.Networking.Utility::GetSourceID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Utility_GetSourceID_mD0664476B10055B48AE8241BE436F7485B4DD08C (const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.Match.Request::get_domain()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method);
// System.String System.UInt32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m7D8A934AF1D74C5C8194D1556AA71BBA0D4600F2 (uint32_t* __this, const RuntimeMethod* method);
// System.String System.Boolean::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301 (bool* __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.String,System.String> UnityEngine.WWWForm::get_headers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequest::Post(System.String,UnityEngine.WWWForm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87 (String_t* ___uri0, WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * ___formData1, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.CreateMatchResponse,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>>::.ctor(System.Object,System.IntPtr)
inline void InternalResponseDelegate_2__ctor_m7619A08BA63AAB4008A115B22BB67642B0AD4EF5 (InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9 *, RuntimeObject *, intptr_t, const RuntimeMethod*))InternalResponseDelegate_2__ctor_mB5F4D02C91141D2EEDEB55BCC5144759806D70AE_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.IEnumerator UnityEngine.Networking.Match.NetworkMatch::ProcessMatchResponse<UnityEngine.Networking.Match.CreateMatchResponse,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>>(UnityEngine.Networking.UnityWebRequest,UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<JSONRESPONSE,USERRESPONSEDELEGATETYPE>,USERRESPONSEDELEGATETYPE)
inline RuntimeObject* NetworkMatch_ProcessMatchResponse_TisCreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A_TisDataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6_mDC4BC3CFAC819E8500B72240C7306ACE4C3207E3 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___client0, InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9 * ___internalCallback1, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___userCallback2, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 *, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 *, InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9 *, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 *, const RuntimeMethod*))NetworkMatch_ProcessMatchResponse_TisRuntimeObject_TisRuntimeObject_m4EA8700716248F0CCA54E6A45B87469BEB912C81_gshared)(__this, ___client0, ___internalCallback1, ___userCallback2, method);
}
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, RuntimeObject* ___routine0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Utility::SetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_SetAccessTokenForNetwork_m661388B8A299F21F96CA40C638EAB94E92EAB987 (uint64_t ___netId0, NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * ___accessToken1, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.MatchInfo::.ctor(UnityEngine.Networking.Match.CreateMatchResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo__ctor_mBBDAC8D46D12374A9A52C11950891C5444612674 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * ___matchResponse0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>::Invoke(System.Boolean,System.String,T)
inline void DataResponseDelegate_1_Invoke_m6B243EB09E4D2494BFEF56F2243F2E3AD0A76CEF (DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * __this, bool ___success0, String_t* ___extendedInfo1, MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * ___responseData2, const RuntimeMethod* method)
{
(( void (*) (DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 *, bool, String_t*, MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 *, const RuntimeMethod*))DataResponseDelegate_1_Invoke_mD39A9B6892C634627056033A4539978573E0E14A_gshared)(__this, ___success0, ___extendedInfo1, ___responseData2, method);
}
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JoinMatchRequest__ctor_mCC71A85C41C6F603A0316A013B40FC7416DD4C74 (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_networkId_m17D1701EE5BA481F85E90F3B2D27023E592DDE3D_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, uint64_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_password(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_password_m0FED38CB37E0AECA7FAA81DBF45054D3165F0478_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_publicAddress(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_publicAddress_m9A0BC804118C1C2B118BB3264C459CF8D686FA34_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_privateAddress(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_privateAddress_m7A1E005C6668F49B02389CC3D5F691CDA07EBA43_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_eloScore(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_eloScore_m4631566FCDCEECD746876C68F55F81B7FAD87360_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::JoinMatch(UnityEngine.Networking.Match.JoinMatchRequest,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_JoinMatch_m296F0C1D8C77BC2997CB76D253544C7CB64C6D4A (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * ___req0, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___callback1, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.JoinMatchResponse,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>>::.ctor(System.Object,System.IntPtr)
inline void InternalResponseDelegate_2__ctor_m657FB34FDF1AAEECAEC57166BD7E65023EA115FC (InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D *, RuntimeObject *, intptr_t, const RuntimeMethod*))InternalResponseDelegate_2__ctor_mB5F4D02C91141D2EEDEB55BCC5144759806D70AE_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.IEnumerator UnityEngine.Networking.Match.NetworkMatch::ProcessMatchResponse<UnityEngine.Networking.Match.JoinMatchResponse,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>>(UnityEngine.Networking.UnityWebRequest,UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<JSONRESPONSE,USERRESPONSEDELEGATETYPE>,USERRESPONSEDELEGATETYPE)
inline RuntimeObject* NetworkMatch_ProcessMatchResponse_TisJoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7_TisDataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6_m435774AD3DC6D4C0B9072D331E6A2C0D13262600 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___client0, InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D * ___internalCallback1, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___userCallback2, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 *, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 *, InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D *, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 *, const RuntimeMethod*))NetworkMatch_ProcessMatchResponse_TisRuntimeObject_TisRuntimeObject_m4EA8700716248F0CCA54E6A45B87469BEB912C81_gshared)(__this, ___client0, ___internalCallback1, ___userCallback2, method);
}
// System.Void UnityEngine.Networking.Match.MatchInfo::.ctor(UnityEngine.Networking.Match.JoinMatchResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo__ctor_m79B77D15D5376028539FDF96AC07129CA25C4841 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * ___matchResponse0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.DestroyMatchRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroyMatchRequest__ctor_m3D6C629C6DC042B5E5498FD68FE9143AAEA58664 (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.DestroyMatchRequest::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DestroyMatchRequest_set_networkId_m82A95A89126A1E18B2764F33CDDEC2DC4EDD3EBB_inline (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * __this, uint64_t ___value0, const RuntimeMethod* method);
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::DestroyMatch(UnityEngine.Networking.Match.DestroyMatchRequest,UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_DestroyMatch_mE62293F13D39BD3A6E62ADE4CBF37237831A409A (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * ___req0, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___callback1, const RuntimeMethod* method);
// UnityEngine.Networking.Types.NetworkAccessToken UnityEngine.Networking.Utility::GetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * Utility_GetAccessTokenForNetwork_m5E89A2A601DEE96C45953C05ED1E4AADDE8C60AB (uint64_t ___netId0, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Types.NetworkAccessToken::GetByteString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkAccessToken_GetByteString_m50ACF8E6E1720274D2D6EBED14A1B0BFA76CC0F9 (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.BasicResponse,UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate>::.ctor(System.Object,System.IntPtr)
inline void InternalResponseDelegate_2__ctor_m80CCD1F3357440BA2E4A52E8C8F2375DBFE8D766 (InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))InternalResponseDelegate_2__ctor_mB5F4D02C91141D2EEDEB55BCC5144759806D70AE_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.IEnumerator UnityEngine.Networking.Match.NetworkMatch::ProcessMatchResponse<UnityEngine.Networking.Match.BasicResponse,UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate>(UnityEngine.Networking.UnityWebRequest,UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<JSONRESPONSE,USERRESPONSEDELEGATETYPE>,USERRESPONSEDELEGATETYPE)
inline RuntimeObject* NetworkMatch_ProcessMatchResponse_TisBasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_m4B1CCC119D5E809D3A8B5A75B69656144EE15588 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___client0, InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8 * ___internalCallback1, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___userCallback2, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 *, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 *, InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8 *, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 *, const RuntimeMethod*))NetworkMatch_ProcessMatchResponse_TisRuntimeObject_TisRuntimeObject_m4EA8700716248F0CCA54E6A45B87469BEB912C81_gshared)(__this, ___client0, ___internalCallback1, ___userCallback2, method);
}
// System.Void UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate::Invoke(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicResponseDelegate_Invoke_m3E88A12B4CFD6995E12DBEFE53E92F6FA277E9C6 (BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * __this, bool ___success0, String_t* ___extendedInfo1, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.DropConnectionRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropConnectionRequest__ctor_m838EF456FE71565396CFC044091A6E9FD9202200 (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.DropConnectionRequest::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropConnectionRequest_set_networkId_m659E78FC84DE9252EF998C26236BFC29824E54C5_inline (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, uint64_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.DropConnectionRequest::set_nodeId(UnityEngine.Networking.Types.NodeID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropConnectionRequest_set_nodeId_m206882BC3630A7C79A6C110B705C2C30ADD5FB62_inline (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, uint16_t ___value0, const RuntimeMethod* method);
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::DropConnection(UnityEngine.Networking.Match.DropConnectionRequest,UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_DropConnection_mA6F4543C37156C7D15200738A7BAB978F2FA79A0 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * ___req0, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___callback1, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.DropConnectionResponse,UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate>::.ctor(System.Object,System.IntPtr)
inline void InternalResponseDelegate_2__ctor_mDCFE647DF655F2EF838DAE8C56940B97FEED04AE (InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B *, RuntimeObject *, intptr_t, const RuntimeMethod*))InternalResponseDelegate_2__ctor_mB5F4D02C91141D2EEDEB55BCC5144759806D70AE_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.IEnumerator UnityEngine.Networking.Match.NetworkMatch::ProcessMatchResponse<UnityEngine.Networking.Match.DropConnectionResponse,UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate>(UnityEngine.Networking.UnityWebRequest,UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<JSONRESPONSE,USERRESPONSEDELEGATETYPE>,USERRESPONSEDELEGATETYPE)
inline RuntimeObject* NetworkMatch_ProcessMatchResponse_TisDropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_mECE8FC9BD79805BC1ED60F24481159B0C73606E6 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___client0, InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B * ___internalCallback1, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___userCallback2, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 *, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 *, InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B *, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 *, const RuntimeMethod*))NetworkMatch_ProcessMatchResponse_TisRuntimeObject_TisRuntimeObject_m4EA8700716248F0CCA54E6A45B87469BEB912C81_gshared)(__this, ___client0, ___internalCallback1, ___userCallback2, method);
}
// System.Void UnityEngine.Networking.Match.ListMatchRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMatchRequest__ctor_mB79E8D5B32EB7554B83908AD20297F67C51C7D26 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_pageNum(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_pageNum_m187F81A02D08B952E10F29883A00B34E8A1E2DBD_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_pageSize(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_pageSize_mC276EBF5C8268C2B6B4C3B22FF4462DAC15026B6_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_nameFilter(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_nameFilter_m0530C58C3A4A9840E9C5B7DAD8A48EF0BAFC8A32_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_filterOutPrivateMatches(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_filterOutPrivateMatches_m4E14E5D38011D05CB31022E54EA5AC1C007DBF03_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_eloScore(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_eloScore_mD02DDB62961BF13555E8E9FB797CE8D6AE311E11_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::ListMatches(UnityEngine.Networking.Match.ListMatchRequest,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_ListMatches_mB031E668A2893EC8649F58C4E69D0B2885C302DB (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * ___req0, DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * ___callback1, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<UnityEngine.Networking.Match.ListMatchResponse,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>>::.ctor(System.Object,System.IntPtr)
inline void InternalResponseDelegate_2__ctor_m6780BC1DF7C0907EAF5CEE29E330961AFA7B5BAD (InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4 *, RuntimeObject *, intptr_t, const RuntimeMethod*))InternalResponseDelegate_2__ctor_mB5F4D02C91141D2EEDEB55BCC5144759806D70AE_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.IEnumerator UnityEngine.Networking.Match.NetworkMatch::ProcessMatchResponse<UnityEngine.Networking.Match.ListMatchResponse,UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>>(UnityEngine.Networking.UnityWebRequest,UnityEngine.Networking.Match.NetworkMatch/InternalResponseDelegate`2<JSONRESPONSE,USERRESPONSEDELEGATETYPE>,USERRESPONSEDELEGATETYPE)
inline RuntimeObject* NetworkMatch_ProcessMatchResponse_TisListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB_TisDataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7_m821E608E90C0D877BAEE00FEFE503AC062DD6136 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___client0, InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4 * ___internalCallback1, DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * ___userCallback2, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 *, UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 *, InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4 *, DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 *, const RuntimeMethod*))NetworkMatch_ProcessMatchResponse_TisRuntimeObject_TisRuntimeObject_m4EA8700716248F0CCA54E6A45B87469BEB912C81_gshared)(__this, ___client0, ___internalCallback1, ___userCallback2, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>::.ctor()
inline void List_1__ctor_m7BD9CFE0AF42B2BAF7013BF46DAD712E24CE60F9 (List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchDesc>::GetEnumerator()
inline Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE List_1_GetEnumerator_m39512943AE61A9E8A60D9DC86EBECF4A236AC5F1 (List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE (*) (List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.Networking.Match.MatchDesc>::get_Current()
inline MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * Enumerator_get_Current_mD941E022983AAC32ACE18F47A50428431EC7E72D_inline (Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE * __this, const RuntimeMethod* method)
{
return (( MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * (*) (Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::.ctor(UnityEngine.Networking.Match.MatchDesc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot__ctor_mC49A01C90F7B4C7C6FA76620249DAE0C9D3901C2 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * ___matchDesc0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>::Add(!0)
inline void List_1_Add_m975D1652C592F92A3FBD2729CDF1710EE5BED058 (List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 * __this, MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 *, MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Networking.Match.MatchDesc>::MoveNext()
inline bool Enumerator_MoveNext_m26D85726D2AF35770796145FE9317FEE101A1C70 (Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Networking.Match.MatchDesc>::Dispose()
inline void Enumerator_Dispose_m8BDC8C8C880FA37E4273D1B8023D35B27C6D0971 (Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Void UnityEngine.Networking.Match.NetworkMatch/DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>::Invoke(System.Boolean,System.String,T)
inline void DataResponseDelegate_1_Invoke_m69224B6EEC7C6CB14F90846D7C404BA0BBFE5C26 (DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * __this, bool ___success0, String_t* ___extendedInfo1, List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 * ___responseData2, const RuntimeMethod* method)
{
(( void (*) (DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 *, bool, String_t*, List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 *, const RuntimeMethod*))DataResponseDelegate_1_Invoke_mD39A9B6892C634627056033A4539978573E0E14A_gshared)(__this, ___success0, ___extendedInfo1, ___responseData2, method);
}
// System.Void UnityEngine.Networking.Match.SetMatchAttributesRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetMatchAttributesRequest__ctor_m1313A1062D40992E9BFB9595FB75AEE8FBD3AF52 (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.SetMatchAttributesRequest::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SetMatchAttributesRequest_set_networkId_m390F6B041B2AFB2700CA4EC98A69ADE2065E055E_inline (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, uint64_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.Match.SetMatchAttributesRequest::set_isListed(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SetMatchAttributesRequest_set_isListed_m3649E2D22E486CDD3B0C58B25CAB010745511A4A_inline (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, bool ___value0, const RuntimeMethod* method);
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::SetMatchAttributes(UnityEngine.Networking.Match.SetMatchAttributesRequest,UnityEngine.Networking.Match.NetworkMatch/BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_SetMatchAttributes_mFC668A67A81A61F24BB344B1983B598FA4F722C5 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * ___req0, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___callback1, const RuntimeMethod* method);
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.SetMatchAttributesRequest::get_networkId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t SetMatchAttributesRequest_get_networkId_m3238E7CF42074E259BAD61CC3D4FA5445BFD4AB2_inline (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.Match.SetMatchAttributesRequest::get_isListed()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool SetMatchAttributesRequest_get_isListed_m4CD600E8F25605AAE36E2B17284B857123CB49B4_inline (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __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 UnityEngine.MonoBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method);
// UnityEngine.Networking.Types.SourceID UnityEngine.Networking.Match.Request::get_sourceId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t Request_get_sourceId_mB43BB1DD636F1F13F7909F4D34E3FE67389F9D26_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.Request::get_projectId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Request_get_projectId_m9C24E157342A158371E7D7C19AB1E8BE7F624149_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method);
// System.String UnityEngine.Networking.Match.Request::get_accessTokenString()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Request_get_accessTokenString_m79BBBCA92FB34719E9FBD6484D66635566FE3160_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method);
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.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.Byte System.Net.SocketAddress::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, int32_t ___offset0, const RuntimeMethod* method);
// System.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.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.Int32 System.Net.SocketAddress::get_Size()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB_inline (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method);
// System.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.Void System.IntPtr::.ctor(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m3C2353A241FD6B18CAE68756977D63B85F14DEBD (intptr_t* __this, int64_t ___value0, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2 (intptr_t ___source0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::Internal_ConnectEndPoint(System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_Internal_ConnectEndPoint_m690C9EB6521C9CCC8D70A1AC678A86E23B9D8D5C (int32_t ___hostId0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___sockAddrStorage1, int32_t ___sockAddrStorageLen2, int32_t ___exceptionConnectionId3, uint8_t* ___error4, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.NetworkTransport::InitializeClass()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_InitializeClass_m50303A3F221D1F2C382B0C3589F9FCDCE86CC2B9 (const RuntimeMethod* method);
// System.Action`1<System.Int32> UnityEngine.Networking.GlobalConfig::get_NetworkEventAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * GlobalConfig_get_NetworkEventAvailable_mA19EB4981D737F1EE88A1B1963BD823360BA29A4 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.NetworkTransport::SetNetworkEventAvailableCallback(System.Action`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_SetNetworkEventAvailableCallback_m902AD4AB1DE3DE78F73A56797F2D41A825BCE2BF (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * ___callback0, const RuntimeMethod* method);
// System.Action`2<System.Int32,System.Int32> UnityEngine.Networking.GlobalConfig::get_ConnectionReadyForSend()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * GlobalConfig_get_ConnectionReadyForSend_m68BD8A9B2E0176801FBA9EBD7865A6D7C52D5F8C (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.NetworkTransport::SetConnectionReadyForSendCallback(System.Action`2<System.Int32,System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_SetConnectionReadyForSendCallback_mA88CCE0BB3A9861C74215F1804B5B9AA4C7943F5 (Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * ___callback0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.GlobalConfigInternal::.ctor(UnityEngine.Networking.GlobalConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal__ctor_m02FFD812EFB2B29331CA0A79D0490E273D9218F1 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * ___config0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.NetworkTransport::InitializeClassWithConfig(UnityEngine.Networking.GlobalConfigInternal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_InitializeClassWithConfig_mEC6931219CF4F0907D79C2F59A5684220152C3A7 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * ___config0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.NetworkTransport::Cleanup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_Cleanup_mB6D000AAE1ACFDCFA140F2EF8298012F893FA64E (const RuntimeMethod* method);
// System.Void UnityEngine.Networking.NetworkTransport::CheckTopology(UnityEngine.Networking.HostTopology)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_CheckTopology_mEFD5868C2BAFB75AB9E350421B6ACEBDF4EA6AD2 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * ___topology0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.HostTopologyInternal::.ctor(UnityEngine.Networking.HostTopology)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal__ctor_m2D08B1EDB463229E8E98B12F353413759BF03FD7 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * ___topology0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::AddHostInternal(UnityEngine.Networking.HostTopologyInternal,System.String,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddHostInternal_m40606809CEC9166C4A944B3F3EE604EFF82BA256 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * ___topologyInt0, String_t* ___ip1, int32_t ___port2, int32_t ___minTimeout3, int32_t ___maxTimeout4, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::AddHostWithSimulator(UnityEngine.Networking.HostTopology,System.Int32,System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddHostWithSimulator_mFAC7BC1714731813F32AB3839E74FA361F1C8CF4 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * ___topology0, int32_t ___minTimeout1, int32_t ___maxTimeout2, int32_t ___port3, String_t* ___ip4, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.NetworkTransport::IsPortOpen(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_IsPortOpen_mE7674AF4AFAF5CA208EF9F5AD87922DDBA3182C2 (String_t* ___ip0, int32_t ___port1, 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);
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::AddWsHostInternal(UnityEngine.Networking.HostTopologyInternal,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddWsHostInternal_m9501ADC46483178732962EE22A1B79044B09E0B4 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * ___topologyInt0, String_t* ___ip1, int32_t ___port2, const RuntimeMethod* method);
// System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D (double ___value0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.TcpClient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m152C74CC5F0D393E707CF031F18B0E04422936BF (TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * __this, const RuntimeMethod* method);
// System.IAsyncResult System.Net.Sockets.TcpClient::BeginConnect(System.String,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TcpClient_BeginConnect_m52E1A875F3FE5DEB08E08FC6DA4281AA1420A743 (TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * __this, String_t* ___host0, int32_t ___port1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.TcpClient::EndConnect(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_EndConnect_m38E0788EDDA2DF9D90A67FA0CB3D030D3A9FC851 (TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.NetworkTransport::ConnectAsNetworkHostInternal(System.Int32,System.String,System.Int32,System.UInt64,System.UInt64,System.UInt16,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_ConnectAsNetworkHostInternal_mE78D43D0B6B5B15DCFD1C40B06BC888475E78499 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, uint64_t ___network3, uint64_t ___source4, uint16_t ___node5, uint8_t* ___error6, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::ReceiveRelayEventFromHostInternal(System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ReceiveRelayEventFromHostInternal_m5D285415CE010FB6BA5463BCA66B107EB9C9331E (int32_t ___hostId0, uint8_t* ___error1, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::ConnectToNetworkPeerInternal(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.UInt64,System.UInt64,System.UInt16,System.Int32,System.Single,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ConnectToNetworkPeerInternal_m71618F4BFEC35077E7A52613CE1E900A847DE232 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, int32_t ___exceptionConnectionId3, int32_t ___relaySlotId4, uint64_t ___network5, uint64_t ___source6, uint16_t ___node7, int32_t ___bytesPerSec8, float ___bucketSizeFactor9, uint8_t* ___error10, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::ConnectToNetworkPeer(System.Int32,System.String,System.Int32,System.Int32,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Int32,System.Single,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ConnectToNetworkPeer_mDAECC312BC79153DFA25436E864790E739B056B3 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, int32_t ___exceptionConnectionId3, int32_t ___relaySlotId4, uint64_t ___network5, uint64_t ___source6, uint16_t ___node7, int32_t ___bytesPerSec8, float ___bucketSizeFactor9, uint8_t* ___error10, const RuntimeMethod* method);
// System.String UnityEngine.Networking.NetworkTransport::GetConnectionInfo(System.Int32,System.Int32,System.Int32&,System.UInt64&,System.UInt16&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkTransport_GetConnectionInfo_m23F4918188D3D6474BB383CE29EBBC128504B967 (int32_t ___hostId0, int32_t ___connectionId1, int32_t* ___port2, uint64_t* ___network3, uint16_t* ___dstNode4, uint8_t* ___error5, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.NetworkTransport::IsStartedInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_IsStartedInternal_mA7CB621B96BEB417FAD0FE82C2410142531C57B4 (const RuntimeMethod* method);
// System.Void UnityEngine.Networking.ConnectionSimulatorConfigInternal::.ctor(UnityEngine.Networking.ConnectionSimulatorConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfigInternal__ctor_m9423C164BA29341E2446C3D101ED0F002EBB35B8 (ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B * __this, ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * ___config0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::ConnectWithSimulatorInternal(System.Int32,System.String,System.Int32,System.Int32,System.Byte&,UnityEngine.Networking.ConnectionSimulatorConfigInternal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ConnectWithSimulatorInternal_mD0EA61F6D94F8FAC62D14F11EB64A8E34290D263 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, int32_t ___exeptionConnectionId3, uint8_t* ___error4, ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B * ___conf5, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.NetworkTransport::SendWrapper(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_SendWrapper_m59435DEFEE429FD1DDE98A1D5AA752414B744C4C (int32_t ___hostId0, int32_t ___connectionId1, int32_t ___channelId2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer3, int32_t ___size4, uint8_t* ___error5, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::PopData(System.Int32&,System.Int32&,System.Int32&,System.Byte[],System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_PopData_m1FC55F814FF9C2343B912C475A0C6230B27D71C8 (int32_t* ___hostId0, int32_t* ___connectionId1, int32_t* ___channelId2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer3, int32_t ___bufferSize4, int32_t* ___receivedSize5, uint8_t* ___error6, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::PopDataFromHost(System.Int32,System.Int32&,System.Int32&,System.Byte[],System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_PopDataFromHost_mF4AA0BBAA54710D81E0004BC1158F91BCB0AA9EB (int32_t ___hostId0, int32_t* ___connectionId1, int32_t* ___channelId2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer3, int32_t ___bufferSize4, int32_t* ___receivedSize5, uint8_t* ___error6, 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.Boolean UnityEngine.Networking.NetworkTransport::StartBroadcastDiscoveryWithoutData(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_StartBroadcastDiscoveryWithoutData_m45652A7F35C86B4D5A27E1B12618C0C500992C46 (int32_t ___hostId0, int32_t ___broadcastPort1, int32_t ___key2, int32_t ___version3, int32_t ___subversion4, int32_t ___timeout5, uint8_t* ___error6, const RuntimeMethod* method);
// System.Boolean UnityEngine.Networking.NetworkTransport::StartBroadcastDiscoveryWithData(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_StartBroadcastDiscoveryWithData_m2690DE1DB9E6D3C2D7C8171D673F9F0EC8CD9837 (int32_t ___hostId0, int32_t ___broadcastPort1, int32_t ___key2, int32_t ___version3, int32_t ___subversion4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer5, int32_t ___size6, int32_t ___timeout7, uint8_t* ___error8, const RuntimeMethod* method);
// System.String UnityEngine.Networking.NetworkTransport::GetBroadcastConnectionInfo(System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkTransport_GetBroadcastConnectionInfo_mDEDF1390ED8C35A9CCFF39A54D9D3BEDEFB88C35 (int32_t ___hostId0, int32_t* ___port1, uint8_t* ___error2, const RuntimeMethod* method);
// System.Void UnityEngine.Networking.NetworkTransport::GetBroadcastConnectionMessageInternal(System.Int32,System.Byte[],System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_GetBroadcastConnectionMessageInternal_m1D93E5DB467FB21FE594F859E17BC9FCF7E25134 (int32_t ___hostId0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___bufferSize2, int32_t* ___receivedSize3, uint8_t* ___error4, const RuntimeMethod* method);
// System.Int32 UnityEngine.Networking.NetworkTransport::GetMaxPacketSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_GetMaxPacketSize_m70852FCA549D2A7984CBC5D23D796388C88C698C (const RuntimeMethod* method);
// System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig> UnityEngine.Networking.HostTopology::get_SpecialConnectionConfigs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * HostTopology_get_SpecialConnectionConfigs_mE8A948FCB41740D9B7B9C0BD2F91678513397432 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method);
// System.Byte[] System.Convert::FromBase64String(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156 (String_t* ___s0, 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 UnityEngine.SystemInfo::get_deviceUniqueIdentifier()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_deviceUniqueIdentifier_mF4CA0225B1EFB8E7C581469F86F8A712E1485FCF (const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m414F419C84A4F313AD368AE7550056B4442808C8 (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * __this, uint64_t ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 *, uint64_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m206B2AE319B86661CBD1486C20E617BD43038C63_gshared)(__this, ___key0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>::Remove(!0)
inline bool Dictionary_2_Remove_mC8FC047D404AD7B9FADE6354DE107249EC11216C (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * __this, uint64_t ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 *, uint64_t, const RuntimeMethod*))Dictionary_2_Remove_m231D87008CE27CC391B93836660370DE42A992B8_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>::Add(!0,!1)
inline void Dictionary_2_Add_m50CA5F255BD3C8512D5C823AE7080BDA9812D0C6 (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * __this, uint64_t ___key0, NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 *, uint64_t, NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E *, const RuntimeMethod*))Dictionary_2_Add_m06059A8E535BE4077FB476A1C8E7062FE1AE2642_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mC615B83227BD3571AE2218E9D8972F2650880776 (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * __this, uint64_t ___key0, NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 *, uint64_t, NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E **, const RuntimeMethod*))Dictionary_2_TryGetValue_mA71A510F652DAC252CBF2E4F87AB30B6198F82B8_gshared)(__this, ___key0, ___value1, method);
}
// System.Void UnityEngine.Networking.Types.NetworkAccessToken::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkAccessToken__ctor_mBB2D70BD1BF72396386BC88C04EE55B8A65C5FED (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken>::.ctor()
inline void Dictionary_2__ctor_m2A2C3D66B822CEC69E3BD6FA01432C9183B3881C (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 *, const RuntimeMethod*))Dictionary_2__ctor_m980B1C5DED9EC2E3BC44CFFB3471A0786AD4253C_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
#ifdef __clang__
#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 UnityEngine.Networking.ChannelQOS::.ctor(UnityEngine.Networking.QosType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelQOS__ctor_mE56E7F05A2133D7C465B9EEC6C4CF96ADF90EB97 (ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___value0;
__this->set_m_Type_0(L_0);
__this->set_m_BelongsSharedOrderChannel_1((bool)0);
return;
}
}
// System.Void UnityEngine.Networking.ChannelQOS::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelQOS__ctor_m1CD39293C22623CB0E3FCFAD529E2EBFD083408C (ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_Type_0(0);
__this->set_m_BelongsSharedOrderChannel_1((bool)0);
return;
}
}
// System.Void UnityEngine.Networking.ChannelQOS::.ctor(UnityEngine.Networking.ChannelQOS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelQOS__ctor_m1517B79D2A0B8804142AF2E000389475F6EF2665 (ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * __this, ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * ___channel0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ChannelQOS__ctor_m1517B79D2A0B8804142AF2E000389475F6EF2665_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * L_0 = ___channel0;
V_0 = (bool)((((RuntimeObject*)(ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001b;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_2 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_2, _stringLiteral624DCCC3DEBC22BAFED7C880638F1EE60B028051, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ChannelQOS__ctor_m1517B79D2A0B8804142AF2E000389475F6EF2665_RuntimeMethod_var);
}
IL_001b:
{
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * L_3 = ___channel0;
NullCheck(L_3);
int32_t L_4 = L_3->get_m_Type_0();
__this->set_m_Type_0(L_4);
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * L_5 = ___channel0;
NullCheck(L_5);
bool L_6 = L_5->get_m_BelongsSharedOrderChannel_1();
__this->set_m_BelongsSharedOrderChannel_1(L_6);
return;
}
}
// UnityEngine.Networking.QosType UnityEngine.Networking.ChannelQOS::get_QOS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelQOS_get_QOS_mB2FB13845C35D5DABF83C1CA530632C8F4087D1C (ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_Type_0();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_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
#ifdef __clang__
#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 UnityEngine.Networking.ConnectionConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfig__ctor_m13022BDB14367FC9C43C0ED824E7D5426445CE17 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig__ctor_m13022BDB14367FC9C43C0ED824E7D5426445CE17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_0 = (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D *)il2cpp_codegen_object_new(List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D_il2cpp_TypeInfo_var);
List_1__ctor_mF90068DB317AD2C0F101BD20A2F5AAFA672C9DDF(L_0, /*hidden argument*/List_1__ctor_mF90068DB317AD2C0F101BD20A2F5AAFA672C9DDF_RuntimeMethod_var);
__this->set_m_Channels_27(L_0);
List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * L_1 = (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B *)il2cpp_codegen_object_new(List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B_il2cpp_TypeInfo_var);
List_1__ctor_m35F894B7897B8B3A09853BD9CF9225211C1CD0FC(L_1, /*hidden argument*/List_1__ctor_m35F894B7897B8B3A09853BD9CF9225211C1CD0FC_RuntimeMethod_var);
__this->set_m_SharedOrderChannels_28(L_1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_PacketSize_1((uint16_t)((int32_t)1440));
__this->set_m_FragmentSize_2((uint16_t)((int32_t)500));
__this->set_m_ResendTimeout_3(((int32_t)1200));
__this->set_m_DisconnectTimeout_4(((int32_t)2000));
__this->set_m_ConnectTimeout_5(((int32_t)2000));
__this->set_m_MinUpdateTimeout_6(((int32_t)10));
__this->set_m_PingTimeout_7(((int32_t)500));
__this->set_m_ReducedPingTimeout_8(((int32_t)100));
__this->set_m_AllCostTimeout_9(((int32_t)20));
__this->set_m_NetworkDropThreshold_10((uint8_t)5);
__this->set_m_OverflowDropThreshold_11((uint8_t)5);
__this->set_m_MaxConnectionAttempt_12((uint8_t)((int32_t)10));
__this->set_m_AckDelay_13(((int32_t)33));
__this->set_m_SendDelay_14(((int32_t)10));
__this->set_m_MaxCombinedReliableMessageSize_15((uint16_t)((int32_t)100));
__this->set_m_MaxCombinedReliableMessageCount_16((uint16_t)((int32_t)10));
__this->set_m_MaxSentMessageQueueSize_17((uint16_t)((int32_t)512));
__this->set_m_AcksType_18(1);
__this->set_m_UsePlatformSpecificProtocols_19((bool)0);
__this->set_m_InitialBandwidth_20(0);
__this->set_m_BandwidthPeakFactor_21((2.0f));
__this->set_m_WebSocketReceiveBufferMaxSize_22((uint16_t)0);
__this->set_m_UdpSocketReceiveBufferMaxSize_23(0);
__this->set_m_SSLCertFilePath_24((String_t*)NULL);
__this->set_m_SSLPrivateKeyFilePath_25((String_t*)NULL);
__this->set_m_SSLCAFilePath_26((String_t*)NULL);
return;
}
}
// System.Void UnityEngine.Networking.ConnectionConfig::.ctor(UnityEngine.Networking.ConnectionConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfig__ctor_m189A8CE6CB30F3404A86FA36F4BBB3E443C8B397 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * ___config0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig__ctor_m189A8CE6CB30F3404A86FA36F4BBB3E443C8B397_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 V_2;
memset((&V_2), 0, sizeof(V_2));
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * V_3 = NULL;
Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E V_4;
memset((&V_4), 0, sizeof(V_4));
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_0 = (List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D *)il2cpp_codegen_object_new(List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D_il2cpp_TypeInfo_var);
List_1__ctor_mF90068DB317AD2C0F101BD20A2F5AAFA672C9DDF(L_0, /*hidden argument*/List_1__ctor_mF90068DB317AD2C0F101BD20A2F5AAFA672C9DDF_RuntimeMethod_var);
__this->set_m_Channels_27(L_0);
List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * L_1 = (List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B *)il2cpp_codegen_object_new(List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B_il2cpp_TypeInfo_var);
List_1__ctor_m35F894B7897B8B3A09853BD9CF9225211C1CD0FC(L_1, /*hidden argument*/List_1__ctor_m35F894B7897B8B3A09853BD9CF9225211C1CD0FC_RuntimeMethod_var);
__this->set_m_SharedOrderChannels_28(L_1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_2 = ___config0;
V_0 = (bool)((((RuntimeObject*)(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_0031;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_4 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_4, _stringLiteral80776E13CA7794662A560DED464C3CED6FE01142, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ConnectionConfig__ctor_m189A8CE6CB30F3404A86FA36F4BBB3E443C8B397_RuntimeMethod_var);
}
IL_0031:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_5 = ___config0;
NullCheck(L_5);
uint16_t L_6 = L_5->get_m_PacketSize_1();
__this->set_m_PacketSize_1(L_6);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_7 = ___config0;
NullCheck(L_7);
uint16_t L_8 = L_7->get_m_FragmentSize_2();
__this->set_m_FragmentSize_2(L_8);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_9 = ___config0;
NullCheck(L_9);
uint32_t L_10 = L_9->get_m_ResendTimeout_3();
__this->set_m_ResendTimeout_3(L_10);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_11 = ___config0;
NullCheck(L_11);
uint32_t L_12 = L_11->get_m_DisconnectTimeout_4();
__this->set_m_DisconnectTimeout_4(L_12);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_13 = ___config0;
NullCheck(L_13);
uint32_t L_14 = L_13->get_m_ConnectTimeout_5();
__this->set_m_ConnectTimeout_5(L_14);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_15 = ___config0;
NullCheck(L_15);
uint32_t L_16 = L_15->get_m_MinUpdateTimeout_6();
__this->set_m_MinUpdateTimeout_6(L_16);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_17 = ___config0;
NullCheck(L_17);
uint32_t L_18 = L_17->get_m_PingTimeout_7();
__this->set_m_PingTimeout_7(L_18);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_19 = ___config0;
NullCheck(L_19);
uint32_t L_20 = L_19->get_m_ReducedPingTimeout_8();
__this->set_m_ReducedPingTimeout_8(L_20);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_21 = ___config0;
NullCheck(L_21);
uint32_t L_22 = L_21->get_m_AllCostTimeout_9();
__this->set_m_AllCostTimeout_9(L_22);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_23 = ___config0;
NullCheck(L_23);
uint8_t L_24 = L_23->get_m_NetworkDropThreshold_10();
__this->set_m_NetworkDropThreshold_10(L_24);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_25 = ___config0;
NullCheck(L_25);
uint8_t L_26 = L_25->get_m_OverflowDropThreshold_11();
__this->set_m_OverflowDropThreshold_11(L_26);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_27 = ___config0;
NullCheck(L_27);
uint8_t L_28 = L_27->get_m_MaxConnectionAttempt_12();
__this->set_m_MaxConnectionAttempt_12(L_28);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_29 = ___config0;
NullCheck(L_29);
uint32_t L_30 = L_29->get_m_AckDelay_13();
__this->set_m_AckDelay_13(L_30);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_31 = ___config0;
NullCheck(L_31);
uint32_t L_32 = L_31->get_m_SendDelay_14();
__this->set_m_SendDelay_14(L_32);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_33 = ___config0;
NullCheck(L_33);
uint16_t L_34 = ConnectionConfig_get_MaxCombinedReliableMessageSize_m91287E99979B01E126C741E3672F0A2810892A2B(L_33, /*hidden argument*/NULL);
__this->set_m_MaxCombinedReliableMessageSize_15(L_34);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_35 = ___config0;
NullCheck(L_35);
uint16_t L_36 = L_35->get_m_MaxCombinedReliableMessageCount_16();
__this->set_m_MaxCombinedReliableMessageCount_16(L_36);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_37 = ___config0;
NullCheck(L_37);
uint16_t L_38 = L_37->get_m_MaxSentMessageQueueSize_17();
__this->set_m_MaxSentMessageQueueSize_17(L_38);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_39 = ___config0;
NullCheck(L_39);
int32_t L_40 = L_39->get_m_AcksType_18();
__this->set_m_AcksType_18(L_40);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_41 = ___config0;
NullCheck(L_41);
bool L_42 = L_41->get_m_UsePlatformSpecificProtocols_19();
__this->set_m_UsePlatformSpecificProtocols_19(L_42);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_43 = ___config0;
NullCheck(L_43);
uint32_t L_44 = L_43->get_m_InitialBandwidth_20();
__this->set_m_InitialBandwidth_20(L_44);
uint32_t L_45 = __this->get_m_InitialBandwidth_20();
V_1 = (bool)((((int32_t)L_45) == ((int32_t)0))? 1 : 0);
bool L_46 = V_1;
if (!L_46)
{
goto IL_0149;
}
}
{
uint16_t L_47 = __this->get_m_PacketSize_1();
uint32_t L_48 = __this->get_m_MinUpdateTimeout_6();
__this->set_m_InitialBandwidth_20(((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_47, (int32_t)((int32_t)1000)))/(uint32_t)(int32_t)L_48)));
}
IL_0149:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_49 = ___config0;
NullCheck(L_49);
float L_50 = L_49->get_m_BandwidthPeakFactor_21();
__this->set_m_BandwidthPeakFactor_21(L_50);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_51 = ___config0;
NullCheck(L_51);
uint16_t L_52 = L_51->get_m_WebSocketReceiveBufferMaxSize_22();
__this->set_m_WebSocketReceiveBufferMaxSize_22(L_52);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_53 = ___config0;
NullCheck(L_53);
uint32_t L_54 = L_53->get_m_UdpSocketReceiveBufferMaxSize_23();
__this->set_m_UdpSocketReceiveBufferMaxSize_23(L_54);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_55 = ___config0;
NullCheck(L_55);
String_t* L_56 = L_55->get_m_SSLCertFilePath_24();
__this->set_m_SSLCertFilePath_24(L_56);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_57 = ___config0;
NullCheck(L_57);
String_t* L_58 = L_57->get_m_SSLPrivateKeyFilePath_25();
__this->set_m_SSLPrivateKeyFilePath_25(L_58);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_59 = ___config0;
NullCheck(L_59);
String_t* L_60 = L_59->get_m_SSLCAFilePath_26();
__this->set_m_SSLCAFilePath_26(L_60);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_61 = ___config0;
NullCheck(L_61);
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_62 = L_61->get_m_Channels_27();
NullCheck(L_62);
Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 L_63 = List_1_GetEnumerator_m6DEDD3C87E7678C580CDD6511D167EB030E81F21(L_62, /*hidden argument*/List_1_GetEnumerator_m6DEDD3C87E7678C580CDD6511D167EB030E81F21_RuntimeMethod_var);
V_2 = L_63;
}
IL_019e:
try
{ // begin try (depth: 1)
{
goto IL_01bc;
}
IL_01a0:
{
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * L_64 = Enumerator_get_Current_m4AA3AF5856A01D239D59E737C82DC6197D0ACBFD_inline((Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 *)(&V_2), /*hidden argument*/Enumerator_get_Current_m4AA3AF5856A01D239D59E737C82DC6197D0ACBFD_RuntimeMethod_var);
V_3 = L_64;
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_65 = __this->get_m_Channels_27();
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * L_66 = V_3;
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * L_67 = (ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F *)il2cpp_codegen_object_new(ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F_il2cpp_TypeInfo_var);
ChannelQOS__ctor_m1517B79D2A0B8804142AF2E000389475F6EF2665(L_67, L_66, /*hidden argument*/NULL);
NullCheck(L_65);
List_1_Add_m0CC5351DE1D3A06DF827D57879DCBA2E2B9A169A(L_65, L_67, /*hidden argument*/List_1_Add_m0CC5351DE1D3A06DF827D57879DCBA2E2B9A169A_RuntimeMethod_var);
}
IL_01bc:
{
bool L_68 = Enumerator_MoveNext_m594004920BE1EDA73B971F11EF4C2948E0C54ABE((Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m594004920BE1EDA73B971F11EF4C2948E0C54ABE_RuntimeMethod_var);
if (L_68)
{
goto IL_01a0;
}
}
IL_01c5:
{
IL2CPP_LEAVE(0x1D6, FINALLY_01c7);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01c7;
}
FINALLY_01c7:
{ // begin finally (depth: 1)
Enumerator_Dispose_m94F0D8A212C0DE30CE3FC0CE3D06A58E096207DF((Enumerator_tCC42BA0796448EA14E5FD95E34D0CB0E215D4116 *)(&V_2), /*hidden argument*/Enumerator_Dispose_m94F0D8A212C0DE30CE3FC0CE3D06A58E096207DF_RuntimeMethod_var);
IL2CPP_END_FINALLY(455)
} // end finally (depth: 1)
IL2CPP_CLEANUP(455)
{
IL2CPP_JUMP_TBL(0x1D6, IL_01d6)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01d6:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_69 = ___config0;
NullCheck(L_69);
List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * L_70 = L_69->get_m_SharedOrderChannels_28();
NullCheck(L_70);
Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E L_71 = List_1_GetEnumerator_m600D09E99239D4D71B89B1F64F8D8CD2126CCC9A(L_70, /*hidden argument*/List_1_GetEnumerator_m600D09E99239D4D71B89B1F64F8D8CD2126CCC9A_RuntimeMethod_var);
V_4 = L_71;
}
IL_01e4:
try
{ // begin try (depth: 1)
{
goto IL_01ff;
}
IL_01e6:
{
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_72 = Enumerator_get_Current_mC050C1265F789AACDB6F7A03D3065460116AACF7_inline((Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E *)(&V_4), /*hidden argument*/Enumerator_get_Current_mC050C1265F789AACDB6F7A03D3065460116AACF7_RuntimeMethod_var);
V_5 = L_72;
List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * L_73 = __this->get_m_SharedOrderChannels_28();
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_74 = V_5;
NullCheck(L_73);
List_1_Add_m3645BFAE222A2255766A797A98CBCAA14A968E3D(L_73, L_74, /*hidden argument*/List_1_Add_m3645BFAE222A2255766A797A98CBCAA14A968E3D_RuntimeMethod_var);
}
IL_01ff:
{
bool L_75 = Enumerator_MoveNext_m835F6ADEE28787E14FC82DE6E090EEB7AF1F1651((Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m835F6ADEE28787E14FC82DE6E090EEB7AF1F1651_RuntimeMethod_var);
if (L_75)
{
goto IL_01e6;
}
}
IL_0208:
{
IL2CPP_LEAVE(0x219, FINALLY_020a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_020a;
}
FINALLY_020a:
{ // begin finally (depth: 1)
Enumerator_Dispose_m0967733CC0BB777507EAACCDB3D676ED81DFE938((Enumerator_tEB67E56959CBC61B0EF26721F0D2D8350C2AC42E *)(&V_4), /*hidden argument*/Enumerator_Dispose_m0967733CC0BB777507EAACCDB3D676ED81DFE938_RuntimeMethod_var);
IL2CPP_END_FINALLY(522)
} // end finally (depth: 1)
IL2CPP_CLEANUP(522)
{
IL2CPP_JUMP_TBL(0x219, IL_0219)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0219:
{
return;
}
}
// System.Void UnityEngine.Networking.ConnectionConfig::Validate(UnityEngine.Networking.ConnectionConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfig_Validate_m0178C35662CE1DC30857B70DD908DC5E2C7BBE24 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * ___config0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig_Validate_m0178C35662CE1DC30857B70DD908DC5E2C7BBE24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_0 = ___config0;
NullCheck(L_0);
uint16_t L_1 = L_0->get_m_PacketSize_1();
V_0 = (bool)((((int32_t)L_1) < ((int32_t)((int32_t)128)))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_002f;
}
}
{
V_1 = ((int32_t)128);
String_t* L_3 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_1), /*hidden argument*/NULL);
String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral387B62E37BCAB1BFF4EDD48E035DA8930020B409, L_3, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ConnectionConfig_Validate_m0178C35662CE1DC30857B70DD908DC5E2C7BBE24_RuntimeMethod_var);
}
IL_002f:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_6 = ___config0;
NullCheck(L_6);
uint16_t L_7 = L_6->get_m_FragmentSize_2();
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_8 = ___config0;
NullCheck(L_8);
uint16_t L_9 = L_8->get_m_PacketSize_1();
V_2 = (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)128)))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_10 = V_2;
if (!L_10)
{
goto IL_0067;
}
}
{
V_1 = ((int32_t)128);
String_t* L_11 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_1), /*hidden argument*/NULL);
String_t* L_12 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral05D94A3E043BACD0B38591356B66F06810809FD5, L_11, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_13 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ConnectionConfig_Validate_m0178C35662CE1DC30857B70DD908DC5E2C7BBE24_RuntimeMethod_var);
}
IL_0067:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_14 = ___config0;
NullCheck(L_14);
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_15 = L_14->get_m_Channels_27();
NullCheck(L_15);
int32_t L_16 = List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_inline(L_15, /*hidden argument*/List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_16) > ((int32_t)((int32_t)255)))? 1 : 0);
bool L_17 = V_3;
if (!L_17)
{
goto IL_0088;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_18 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_18, _stringLiteral8662B5BC4C9EDBFD19D167B43BF50C871090ED61, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ConnectionConfig_Validate_m0178C35662CE1DC30857B70DD908DC5E2C7BBE24_RuntimeMethod_var);
}
IL_0088:
{
return;
}
}
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_PacketSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_PacketSize_m751DC5BD539C2975B917BEDA67052BD6CF8BACC3 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_PacketSize_1();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_FragmentSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_FragmentSize_m1379ABF0355A10DA23531C07752CC6BD9D362723 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_FragmentSize_2();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_ResendTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_ResendTimeout_mB4A5D99E80C0B0081A7795AEC3AC61A49813474B (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_ResendTimeout_3();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_DisconnectTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_DisconnectTimeout_mE4DCDDFDE20024DE86CE0B1F7560096873D41602 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_DisconnectTimeout_4();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_ConnectTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_ConnectTimeout_mEBC5347826BBB7002788D1B542A4A150F3896A3C (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_ConnectTimeout_5();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_MinUpdateTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_MinUpdateTimeout_m65075F4C867CEADE8E50E0412CEAEFC20001269A (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_MinUpdateTimeout_6();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.Void UnityEngine.Networking.ConnectionConfig::set_MinUpdateTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfig_set_MinUpdateTimeout_m977F479ADEA52AC1FDA957034883728966BB7F2D (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig_set_MinUpdateTimeout_m977F479ADEA52AC1FDA957034883728966BB7F2D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
uint32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, _stringLiteral7860B64509E767A5E55349EE5D0B5924BC980E2A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ConnectionConfig_set_MinUpdateTimeout_m977F479ADEA52AC1FDA957034883728966BB7F2D_RuntimeMethod_var);
}
IL_0014:
{
uint32_t L_3 = ___value0;
__this->set_m_MinUpdateTimeout_6(L_3);
return;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_PingTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_PingTimeout_m73066295D91C9E9ABBF86FDF8707E996CBA97D64 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_PingTimeout_7();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_ReducedPingTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_ReducedPingTimeout_m0FD1458249980CDD1BA75A5235F65288BEBC89DE (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_ReducedPingTimeout_8();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_AllCostTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_AllCostTimeout_m0A34CCD1E33CA2FEB00114694B42ED02F7FFD1CC (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_AllCostTimeout_9();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.Byte UnityEngine.Networking.ConnectionConfig::get_NetworkDropThreshold()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfig_get_NetworkDropThreshold_m75C76C0A9DA2C33273991C1647B545EA4C4AF11E (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
uint8_t L_0 = __this->get_m_NetworkDropThreshold_10();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint8_t L_1 = V_0;
return L_1;
}
}
// System.Byte UnityEngine.Networking.ConnectionConfig::get_OverflowDropThreshold()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfig_get_OverflowDropThreshold_mDDDA68600C272839E974268E2D0A6FF4A98564DA (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
uint8_t L_0 = __this->get_m_OverflowDropThreshold_11();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint8_t L_1 = V_0;
return L_1;
}
}
// System.Byte UnityEngine.Networking.ConnectionConfig::get_MaxConnectionAttempt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfig_get_MaxConnectionAttempt_mDAD2BD7DAFB7FDFD9987950888E21BF89B0A39B0 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
uint8_t L_0 = __this->get_m_MaxConnectionAttempt_12();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint8_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_AckDelay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_AckDelay_m237788628B7AB4E4C9DEF133A0EF55295EB83EF1 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_AckDelay_13();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_SendDelay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_SendDelay_m58852716B71AAB33614ACACFE5717EEE50770203 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_SendDelay_14();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_MaxCombinedReliableMessageSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_MaxCombinedReliableMessageSize_m91287E99979B01E126C741E3672F0A2810892A2B (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_MaxCombinedReliableMessageSize_15();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_MaxCombinedReliableMessageCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_MaxCombinedReliableMessageCount_m2C212A494C4EAC61E630EEC59B4BCFEA4EA5844A (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_MaxCombinedReliableMessageCount_16();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_MaxSentMessageQueueSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_MaxSentMessageQueueSize_mA3321AB48F4C9300216894D934D8CB1806B9BC14 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_MaxSentMessageQueueSize_17();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// UnityEngine.Networking.ConnectionAcksType UnityEngine.Networking.ConnectionConfig::get_AcksType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfig_get_AcksType_mA8D96378F7C4BC68D49276A52376D19729843324 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_AcksType_18();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Boolean UnityEngine.Networking.ConnectionConfig::get_UsePlatformSpecificProtocols()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionConfig_get_UsePlatformSpecificProtocols_mBD791EF16BE3DC55E863BC91A1499522BB2F731C (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
bool L_0 = __this->get_m_UsePlatformSpecificProtocols_19();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Void UnityEngine.Networking.ConnectionConfig::set_UsePlatformSpecificProtocols(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfig_set_UsePlatformSpecificProtocols_m30C4B22B5D3104C84BE461B2D3991DD568249110 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig_set_UsePlatformSpecificProtocols_m30C4B22B5D3104C84BE461B2D3991DD568249110_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
bool L_0 = ___value0;
if (!L_0)
{
goto IL_0012;
}
}
{
int32_t L_1 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
G_B3_0 = ((((int32_t)((((int32_t)L_1) == ((int32_t)((int32_t)25)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0013;
}
IL_0012:
{
G_B3_0 = 0;
}
IL_0013:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0022;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteral0A7317DE0A379BEC1AA956AD809C5378B2FAC72D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ConnectionConfig_set_UsePlatformSpecificProtocols_m30C4B22B5D3104C84BE461B2D3991DD568249110_RuntimeMethod_var);
}
IL_0022:
{
bool L_4 = ___value0;
__this->set_m_UsePlatformSpecificProtocols_19(L_4);
return;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_InitialBandwidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_InitialBandwidth_m190E19AF676D59A01DA5E5177E0A40DC315496F1 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_InitialBandwidth_20();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.Single UnityEngine.Networking.ConnectionConfig::get_BandwidthPeakFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ConnectionConfig_get_BandwidthPeakFactor_m4490A0F6D685DD631FEF9A6372F18DC9020D818A (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = __this->get_m_BandwidthPeakFactor_21();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
float L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.ConnectionConfig::get_WebSocketReceiveBufferMaxSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t ConnectionConfig_get_WebSocketReceiveBufferMaxSize_m1797AD047BF575993BEBB9D3F2C4353F18E97A96 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_WebSocketReceiveBufferMaxSize_22();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.ConnectionConfig::get_UdpSocketReceiveBufferMaxSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ConnectionConfig_get_UdpSocketReceiveBufferMaxSize_m029E311FAF985ECE49C09FA25D2085A945E1B946 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_UdpSocketReceiveBufferMaxSize_23();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.String UnityEngine.Networking.ConnectionConfig::get_SSLCertFilePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionConfig_get_SSLCertFilePath_m73056595AE8F6C589F1835C26AA92E26EFA42834 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
String_t* L_0 = __this->get_m_SSLCertFilePath_24();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
String_t* L_1 = V_0;
return L_1;
}
}
// System.String UnityEngine.Networking.ConnectionConfig::get_SSLPrivateKeyFilePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionConfig_get_SSLPrivateKeyFilePath_m3702E1FC42CBE6F2315D81E5120AD728FABA1690 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
String_t* L_0 = __this->get_m_SSLPrivateKeyFilePath_25();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
String_t* L_1 = V_0;
return L_1;
}
}
// System.String UnityEngine.Networking.ConnectionConfig::get_SSLCAFilePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionConfig_get_SSLCAFilePath_m0FDCD4CA63020DEFF0DD277431444B0BE248337B (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
String_t* L_0 = __this->get_m_SSLCAFilePath_26();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
String_t* L_1 = V_0;
return L_1;
}
}
// System.Int32 UnityEngine.Networking.ConnectionConfig::get_ChannelCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfig_get_ChannelCount_m567D018E60DB65C503CAB30A239CB36DA3E67C65 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig_get_ChannelCount_m567D018E60DB65C503CAB30A239CB36DA3E67C65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_0 = __this->get_m_Channels_27();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_inline(L_0, /*hidden argument*/List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
int32_t L_2 = V_0;
return L_2;
}
}
// System.Int32 UnityEngine.Networking.ConnectionConfig::get_SharedOrderChannelCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfig_get_SharedOrderChannelCount_m4FDFB1F0AD5846A0989632D82C89E25858F5A601 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig_get_SharedOrderChannelCount_m4FDFB1F0AD5846A0989632D82C89E25858F5A601_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * L_0 = __this->get_m_SharedOrderChannels_28();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m41CB827D0F7F2CBAD6F39066CB6CD303E9D44835_inline(L_0, /*hidden argument*/List_1_get_Count_m41CB827D0F7F2CBAD6F39066CB6CD303E9D44835_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
int32_t L_2 = V_0;
return L_2;
}
}
// System.Byte UnityEngine.Networking.ConnectionConfig::AddChannel(UnityEngine.Networking.QosType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfig_AddChannel_mCA963851A6B9A47F0304103775F2CAD00A988D50 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig_AddChannel_mCA963851A6B9A47F0304103775F2CAD00A988D50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
uint8_t V_3 = 0x0;
{
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_0 = __this->get_m_Channels_27();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_inline(L_0, /*hidden argument*/List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_1) > ((int32_t)((int32_t)255)))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_0022;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteralDD1C6588EE08D352D876C005202BEE7E76CA31AC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ConnectionConfig_AddChannel_mCA963851A6B9A47F0304103775F2CAD00A988D50_RuntimeMethod_var);
}
IL_0022:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (QosType_tCA1F3E1D717B2EEBD8C175C8B936B5E1C02C467A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
int32_t L_6 = ___value0;
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(QosType_tCA1F3E1D717B2EEBD8C175C8B936B5E1C02C467A_il2cpp_TypeInfo_var, &L_7);
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
bool L_9 = Enum_IsDefined_mA573B15329CA2AA7C59367D514D2927FC66217E2(L_5, L_8, /*hidden argument*/NULL);
V_2 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
bool L_10 = V_2;
if (!L_10)
{
goto IL_0055;
}
}
{
int32_t L_11 = ___value0;
int32_t L_12 = ((int32_t)L_11);
RuntimeObject * L_13 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_12);
String_t* L_14 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralD00EA07C4D9E62F29BC81689FF949D9AD1A538FC, L_13, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ConnectionConfig_AddChannel_mCA963851A6B9A47F0304103775F2CAD00A988D50_RuntimeMethod_var);
}
IL_0055:
{
int32_t L_16 = ___value0;
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * L_17 = (ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F *)il2cpp_codegen_object_new(ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F_il2cpp_TypeInfo_var);
ChannelQOS__ctor_mE56E7F05A2133D7C465B9EEC6C4CF96ADF90EB97(L_17, L_16, /*hidden argument*/NULL);
V_0 = L_17;
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_18 = __this->get_m_Channels_27();
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * L_19 = V_0;
NullCheck(L_18);
List_1_Add_m0CC5351DE1D3A06DF827D57879DCBA2E2B9A169A(L_18, L_19, /*hidden argument*/List_1_Add_m0CC5351DE1D3A06DF827D57879DCBA2E2B9A169A_RuntimeMethod_var);
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_20 = __this->get_m_Channels_27();
NullCheck(L_20);
int32_t L_21 = List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_inline(L_20, /*hidden argument*/List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_RuntimeMethod_var);
V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)))));
goto IL_007a;
}
IL_007a:
{
uint8_t L_22 = V_3;
return L_22;
}
}
// UnityEngine.Networking.QosType UnityEngine.Networking.ConnectionConfig::GetChannel(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfig_GetChannel_m15660F69B226EBE4148DF542A2B08B0E26B5E53E (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, uint8_t ___idx0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig_GetChannel_m15660F69B226EBE4148DF542A2B08B0E26B5E53E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
{
uint8_t L_0 = ___idx0;
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_1 = __this->get_m_Channels_27();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_inline(L_1, /*hidden argument*/List_1_get_Count_mF0C646A9F655A7095F18B2EDBF8E220A6FE1E1B6_RuntimeMethod_var);
V_0 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_0021;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteralC7D804AB91405ED8518D53CEF17A6231BDE0922B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ConnectionConfig_GetChannel_m15660F69B226EBE4148DF542A2B08B0E26B5E53E_RuntimeMethod_var);
}
IL_0021:
{
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_5 = __this->get_m_Channels_27();
uint8_t L_6 = ___idx0;
NullCheck(L_5);
ChannelQOS_tCF0D68923113432E1530A62381EC842F91797C2F * L_7 = List_1_get_Item_m0CF211A8BC47B2907FB8C1DDE7FCE94BCA39BE39_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_m0CF211A8BC47B2907FB8C1DDE7FCE94BCA39BE39_RuntimeMethod_var);
NullCheck(L_7);
int32_t L_8 = ChannelQOS_get_QOS_mB2FB13845C35D5DABF83C1CA530632C8F4087D1C(L_7, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_0035;
}
IL_0035:
{
int32_t L_9 = V_1;
return L_9;
}
}
// System.Collections.Generic.IList`1<System.Byte> UnityEngine.Networking.ConnectionConfig::GetSharedOrderChannels(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConnectionConfig_GetSharedOrderChannels_m3D0255AF1BC4B0233416BE01CE54F39BAC4570F4 (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, uint8_t ___idx0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfig_GetSharedOrderChannels_m3D0255AF1BC4B0233416BE01CE54F39BAC4570F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
{
uint8_t L_0 = ___idx0;
List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * L_1 = __this->get_m_SharedOrderChannels_28();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m41CB827D0F7F2CBAD6F39066CB6CD303E9D44835_inline(L_1, /*hidden argument*/List_1_get_Count_m41CB827D0F7F2CBAD6F39066CB6CD303E9D44835_RuntimeMethod_var);
V_0 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_0021;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteral0F8698CEFDCDE55FFE1C03B72612ECB78180ABB0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ConnectionConfig_GetSharedOrderChannels_m3D0255AF1BC4B0233416BE01CE54F39BAC4570F4_RuntimeMethod_var);
}
IL_0021:
{
List_1_t9CBFF6C556509801D1C2955D65B7064E808CA71B * L_5 = __this->get_m_SharedOrderChannels_28();
uint8_t L_6 = ___idx0;
NullCheck(L_5);
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_7 = List_1_get_Item_mB246B8A19A6EE276F7A2730FA535E56B05BE7A2A_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mB246B8A19A6EE276F7A2730FA535E56B05BE7A2A_RuntimeMethod_var);
NullCheck(L_7);
ReadOnlyCollection_1_t44E935E566CE04FBBA629D22D386281FFE3F5AC5 * L_8 = List_1_AsReadOnly_mE1095F061E3272FF56B059043DEEB6DD58698DC1(L_7, /*hidden argument*/List_1_AsReadOnly_mE1095F061E3272FF56B059043DEEB6DD58698DC1_RuntimeMethod_var);
V_1 = (RuntimeObject*)L_8;
goto IL_0035;
}
IL_0035:
{
RuntimeObject* L_9 = V_1;
return L_9;
}
}
// System.Collections.Generic.List`1<UnityEngine.Networking.ChannelQOS> UnityEngine.Networking.ConnectionConfig::get_Channels()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * ConnectionConfig_get_Channels_mC20E31148EA57316AAA71710029E8FBB81F26BEA (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * __this, const RuntimeMethod* method)
{
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * V_0 = NULL;
{
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_0 = __this->get_m_Channels_27();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
List_1_tE1D58254452F8BE854CC6ECC4A39158B9F92869D * L_1 = V_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
// Conversion methods for marshalling of: UnityEngine.Networking.ConnectionConfigInternal
IL2CPP_EXTERN_C void ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshal_pinvoke(const ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B& unmarshaled, ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshaled_pinvoke& marshaled)
{
marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0();
}
IL2CPP_EXTERN_C void ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshal_pinvoke_back(const ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshaled_pinvoke& marshaled, ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B& unmarshaled)
{
intptr_t unmarshaled_m_Ptr_temp_0;
memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0));
unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0;
unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0);
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.ConnectionConfigInternal
IL2CPP_EXTERN_C void ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshal_pinvoke_cleanup(ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.Networking.ConnectionConfigInternal
IL2CPP_EXTERN_C void ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshal_com(const ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B& unmarshaled, ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshaled_com& marshaled)
{
marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0();
}
IL2CPP_EXTERN_C void ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshal_com_back(const ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshaled_com& marshaled, ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B& unmarshaled)
{
intptr_t unmarshaled_m_Ptr_temp_0;
memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0));
unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0;
unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0);
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.ConnectionConfigInternal
IL2CPP_EXTERN_C void ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshal_com_cleanup(ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_marshaled_com& marshaled)
{
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::.ctor(UnityEngine.Networking.ConnectionConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * ___config0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
int32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
bool V_10 = false;
uint8_t V_11 = 0x0;
bool V_12 = false;
uint8_t V_13 = 0x0;
RuntimeObject* V_14 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_15 = NULL;
bool V_16 = false;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_0 = ___config0;
V_0 = (bool)((((RuntimeObject*)(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001b;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_2 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_2, _stringLiteral80776E13CA7794662A560DED464C3CED6FE01142, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970_RuntimeMethod_var);
}
IL_001b:
{
intptr_t L_3 = ConnectionConfigInternal_InternalCreate_m681962AD2D0C2CA03AC271F67851C0D8D7CB0F24(/*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)L_3);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_4 = ___config0;
NullCheck(L_4);
uint16_t L_5 = ConnectionConfig_get_PacketSize_m751DC5BD539C2975B917BEDA67052BD6CF8BACC3(L_4, /*hidden argument*/NULL);
bool L_6 = ConnectionConfigInternal_SetPacketSize_m4DE0CF7A1FCB7AB404CE5DDE31E093C6BAF876B6(__this, L_5, /*hidden argument*/NULL);
V_1 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_1;
if (!L_7)
{
goto IL_0044;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_8, _stringLiteral862631514593F8B320BAC73C576021CF1A30D80A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970_RuntimeMethod_var);
}
IL_0044:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_9 = ___config0;
NullCheck(L_9);
uint16_t L_10 = ConnectionConfig_get_FragmentSize_m1379ABF0355A10DA23531C07752CC6BD9D362723(L_9, /*hidden argument*/NULL);
ConnectionConfigInternal_set_FragmentSize_m224EF1252CDAEB26D4B5D419929DE8923174336F(__this, L_10, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_11 = ___config0;
NullCheck(L_11);
uint32_t L_12 = ConnectionConfig_get_ResendTimeout_mB4A5D99E80C0B0081A7795AEC3AC61A49813474B(L_11, /*hidden argument*/NULL);
ConnectionConfigInternal_set_ResendTimeout_m5BE3436FF68B65BE9627DC1A493D71575AB4B2D3(__this, L_12, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_13 = ___config0;
NullCheck(L_13);
uint32_t L_14 = ConnectionConfig_get_DisconnectTimeout_mE4DCDDFDE20024DE86CE0B1F7560096873D41602(L_13, /*hidden argument*/NULL);
ConnectionConfigInternal_set_DisconnectTimeout_mA6994BDA30044356344816D48E115892016341B4(__this, L_14, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_15 = ___config0;
NullCheck(L_15);
uint32_t L_16 = ConnectionConfig_get_ConnectTimeout_mEBC5347826BBB7002788D1B542A4A150F3896A3C(L_15, /*hidden argument*/NULL);
ConnectionConfigInternal_set_ConnectTimeout_mE91ADD685C4F72FA46DFBE30C140D0EA0A445D87(__this, L_16, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_17 = ___config0;
NullCheck(L_17);
uint32_t L_18 = ConnectionConfig_get_MinUpdateTimeout_m65075F4C867CEADE8E50E0412CEAEFC20001269A(L_17, /*hidden argument*/NULL);
ConnectionConfigInternal_set_MinUpdateTimeout_m04E7B416A9CDACDC7C114B5109DDD77E0C9F94BC(__this, L_18, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_19 = ___config0;
NullCheck(L_19);
uint32_t L_20 = ConnectionConfig_get_PingTimeout_m73066295D91C9E9ABBF86FDF8707E996CBA97D64(L_19, /*hidden argument*/NULL);
ConnectionConfigInternal_set_PingTimeout_m699DEE6C7E444DBC2C5B48D7639AC624FF89C38B(__this, L_20, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_21 = ___config0;
NullCheck(L_21);
uint32_t L_22 = ConnectionConfig_get_ReducedPingTimeout_m0FD1458249980CDD1BA75A5235F65288BEBC89DE(L_21, /*hidden argument*/NULL);
ConnectionConfigInternal_set_ReducedPingTimeout_m9A33C6FCA8246795A3ACB0DE4A982852BC461CFA(__this, L_22, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_23 = ___config0;
NullCheck(L_23);
uint32_t L_24 = ConnectionConfig_get_AllCostTimeout_m0A34CCD1E33CA2FEB00114694B42ED02F7FFD1CC(L_23, /*hidden argument*/NULL);
ConnectionConfigInternal_set_AllCostTimeout_m8AA82AB51A3FEF575C32340C056C589E9D464870(__this, L_24, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_25 = ___config0;
NullCheck(L_25);
uint8_t L_26 = ConnectionConfig_get_NetworkDropThreshold_m75C76C0A9DA2C33273991C1647B545EA4C4AF11E(L_25, /*hidden argument*/NULL);
ConnectionConfigInternal_set_NetworkDropThreshold_mD03BD7214D026A4700B4E79A0C7DF39063A61254(__this, L_26, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_27 = ___config0;
NullCheck(L_27);
uint8_t L_28 = ConnectionConfig_get_OverflowDropThreshold_mDDDA68600C272839E974268E2D0A6FF4A98564DA(L_27, /*hidden argument*/NULL);
ConnectionConfigInternal_set_OverflowDropThreshold_mFC78CDF6E4A2485254464D1E49FE3C2F24F4FBDE(__this, L_28, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_29 = ___config0;
NullCheck(L_29);
uint8_t L_30 = ConnectionConfig_get_MaxConnectionAttempt_mDAD2BD7DAFB7FDFD9987950888E21BF89B0A39B0(L_29, /*hidden argument*/NULL);
ConnectionConfigInternal_set_MaxConnectionAttempt_m5F4A7FAD5B2BE52A8D07C442E95188BDDF5B2E27(__this, L_30, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_31 = ___config0;
NullCheck(L_31);
uint32_t L_32 = ConnectionConfig_get_AckDelay_m237788628B7AB4E4C9DEF133A0EF55295EB83EF1(L_31, /*hidden argument*/NULL);
ConnectionConfigInternal_set_AckDelay_mA75C66BF1C9F5A5BF7F8A73B9B37FA875DB03B58(__this, L_32, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_33 = ___config0;
NullCheck(L_33);
uint32_t L_34 = ConnectionConfig_get_SendDelay_m58852716B71AAB33614ACACFE5717EEE50770203(L_33, /*hidden argument*/NULL);
ConnectionConfigInternal_set_SendDelay_mA3C49B23B1B154407C5C976BD317B19F155B3EC5(__this, L_34, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_35 = ___config0;
NullCheck(L_35);
uint16_t L_36 = ConnectionConfig_get_MaxCombinedReliableMessageSize_m91287E99979B01E126C741E3672F0A2810892A2B(L_35, /*hidden argument*/NULL);
ConnectionConfigInternal_set_MaxCombinedReliableMessageSize_mB487AAFEA1CE7150B6FFA0DE9167B613279EE4F9(__this, L_36, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_37 = ___config0;
NullCheck(L_37);
uint16_t L_38 = ConnectionConfig_get_MaxCombinedReliableMessageCount_m2C212A494C4EAC61E630EEC59B4BCFEA4EA5844A(L_37, /*hidden argument*/NULL);
ConnectionConfigInternal_set_MaxCombinedReliableMessageCount_mD5AA060EEA22592DD221E265C7DCCCA675F4C4CD(__this, L_38, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_39 = ___config0;
NullCheck(L_39);
uint16_t L_40 = ConnectionConfig_get_MaxSentMessageQueueSize_mA3321AB48F4C9300216894D934D8CB1806B9BC14(L_39, /*hidden argument*/NULL);
ConnectionConfigInternal_set_MaxSentMessageQueueSize_mD43A2BBE7A8EBC3B1A9ADA02C53B6DCBEFDAA6F7(__this, L_40, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_41 = ___config0;
NullCheck(L_41);
int32_t L_42 = ConnectionConfig_get_AcksType_mA8D96378F7C4BC68D49276A52376D19729843324(L_41, /*hidden argument*/NULL);
ConnectionConfigInternal_set_AcksType_m38036696B038768D28640EEC618B2BF5DFD48F38(__this, (uint8_t)(((int32_t)((uint8_t)L_42))), /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_43 = ___config0;
NullCheck(L_43);
bool L_44 = ConnectionConfig_get_UsePlatformSpecificProtocols_mBD791EF16BE3DC55E863BC91A1499522BB2F731C(L_43, /*hidden argument*/NULL);
ConnectionConfigInternal_set_UsePlatformSpecificProtocols_m7726113E8F0B40606D089CFC894FBD51F247497D(__this, L_44, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_45 = ___config0;
NullCheck(L_45);
uint32_t L_46 = ConnectionConfig_get_InitialBandwidth_m190E19AF676D59A01DA5E5177E0A40DC315496F1(L_45, /*hidden argument*/NULL);
ConnectionConfigInternal_set_InitialBandwidth_mD3925D22CA8E1B0E0FEC76D19091D3B71CC56AB9(__this, L_46, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_47 = ___config0;
NullCheck(L_47);
float L_48 = ConnectionConfig_get_BandwidthPeakFactor_m4490A0F6D685DD631FEF9A6372F18DC9020D818A(L_47, /*hidden argument*/NULL);
ConnectionConfigInternal_set_BandwidthPeakFactor_m7323F1BE4AE76FA757C51C87FC90F1EE594E4CE8(__this, L_48, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_49 = ___config0;
NullCheck(L_49);
uint16_t L_50 = ConnectionConfig_get_WebSocketReceiveBufferMaxSize_m1797AD047BF575993BEBB9D3F2C4353F18E97A96(L_49, /*hidden argument*/NULL);
ConnectionConfigInternal_set_WebSocketReceiveBufferMaxSize_mA3191D79791B4CFD8F08001FFEFF8F8971118D16(__this, L_50, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_51 = ___config0;
NullCheck(L_51);
uint32_t L_52 = ConnectionConfig_get_UdpSocketReceiveBufferMaxSize_m029E311FAF985ECE49C09FA25D2085A945E1B946(L_51, /*hidden argument*/NULL);
ConnectionConfigInternal_set_UdpSocketReceiveBufferMaxSize_m10E69CDBD2F00BF8FED5CAF3206FD45AB44365E5(__this, L_52, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_53 = ___config0;
NullCheck(L_53);
String_t* L_54 = ConnectionConfig_get_SSLCertFilePath_m73056595AE8F6C589F1835C26AA92E26EFA42834(L_53, /*hidden argument*/NULL);
V_2 = (bool)((!(((RuntimeObject*)(String_t*)L_54) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_55 = V_2;
if (!L_55)
{
goto IL_01a0;
}
}
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_56 = ___config0;
NullCheck(L_56);
String_t* L_57 = ConnectionConfig_get_SSLCertFilePath_m73056595AE8F6C589F1835C26AA92E26EFA42834(L_56, /*hidden argument*/NULL);
int32_t L_58 = ConnectionConfigInternal_SetSSLCertFilePath_mCAE658B61AEEA61ADF961C8F3561582112A28B28(__this, L_57, /*hidden argument*/NULL);
V_3 = L_58;
int32_t L_59 = V_3;
V_4 = (bool)((!(((uint32_t)L_59) <= ((uint32_t)0)))? 1 : 0);
bool L_60 = V_4;
if (!L_60)
{
goto IL_019f;
}
}
{
String_t* L_61 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_3), /*hidden argument*/NULL);
String_t* L_62 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralF0280189A2C48E4F3636344127E94FF8145BFA43, L_61, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_63 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_63, L_62, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970_RuntimeMethod_var);
}
IL_019f:
{
}
IL_01a0:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_64 = ___config0;
NullCheck(L_64);
String_t* L_65 = ConnectionConfig_get_SSLPrivateKeyFilePath_m3702E1FC42CBE6F2315D81E5120AD728FABA1690(L_64, /*hidden argument*/NULL);
V_5 = (bool)((!(((RuntimeObject*)(String_t*)L_65) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_66 = V_5;
if (!L_66)
{
goto IL_01e1;
}
}
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_67 = ___config0;
NullCheck(L_67);
String_t* L_68 = ConnectionConfig_get_SSLPrivateKeyFilePath_m3702E1FC42CBE6F2315D81E5120AD728FABA1690(L_67, /*hidden argument*/NULL);
int32_t L_69 = ConnectionConfigInternal_SetSSLPrivateKeyFilePath_m6B3D2A3E13A9C55B327F66521A97840DC62DCDE6(__this, L_68, /*hidden argument*/NULL);
V_6 = L_69;
int32_t L_70 = V_6;
V_7 = (bool)((!(((uint32_t)L_70) <= ((uint32_t)0)))? 1 : 0);
bool L_71 = V_7;
if (!L_71)
{
goto IL_01e0;
}
}
{
String_t* L_72 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_6), /*hidden argument*/NULL);
String_t* L_73 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralA6B691CD22F765E6D068C52A20320AFD6B3350E6, L_72, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_74 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_74, L_73, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970_RuntimeMethod_var);
}
IL_01e0:
{
}
IL_01e1:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_75 = ___config0;
NullCheck(L_75);
String_t* L_76 = ConnectionConfig_get_SSLCAFilePath_m0FDCD4CA63020DEFF0DD277431444B0BE248337B(L_75, /*hidden argument*/NULL);
V_8 = (bool)((!(((RuntimeObject*)(String_t*)L_76) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_77 = V_8;
if (!L_77)
{
goto IL_0222;
}
}
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_78 = ___config0;
NullCheck(L_78);
String_t* L_79 = ConnectionConfig_get_SSLCAFilePath_m0FDCD4CA63020DEFF0DD277431444B0BE248337B(L_78, /*hidden argument*/NULL);
int32_t L_80 = ConnectionConfigInternal_SetSSLCAFilePath_mB6CFCB51A0AB96F2D971217C52D52CB022514525(__this, L_79, /*hidden argument*/NULL);
V_9 = L_80;
int32_t L_81 = V_9;
V_10 = (bool)((!(((uint32_t)L_81) <= ((uint32_t)0)))? 1 : 0);
bool L_82 = V_10;
if (!L_82)
{
goto IL_0221;
}
}
{
String_t* L_83 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_9), /*hidden argument*/NULL);
String_t* L_84 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral20630ACA938E5758DAFF3EF6BC4826F7DA689650, L_83, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_85 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_85, L_84, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_85, ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970_RuntimeMethod_var);
}
IL_0221:
{
}
IL_0222:
{
V_11 = (uint8_t)0;
goto IL_0240;
}
IL_0227:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_86 = ___config0;
uint8_t L_87 = V_11;
NullCheck(L_86);
int32_t L_88 = ConnectionConfig_GetChannel_m15660F69B226EBE4148DF542A2B08B0E26B5E53E(L_86, L_87, /*hidden argument*/NULL);
ConnectionConfigInternal_AddChannel_m1769B5F51CD615D0F485098D485F2F2C6C8230B4(__this, (((int32_t)((uint8_t)L_88))), /*hidden argument*/NULL);
uint8_t L_89 = V_11;
V_11 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)))));
}
IL_0240:
{
uint8_t L_90 = V_11;
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_91 = ___config0;
NullCheck(L_91);
int32_t L_92 = ConnectionConfig_get_ChannelCount_m567D018E60DB65C503CAB30A239CB36DA3E67C65(L_91, /*hidden argument*/NULL);
V_12 = (bool)((((int32_t)L_90) < ((int32_t)L_92))? 1 : 0);
bool L_93 = V_12;
if (L_93)
{
goto IL_0227;
}
}
{
V_13 = (uint8_t)0;
goto IL_028a;
}
IL_0255:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_94 = ___config0;
uint8_t L_95 = V_13;
NullCheck(L_94);
RuntimeObject* L_96 = ConnectionConfig_GetSharedOrderChannels_m3D0255AF1BC4B0233416BE01CE54F39BAC4570F4(L_94, L_95, /*hidden argument*/NULL);
V_14 = L_96;
RuntimeObject* L_97 = V_14;
NullCheck(L_97);
int32_t L_98 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Byte>::get_Count() */, ICollection_1_t26E75B5ACAB89DE13EBAC4AA8E0E13347841225E_il2cpp_TypeInfo_var, L_97);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_98);
V_15 = L_99;
RuntimeObject* L_100 = V_14;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_101 = V_15;
NullCheck(L_100);
InterfaceActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1<System.Byte>::CopyTo(!0[],System.Int32) */, ICollection_1_t26E75B5ACAB89DE13EBAC4AA8E0E13347841225E_il2cpp_TypeInfo_var, L_100, L_101, 0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_102 = V_15;
ConnectionConfigInternal_MakeChannelsSharedOrder_m9B81D45D8BA7E470E380C85C300463AA70BBD55B(__this, L_102, /*hidden argument*/NULL);
uint8_t L_103 = V_13;
V_13 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)))));
}
IL_028a:
{
uint8_t L_104 = V_13;
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_105 = ___config0;
NullCheck(L_105);
int32_t L_106 = ConnectionConfig_get_SharedOrderChannelCount_m4FDFB1F0AD5846A0989632D82C89E25858F5A601(L_105, /*hidden argument*/NULL);
V_16 = (bool)((((int32_t)L_104) < ((int32_t)L_106))? 1 : 0);
bool L_107 = V_16;
if (L_107)
{
goto IL_0255;
}
}
{
return;
}
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_Dispose_m951D9B0369609F00974989E0A595F7EBF2F361E3 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfigInternal_Dispose_m951D9B0369609F00974989E0A595F7EBF2F361E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
intptr_t L_0 = __this->get_m_Ptr_0();
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
intptr_t L_3 = __this->get_m_Ptr_0();
ConnectionConfigInternal_InternalDestroy_m9615326AE25DB173E25B475BADDADE8CFFD279E1((intptr_t)L_3, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)(0));
}
IL_002e:
{
return;
}
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_Finalize_m5D844D97676D11E534CB330E772AB3DF589A88BB (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __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_0001:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.Networking.ConnectionConfigInternal::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x14, FINALLY_000c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_000c;
}
FINALLY_000c:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(12)
} // end finally (depth: 1)
IL2CPP_CLEANUP(12)
{
IL2CPP_JUMP_TBL(0x14, IL_0014)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0014:
{
return;
}
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_Dispose_m5D91B1A753E70414FF71DD20DAAFB0122C126B84 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionConfigInternal_Dispose_m5D91B1A753E70414FF71DD20DAAFB0122C126B84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
intptr_t L_0 = __this->get_m_Ptr_0();
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
intptr_t L_3 = __this->get_m_Ptr_0();
ConnectionConfigInternal_InternalDestroy_m9615326AE25DB173E25B475BADDADE8CFFD279E1((intptr_t)L_3, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)(0));
}
IL_002e:
{
return;
}
}
// System.IntPtr UnityEngine.Networking.ConnectionConfigInternal::InternalCreate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ConnectionConfigInternal_InternalCreate_m681962AD2D0C2CA03AC271F67851C0D8D7CB0F24 (const RuntimeMethod* method)
{
typedef intptr_t (*ConnectionConfigInternal_InternalCreate_m681962AD2D0C2CA03AC271F67851C0D8D7CB0F24_ftn) ();
static ConnectionConfigInternal_InternalCreate_m681962AD2D0C2CA03AC271F67851C0D8D7CB0F24_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_InternalCreate_m681962AD2D0C2CA03AC271F67851C0D8D7CB0F24_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::InternalCreate()");
intptr_t retVal = _il2cpp_icall_func();
return retVal;
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::InternalDestroy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_InternalDestroy_m9615326AE25DB173E25B475BADDADE8CFFD279E1 (intptr_t ___ptr0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_InternalDestroy_m9615326AE25DB173E25B475BADDADE8CFFD279E1_ftn) (intptr_t);
static ConnectionConfigInternal_InternalDestroy_m9615326AE25DB173E25B475BADDADE8CFFD279E1_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_InternalDestroy_m9615326AE25DB173E25B475BADDADE8CFFD279E1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::InternalDestroy(System.IntPtr)");
_il2cpp_icall_func(___ptr0);
}
// System.Byte UnityEngine.Networking.ConnectionConfigInternal::AddChannel(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ConnectionConfigInternal_AddChannel_m1769B5F51CD615D0F485098D485F2F2C6C8230B4 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, int32_t ___value0, const RuntimeMethod* method)
{
typedef uint8_t (*ConnectionConfigInternal_AddChannel_m1769B5F51CD615D0F485098D485F2F2C6C8230B4_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, int32_t);
static ConnectionConfigInternal_AddChannel_m1769B5F51CD615D0F485098D485F2F2C6C8230B4_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_AddChannel_m1769B5F51CD615D0F485098D485F2F2C6C8230B4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::AddChannel(System.Int32)");
uint8_t retVal = _il2cpp_icall_func(__this, ___value0);
return retVal;
}
// System.Boolean UnityEngine.Networking.ConnectionConfigInternal::SetPacketSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionConfigInternal_SetPacketSize_m4DE0CF7A1FCB7AB404CE5DDE31E093C6BAF876B6 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef bool (*ConnectionConfigInternal_SetPacketSize_m4DE0CF7A1FCB7AB404CE5DDE31E093C6BAF876B6_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint16_t);
static ConnectionConfigInternal_SetPacketSize_m4DE0CF7A1FCB7AB404CE5DDE31E093C6BAF876B6_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_SetPacketSize_m4DE0CF7A1FCB7AB404CE5DDE31E093C6BAF876B6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::SetPacketSize(System.UInt16)");
bool retVal = _il2cpp_icall_func(__this, ___value0);
return retVal;
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_FragmentSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_FragmentSize_m224EF1252CDAEB26D4B5D419929DE8923174336F (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_FragmentSize_m224EF1252CDAEB26D4B5D419929DE8923174336F_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint16_t);
static ConnectionConfigInternal_set_FragmentSize_m224EF1252CDAEB26D4B5D419929DE8923174336F_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_FragmentSize_m224EF1252CDAEB26D4B5D419929DE8923174336F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_FragmentSize(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_ResendTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_ResendTimeout_m5BE3436FF68B65BE9627DC1A493D71575AB4B2D3 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_ResendTimeout_m5BE3436FF68B65BE9627DC1A493D71575AB4B2D3_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_ResendTimeout_m5BE3436FF68B65BE9627DC1A493D71575AB4B2D3_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_ResendTimeout_m5BE3436FF68B65BE9627DC1A493D71575AB4B2D3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_ResendTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_DisconnectTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_DisconnectTimeout_mA6994BDA30044356344816D48E115892016341B4 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_DisconnectTimeout_mA6994BDA30044356344816D48E115892016341B4_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_DisconnectTimeout_mA6994BDA30044356344816D48E115892016341B4_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_DisconnectTimeout_mA6994BDA30044356344816D48E115892016341B4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_DisconnectTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_ConnectTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_ConnectTimeout_mE91ADD685C4F72FA46DFBE30C140D0EA0A445D87 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_ConnectTimeout_mE91ADD685C4F72FA46DFBE30C140D0EA0A445D87_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_ConnectTimeout_mE91ADD685C4F72FA46DFBE30C140D0EA0A445D87_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_ConnectTimeout_mE91ADD685C4F72FA46DFBE30C140D0EA0A445D87_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_ConnectTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MinUpdateTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MinUpdateTimeout_m04E7B416A9CDACDC7C114B5109DDD77E0C9F94BC (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_MinUpdateTimeout_m04E7B416A9CDACDC7C114B5109DDD77E0C9F94BC_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_MinUpdateTimeout_m04E7B416A9CDACDC7C114B5109DDD77E0C9F94BC_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_MinUpdateTimeout_m04E7B416A9CDACDC7C114B5109DDD77E0C9F94BC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_MinUpdateTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_PingTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_PingTimeout_m699DEE6C7E444DBC2C5B48D7639AC624FF89C38B (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_PingTimeout_m699DEE6C7E444DBC2C5B48D7639AC624FF89C38B_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_PingTimeout_m699DEE6C7E444DBC2C5B48D7639AC624FF89C38B_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_PingTimeout_m699DEE6C7E444DBC2C5B48D7639AC624FF89C38B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_PingTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_ReducedPingTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_ReducedPingTimeout_m9A33C6FCA8246795A3ACB0DE4A982852BC461CFA (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_ReducedPingTimeout_m9A33C6FCA8246795A3ACB0DE4A982852BC461CFA_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_ReducedPingTimeout_m9A33C6FCA8246795A3ACB0DE4A982852BC461CFA_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_ReducedPingTimeout_m9A33C6FCA8246795A3ACB0DE4A982852BC461CFA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_ReducedPingTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_AllCostTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_AllCostTimeout_m8AA82AB51A3FEF575C32340C056C589E9D464870 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_AllCostTimeout_m8AA82AB51A3FEF575C32340C056C589E9D464870_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_AllCostTimeout_m8AA82AB51A3FEF575C32340C056C589E9D464870_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_AllCostTimeout_m8AA82AB51A3FEF575C32340C056C589E9D464870_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_AllCostTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_NetworkDropThreshold(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_NetworkDropThreshold_mD03BD7214D026A4700B4E79A0C7DF39063A61254 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint8_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_NetworkDropThreshold_mD03BD7214D026A4700B4E79A0C7DF39063A61254_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint8_t);
static ConnectionConfigInternal_set_NetworkDropThreshold_mD03BD7214D026A4700B4E79A0C7DF39063A61254_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_NetworkDropThreshold_mD03BD7214D026A4700B4E79A0C7DF39063A61254_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_NetworkDropThreshold(System.Byte)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_OverflowDropThreshold(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_OverflowDropThreshold_mFC78CDF6E4A2485254464D1E49FE3C2F24F4FBDE (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint8_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_OverflowDropThreshold_mFC78CDF6E4A2485254464D1E49FE3C2F24F4FBDE_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint8_t);
static ConnectionConfigInternal_set_OverflowDropThreshold_mFC78CDF6E4A2485254464D1E49FE3C2F24F4FBDE_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_OverflowDropThreshold_mFC78CDF6E4A2485254464D1E49FE3C2F24F4FBDE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_OverflowDropThreshold(System.Byte)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MaxConnectionAttempt(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MaxConnectionAttempt_m5F4A7FAD5B2BE52A8D07C442E95188BDDF5B2E27 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint8_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_MaxConnectionAttempt_m5F4A7FAD5B2BE52A8D07C442E95188BDDF5B2E27_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint8_t);
static ConnectionConfigInternal_set_MaxConnectionAttempt_m5F4A7FAD5B2BE52A8D07C442E95188BDDF5B2E27_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_MaxConnectionAttempt_m5F4A7FAD5B2BE52A8D07C442E95188BDDF5B2E27_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_MaxConnectionAttempt(System.Byte)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_AckDelay(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_AckDelay_mA75C66BF1C9F5A5BF7F8A73B9B37FA875DB03B58 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_AckDelay_mA75C66BF1C9F5A5BF7F8A73B9B37FA875DB03B58_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_AckDelay_mA75C66BF1C9F5A5BF7F8A73B9B37FA875DB03B58_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_AckDelay_mA75C66BF1C9F5A5BF7F8A73B9B37FA875DB03B58_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_AckDelay(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_SendDelay(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_SendDelay_mA3C49B23B1B154407C5C976BD317B19F155B3EC5 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_SendDelay_mA3C49B23B1B154407C5C976BD317B19F155B3EC5_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_SendDelay_mA3C49B23B1B154407C5C976BD317B19F155B3EC5_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_SendDelay_mA3C49B23B1B154407C5C976BD317B19F155B3EC5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_SendDelay(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MaxCombinedReliableMessageSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MaxCombinedReliableMessageSize_mB487AAFEA1CE7150B6FFA0DE9167B613279EE4F9 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_MaxCombinedReliableMessageSize_mB487AAFEA1CE7150B6FFA0DE9167B613279EE4F9_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint16_t);
static ConnectionConfigInternal_set_MaxCombinedReliableMessageSize_mB487AAFEA1CE7150B6FFA0DE9167B613279EE4F9_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_MaxCombinedReliableMessageSize_mB487AAFEA1CE7150B6FFA0DE9167B613279EE4F9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_MaxCombinedReliableMessageSize(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MaxCombinedReliableMessageCount(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MaxCombinedReliableMessageCount_mD5AA060EEA22592DD221E265C7DCCCA675F4C4CD (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_MaxCombinedReliableMessageCount_mD5AA060EEA22592DD221E265C7DCCCA675F4C4CD_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint16_t);
static ConnectionConfigInternal_set_MaxCombinedReliableMessageCount_mD5AA060EEA22592DD221E265C7DCCCA675F4C4CD_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_MaxCombinedReliableMessageCount_mD5AA060EEA22592DD221E265C7DCCCA675F4C4CD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_MaxCombinedReliableMessageCount(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_MaxSentMessageQueueSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_MaxSentMessageQueueSize_mD43A2BBE7A8EBC3B1A9ADA02C53B6DCBEFDAA6F7 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_MaxSentMessageQueueSize_mD43A2BBE7A8EBC3B1A9ADA02C53B6DCBEFDAA6F7_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint16_t);
static ConnectionConfigInternal_set_MaxSentMessageQueueSize_mD43A2BBE7A8EBC3B1A9ADA02C53B6DCBEFDAA6F7_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_MaxSentMessageQueueSize_mD43A2BBE7A8EBC3B1A9ADA02C53B6DCBEFDAA6F7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_MaxSentMessageQueueSize(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_AcksType(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_AcksType_m38036696B038768D28640EEC618B2BF5DFD48F38 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint8_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_AcksType_m38036696B038768D28640EEC618B2BF5DFD48F38_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint8_t);
static ConnectionConfigInternal_set_AcksType_m38036696B038768D28640EEC618B2BF5DFD48F38_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_AcksType_m38036696B038768D28640EEC618B2BF5DFD48F38_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_AcksType(System.Byte)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_UsePlatformSpecificProtocols(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_UsePlatformSpecificProtocols_m7726113E8F0B40606D089CFC894FBD51F247497D (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, bool ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_UsePlatformSpecificProtocols_m7726113E8F0B40606D089CFC894FBD51F247497D_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, bool);
static ConnectionConfigInternal_set_UsePlatformSpecificProtocols_m7726113E8F0B40606D089CFC894FBD51F247497D_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_UsePlatformSpecificProtocols_m7726113E8F0B40606D089CFC894FBD51F247497D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_UsePlatformSpecificProtocols(System.Boolean)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_InitialBandwidth(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_InitialBandwidth_mD3925D22CA8E1B0E0FEC76D19091D3B71CC56AB9 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_InitialBandwidth_mD3925D22CA8E1B0E0FEC76D19091D3B71CC56AB9_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_InitialBandwidth_mD3925D22CA8E1B0E0FEC76D19091D3B71CC56AB9_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_InitialBandwidth_mD3925D22CA8E1B0E0FEC76D19091D3B71CC56AB9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_InitialBandwidth(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_BandwidthPeakFactor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_BandwidthPeakFactor_m7323F1BE4AE76FA757C51C87FC90F1EE594E4CE8 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, float ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_BandwidthPeakFactor_m7323F1BE4AE76FA757C51C87FC90F1EE594E4CE8_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, float);
static ConnectionConfigInternal_set_BandwidthPeakFactor_m7323F1BE4AE76FA757C51C87FC90F1EE594E4CE8_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_BandwidthPeakFactor_m7323F1BE4AE76FA757C51C87FC90F1EE594E4CE8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_BandwidthPeakFactor(System.Single)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_WebSocketReceiveBufferMaxSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_WebSocketReceiveBufferMaxSize_mA3191D79791B4CFD8F08001FFEFF8F8971118D16 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_WebSocketReceiveBufferMaxSize_mA3191D79791B4CFD8F08001FFEFF8F8971118D16_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint16_t);
static ConnectionConfigInternal_set_WebSocketReceiveBufferMaxSize_mA3191D79791B4CFD8F08001FFEFF8F8971118D16_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_WebSocketReceiveBufferMaxSize_mA3191D79791B4CFD8F08001FFEFF8F8971118D16_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_WebSocketReceiveBufferMaxSize(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.ConnectionConfigInternal::set_UdpSocketReceiveBufferMaxSize(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionConfigInternal_set_UdpSocketReceiveBufferMaxSize_m10E69CDBD2F00BF8FED5CAF3206FD45AB44365E5 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*ConnectionConfigInternal_set_UdpSocketReceiveBufferMaxSize_m10E69CDBD2F00BF8FED5CAF3206FD45AB44365E5_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, uint32_t);
static ConnectionConfigInternal_set_UdpSocketReceiveBufferMaxSize_m10E69CDBD2F00BF8FED5CAF3206FD45AB44365E5_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_set_UdpSocketReceiveBufferMaxSize_m10E69CDBD2F00BF8FED5CAF3206FD45AB44365E5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::set_UdpSocketReceiveBufferMaxSize(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Int32 UnityEngine.Networking.ConnectionConfigInternal::SetSSLCertFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfigInternal_SetSSLCertFilePath_mCAE658B61AEEA61ADF961C8F3561582112A28B28 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, String_t* ___value0, const RuntimeMethod* method)
{
typedef int32_t (*ConnectionConfigInternal_SetSSLCertFilePath_mCAE658B61AEEA61ADF961C8F3561582112A28B28_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, String_t*);
static ConnectionConfigInternal_SetSSLCertFilePath_mCAE658B61AEEA61ADF961C8F3561582112A28B28_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_SetSSLCertFilePath_mCAE658B61AEEA61ADF961C8F3561582112A28B28_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::SetSSLCertFilePath(System.String)");
int32_t retVal = _il2cpp_icall_func(__this, ___value0);
return retVal;
}
// System.Int32 UnityEngine.Networking.ConnectionConfigInternal::SetSSLPrivateKeyFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfigInternal_SetSSLPrivateKeyFilePath_m6B3D2A3E13A9C55B327F66521A97840DC62DCDE6 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, String_t* ___value0, const RuntimeMethod* method)
{
typedef int32_t (*ConnectionConfigInternal_SetSSLPrivateKeyFilePath_m6B3D2A3E13A9C55B327F66521A97840DC62DCDE6_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, String_t*);
static ConnectionConfigInternal_SetSSLPrivateKeyFilePath_m6B3D2A3E13A9C55B327F66521A97840DC62DCDE6_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_SetSSLPrivateKeyFilePath_m6B3D2A3E13A9C55B327F66521A97840DC62DCDE6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::SetSSLPrivateKeyFilePath(System.String)");
int32_t retVal = _il2cpp_icall_func(__this, ___value0);
return retVal;
}
// System.Int32 UnityEngine.Networking.ConnectionConfigInternal::SetSSLCAFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionConfigInternal_SetSSLCAFilePath_mB6CFCB51A0AB96F2D971217C52D52CB022514525 (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, String_t* ___value0, const RuntimeMethod* method)
{
typedef int32_t (*ConnectionConfigInternal_SetSSLCAFilePath_mB6CFCB51A0AB96F2D971217C52D52CB022514525_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, String_t*);
static ConnectionConfigInternal_SetSSLCAFilePath_mB6CFCB51A0AB96F2D971217C52D52CB022514525_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_SetSSLCAFilePath_mB6CFCB51A0AB96F2D971217C52D52CB022514525_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::SetSSLCAFilePath(System.String)");
int32_t retVal = _il2cpp_icall_func(__this, ___value0);
return retVal;
}
// System.Boolean UnityEngine.Networking.ConnectionConfigInternal::MakeChannelsSharedOrder(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionConfigInternal_MakeChannelsSharedOrder_m9B81D45D8BA7E470E380C85C300463AA70BBD55B (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___values0, const RuntimeMethod* method)
{
typedef bool (*ConnectionConfigInternal_MakeChannelsSharedOrder_m9B81D45D8BA7E470E380C85C300463AA70BBD55B_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*);
static ConnectionConfigInternal_MakeChannelsSharedOrder_m9B81D45D8BA7E470E380C85C300463AA70BBD55B_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionConfigInternal_MakeChannelsSharedOrder_m9B81D45D8BA7E470E380C85C300463AA70BBD55B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionConfigInternal::MakeChannelsSharedOrder(System.Byte[])");
bool retVal = _il2cpp_icall_func(__this, ___values0);
return retVal;
}
#ifdef __clang__
#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 UnityEngine.Networking.ConnectionSimulatorConfig::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfig__ctor_mAF2A4024FCAC691CADCDF879BD38792DEDACCA2A (ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * __this, int32_t ___outMinDelay0, int32_t ___outAvgDelay1, int32_t ___inMinDelay2, int32_t ___inAvgDelay3, float ___packetLossPercentage4, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___outMinDelay0;
__this->set_m_OutMinDelay_0(L_0);
int32_t L_1 = ___outAvgDelay1;
__this->set_m_OutAvgDelay_1(L_1);
int32_t L_2 = ___inMinDelay2;
__this->set_m_InMinDelay_2(L_2);
int32_t L_3 = ___inAvgDelay3;
__this->set_m_InAvgDelay_3(L_3);
float L_4 = ___packetLossPercentage4;
__this->set_m_PacketLossPercentage_4(L_4);
return;
}
}
// System.Void UnityEngine.Networking.ConnectionSimulatorConfig::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfig_Dispose_mDC951C96C1D83F93CBB432DFD54C32D7522E0FBE (ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void UnityEngine.Networking.ConnectionSimulatorConfig::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfig_Finalize_m85136936CB7B2FBFF4E05F0B1F3E5CDFA6E6D94E (ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * __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_0001:
try
{ // begin try (depth: 1)
ConnectionSimulatorConfig_Dispose_mDC951C96C1D83F93CBB432DFD54C32D7522E0FBE(__this, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x13, FINALLY_000b);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_000b;
}
FINALLY_000b:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(11)
} // end finally (depth: 1)
IL2CPP_CLEANUP(11)
{
IL2CPP_JUMP_TBL(0x13, IL_0013)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0013:
{
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 UnityEngine.Networking.ConnectionSimulatorConfigInternal::.ctor(UnityEngine.Networking.ConnectionSimulatorConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfigInternal__ctor_m9423C164BA29341E2446C3D101ED0F002EBB35B8 (ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B * __this, ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * ___config0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * L_0 = ___config0;
NullCheck(L_0);
int32_t L_1 = L_0->get_m_OutMinDelay_0();
ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * L_2 = ___config0;
NullCheck(L_2);
int32_t L_3 = L_2->get_m_OutAvgDelay_1();
ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * L_4 = ___config0;
NullCheck(L_4);
int32_t L_5 = L_4->get_m_InMinDelay_2();
ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * L_6 = ___config0;
NullCheck(L_6);
int32_t L_7 = L_6->get_m_InAvgDelay_3();
ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * L_8 = ___config0;
NullCheck(L_8);
float L_9 = L_8->get_m_PacketLossPercentage_4();
intptr_t L_10 = ConnectionSimulatorConfigInternal_InternalCreate_m9B8BA41D67DD3DEDE606FD552036C38BFF63BE0C(L_1, L_3, L_5, L_7, L_9, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)L_10);
return;
}
}
// System.Void UnityEngine.Networking.ConnectionSimulatorConfigInternal::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfigInternal_Dispose_mABECF83BFC6F0CBAABFB16C1D13DBB234ECF6992 (ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionSimulatorConfigInternal_Dispose_mABECF83BFC6F0CBAABFB16C1D13DBB234ECF6992_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
intptr_t L_0 = __this->get_m_Ptr_0();
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
intptr_t L_3 = __this->get_m_Ptr_0();
ConnectionSimulatorConfigInternal_InternalDestroy_mE2C1B431E2718819E1201E7A7436623F0F92A946((intptr_t)L_3, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)(0));
}
IL_002e:
{
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.ConnectionSimulatorConfigInternal::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfigInternal_Finalize_m6D5D292B9CE6937C218EF65FEB5C5DABF85E2AA2 (ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B * __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_0001:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.Networking.ConnectionSimulatorConfigInternal::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x14, FINALLY_000c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_000c;
}
FINALLY_000c:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(12)
} // end finally (depth: 1)
IL2CPP_CLEANUP(12)
{
IL2CPP_JUMP_TBL(0x14, IL_0014)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0014:
{
return;
}
}
// System.Void UnityEngine.Networking.ConnectionSimulatorConfigInternal::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfigInternal_Dispose_m6CF52F6743A3307B9191D6367352F376B1EDD7E2 (ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionSimulatorConfigInternal_Dispose_m6CF52F6743A3307B9191D6367352F376B1EDD7E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
intptr_t L_0 = __this->get_m_Ptr_0();
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
intptr_t L_3 = __this->get_m_Ptr_0();
ConnectionSimulatorConfigInternal_InternalDestroy_mE2C1B431E2718819E1201E7A7436623F0F92A946((intptr_t)L_3, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)(0));
}
IL_002e:
{
return;
}
}
// System.IntPtr UnityEngine.Networking.ConnectionSimulatorConfigInternal::InternalCreate(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ConnectionSimulatorConfigInternal_InternalCreate_m9B8BA41D67DD3DEDE606FD552036C38BFF63BE0C (int32_t ___outMinDelay0, int32_t ___outAvgDelay1, int32_t ___inMinDelay2, int32_t ___inAvgDelay3, float ___packetLossPercentage4, const RuntimeMethod* method)
{
typedef intptr_t (*ConnectionSimulatorConfigInternal_InternalCreate_m9B8BA41D67DD3DEDE606FD552036C38BFF63BE0C_ftn) (int32_t, int32_t, int32_t, int32_t, float);
static ConnectionSimulatorConfigInternal_InternalCreate_m9B8BA41D67DD3DEDE606FD552036C38BFF63BE0C_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionSimulatorConfigInternal_InternalCreate_m9B8BA41D67DD3DEDE606FD552036C38BFF63BE0C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionSimulatorConfigInternal::InternalCreate(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)");
intptr_t retVal = _il2cpp_icall_func(___outMinDelay0, ___outAvgDelay1, ___inMinDelay2, ___inAvgDelay3, ___packetLossPercentage4);
return retVal;
}
// System.Void UnityEngine.Networking.ConnectionSimulatorConfigInternal::InternalDestroy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionSimulatorConfigInternal_InternalDestroy_mE2C1B431E2718819E1201E7A7436623F0F92A946 (intptr_t ___ptr0, const RuntimeMethod* method)
{
typedef void (*ConnectionSimulatorConfigInternal_InternalDestroy_mE2C1B431E2718819E1201E7A7436623F0F92A946_ftn) (intptr_t);
static ConnectionSimulatorConfigInternal_InternalDestroy_mE2C1B431E2718819E1201E7A7436623F0F92A946_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (ConnectionSimulatorConfigInternal_InternalDestroy_mE2C1B431E2718819E1201E7A7436623F0F92A946_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.ConnectionSimulatorConfigInternal::InternalDestroy(System.IntPtr)");
_il2cpp_icall_func(___ptr0);
}
#ifdef __clang__
#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 UnityEngine.Networking.GlobalConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfig__ctor_mBB462D6A3F4690566E4BC40D183C86DD24EBC70C (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_ThreadAwakeTimeout_3(1);
__this->set_m_ReactorModel_4(0);
__this->set_m_ReactorMaximumReceivedMessages_5((uint16_t)((int32_t)1024));
__this->set_m_ReactorMaximumSentMessages_6((uint16_t)((int32_t)1024));
__this->set_m_MaxPacketSize_7((uint16_t)((int32_t)2000));
__this->set_m_MaxHosts_8((uint16_t)((int32_t)16));
__this->set_m_ThreadPoolSize_9((uint8_t)1);
__this->set_m_MinTimerTimeout_10(1);
__this->set_m_MaxTimerTimeout_11(((int32_t)12000));
__this->set_m_MinNetSimulatorTimeout_12(1);
__this->set_m_MaxNetSimulatorTimeout_13(((int32_t)12000));
__this->set_m_ConnectionReadyForSend_14((Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE *)NULL);
__this->set_m_NetworkEventAvailable_15((Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *)NULL);
return;
}
}
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_ThreadAwakeTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_ThreadAwakeTimeout_m444A9EAE47544B138A0EDD7E3EAFB09A4E3CF045 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_ThreadAwakeTimeout_3();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.Void UnityEngine.Networking.GlobalConfig::set_ThreadAwakeTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfig_set_ThreadAwakeTimeout_m0772D9967BD26B1D9A609EEDFCDF66AEEC92769E (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GlobalConfig_set_ThreadAwakeTimeout_m0772D9967BD26B1D9A609EEDFCDF66AEEC92769E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
uint32_t L_0 = ___value0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, _stringLiteral2F65446FAE481A6AD11FB08767464DA57F386264, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, GlobalConfig_set_ThreadAwakeTimeout_m0772D9967BD26B1D9A609EEDFCDF66AEEC92769E_RuntimeMethod_var);
}
IL_0014:
{
uint32_t L_3 = ___value0;
__this->set_m_ThreadAwakeTimeout_3(L_3);
return;
}
}
// UnityEngine.Networking.ReactorModel UnityEngine.Networking.GlobalConfig::get_ReactorModel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GlobalConfig_get_ReactorModel_m764B1090D4EEAD6F7847EE0E6ED87BD471A11E06 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_ReactorModel_4();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.GlobalConfig::get_ReactorMaximumReceivedMessages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GlobalConfig_get_ReactorMaximumReceivedMessages_m63F8EA9FA360C427471A340493986649948D8CF3 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_ReactorMaximumReceivedMessages_5();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.GlobalConfig::get_ReactorMaximumSentMessages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GlobalConfig_get_ReactorMaximumSentMessages_m70F3E2F10A38D5B6B987F7F1B052B654A3781227 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_ReactorMaximumSentMessages_6();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.GlobalConfig::get_MaxPacketSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GlobalConfig_get_MaxPacketSize_m8A574824237E7D64A2CA060BBB4E229AC9235508 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_MaxPacketSize_7();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.GlobalConfig::get_MaxHosts()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GlobalConfig_get_MaxHosts_mB4A1C909683330C117802B4932425BA8AD327AA2 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_MaxHosts_8();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.Byte UnityEngine.Networking.GlobalConfig::get_ThreadPoolSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t GlobalConfig_get_ThreadPoolSize_m343D5B733F274AF330760336FA9686C2066F2D69 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
uint8_t L_0 = __this->get_m_ThreadPoolSize_9();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint8_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_MinTimerTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_MinTimerTimeout_m9735B9E820649D78016A3F0B0F3475D5B8483CDB (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_MinTimerTimeout_10();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_MaxTimerTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_MaxTimerTimeout_mA15F4B846989BCE0642B89BA00912BD0661F2E8D (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_MaxTimerTimeout_11();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_MinNetSimulatorTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_MinNetSimulatorTimeout_m5A2EC6C8B5B486EC579F8110EC1F34AFD2882F44 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_MinNetSimulatorTimeout_12();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.UInt32 UnityEngine.Networking.GlobalConfig::get_MaxNetSimulatorTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlobalConfig_get_MaxNetSimulatorTimeout_m69F9A9897B74320565ADCE4F0E8D8FDFA8427364 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint32_t L_0 = __this->get_m_MaxNetSimulatorTimeout_13();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint32_t L_1 = V_0;
return L_1;
}
}
// System.Action`1<System.Int32> UnityEngine.Networking.GlobalConfig::get_NetworkEventAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * GlobalConfig_get_NetworkEventAvailable_mA19EB4981D737F1EE88A1B1963BD823360BA29A4 (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * V_0 = NULL;
{
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_0 = __this->get_m_NetworkEventAvailable_15();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_1 = V_0;
return L_1;
}
}
// System.Action`2<System.Int32,System.Int32> UnityEngine.Networking.GlobalConfig::get_ConnectionReadyForSend()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * GlobalConfig_get_ConnectionReadyForSend_m68BD8A9B2E0176801FBA9EBD7865A6D7C52D5F8C (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * __this, const RuntimeMethod* method)
{
Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * V_0 = NULL;
{
Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * L_0 = __this->get_m_ConnectionReadyForSend_14();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * L_1 = V_0;
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Networking.GlobalConfigInternal::.ctor(UnityEngine.Networking.GlobalConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal__ctor_m02FFD812EFB2B29331CA0A79D0490E273D9218F1 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * ___config0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GlobalConfigInternal__ctor_m02FFD812EFB2B29331CA0A79D0490E273D9218F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0x0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t G_B5_0 = 0;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_0 = ___config0;
V_1 = (bool)((((RuntimeObject*)(GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001b;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_2 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_2, _stringLiteral80776E13CA7794662A560DED464C3CED6FE01142, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, GlobalConfigInternal__ctor_m02FFD812EFB2B29331CA0A79D0490E273D9218F1_RuntimeMethod_var);
}
IL_001b:
{
intptr_t L_3 = GlobalConfigInternal_InternalCreate_m8579181F197A3D9F6EFFD557F7EEFA5AB97BEDE3(/*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)L_3);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_4 = ___config0;
NullCheck(L_4);
uint32_t L_5 = GlobalConfig_get_ThreadAwakeTimeout_m444A9EAE47544B138A0EDD7E3EAFB09A4E3CF045(L_4, /*hidden argument*/NULL);
GlobalConfigInternal_set_ThreadAwakeTimeout_m6AA3A43CD7AFB63C42422B013B631ED8914A75A2(__this, L_5, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_6 = ___config0;
NullCheck(L_6);
int32_t L_7 = GlobalConfig_get_ReactorModel_m764B1090D4EEAD6F7847EE0E6ED87BD471A11E06(L_6, /*hidden argument*/NULL);
GlobalConfigInternal_set_ReactorModel_m0891B6DFAE79025E92239D943D02E2B343E513CF(__this, (uint8_t)(((int32_t)((uint8_t)L_7))), /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_8 = ___config0;
NullCheck(L_8);
uint16_t L_9 = GlobalConfig_get_ReactorMaximumReceivedMessages_m63F8EA9FA360C427471A340493986649948D8CF3(L_8, /*hidden argument*/NULL);
GlobalConfigInternal_set_ReactorMaximumReceivedMessages_m33A7B98DFD609ECBFEA0CF4BA8C67E9D7F039D95(__this, L_9, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_10 = ___config0;
NullCheck(L_10);
uint16_t L_11 = GlobalConfig_get_ReactorMaximumSentMessages_m70F3E2F10A38D5B6B987F7F1B052B654A3781227(L_10, /*hidden argument*/NULL);
GlobalConfigInternal_set_ReactorMaximumSentMessages_mFFF8C65A9B365BC43766CBE2E7CD61396F91AA6B(__this, L_11, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_12 = ___config0;
NullCheck(L_12);
uint16_t L_13 = GlobalConfig_get_MaxPacketSize_m8A574824237E7D64A2CA060BBB4E229AC9235508(L_12, /*hidden argument*/NULL);
GlobalConfigInternal_set_MaxPacketSize_m3A2DCDC50D40AB38D326EB75A3097F863872E481(__this, L_13, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_14 = ___config0;
NullCheck(L_14);
uint16_t L_15 = GlobalConfig_get_MaxHosts_mB4A1C909683330C117802B4932425BA8AD327AA2(L_14, /*hidden argument*/NULL);
GlobalConfigInternal_set_MaxHosts_mD6B04B8008CFAD7AEF3F9C716AC537EF5F144729(__this, L_15, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_16 = ___config0;
NullCheck(L_16);
uint8_t L_17 = GlobalConfig_get_ThreadPoolSize_m343D5B733F274AF330760336FA9686C2066F2D69(L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_008c;
}
}
{
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_18 = ___config0;
NullCheck(L_18);
uint8_t L_19 = GlobalConfig_get_ThreadPoolSize_m343D5B733F274AF330760336FA9686C2066F2D69(L_18, /*hidden argument*/NULL);
G_B5_0 = ((((int32_t)L_19) > ((int32_t)((int32_t)254)))? 1 : 0);
goto IL_008d;
}
IL_008c:
{
G_B5_0 = 1;
}
IL_008d:
{
V_2 = (bool)G_B5_0;
bool L_20 = V_2;
if (!L_20)
{
goto IL_009c;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_21 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_21, _stringLiteralB34E98C322B3A6C9AA8723215EEB198CCB437D6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, GlobalConfigInternal__ctor_m02FFD812EFB2B29331CA0A79D0490E273D9218F1_RuntimeMethod_var);
}
IL_009c:
{
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_22 = ___config0;
NullCheck(L_22);
uint8_t L_23 = GlobalConfig_get_ThreadPoolSize_m343D5B733F274AF330760336FA9686C2066F2D69(L_22, /*hidden argument*/NULL);
V_0 = L_23;
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_24 = ___config0;
NullCheck(L_24);
uint8_t L_25 = GlobalConfig_get_ThreadPoolSize_m343D5B733F274AF330760336FA9686C2066F2D69(L_24, /*hidden argument*/NULL);
V_3 = (bool)((((int32_t)L_25) > ((int32_t)1))? 1 : 0);
bool L_26 = V_3;
if (!L_26)
{
goto IL_00bf;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(_stringLiteral826D9C5F7B8914E1859631C6EB7F5F8443810309, /*hidden argument*/NULL);
V_0 = (uint8_t)1;
}
IL_00bf:
{
uint8_t L_27 = V_0;
GlobalConfigInternal_set_ThreadPoolSize_m7065E9E2221C0742C1EFD452F6790EDD4E92291B(__this, L_27, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_28 = ___config0;
NullCheck(L_28);
uint32_t L_29 = GlobalConfig_get_MinTimerTimeout_m9735B9E820649D78016A3F0B0F3475D5B8483CDB(L_28, /*hidden argument*/NULL);
GlobalConfigInternal_set_MinTimerTimeout_m54F7602419D12918B369184830EB85CEBD26BB68(__this, L_29, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_30 = ___config0;
NullCheck(L_30);
uint32_t L_31 = GlobalConfig_get_MaxTimerTimeout_mA15F4B846989BCE0642B89BA00912BD0661F2E8D(L_30, /*hidden argument*/NULL);
GlobalConfigInternal_set_MaxTimerTimeout_m6F40F13854822FF5546F0B2042A261B68EEC3F9D(__this, L_31, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_32 = ___config0;
NullCheck(L_32);
uint32_t L_33 = GlobalConfig_get_MinNetSimulatorTimeout_m5A2EC6C8B5B486EC579F8110EC1F34AFD2882F44(L_32, /*hidden argument*/NULL);
GlobalConfigInternal_set_MinNetSimulatorTimeout_m803FFB50432CB0E7E51AF36AC1C63C2FB5D2EC9B(__this, L_33, /*hidden argument*/NULL);
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_34 = ___config0;
NullCheck(L_34);
uint32_t L_35 = GlobalConfig_get_MaxNetSimulatorTimeout_m69F9A9897B74320565ADCE4F0E8D8FDFA8427364(L_34, /*hidden argument*/NULL);
GlobalConfigInternal_set_MaxNetSimulatorTimeout_m8EC8A5EB1F6CF6CAB4B2D4F880B8B87727ADC00D(__this, L_35, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_Dispose_m936561AA82BC19D5AE9D8BE052EFF1789FFD28F0 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GlobalConfigInternal_Dispose_m936561AA82BC19D5AE9D8BE052EFF1789FFD28F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
intptr_t L_0 = __this->get_m_Ptr_0();
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
intptr_t L_3 = __this->get_m_Ptr_0();
GlobalConfigInternal_InternalDestroy_m1D87688187C34BD8913BB41DBFA9D1B34E464BA5((intptr_t)L_3, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)(0));
}
IL_002e:
{
return;
}
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_Finalize_mD3D54F5EE637D1F45CA495DAC80E03C1E8727110 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __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_0001:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.Networking.GlobalConfigInternal::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x14, FINALLY_000c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_000c;
}
FINALLY_000c:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(12)
} // end finally (depth: 1)
IL2CPP_CLEANUP(12)
{
IL2CPP_JUMP_TBL(0x14, IL_0014)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0014:
{
return;
}
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_Dispose_mE0F51D40D65107AF1ECA99A393A753886AD19610 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GlobalConfigInternal_Dispose_mE0F51D40D65107AF1ECA99A393A753886AD19610_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
intptr_t L_0 = __this->get_m_Ptr_0();
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
intptr_t L_3 = __this->get_m_Ptr_0();
GlobalConfigInternal_InternalDestroy_m1D87688187C34BD8913BB41DBFA9D1B34E464BA5((intptr_t)L_3, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)(0));
}
IL_002e:
{
return;
}
}
// System.IntPtr UnityEngine.Networking.GlobalConfigInternal::InternalCreate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GlobalConfigInternal_InternalCreate_m8579181F197A3D9F6EFFD557F7EEFA5AB97BEDE3 (const RuntimeMethod* method)
{
typedef intptr_t (*GlobalConfigInternal_InternalCreate_m8579181F197A3D9F6EFFD557F7EEFA5AB97BEDE3_ftn) ();
static GlobalConfigInternal_InternalCreate_m8579181F197A3D9F6EFFD557F7EEFA5AB97BEDE3_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_InternalCreate_m8579181F197A3D9F6EFFD557F7EEFA5AB97BEDE3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::InternalCreate()");
intptr_t retVal = _il2cpp_icall_func();
return retVal;
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::InternalDestroy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_InternalDestroy_m1D87688187C34BD8913BB41DBFA9D1B34E464BA5 (intptr_t ___ptr0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_InternalDestroy_m1D87688187C34BD8913BB41DBFA9D1B34E464BA5_ftn) (intptr_t);
static GlobalConfigInternal_InternalDestroy_m1D87688187C34BD8913BB41DBFA9D1B34E464BA5_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_InternalDestroy_m1D87688187C34BD8913BB41DBFA9D1B34E464BA5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::InternalDestroy(System.IntPtr)");
_il2cpp_icall_func(___ptr0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ThreadAwakeTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ThreadAwakeTimeout_m6AA3A43CD7AFB63C42422B013B631ED8914A75A2 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_ThreadAwakeTimeout_m6AA3A43CD7AFB63C42422B013B631ED8914A75A2_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint32_t);
static GlobalConfigInternal_set_ThreadAwakeTimeout_m6AA3A43CD7AFB63C42422B013B631ED8914A75A2_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_ThreadAwakeTimeout_m6AA3A43CD7AFB63C42422B013B631ED8914A75A2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_ThreadAwakeTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ReactorModel(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ReactorModel_m0891B6DFAE79025E92239D943D02E2B343E513CF (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint8_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_ReactorModel_m0891B6DFAE79025E92239D943D02E2B343E513CF_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint8_t);
static GlobalConfigInternal_set_ReactorModel_m0891B6DFAE79025E92239D943D02E2B343E513CF_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_ReactorModel_m0891B6DFAE79025E92239D943D02E2B343E513CF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_ReactorModel(System.Byte)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ReactorMaximumReceivedMessages(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ReactorMaximumReceivedMessages_m33A7B98DFD609ECBFEA0CF4BA8C67E9D7F039D95 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_ReactorMaximumReceivedMessages_m33A7B98DFD609ECBFEA0CF4BA8C67E9D7F039D95_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint16_t);
static GlobalConfigInternal_set_ReactorMaximumReceivedMessages_m33A7B98DFD609ECBFEA0CF4BA8C67E9D7F039D95_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_ReactorMaximumReceivedMessages_m33A7B98DFD609ECBFEA0CF4BA8C67E9D7F039D95_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_ReactorMaximumReceivedMessages(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ReactorMaximumSentMessages(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ReactorMaximumSentMessages_mFFF8C65A9B365BC43766CBE2E7CD61396F91AA6B (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_ReactorMaximumSentMessages_mFFF8C65A9B365BC43766CBE2E7CD61396F91AA6B_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint16_t);
static GlobalConfigInternal_set_ReactorMaximumSentMessages_mFFF8C65A9B365BC43766CBE2E7CD61396F91AA6B_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_ReactorMaximumSentMessages_mFFF8C65A9B365BC43766CBE2E7CD61396F91AA6B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_ReactorMaximumSentMessages(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MaxPacketSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MaxPacketSize_m3A2DCDC50D40AB38D326EB75A3097F863872E481 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_MaxPacketSize_m3A2DCDC50D40AB38D326EB75A3097F863872E481_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint16_t);
static GlobalConfigInternal_set_MaxPacketSize_m3A2DCDC50D40AB38D326EB75A3097F863872E481_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_MaxPacketSize_m3A2DCDC50D40AB38D326EB75A3097F863872E481_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_MaxPacketSize(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MaxHosts(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MaxHosts_mD6B04B8008CFAD7AEF3F9C716AC537EF5F144729 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_MaxHosts_mD6B04B8008CFAD7AEF3F9C716AC537EF5F144729_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint16_t);
static GlobalConfigInternal_set_MaxHosts_mD6B04B8008CFAD7AEF3F9C716AC537EF5F144729_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_MaxHosts_mD6B04B8008CFAD7AEF3F9C716AC537EF5F144729_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_MaxHosts(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_ThreadPoolSize(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_ThreadPoolSize_m7065E9E2221C0742C1EFD452F6790EDD4E92291B (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint8_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_ThreadPoolSize_m7065E9E2221C0742C1EFD452F6790EDD4E92291B_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint8_t);
static GlobalConfigInternal_set_ThreadPoolSize_m7065E9E2221C0742C1EFD452F6790EDD4E92291B_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_ThreadPoolSize_m7065E9E2221C0742C1EFD452F6790EDD4E92291B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_ThreadPoolSize(System.Byte)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MinTimerTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MinTimerTimeout_m54F7602419D12918B369184830EB85CEBD26BB68 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_MinTimerTimeout_m54F7602419D12918B369184830EB85CEBD26BB68_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint32_t);
static GlobalConfigInternal_set_MinTimerTimeout_m54F7602419D12918B369184830EB85CEBD26BB68_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_MinTimerTimeout_m54F7602419D12918B369184830EB85CEBD26BB68_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_MinTimerTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MaxTimerTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MaxTimerTimeout_m6F40F13854822FF5546F0B2042A261B68EEC3F9D (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_MaxTimerTimeout_m6F40F13854822FF5546F0B2042A261B68EEC3F9D_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint32_t);
static GlobalConfigInternal_set_MaxTimerTimeout_m6F40F13854822FF5546F0B2042A261B68EEC3F9D_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_MaxTimerTimeout_m6F40F13854822FF5546F0B2042A261B68EEC3F9D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_MaxTimerTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MinNetSimulatorTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MinNetSimulatorTimeout_m803FFB50432CB0E7E51AF36AC1C63C2FB5D2EC9B (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_MinNetSimulatorTimeout_m803FFB50432CB0E7E51AF36AC1C63C2FB5D2EC9B_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint32_t);
static GlobalConfigInternal_set_MinNetSimulatorTimeout_m803FFB50432CB0E7E51AF36AC1C63C2FB5D2EC9B_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_MinNetSimulatorTimeout_m803FFB50432CB0E7E51AF36AC1C63C2FB5D2EC9B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_MinNetSimulatorTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.GlobalConfigInternal::set_MaxNetSimulatorTimeout(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlobalConfigInternal_set_MaxNetSimulatorTimeout_m8EC8A5EB1F6CF6CAB4B2D4F880B8B87727ADC00D (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
typedef void (*GlobalConfigInternal_set_MaxNetSimulatorTimeout_m8EC8A5EB1F6CF6CAB4B2D4F880B8B87727ADC00D_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *, uint32_t);
static GlobalConfigInternal_set_MaxNetSimulatorTimeout_m8EC8A5EB1F6CF6CAB4B2D4F880B8B87727ADC00D_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (GlobalConfigInternal_set_MaxNetSimulatorTimeout_m8EC8A5EB1F6CF6CAB4B2D4F880B8B87727ADC00D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.GlobalConfigInternal::set_MaxNetSimulatorTimeout(System.UInt32)");
_il2cpp_icall_func(__this, ___value0);
}
#ifdef __clang__
#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 UnityEngine.Networking.HostTopology::.ctor(UnityEngine.Networking.ConnectionConfig,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopology__ctor_m045190A96973972C370EB5CB4F534B0251C10828 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * ___defaultConfig0, int32_t ___maxDefaultConnections1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HostTopology__ctor_m045190A96973972C370EB5CB4F534B0251C10828_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
__this->set_m_DefConfig_0((ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 *)NULL);
__this->set_m_MaxDefConnections_1(0);
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * L_0 = (List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 *)il2cpp_codegen_object_new(List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9_il2cpp_TypeInfo_var);
List_1__ctor_m0DB10447B3A228732A3933DCB89873ACF6D00C71(L_0, /*hidden argument*/List_1__ctor_m0DB10447B3A228732A3933DCB89873ACF6D00C71_RuntimeMethod_var);
__this->set_m_SpecialConnections_2(L_0);
__this->set_m_ReceivedMessagePoolSize_3((uint16_t)((int32_t)1024));
__this->set_m_SentMessagePoolSize_4((uint16_t)((int32_t)1024));
__this->set_m_MessagePoolSizeGrowthFactor_5((0.75f));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_1 = ___defaultConfig0;
V_0 = (bool)((((RuntimeObject*)(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0055;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_3 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_3, _stringLiteral80776E13CA7794662A560DED464C3CED6FE01142, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, HostTopology__ctor_m045190A96973972C370EB5CB4F534B0251C10828_RuntimeMethod_var);
}
IL_0055:
{
int32_t L_4 = ___maxDefaultConnections1;
V_1 = (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0070;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteralF0B3A2B07784861FA0B2615D7890521B1DF0ED08, _stringLiteralB78E130E3F991601A421DCF79C4DAE7094A0BAAB, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, HostTopology__ctor_m045190A96973972C370EB5CB4F534B0251C10828_RuntimeMethod_var);
}
IL_0070:
{
int32_t L_7 = ___maxDefaultConnections1;
V_2 = (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_8 = V_2;
if (!L_8)
{
goto IL_008f;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteralF0B3A2B07784861FA0B2615D7890521B1DF0ED08, _stringLiteralEB7EA282D1824FA19F6080BC5C59DBFE32A3B0FD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, HostTopology__ctor_m045190A96973972C370EB5CB4F534B0251C10828_RuntimeMethod_var);
}
IL_008f:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_10 = ___defaultConfig0;
ConnectionConfig_Validate_m0178C35662CE1DC30857B70DD908DC5E2C7BBE24(L_10, /*hidden argument*/NULL);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_11 = ___defaultConfig0;
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_12 = (ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 *)il2cpp_codegen_object_new(ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97_il2cpp_TypeInfo_var);
ConnectionConfig__ctor_m189A8CE6CB30F3404A86FA36F4BBB3E443C8B397(L_12, L_11, /*hidden argument*/NULL);
__this->set_m_DefConfig_0(L_12);
int32_t L_13 = ___maxDefaultConnections1;
__this->set_m_MaxDefConnections_1(L_13);
return;
}
}
// System.Void UnityEngine.Networking.HostTopology::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopology__ctor_m0FD79483FC711607C1558ED6DCCDD6CC0A9504E8 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HostTopology__ctor_m0FD79483FC711607C1558ED6DCCDD6CC0A9504E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_DefConfig_0((ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 *)NULL);
__this->set_m_MaxDefConnections_1(0);
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * L_0 = (List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 *)il2cpp_codegen_object_new(List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9_il2cpp_TypeInfo_var);
List_1__ctor_m0DB10447B3A228732A3933DCB89873ACF6D00C71(L_0, /*hidden argument*/List_1__ctor_m0DB10447B3A228732A3933DCB89873ACF6D00C71_RuntimeMethod_var);
__this->set_m_SpecialConnections_2(L_0);
__this->set_m_ReceivedMessagePoolSize_3((uint16_t)((int32_t)1024));
__this->set_m_SentMessagePoolSize_4((uint16_t)((int32_t)1024));
__this->set_m_MessagePoolSizeGrowthFactor_5((0.75f));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// UnityEngine.Networking.ConnectionConfig UnityEngine.Networking.HostTopology::get_DefaultConfig()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * HostTopology_get_DefaultConfig_mF2C4DAED814D5D7DFAD94E60F371D3CB4224DD20 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method)
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * V_0 = NULL;
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_0 = __this->get_m_DefConfig_0();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_1 = V_0;
return L_1;
}
}
// System.Int32 UnityEngine.Networking.HostTopology::get_MaxDefaultConnections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HostTopology_get_MaxDefaultConnections_m1A07F9F46DECC1FFCCD4CB8F32B9DAD0E2914580 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_MaxDefConnections_1();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// System.Int32 UnityEngine.Networking.HostTopology::get_SpecialConnectionConfigsCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HostTopology_get_SpecialConnectionConfigsCount_m54EF6FDA72F1BE8171F5F89FDDE101125568A324 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HostTopology_get_SpecialConnectionConfigsCount_m54EF6FDA72F1BE8171F5F89FDDE101125568A324_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * L_0 = __this->get_m_SpecialConnections_2();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m0DE37CD73647F90E323864CF5D4CE7011F9CCF8F_inline(L_0, /*hidden argument*/List_1_get_Count_m0DE37CD73647F90E323864CF5D4CE7011F9CCF8F_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
int32_t L_2 = V_0;
return L_2;
}
}
// System.Collections.Generic.List`1<UnityEngine.Networking.ConnectionConfig> UnityEngine.Networking.HostTopology::get_SpecialConnectionConfigs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * HostTopology_get_SpecialConnectionConfigs_mE8A948FCB41740D9B7B9C0BD2F91678513397432 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method)
{
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * V_0 = NULL;
{
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * L_0 = __this->get_m_SpecialConnections_2();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * L_1 = V_0;
return L_1;
}
}
// UnityEngine.Networking.ConnectionConfig UnityEngine.Networking.HostTopology::GetSpecialConnectionConfig(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * HostTopology_GetSpecialConnectionConfig_mF820418F2CDF49B5E837E16F750FFDEF85587670 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HostTopology_GetSpecialConnectionConfig_mF820418F2CDF49B5E837E16F750FFDEF85587670_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * V_1 = NULL;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___i0;
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * L_1 = __this->get_m_SpecialConnections_2();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m0DE37CD73647F90E323864CF5D4CE7011F9CCF8F_inline(L_1, /*hidden argument*/List_1_get_Count_m0DE37CD73647F90E323864CF5D4CE7011F9CCF8F_RuntimeMethod_var);
if ((((int32_t)L_0) > ((int32_t)L_2)))
{
goto IL_0015;
}
}
{
int32_t L_3 = ___i0;
G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
goto IL_0016;
}
IL_0015:
{
G_B3_0 = 1;
}
IL_0016:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0025;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, _stringLiteralDBC3A33DCFCF1BC7408EAE8F613073A053473919, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, HostTopology_GetSpecialConnectionConfig_mF820418F2CDF49B5E837E16F750FFDEF85587670_RuntimeMethod_var);
}
IL_0025:
{
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * L_6 = __this->get_m_SpecialConnections_2();
int32_t L_7 = ___i0;
NullCheck(L_6);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_8 = List_1_get_Item_m157EBCA0538E4A6BE8B50CE0C63A8C53EAAF0CD5_inline(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/List_1_get_Item_m157EBCA0538E4A6BE8B50CE0C63A8C53EAAF0CD5_RuntimeMethod_var);
V_1 = L_8;
goto IL_0036;
}
IL_0036:
{
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_9 = V_1;
return L_9;
}
}
// System.UInt16 UnityEngine.Networking.HostTopology::get_ReceivedMessagePoolSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t HostTopology_get_ReceivedMessagePoolSize_mA5D868AF62D1E1D85A5EB2E08C3263E0DA53FA20 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_ReceivedMessagePoolSize_3();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.UInt16 UnityEngine.Networking.HostTopology::get_SentMessagePoolSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t HostTopology_get_SentMessagePoolSize_m5A45A60281CACE85A40BAEA5D21CE07EDD1DA466 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
{
uint16_t L_0 = __this->get_m_SentMessagePoolSize_4();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
uint16_t L_1 = V_0;
return L_1;
}
}
// System.Single UnityEngine.Networking.HostTopology::get_MessagePoolSizeGrowthFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HostTopology_get_MessagePoolSizeGrowthFactor_m8CF15CE8E56EB811C741871E8526C5C8AE560675 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = __this->get_m_MessagePoolSizeGrowthFactor_5();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
float L_1 = V_0;
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Networking.HostTopologyInternal::.ctor(UnityEngine.Networking.HostTopology)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal__ctor_m2D08B1EDB463229E8E98B12F353413759BF03FD7 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * ___topology0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HostTopologyInternal__ctor_m2D08B1EDB463229E8E98B12F353413759BF03FD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * V_0 = NULL;
int32_t V_1 = 0;
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * V_2 = NULL;
ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * V_3 = NULL;
bool V_4 = false;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_0 = ___topology0;
NullCheck(L_0);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_1 = HostTopology_get_DefaultConfig_mF2C4DAED814D5D7DFAD94E60F371D3CB4224DD20(L_0, /*hidden argument*/NULL);
ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * L_2 = (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *)il2cpp_codegen_object_new(ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_il2cpp_TypeInfo_var);
ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970(L_2, L_1, /*hidden argument*/NULL);
V_0 = L_2;
ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * L_3 = V_0;
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_4 = ___topology0;
NullCheck(L_4);
int32_t L_5 = HostTopology_get_MaxDefaultConnections_m1A07F9F46DECC1FFCCD4CB8F32B9DAD0E2914580(L_4, /*hidden argument*/NULL);
intptr_t L_6 = HostTopologyInternal_InternalCreate_mB3998292C80467883D6E8A8935A6FDC72B31DACF(L_3, L_5, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)L_6);
V_1 = 1;
goto IL_0047;
}
IL_002a:
{
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_7 = ___topology0;
int32_t L_8 = V_1;
NullCheck(L_7);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_9 = HostTopology_GetSpecialConnectionConfig_mF820418F2CDF49B5E837E16F750FFDEF85587670(L_7, L_8, /*hidden argument*/NULL);
V_2 = L_9;
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_10 = V_2;
ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * L_11 = (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *)il2cpp_codegen_object_new(ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B_il2cpp_TypeInfo_var);
ConnectionConfigInternal__ctor_m7989E7E917317CCF6A27BD2DF023D00AA1765970(L_11, L_10, /*hidden argument*/NULL);
V_3 = L_11;
ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * L_12 = V_3;
HostTopologyInternal_AddSpecialConnectionConfig_m005DBD8F45DB3666281B0AC930E36B312066B74E(__this, L_12, /*hidden argument*/NULL);
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0047:
{
int32_t L_14 = V_1;
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_15 = ___topology0;
NullCheck(L_15);
int32_t L_16 = HostTopology_get_SpecialConnectionConfigsCount_m54EF6FDA72F1BE8171F5F89FDDE101125568A324(L_15, /*hidden argument*/NULL);
V_4 = (bool)((((int32_t)((((int32_t)L_14) > ((int32_t)L_16))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_17 = V_4;
if (L_17)
{
goto IL_002a;
}
}
{
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_18 = ___topology0;
NullCheck(L_18);
uint16_t L_19 = HostTopology_get_ReceivedMessagePoolSize_mA5D868AF62D1E1D85A5EB2E08C3263E0DA53FA20(L_18, /*hidden argument*/NULL);
HostTopologyInternal_set_ReceivedMessagePoolSize_m063B7DB12D83F8EC9D815D1B3B75E9F3D79A18E6(__this, L_19, /*hidden argument*/NULL);
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_20 = ___topology0;
NullCheck(L_20);
uint16_t L_21 = HostTopology_get_SentMessagePoolSize_m5A45A60281CACE85A40BAEA5D21CE07EDD1DA466(L_20, /*hidden argument*/NULL);
HostTopologyInternal_set_SentMessagePoolSize_m9DBA4B31E0F019DAFA4D9B2A8A24E92059F18D96(__this, L_21, /*hidden argument*/NULL);
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_22 = ___topology0;
NullCheck(L_22);
float L_23 = HostTopology_get_MessagePoolSizeGrowthFactor_m8CF15CE8E56EB811C741871E8526C5C8AE560675(L_22, /*hidden argument*/NULL);
HostTopologyInternal_set_MessagePoolSizeGrowthFactor_m653AD2D1C374D3650AD05B85BAB45032D02FF3A9(__this, L_23, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.HostTopologyInternal::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_Dispose_mA4DF2C3D9813A293D361C9CB3691E80AC0727265 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HostTopologyInternal_Dispose_mA4DF2C3D9813A293D361C9CB3691E80AC0727265_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
intptr_t L_0 = __this->get_m_Ptr_0();
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
intptr_t L_3 = __this->get_m_Ptr_0();
HostTopologyInternal_InternalDestroy_m594FADDAD4EDC0860D05E982EEB14C4A287AB592((intptr_t)L_3, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)(0));
}
IL_002e:
{
return;
}
}
// System.Void UnityEngine.Networking.HostTopologyInternal::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_Finalize_m7C7A23F9B9EFED85D429EFCC9BC7307A72C2BE1D (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __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_0001:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.Networking.HostTopologyInternal::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x14, FINALLY_000c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_000c;
}
FINALLY_000c:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(12)
} // end finally (depth: 1)
IL2CPP_CLEANUP(12)
{
IL2CPP_JUMP_TBL(0x14, IL_0014)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0014:
{
return;
}
}
// System.Void UnityEngine.Networking.HostTopologyInternal::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_Dispose_m95F17DCB6762742872C323459AA48FA6C2495E10 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HostTopologyInternal_Dispose_m95F17DCB6762742872C323459AA48FA6C2495E10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
intptr_t L_0 = __this->get_m_Ptr_0();
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
intptr_t L_3 = __this->get_m_Ptr_0();
HostTopologyInternal_InternalDestroy_m594FADDAD4EDC0860D05E982EEB14C4A287AB592((intptr_t)L_3, /*hidden argument*/NULL);
__this->set_m_Ptr_0((intptr_t)(0));
}
IL_002e:
{
return;
}
}
// System.IntPtr UnityEngine.Networking.HostTopologyInternal::InternalCreate(UnityEngine.Networking.ConnectionConfigInternal,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t HostTopologyInternal_InternalCreate_mB3998292C80467883D6E8A8935A6FDC72B31DACF (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * ___config0, int32_t ___maxDefaultConnections1, const RuntimeMethod* method)
{
typedef intptr_t (*HostTopologyInternal_InternalCreate_mB3998292C80467883D6E8A8935A6FDC72B31DACF_ftn) (ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *, int32_t);
static HostTopologyInternal_InternalCreate_mB3998292C80467883D6E8A8935A6FDC72B31DACF_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (HostTopologyInternal_InternalCreate_mB3998292C80467883D6E8A8935A6FDC72B31DACF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.HostTopologyInternal::InternalCreate(UnityEngine.Networking.ConnectionConfigInternal,System.Int32)");
intptr_t retVal = _il2cpp_icall_func(___config0, ___maxDefaultConnections1);
return retVal;
}
// System.Void UnityEngine.Networking.HostTopologyInternal::InternalDestroy(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_InternalDestroy_m594FADDAD4EDC0860D05E982EEB14C4A287AB592 (intptr_t ___ptr0, const RuntimeMethod* method)
{
typedef void (*HostTopologyInternal_InternalDestroy_m594FADDAD4EDC0860D05E982EEB14C4A287AB592_ftn) (intptr_t);
static HostTopologyInternal_InternalDestroy_m594FADDAD4EDC0860D05E982EEB14C4A287AB592_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (HostTopologyInternal_InternalDestroy_m594FADDAD4EDC0860D05E982EEB14C4A287AB592_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.HostTopologyInternal::InternalDestroy(System.IntPtr)");
_il2cpp_icall_func(___ptr0);
}
// System.UInt16 UnityEngine.Networking.HostTopologyInternal::AddSpecialConnectionConfig(UnityEngine.Networking.ConnectionConfigInternal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t HostTopologyInternal_AddSpecialConnectionConfig_m005DBD8F45DB3666281B0AC930E36B312066B74E (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B * ___config0, const RuntimeMethod* method)
{
typedef uint16_t (*HostTopologyInternal_AddSpecialConnectionConfig_m005DBD8F45DB3666281B0AC930E36B312066B74E_ftn) (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 *, ConnectionConfigInternal_t442D383D4EE17B207D66709528D4C68FE979E97B *);
static HostTopologyInternal_AddSpecialConnectionConfig_m005DBD8F45DB3666281B0AC930E36B312066B74E_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (HostTopologyInternal_AddSpecialConnectionConfig_m005DBD8F45DB3666281B0AC930E36B312066B74E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.HostTopologyInternal::AddSpecialConnectionConfig(UnityEngine.Networking.ConnectionConfigInternal)");
uint16_t retVal = _il2cpp_icall_func(__this, ___config0);
return retVal;
}
// System.Void UnityEngine.Networking.HostTopologyInternal::set_ReceivedMessagePoolSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_set_ReceivedMessagePoolSize_m063B7DB12D83F8EC9D815D1B3B75E9F3D79A18E6 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*HostTopologyInternal_set_ReceivedMessagePoolSize_m063B7DB12D83F8EC9D815D1B3B75E9F3D79A18E6_ftn) (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 *, uint16_t);
static HostTopologyInternal_set_ReceivedMessagePoolSize_m063B7DB12D83F8EC9D815D1B3B75E9F3D79A18E6_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (HostTopologyInternal_set_ReceivedMessagePoolSize_m063B7DB12D83F8EC9D815D1B3B75E9F3D79A18E6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.HostTopologyInternal::set_ReceivedMessagePoolSize(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.HostTopologyInternal::set_SentMessagePoolSize(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_set_SentMessagePoolSize_m9DBA4B31E0F019DAFA4D9B2A8A24E92059F18D96 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
typedef void (*HostTopologyInternal_set_SentMessagePoolSize_m9DBA4B31E0F019DAFA4D9B2A8A24E92059F18D96_ftn) (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 *, uint16_t);
static HostTopologyInternal_set_SentMessagePoolSize_m9DBA4B31E0F019DAFA4D9B2A8A24E92059F18D96_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (HostTopologyInternal_set_SentMessagePoolSize_m9DBA4B31E0F019DAFA4D9B2A8A24E92059F18D96_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.HostTopologyInternal::set_SentMessagePoolSize(System.UInt16)");
_il2cpp_icall_func(__this, ___value0);
}
// System.Void UnityEngine.Networking.HostTopologyInternal::set_MessagePoolSizeGrowthFactor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HostTopologyInternal_set_MessagePoolSizeGrowthFactor_m653AD2D1C374D3650AD05B85BAB45032D02FF3A9 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * __this, float ___value0, const RuntimeMethod* method)
{
typedef void (*HostTopologyInternal_set_MessagePoolSizeGrowthFactor_m653AD2D1C374D3650AD05B85BAB45032D02FF3A9_ftn) (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 *, float);
static HostTopologyInternal_set_MessagePoolSizeGrowthFactor_m653AD2D1C374D3650AD05B85BAB45032D02FF3A9_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (HostTopologyInternal_set_MessagePoolSizeGrowthFactor_m653AD2D1C374D3650AD05B85BAB45032D02FF3A9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.HostTopologyInternal::set_MessagePoolSizeGrowthFactor(System.Single)");
_il2cpp_icall_func(__this, ___value0);
}
#ifdef __clang__
#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 UnityEngine.Networking.Match.BasicResponse::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicResponse__ctor_mCEB9C843B44A46399416C1F4BD1C53BAB8BB260E (BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C * __this, const RuntimeMethod* method)
{
{
Response__ctor_m121A6EFBF0E6A5B00E48F31BC7112A8214DAF839(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String UnityEngine.Networking.Match.CreateMatchRequest::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_name_m758C1260F0E5A801A69D0729E02BFE1596CA446E (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_5();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchRequest_set_name_mDFB6F23F32DF4903BFA68A338441972541D200D7 (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_5(L_0);
return;
}
}
// System.UInt32 UnityEngine.Networking.Match.CreateMatchRequest::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CreateMatchRequest_get_size_m26C072BC2586CDAA206F1A037F7C899B3605572F (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->get_U3CsizeU3Ek__BackingField_6();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_size(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchRequest_set_size_m2E67E3FEFBFA37EFB5249331B7746A31410EF40F (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___value0;
__this->set_U3CsizeU3Ek__BackingField_6(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.CreateMatchRequest::get_publicAddress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_publicAddress_mFBB49D3405ABAA84CB379FBA2EB9185EFC1FB2C9 (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CpublicAddressU3Ek__BackingField_7();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_publicAddress(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchRequest_set_publicAddress_mBD9CA10D03634050C985CB973199233505D90ABA (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpublicAddressU3Ek__BackingField_7(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.CreateMatchRequest::get_privateAddress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_privateAddress_mD3EA6D888AA922B4D7D9D5DE446705C877323EE4 (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CprivateAddressU3Ek__BackingField_8();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_privateAddress(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchRequest_set_privateAddress_m206A5C4DD415F0DCC58411B92BA8B0FD4401CA3A (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CprivateAddressU3Ek__BackingField_8(L_0);
return;
}
}
// System.Int32 UnityEngine.Networking.Match.CreateMatchRequest::get_eloScore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CreateMatchRequest_get_eloScore_mC2B73D793FAD18084D8D5880D51A6D82DB49EC52 (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CeloScoreU3Ek__BackingField_9();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_eloScore(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchRequest_set_eloScore_m9A7DBE9813EF84AA7E35448EEDF7BC51EF077A69 (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CeloScoreU3Ek__BackingField_9(L_0);
return;
}
}
// System.Boolean UnityEngine.Networking.Match.CreateMatchRequest::get_advertise()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CreateMatchRequest_get_advertise_mB4CF16BC718D5647EA64E0C0D84800232FEDE025 (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CadvertiseU3Ek__BackingField_10();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_advertise(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchRequest_set_advertise_mB975488E3880275C022BCC82CB44C01A4178D068 (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CadvertiseU3Ek__BackingField_10(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.CreateMatchRequest::get_password()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_password_mB5542C65F81A2EA3B9C2EB3F8443237655E7FBF1 (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CpasswordU3Ek__BackingField_11();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::set_password(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchRequest_set_password_m7E22EFE46A80605278807589C1A10E060622811F (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpasswordU3Ek__BackingField_11(L_0);
return;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.CreateMatchRequest::get_matchAttributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * CreateMatchRequest_get_matchAttributes_m3E3AB06F246ACF6E9E8A8CB3DDDF58023D533A5A (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = __this->get_U3CmatchAttributesU3Ek__BackingField_12();
return L_0;
}
}
// System.String UnityEngine.Networking.Match.CreateMatchRequest::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_ToString_mB3DD8C9B581DBBC7E542658117B66C28569CDC29 (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CreateMatchRequest_ToString_mB3DD8C9B581DBBC7E542658117B66C28569CDC29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = 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;
int32_t G_B1_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_3 = NULL;
String_t* G_B3_4 = 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;
int32_t G_B4_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_2 = NULL;
String_t* G_B4_3 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_3 = NULL;
String_t* G_B6_4 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
String_t* L_4 = CreateMatchRequest_get_name_m758C1260F0E5A801A69D0729E02BFE1596CA446E_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_3;
uint32_t L_6 = CreateMatchRequest_get_size_m26C072BC2586CDAA206F1A037F7C899B3605572F_inline(__this, /*hidden argument*/NULL);
uint32_t L_7 = L_6;
RuntimeObject * L_8 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_8);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_5;
String_t* L_10 = CreateMatchRequest_get_publicAddress_mFBB49D3405ABAA84CB379FBA2EB9185EFC1FB2C9_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_10);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_9;
String_t* L_12 = CreateMatchRequest_get_privateAddress_mD3EA6D888AA922B4D7D9D5DE446705C877323EE4_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_11;
int32_t L_14 = CreateMatchRequest_get_eloScore_mC2B73D793FAD18084D8D5880D51A6D82DB49EC52_inline(__this, /*hidden argument*/NULL);
int32_t L_15 = L_14;
RuntimeObject * L_16 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_16);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_13;
bool L_18 = CreateMatchRequest_get_advertise_mB4CF16BC718D5647EA64E0C0D84800232FEDE025_inline(__this, /*hidden argument*/NULL);
bool L_19 = L_18;
RuntimeObject * L_20 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_20);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_20);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_17;
String_t* L_22 = CreateMatchRequest_get_password_mB5542C65F81A2EA3B9C2EB3F8443237655E7FBF1_inline(__this, /*hidden argument*/NULL);
bool L_23 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_22, /*hidden argument*/NULL);
G_B1_0 = 7;
G_B1_1 = L_21;
G_B1_2 = L_21;
G_B1_3 = _stringLiteral88F61D4DA61DE19D96C3C45803B52C9D124E2D21;
if (L_23)
{
G_B2_0 = 7;
G_B2_1 = L_21;
G_B2_2 = L_21;
G_B2_3 = _stringLiteral88F61D4DA61DE19D96C3C45803B52C9D124E2D21;
goto IL_0071;
}
}
{
G_B3_0 = _stringLiteral8FFF039853F5C2BBB8A28D056B579C7DCB7D137F;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
goto IL_0076;
}
IL_0071:
{
G_B3_0 = _stringLiteralA0509B7780628BD9D9ABC7EB8A2163477341053A;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
}
IL_0076:
{
NullCheck(G_B3_2);
ArrayElementTypeCheck (G_B3_2, G_B3_0);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (RuntimeObject *)G_B3_0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = G_B3_3;
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_25 = CreateMatchRequest_get_matchAttributes_m3E3AB06F246ACF6E9E8A8CB3DDDF58023D533A5A_inline(__this, /*hidden argument*/NULL);
G_B4_0 = 8;
G_B4_1 = L_24;
G_B4_2 = L_24;
G_B4_3 = G_B3_4;
if (!L_25)
{
G_B5_0 = 8;
G_B5_1 = L_24;
G_B5_2 = L_24;
G_B5_3 = G_B3_4;
goto IL_008e;
}
}
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_26 = CreateMatchRequest_get_matchAttributes_m3E3AB06F246ACF6E9E8A8CB3DDDF58023D533A5A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_26);
int32_t L_27 = Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB(L_26, /*hidden argument*/Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB_RuntimeMethod_var);
G_B6_0 = L_27;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
G_B6_4 = G_B4_3;
goto IL_008f;
}
IL_008e:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
G_B6_4 = G_B5_3;
}
IL_008f:
{
int32_t L_28 = G_B6_0;
RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28);
NullCheck(G_B6_2);
ArrayElementTypeCheck (G_B6_2, L_29);
(G_B6_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_1), (RuntimeObject *)L_29);
String_t* L_30 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(G_B6_4, G_B6_3, /*hidden argument*/NULL);
V_0 = L_30;
goto IL_009d;
}
IL_009d:
{
String_t* L_31 = V_0;
return L_31;
}
}
// System.Void UnityEngine.Networking.Match.CreateMatchRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchRequest__ctor_mF7597C37FD5B2044BE09489C45A1BD3323DE7CEA (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CreateMatchRequest__ctor_mF7597C37FD5B2044BE09489C45A1BD3323DE7CEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
Request__ctor_m3CCB7DDD40C5C6DAC0FFE7D89BAA2CA7FB575205(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String UnityEngine.Networking.Match.CreateMatchResponse::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CreateMatchResponse_ToString_mC400FE331334E2C8FF34374ABDA75C4E97A1944B (CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CreateMatchResponse_ToString_mC400FE331334E2C8FF34374ABDA75C4E97A1944B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Response_ToString_mBB9AD4B7C8F77AABB116C7366E08C58675B49F88(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
String_t* L_4 = __this->get_address_2();
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_3;
int32_t L_6 = __this->get_port_3();
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>(2), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_5;
uint64_t* L_10 = __this->get_address_of_networkId_5();
String_t* L_11 = UInt64_ToString_m46B46DBB5F74DCDC6082A8AC8C695E2295925E71((uint64_t*)L_10, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_9;
String_t* L_13 = __this->get_accessTokenString_6();
bool L_14 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_13, /*hidden argument*/NULL);
bool L_15 = L_14;
RuntimeObject * L_16 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
uint16_t L_18 = __this->get_nodeId_7();
uint16_t L_19 = L_18;
RuntimeObject * L_20 = Box(NodeID_t5750FC76F28C87052875E5C470F422699497AE1A_il2cpp_TypeInfo_var, &L_19);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_20);
String_t* L_21 = Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_20, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_21);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_21);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_17;
bool L_23 = __this->get_usingRelay_8();
bool L_24 = L_23;
RuntimeObject * L_25 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_25);
String_t* L_26 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteralA05DF4DE402CAF5B92499A31C11C92AD7CEA5117, L_22, /*hidden argument*/NULL);
V_0 = L_26;
goto IL_0080;
}
IL_0080:
{
String_t* L_27 = V_0;
return L_27;
}
}
// System.Void UnityEngine.Networking.Match.CreateMatchResponse::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateMatchResponse__ctor_m51F6C7A2C5CDF51DFEAAABCBE2428EF7B39F1F9F (CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * __this, const RuntimeMethod* method)
{
{
__this->set_domain_4(0);
BasicResponse__ctor_mCEB9C843B44A46399416C1F4BD1C53BAB8BB260E(__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
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.DestroyMatchRequest::get_networkId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DestroyMatchRequest_get_networkId_m155C3066F19BF2C169F70379B774A745FE3EC5E8 (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_5();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.DestroyMatchRequest::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroyMatchRequest_set_networkId_m82A95A89126A1E18B2764F33CDDEC2DC4EDD3EBB (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_5(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.DestroyMatchRequest::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DestroyMatchRequest_ToString_mDA676BC53149C1807E6CE747E03DA1F9F392B5C6 (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DestroyMatchRequest_ToString_mDA676BC53149C1807E6CE747E03DA1F9F392B5C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
uint64_t L_4 = DestroyMatchRequest_get_networkId_m155C3066F19BF2C169F70379B774A745FE3EC5E8_inline(__this, /*hidden argument*/NULL);
uint64_t L_5 = L_4;
RuntimeObject * L_6 = Box(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_il2cpp_TypeInfo_var, &L_5);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6);
String_t* L_7 = Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_7);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_7);
String_t* L_8 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral9F873B278B64359E85B0754551DDA1BFE0E95870, L_3, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0035;
}
IL_0035:
{
String_t* L_9 = V_0;
return L_9;
}
}
// System.Void UnityEngine.Networking.Match.DestroyMatchRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroyMatchRequest__ctor_m3D6C629C6DC042B5E5498FD68FE9143AAEA58664 (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DestroyMatchRequest__ctor_m3D6C629C6DC042B5E5498FD68FE9143AAEA58664_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
Request__ctor_m3CCB7DDD40C5C6DAC0FFE7D89BAA2CA7FB575205(__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
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.DropConnectionRequest::get_networkId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DropConnectionRequest_get_networkId_m46FAC8BD27E3B91D4DD440FADB304CC8C451FA05 (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_5();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.DropConnectionRequest::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropConnectionRequest_set_networkId_m659E78FC84DE9252EF998C26236BFC29824E54C5 (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_5(L_0);
return;
}
}
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.DropConnectionRequest::get_nodeId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t DropConnectionRequest_get_nodeId_m61DF3B51F48BA96A1C489EA32FEB8FDF513F3DE8 (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, const RuntimeMethod* method)
{
{
uint16_t L_0 = __this->get_U3CnodeIdU3Ek__BackingField_6();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.DropConnectionRequest::set_nodeId(UnityEngine.Networking.Types.NodeID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropConnectionRequest_set_nodeId_m206882BC3630A7C79A6C110B705C2C30ADD5FB62 (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
__this->set_U3CnodeIdU3Ek__BackingField_6(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.DropConnectionRequest::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DropConnectionRequest_ToString_m3074CFF093AEEAC6AF6BEA7AB636B6C54607D4BB (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DropConnectionRequest_ToString_m3074CFF093AEEAC6AF6BEA7AB636B6C54607D4BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
uint64_t L_4 = DropConnectionRequest_get_networkId_m46FAC8BD27E3B91D4DD440FADB304CC8C451FA05_inline(__this, /*hidden argument*/NULL);
uint64_t L_5 = L_4;
RuntimeObject * L_6 = Box(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_il2cpp_TypeInfo_var, &L_5);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6);
String_t* L_7 = Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_7);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_3;
uint16_t L_9 = DropConnectionRequest_get_nodeId_m61DF3B51F48BA96A1C489EA32FEB8FDF513F3DE8_inline(__this, /*hidden argument*/NULL);
uint16_t L_10 = L_9;
RuntimeObject * L_11 = Box(NodeID_t5750FC76F28C87052875E5C470F422699497AE1A_il2cpp_TypeInfo_var, &L_10);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_11);
String_t* L_12 = Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_11, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_12);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_12);
String_t* L_13 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteralAEAA7E59E46CC5FE82AECE4C74B98FE49BDBF140, L_8, /*hidden argument*/NULL);
V_0 = L_13;
goto IL_004d;
}
IL_004d:
{
String_t* L_14 = V_0;
return L_14;
}
}
// System.Void UnityEngine.Networking.Match.DropConnectionRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropConnectionRequest__ctor_m838EF456FE71565396CFC044091A6E9FD9202200 (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DropConnectionRequest__ctor_m838EF456FE71565396CFC044091A6E9FD9202200_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
Request__ctor_m3CCB7DDD40C5C6DAC0FFE7D89BAA2CA7FB575205(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String UnityEngine.Networking.Match.DropConnectionResponse::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DropConnectionResponse_ToString_mAA3920BD96536409A1FD0FBC1B1006A5F76BB972 (DropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DropConnectionResponse_ToString_mAA3920BD96536409A1FD0FBC1B1006A5F76BB972_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Response_ToString_mBB9AD4B7C8F77AABB116C7366E08C58675B49F88(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
uint64_t* L_4 = __this->get_address_of_networkId_2();
String_t* L_5 = UInt64_ToString_m46B46DBB5F74DCDC6082A8AC8C695E2295925E71((uint64_t*)L_4, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_5);
String_t* L_6 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteralA0EE288562BE06E6A4DF7C89C1DB3E5F2FA2556F, L_3, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0030;
}
IL_0030:
{
String_t* L_7 = V_0;
return L_7;
}
}
// System.Void UnityEngine.Networking.Match.DropConnectionResponse::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropConnectionResponse__ctor_mBEC8124BB519DCBC679905BCC84723C40763EAF5 (DropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B * __this, const RuntimeMethod* method)
{
{
Response__ctor_m121A6EFBF0E6A5B00E48F31BC7112A8214DAF839(__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
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.JoinMatchRequest::get_networkId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t JoinMatchRequest_get_networkId_mA72C4F82E460A1B4E8594A555F70FD8D807FE51C (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_5();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JoinMatchRequest_set_networkId_m17D1701EE5BA481F85E90F3B2D27023E592DDE3D (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_5(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.JoinMatchRequest::get_publicAddress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_get_publicAddress_m7B07407C6F195F6A58C9AE1C371CAEE0CCAFFB2E (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CpublicAddressU3Ek__BackingField_6();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_publicAddress(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JoinMatchRequest_set_publicAddress_m9A0BC804118C1C2B118BB3264C459CF8D686FA34 (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpublicAddressU3Ek__BackingField_6(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.JoinMatchRequest::get_privateAddress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_get_privateAddress_m740D1E59857BBE28C8C26AC5651936945DD2895B (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CprivateAddressU3Ek__BackingField_7();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_privateAddress(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JoinMatchRequest_set_privateAddress_m7A1E005C6668F49B02389CC3D5F691CDA07EBA43 (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CprivateAddressU3Ek__BackingField_7(L_0);
return;
}
}
// System.Int32 UnityEngine.Networking.Match.JoinMatchRequest::get_eloScore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JoinMatchRequest_get_eloScore_mA31B7473BB715DDDC7CDBB128C7F3DEB6AE69A80 (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CeloScoreU3Ek__BackingField_8();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_eloScore(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JoinMatchRequest_set_eloScore_m4631566FCDCEECD746876C68F55F81B7FAD87360 (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CeloScoreU3Ek__BackingField_8(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.JoinMatchRequest::get_password()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_get_password_m8AC247EBF7E2054C83F1896E2E2718632F512DA2 (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CpasswordU3Ek__BackingField_9();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::set_password(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JoinMatchRequest_set_password_m0FED38CB37E0AECA7FAA81DBF45054D3165F0478 (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpasswordU3Ek__BackingField_9(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.JoinMatchRequest::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_ToString_m4F41585CD58A9F4899C46966F232052C91F8758C (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JoinMatchRequest_ToString_m4F41585CD58A9F4899C46966F232052C91F8758C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = 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;
int32_t G_B1_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_3 = NULL;
String_t* G_B3_4 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
uint64_t L_4 = JoinMatchRequest_get_networkId_mA72C4F82E460A1B4E8594A555F70FD8D807FE51C_inline(__this, /*hidden argument*/NULL);
uint64_t L_5 = L_4;
RuntimeObject * L_6 = Box(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_il2cpp_TypeInfo_var, &L_5);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6);
String_t* L_7 = Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_7);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_3;
String_t* L_9 = JoinMatchRequest_get_publicAddress_m7B07407C6F195F6A58C9AE1C371CAEE0CCAFFB2E_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_9);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_8;
String_t* L_11 = JoinMatchRequest_get_privateAddress_m740D1E59857BBE28C8C26AC5651936945DD2895B_inline(__this, /*hidden argument*/NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_11);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_10;
int32_t L_13 = JoinMatchRequest_get_eloScore_mA31B7473BB715DDDC7CDBB128C7F3DEB6AE69A80_inline(__this, /*hidden argument*/NULL);
int32_t L_14 = L_13;
RuntimeObject * L_15 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_15);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_15);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_12;
String_t* L_17 = JoinMatchRequest_get_password_m8AC247EBF7E2054C83F1896E2E2718632F512DA2_inline(__this, /*hidden argument*/NULL);
bool L_18 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_17, /*hidden argument*/NULL);
G_B1_0 = 5;
G_B1_1 = L_16;
G_B1_2 = L_16;
G_B1_3 = _stringLiteral68A5AEA4654B0DDEAF808D8B2B626F44B3567CC8;
if (L_18)
{
G_B2_0 = 5;
G_B2_1 = L_16;
G_B2_2 = L_16;
G_B2_3 = _stringLiteral68A5AEA4654B0DDEAF808D8B2B626F44B3567CC8;
goto IL_0063;
}
}
{
G_B3_0 = _stringLiteral8FFF039853F5C2BBB8A28D056B579C7DCB7D137F;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
goto IL_0068;
}
IL_0063:
{
G_B3_0 = _stringLiteralA0509B7780628BD9D9ABC7EB8A2163477341053A;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
}
IL_0068:
{
NullCheck(G_B3_2);
ArrayElementTypeCheck (G_B3_2, G_B3_0);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (RuntimeObject *)G_B3_0);
String_t* L_19 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(G_B3_4, G_B3_3, /*hidden argument*/NULL);
V_0 = L_19;
goto IL_0071;
}
IL_0071:
{
String_t* L_20 = V_0;
return L_20;
}
}
// System.Void UnityEngine.Networking.Match.JoinMatchRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JoinMatchRequest__ctor_mCC71A85C41C6F603A0316A013B40FC7416DD4C74 (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JoinMatchRequest__ctor_mCC71A85C41C6F603A0316A013B40FC7416DD4C74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
Request__ctor_m3CCB7DDD40C5C6DAC0FFE7D89BAA2CA7FB575205(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String UnityEngine.Networking.Match.JoinMatchResponse::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JoinMatchResponse_ToString_mA37A943EA70629061225B5078972AA62AEA022E2 (JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JoinMatchResponse_ToString_mA37A943EA70629061225B5078972AA62AEA022E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Response_ToString_mBB9AD4B7C8F77AABB116C7366E08C58675B49F88(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
String_t* L_4 = __this->get_address_2();
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_3;
int32_t L_6 = __this->get_port_3();
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>(2), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_5;
uint64_t* L_10 = __this->get_address_of_networkId_5();
String_t* L_11 = UInt64_ToString_m46B46DBB5F74DCDC6082A8AC8C695E2295925E71((uint64_t*)L_10, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_9;
String_t* L_13 = __this->get_accessTokenString_6();
bool L_14 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_13, /*hidden argument*/NULL);
bool L_15 = L_14;
RuntimeObject * L_16 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_16);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12;
uint16_t L_18 = __this->get_nodeId_7();
uint16_t L_19 = L_18;
RuntimeObject * L_20 = Box(NodeID_t5750FC76F28C87052875E5C470F422699497AE1A_il2cpp_TypeInfo_var, &L_19);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_20);
String_t* L_21 = Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_20, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_21);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_21);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_17;
bool L_23 = __this->get_usingRelay_8();
bool L_24 = L_23;
RuntimeObject * L_25 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_25);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_25);
String_t* L_26 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteralA05DF4DE402CAF5B92499A31C11C92AD7CEA5117, L_22, /*hidden argument*/NULL);
V_0 = L_26;
goto IL_0080;
}
IL_0080:
{
String_t* L_27 = V_0;
return L_27;
}
}
// System.Void UnityEngine.Networking.Match.JoinMatchResponse::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JoinMatchResponse__ctor_m658EBFF4A689B9E43A13752D3E212563B2220AED (JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * __this, const RuntimeMethod* method)
{
{
__this->set_domain_4(0);
BasicResponse__ctor_mCEB9C843B44A46399416C1F4BD1C53BAB8BB260E(__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 UnityEngine.Networking.Match.ListMatchRequest::get_pageSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListMatchRequest_get_pageSize_m39C8A603CFA75ACD0ADF6B7C7A405144D8F44825 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CpageSizeU3Ek__BackingField_5();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_pageSize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMatchRequest_set_pageSize_mC276EBF5C8268C2B6B4C3B22FF4462DAC15026B6 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CpageSizeU3Ek__BackingField_5(L_0);
return;
}
}
// System.Int32 UnityEngine.Networking.Match.ListMatchRequest::get_pageNum()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListMatchRequest_get_pageNum_mF88689FC279333B22B540994413F79274513035A (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CpageNumU3Ek__BackingField_6();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_pageNum(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMatchRequest_set_pageNum_m187F81A02D08B952E10F29883A00B34E8A1E2DBD (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CpageNumU3Ek__BackingField_6(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.ListMatchRequest::get_nameFilter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ListMatchRequest_get_nameFilter_m997F7050013377323A4C864F8D5F996B988A8783 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CnameFilterU3Ek__BackingField_7();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_nameFilter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMatchRequest_set_nameFilter_m0530C58C3A4A9840E9C5B7DAD8A48EF0BAFC8A32 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CnameFilterU3Ek__BackingField_7(L_0);
return;
}
}
// System.Boolean UnityEngine.Networking.Match.ListMatchRequest::get_filterOutPrivateMatches()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListMatchRequest_get_filterOutPrivateMatches_m80B23FA43CF6B1DB2B4CFEBF00DE214F4B8A147A (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CfilterOutPrivateMatchesU3Ek__BackingField_8();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_filterOutPrivateMatches(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMatchRequest_set_filterOutPrivateMatches_m4E14E5D38011D05CB31022E54EA5AC1C007DBF03 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CfilterOutPrivateMatchesU3Ek__BackingField_8(L_0);
return;
}
}
// System.Int32 UnityEngine.Networking.Match.ListMatchRequest::get_eloScore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListMatchRequest_get_eloScore_mD2635B5796DC5F090278468F58BE79D0707724E4 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CeloScoreU3Ek__BackingField_9();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.ListMatchRequest::set_eloScore(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMatchRequest_set_eloScore_mD02DDB62961BF13555E8E9FB797CE8D6AE311E11 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CeloScoreU3Ek__BackingField_9(L_0);
return;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.ListMatchRequest::get_matchAttributeFilterLessThan()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ListMatchRequest_get_matchAttributeFilterLessThan_m1A95FAEA17DE3778285E78A66C2128219E7F48AA (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = __this->get_U3CmatchAttributeFilterLessThanU3Ek__BackingField_10();
return L_0;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.ListMatchRequest::get_matchAttributeFilterEqualTo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ListMatchRequest_get_matchAttributeFilterEqualTo_mAA98CA572956481048DBD24DD891726342352E85 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = __this->get_U3CmatchAttributeFilterEqualToU3Ek__BackingField_11();
return L_0;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.Int64> UnityEngine.Networking.Match.ListMatchRequest::get_matchAttributeFilterGreaterThan()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ListMatchRequest_get_matchAttributeFilterGreaterThan_mAA044F92C83D2028D691B5E00B5CDD5E6EA839BA (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = __this->get_U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12();
return L_0;
}
}
// System.String UnityEngine.Networking.Match.ListMatchRequest::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ListMatchRequest_ToString_m0E53CBBE9FC6D70834FB37E707771282304B4398 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListMatchRequest_ToString_m0E53CBBE9FC6D70834FB37E707771282304B4398_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = 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;
int32_t G_B1_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_3 = NULL;
String_t* G_B3_4 = 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;
int32_t G_B4_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_2 = NULL;
String_t* G_B4_3 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_3 = NULL;
String_t* G_B6_4 = NULL;
int32_t G_B8_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B8_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B8_2 = NULL;
String_t* G_B8_3 = NULL;
int32_t G_B7_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B7_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B7_2 = NULL;
String_t* G_B7_3 = NULL;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B9_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B9_3 = NULL;
String_t* G_B9_4 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
int32_t L_4 = ListMatchRequest_get_pageSize_m39C8A603CFA75ACD0ADF6B7C7A405144D8F44825_inline(__this, /*hidden argument*/NULL);
int32_t L_5 = L_4;
RuntimeObject * L_6 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_5);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_6);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_3;
int32_t L_8 = ListMatchRequest_get_pageNum_mF88689FC279333B22B540994413F79274513035A_inline(__this, /*hidden argument*/NULL);
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_10);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_7;
String_t* L_12 = ListMatchRequest_get_nameFilter_m997F7050013377323A4C864F8D5F996B988A8783_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_11;
bool L_14 = ListMatchRequest_get_filterOutPrivateMatches_m80B23FA43CF6B1DB2B4CFEBF00DE214F4B8A147A_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>(4), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_13;
int32_t L_18 = ListMatchRequest_get_eloScore_mD2635B5796DC5F090278468F58BE79D0707724E4_inline(__this, /*hidden argument*/NULL);
int32_t L_19 = L_18;
RuntimeObject * L_20 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_20);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_20);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_17;
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_22 = ListMatchRequest_get_matchAttributeFilterLessThan_m1A95FAEA17DE3778285E78A66C2128219E7F48AA_inline(__this, /*hidden argument*/NULL);
G_B1_0 = 6;
G_B1_1 = L_21;
G_B1_2 = L_21;
G_B1_3 = _stringLiteralBF2F1394412FB1DA13D389286EBB9F0E828851A2;
if (!L_22)
{
G_B2_0 = 6;
G_B2_1 = L_21;
G_B2_2 = L_21;
G_B2_3 = _stringLiteralBF2F1394412FB1DA13D389286EBB9F0E828851A2;
goto IL_006e;
}
}
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_23 = ListMatchRequest_get_matchAttributeFilterLessThan_m1A95FAEA17DE3778285E78A66C2128219E7F48AA_inline(__this, /*hidden argument*/NULL);
NullCheck(L_23);
int32_t L_24 = Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB(L_23, /*hidden argument*/Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB_RuntimeMethod_var);
G_B3_0 = L_24;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
goto IL_006f;
}
IL_006e:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
}
IL_006f:
{
int32_t L_25 = G_B3_0;
RuntimeObject * L_26 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_25);
NullCheck(G_B3_2);
ArrayElementTypeCheck (G_B3_2, L_26);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (RuntimeObject *)L_26);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = G_B3_3;
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_28 = ListMatchRequest_get_matchAttributeFilterEqualTo_mAA98CA572956481048DBD24DD891726342352E85_inline(__this, /*hidden argument*/NULL);
G_B4_0 = 7;
G_B4_1 = L_27;
G_B4_2 = L_27;
G_B4_3 = G_B3_4;
if (!L_28)
{
G_B5_0 = 7;
G_B5_1 = L_27;
G_B5_2 = L_27;
G_B5_3 = G_B3_4;
goto IL_008c;
}
}
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_29 = ListMatchRequest_get_matchAttributeFilterEqualTo_mAA98CA572956481048DBD24DD891726342352E85_inline(__this, /*hidden argument*/NULL);
NullCheck(L_29);
int32_t L_30 = Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB(L_29, /*hidden argument*/Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB_RuntimeMethod_var);
G_B6_0 = L_30;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
G_B6_4 = G_B4_3;
goto IL_008d;
}
IL_008c:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
G_B6_4 = G_B5_3;
}
IL_008d:
{
int32_t L_31 = G_B6_0;
RuntimeObject * L_32 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_31);
NullCheck(G_B6_2);
ArrayElementTypeCheck (G_B6_2, L_32);
(G_B6_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_1), (RuntimeObject *)L_32);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = G_B6_3;
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_34 = ListMatchRequest_get_matchAttributeFilterGreaterThan_mAA044F92C83D2028D691B5E00B5CDD5E6EA839BA_inline(__this, /*hidden argument*/NULL);
G_B7_0 = 8;
G_B7_1 = L_33;
G_B7_2 = L_33;
G_B7_3 = G_B6_4;
if (!L_34)
{
G_B8_0 = 8;
G_B8_1 = L_33;
G_B8_2 = L_33;
G_B8_3 = G_B6_4;
goto IL_00aa;
}
}
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_35 = ListMatchRequest_get_matchAttributeFilterGreaterThan_mAA044F92C83D2028D691B5E00B5CDD5E6EA839BA_inline(__this, /*hidden argument*/NULL);
NullCheck(L_35);
int32_t L_36 = Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB(L_35, /*hidden argument*/Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB_RuntimeMethod_var);
G_B9_0 = L_36;
G_B9_1 = G_B7_0;
G_B9_2 = G_B7_1;
G_B9_3 = G_B7_2;
G_B9_4 = G_B7_3;
goto IL_00ab;
}
IL_00aa:
{
G_B9_0 = 0;
G_B9_1 = G_B8_0;
G_B9_2 = G_B8_1;
G_B9_3 = G_B8_2;
G_B9_4 = G_B8_3;
}
IL_00ab:
{
int32_t L_37 = G_B9_0;
RuntimeObject * L_38 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_37);
NullCheck(G_B9_2);
ArrayElementTypeCheck (G_B9_2, L_38);
(G_B9_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B9_1), (RuntimeObject *)L_38);
String_t* L_39 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(G_B9_4, G_B9_3, /*hidden argument*/NULL);
V_0 = L_39;
goto IL_00b9;
}
IL_00b9:
{
String_t* L_40 = V_0;
return L_40;
}
}
// System.Void UnityEngine.Networking.Match.ListMatchRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMatchRequest__ctor_mB79E8D5B32EB7554B83908AD20297F67C51C7D26 (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListMatchRequest__ctor_mB79E8D5B32EB7554B83908AD20297F67C51C7D26_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
Request__ctor_m3CCB7DDD40C5C6DAC0FFE7D89BAA2CA7FB575205(__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 UnityEngine.Networking.Match.ListMatchResponse::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMatchResponse__ctor_m4C1BD073898941A965301B59C571706E2EED93D6 (ListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListMatchResponse__ctor_m4C1BD073898941A965301B59C571706E2EED93D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
BasicResponse__ctor_mCEB9C843B44A46399416C1F4BD1C53BAB8BB260E(__this, /*hidden argument*/NULL);
List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * L_0 = (List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 *)il2cpp_codegen_object_new(List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655_il2cpp_TypeInfo_var);
List_1__ctor_m5412C17AB04623E325138B54F133BBE512D454CE(L_0, /*hidden argument*/List_1__ctor_m5412C17AB04623E325138B54F133BBE512D454CE_RuntimeMethod_var);
__this->set_matches_2(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.ListMatchResponse::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ListMatchResponse_ToString_mEE09847F4224E3930F270C0AFB13629ECDE45C19 (ListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ListMatchResponse_ToString_mEE09847F4224E3930F270C0AFB13629ECDE45C19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = 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;
int32_t G_B1_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_3 = NULL;
String_t* G_B3_4 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Response_ToString_mBB9AD4B7C8F77AABB116C7366E08C58675B49F88(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * L_4 = __this->get_matches_2();
G_B1_0 = 1;
G_B1_1 = L_3;
G_B1_2 = L_3;
G_B1_3 = _stringLiteral6686E288AF8C6044EA3562C8F531B5A349928D7A;
if (!L_4)
{
G_B2_0 = 1;
G_B2_1 = L_3;
G_B2_2 = L_3;
G_B2_3 = _stringLiteral6686E288AF8C6044EA3562C8F531B5A349928D7A;
goto IL_002c;
}
}
{
List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * L_5 = __this->get_matches_2();
NullCheck(L_5);
int32_t L_6 = List_1_get_Count_mBC85186EFBB7E1186E57D097F0B6C5894F93E665_inline(L_5, /*hidden argument*/List_1_get_Count_mBC85186EFBB7E1186E57D097F0B6C5894F93E665_RuntimeMethod_var);
G_B3_0 = L_6;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
goto IL_002d;
}
IL_002c:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
}
IL_002d:
{
int32_t L_7 = G_B3_0;
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
NullCheck(G_B3_2);
ArrayElementTypeCheck (G_B3_2, L_8);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (RuntimeObject *)L_8);
String_t* L_9 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(G_B3_4, G_B3_3, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_003b;
}
IL_003b:
{
String_t* L_10 = V_0;
return L_10;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String UnityEngine.Networking.Match.MatchDesc::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MatchDesc_ToString_mB4E11FDD5972D48AC4B11D9498293353FDFC1C47 (MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MatchDesc_ToString_mB4E11FDD5972D48AC4B11D9498293353FDFC1C47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = 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;
int32_t G_B1_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_3 = NULL;
String_t* G_B3_4 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
uint64_t* L_4 = __this->get_address_of_networkId_0();
String_t* L_5 = UInt64_ToString_m46B46DBB5F74DCDC6082A8AC8C695E2295925E71((uint64_t*)L_4, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_3;
String_t* L_7 = __this->get_name_1();
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_6;
int32_t L_9 = __this->get_averageEloScore_2();
int32_t L_10 = L_9;
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_11);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_8;
int32_t L_13 = __this->get_maxSize_3();
int32_t L_14 = L_13;
RuntimeObject * L_15 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_15);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_15);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_12;
int32_t L_17 = __this->get_currentSize_4();
int32_t L_18 = L_17;
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_19);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_16;
bool L_21 = __this->get_isPrivate_5();
bool L_22 = L_21;
RuntimeObject * L_23 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_22);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_23);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_23);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_20;
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_25 = __this->get_matchAttributes_6();
G_B1_0 = 7;
G_B1_1 = L_24;
G_B1_2 = L_24;
G_B1_3 = _stringLiteral2454550F1BA9735FF1C01A79A622B51EB5C50CBD;
if (!L_25)
{
G_B2_0 = 7;
G_B2_1 = L_24;
G_B2_2 = L_24;
G_B2_3 = _stringLiteral2454550F1BA9735FF1C01A79A622B51EB5C50CBD;
goto IL_0081;
}
}
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_26 = __this->get_matchAttributes_6();
NullCheck(L_26);
int32_t L_27 = Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB(L_26, /*hidden argument*/Dictionary_2_get_Count_mC2007A517F372358C7DB3245B375951F334395EB_RuntimeMethod_var);
G_B3_0 = L_27;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
goto IL_0082;
}
IL_0081:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
}
IL_0082:
{
int32_t L_28 = G_B3_0;
RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28);
NullCheck(G_B3_2);
ArrayElementTypeCheck (G_B3_2, L_29);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (RuntimeObject *)L_29);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = G_B3_3;
uint16_t L_31 = __this->get_hostNodeId_7();
uint16_t L_32 = L_31;
RuntimeObject * L_33 = Box(NodeID_t5750FC76F28C87052875E5C470F422699497AE1A_il2cpp_TypeInfo_var, &L_32);
NullCheck(L_30);
ArrayElementTypeCheck (L_30, L_33);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject *)L_33);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_30;
List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * L_35 = __this->get_directConnectInfos_8();
NullCheck(L_35);
int32_t L_36 = List_1_get_Count_m91A25C4B92DEA236D28814AA70B1FF2458DA03BE_inline(L_35, /*hidden argument*/List_1_get_Count_m91A25C4B92DEA236D28814AA70B1FF2458DA03BE_RuntimeMethod_var);
int32_t L_37 = L_36;
RuntimeObject * L_38 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_37);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_38);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject *)L_38);
String_t* L_39 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(G_B3_4, L_34, /*hidden argument*/NULL);
V_0 = L_39;
goto IL_00b2;
}
IL_00b2:
{
String_t* L_40 = V_0;
return L_40;
}
}
// System.Void UnityEngine.Networking.Match.MatchDesc::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchDesc__ctor_mE730405906455C00DC45757088E93D3550782CCB (MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * __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.String UnityEngine.Networking.Match.MatchDirectConnectInfo::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MatchDirectConnectInfo_ToString_m3389BC0331EE6E84BFDE51F15A189E2237D9D78F (MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MatchDirectConnectInfo_ToString_m3389BC0331EE6E84BFDE51F15A189E2237D9D78F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
uint16_t L_4 = __this->get_nodeId_0();
uint16_t L_5 = L_4;
RuntimeObject * L_6 = Box(NodeID_t5750FC76F28C87052875E5C470F422699497AE1A_il2cpp_TypeInfo_var, &L_5);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_6);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_3;
String_t* L_8 = __this->get_publicAddress_1();
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_7;
String_t* L_10 = __this->get_privateAddress_2();
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_10);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_9;
int32_t L_12 = __this->get_hostPriority_3();
int32_t L_13 = L_12;
RuntimeObject * L_14 = Box(HostPriority_tA356A396FBEFE2905DF9FA794A23D35A16647301_il2cpp_TypeInfo_var, &L_13);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_14);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_14);
String_t* L_15 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral0DC86FF0619F8E5EC6566FBDC17F4C814DE19F79, L_11, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_004b;
}
IL_004b:
{
String_t* L_16 = V_0;
return L_16;
}
}
// System.Void UnityEngine.Networking.Match.MatchDirectConnectInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchDirectConnectInfo__ctor_m3A45B18D8D2759F33C93958E153A7F5E1136708E (MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * __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.String UnityEngine.Networking.Match.MatchInfo::get_address()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MatchInfo_get_address_mB071EC6B12C9217A4A426145308121B1EF4C948C (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CaddressU3Ek__BackingField_0();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfo::set_address(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo_set_address_m1722D52FE8C692D37763B815F81CCE414DDF4540 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CaddressU3Ek__BackingField_0(L_0);
return;
}
}
// System.Int32 UnityEngine.Networking.Match.MatchInfo::get_port()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MatchInfo_get_port_m8A8BBB4B6A4B448C526B851E87A35D67EEC3BF4B (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CportU3Ek__BackingField_1();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfo::set_port(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo_set_port_mB647F1CFFD423B1E1897DEBDBB2D71E24A7688EE (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CportU3Ek__BackingField_1(L_0);
return;
}
}
// System.Int32 UnityEngine.Networking.Match.MatchInfo::get_domain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MatchInfo_get_domain_m45C5582B606E587B87E87B2EB7411CDD63FBDC01 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CdomainU3Ek__BackingField_2();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfo::set_domain(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo_set_domain_mCF2DFAD90016123B12A3845B7B5F5274F295307C (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CdomainU3Ek__BackingField_2(L_0);
return;
}
}
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.MatchInfo::get_networkId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t MatchInfo_get_networkId_m1F45BAEACA4C6EDD5F5268FDA02D697E1DE013AE (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_3();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfo::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo_set_networkId_m11F31193100ADB2E9F1F23D753E564288CFF9BEB (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_3(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfo::set_accessToken(UnityEngine.Networking.Types.NetworkAccessToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo_set_accessToken_mFAFD9669BA3890459A35FFD37801448629D6E40B (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * ___value0, const RuntimeMethod* method)
{
{
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_0 = ___value0;
__this->set_U3CaccessTokenU3Ek__BackingField_4(L_0);
return;
}
}
// UnityEngine.Networking.Types.NodeID UnityEngine.Networking.Match.MatchInfo::get_nodeId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t MatchInfo_get_nodeId_m5F6D7DC74FE0704B1FE94CDA1063B6A4C83E51CD (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
uint16_t L_0 = __this->get_U3CnodeIdU3Ek__BackingField_5();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfo::set_nodeId(UnityEngine.Networking.Types.NodeID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo_set_nodeId_m9F6F7E9D8709B8A7C6E8662AEF206FE701431FD8 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
__this->set_U3CnodeIdU3Ek__BackingField_5(L_0);
return;
}
}
// System.Boolean UnityEngine.Networking.Match.MatchInfo::get_usingRelay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchInfo_get_usingRelay_m23AC7961589F345EB1D736B7DFA35493569F43B2 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CusingRelayU3Ek__BackingField_6();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfo::set_usingRelay(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo_set_usingRelay_m55E08B53CB11316AB9D7D1DAB6D706FF2F55E866 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CusingRelayU3Ek__BackingField_6(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfo::.ctor(UnityEngine.Networking.Match.CreateMatchResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo__ctor_mBBDAC8D46D12374A9A52C11950891C5444612674 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * ___matchResponse0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MatchInfo__ctor_mBBDAC8D46D12374A9A52C11950891C5444612674_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_0 = ___matchResponse0;
NullCheck(L_0);
String_t* L_1 = L_0->get_address_2();
MatchInfo_set_address_m1722D52FE8C692D37763B815F81CCE414DDF4540_inline(__this, L_1, /*hidden argument*/NULL);
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_2 = ___matchResponse0;
NullCheck(L_2);
int32_t L_3 = L_2->get_port_3();
MatchInfo_set_port_mB647F1CFFD423B1E1897DEBDBB2D71E24A7688EE_inline(__this, L_3, /*hidden argument*/NULL);
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_4 = ___matchResponse0;
NullCheck(L_4);
int32_t L_5 = L_4->get_domain_4();
MatchInfo_set_domain_mCF2DFAD90016123B12A3845B7B5F5274F295307C_inline(__this, L_5, /*hidden argument*/NULL);
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_6 = ___matchResponse0;
NullCheck(L_6);
uint64_t L_7 = L_6->get_networkId_5();
MatchInfo_set_networkId_m11F31193100ADB2E9F1F23D753E564288CFF9BEB_inline(__this, L_7, /*hidden argument*/NULL);
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_8 = ___matchResponse0;
NullCheck(L_8);
String_t* L_9 = L_8->get_accessTokenString_6();
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_10 = (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E *)il2cpp_codegen_object_new(NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E_il2cpp_TypeInfo_var);
NetworkAccessToken__ctor_mFBE4B4A1C7F5D2864C183741F6AB8A64CA8AF077(L_10, L_9, /*hidden argument*/NULL);
MatchInfo_set_accessToken_mFAFD9669BA3890459A35FFD37801448629D6E40B_inline(__this, L_10, /*hidden argument*/NULL);
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_11 = ___matchResponse0;
NullCheck(L_11);
uint16_t L_12 = L_11->get_nodeId_7();
MatchInfo_set_nodeId_m9F6F7E9D8709B8A7C6E8662AEF206FE701431FD8_inline(__this, L_12, /*hidden argument*/NULL);
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_13 = ___matchResponse0;
NullCheck(L_13);
bool L_14 = L_13->get_usingRelay_8();
MatchInfo_set_usingRelay_m55E08B53CB11316AB9D7D1DAB6D706FF2F55E866_inline(__this, L_14, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfo::.ctor(UnityEngine.Networking.Match.JoinMatchResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfo__ctor_m79B77D15D5376028539FDF96AC07129CA25C4841 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * ___matchResponse0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MatchInfo__ctor_m79B77D15D5376028539FDF96AC07129CA25C4841_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_0 = ___matchResponse0;
NullCheck(L_0);
String_t* L_1 = L_0->get_address_2();
MatchInfo_set_address_m1722D52FE8C692D37763B815F81CCE414DDF4540_inline(__this, L_1, /*hidden argument*/NULL);
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_2 = ___matchResponse0;
NullCheck(L_2);
int32_t L_3 = L_2->get_port_3();
MatchInfo_set_port_mB647F1CFFD423B1E1897DEBDBB2D71E24A7688EE_inline(__this, L_3, /*hidden argument*/NULL);
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_4 = ___matchResponse0;
NullCheck(L_4);
int32_t L_5 = L_4->get_domain_4();
MatchInfo_set_domain_mCF2DFAD90016123B12A3845B7B5F5274F295307C_inline(__this, L_5, /*hidden argument*/NULL);
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_6 = ___matchResponse0;
NullCheck(L_6);
uint64_t L_7 = L_6->get_networkId_5();
MatchInfo_set_networkId_m11F31193100ADB2E9F1F23D753E564288CFF9BEB_inline(__this, L_7, /*hidden argument*/NULL);
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_8 = ___matchResponse0;
NullCheck(L_8);
String_t* L_9 = L_8->get_accessTokenString_6();
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_10 = (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E *)il2cpp_codegen_object_new(NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E_il2cpp_TypeInfo_var);
NetworkAccessToken__ctor_mFBE4B4A1C7F5D2864C183741F6AB8A64CA8AF077(L_10, L_9, /*hidden argument*/NULL);
MatchInfo_set_accessToken_mFAFD9669BA3890459A35FFD37801448629D6E40B_inline(__this, L_10, /*hidden argument*/NULL);
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_11 = ___matchResponse0;
NullCheck(L_11);
uint16_t L_12 = L_11->get_nodeId_7();
MatchInfo_set_nodeId_m9F6F7E9D8709B8A7C6E8662AEF206FE701431FD8_inline(__this, L_12, /*hidden argument*/NULL);
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_13 = ___matchResponse0;
NullCheck(L_13);
bool L_14 = L_13->get_usingRelay_8();
MatchInfo_set_usingRelay_m55E08B53CB11316AB9D7D1DAB6D706FF2F55E866_inline(__this, L_14, /*hidden argument*/NULL);
return;
}
}
// System.String UnityEngine.Networking.Match.MatchInfo::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MatchInfo_ToString_m6B453B98C71A30062DBDDE8C367C82409801D9A6 (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MatchInfo_ToString_m6B453B98C71A30062DBDDE8C367C82409801D9A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
uint64_t L_2 = MatchInfo_get_networkId_m1F45BAEACA4C6EDD5F5268FDA02D697E1DE013AE_inline(__this, /*hidden argument*/NULL);
uint64_t L_3 = L_2;
RuntimeObject * L_4 = Box(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_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;
String_t* L_6 = MatchInfo_get_address_mB071EC6B12C9217A4A426145308121B1EF4C948C_inline(__this, /*hidden argument*/NULL);
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;
int32_t L_8 = MatchInfo_get_port_m8A8BBB4B6A4B448C526B851E87A35D67EEC3BF4B_inline(__this, /*hidden argument*/NULL);
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_10);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_7;
uint16_t L_12 = MatchInfo_get_nodeId_m5F6D7DC74FE0704B1FE94CDA1063B6A4C83E51CD_inline(__this, /*hidden argument*/NULL);
uint16_t L_13 = L_12;
RuntimeObject * L_14 = Box(NodeID_t5750FC76F28C87052875E5C470F422699497AE1A_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);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_11;
bool L_16 = MatchInfo_get_usingRelay_m23AC7961589F345EB1D736B7DFA35493569F43B2_inline(__this, /*hidden argument*/NULL);
bool L_17 = L_16;
RuntimeObject * L_18 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_18);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_18);
String_t* L_19 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral0E8C9490933B7DA7DAC4A1543C85B0321D826CE4, L_15, /*hidden argument*/NULL);
V_0 = L_19;
goto IL_0055;
}
IL_0055:
{
String_t* L_20 = V_0;
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
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.MatchInfoSnapshot::get_networkId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t MatchInfoSnapshot_get_networkId_mA834887A1262C2B98A738D98B8DDCCF8C77EDF3C (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_0();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_networkId_mDF850891D726976035BFFBDC07DFBA7E43052F80 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_0(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_hostNodeId(UnityEngine.Networking.Types.NodeID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_hostNodeId_m581D1738086D88C5D1D4709E4CA2D078D6B00F4D (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
__this->set_U3ChostNodeIdU3Ek__BackingField_1(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.MatchInfoSnapshot::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MatchInfoSnapshot_get_name_mC54AB73E5899E40C450ABA3DF6435361B4577A27 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_2();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_name_mAD06EC61C3278794EF5F2BA805BD17F24D93D9B5 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_2(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_averageEloScore(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_averageEloScore_m3C7A959CEB958C81A60727D927D5FD24EA87B585 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CaverageEloScoreU3Ek__BackingField_3(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_maxSize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_maxSize_mB6F0C42305EC37EFE8D4E00E93F3B50B711B86A9 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CmaxSizeU3Ek__BackingField_4(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_currentSize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_currentSize_m3D344B271550C7E2BEBFDD4369086FDBC286F939 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CcurrentSizeU3Ek__BackingField_5(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_isPrivate(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_isPrivate_m54F1A4681E2EA5A5B060624C06B522F3B847C4EB (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CisPrivateU3Ek__BackingField_6(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_matchAttributes(System.Collections.Generic.Dictionary`2<System.String,System.Int64>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_matchAttributes_mAB83F48C1BF9A1203C94DDBD10D3D397DC9ED965 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ___value0, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = ___value0;
__this->set_U3CmatchAttributesU3Ek__BackingField_7(L_0);
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot> UnityEngine.Networking.Match.MatchInfoSnapshot::get_directConnectInfos()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * MatchInfoSnapshot_get_directConnectInfos_m8C289112B655ABE05016857CE1075E76CC2FA97F (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, const RuntimeMethod* method)
{
{
List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * L_0 = __this->get_U3CdirectConnectInfosU3Ek__BackingField_8();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::set_directConnectInfos(System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_directConnectInfos_mE079383F96896F60DF2B9385A347B85FA1B805A7 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * ___value0, const RuntimeMethod* method)
{
{
List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * L_0 = ___value0;
__this->set_U3CdirectConnectInfosU3Ek__BackingField_8(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot::.ctor(UnityEngine.Networking.Match.MatchDesc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoSnapshot__ctor_mC49A01C90F7B4C7C6FA76620249DAE0C9D3901C2 (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * ___matchDesc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MatchInfoSnapshot__ctor_mC49A01C90F7B4C7C6FA76620249DAE0C9D3901C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 V_0;
memset((&V_0), 0, sizeof(V_0));
MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * 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);
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_0 = ___matchDesc0;
NullCheck(L_0);
uint64_t L_1 = L_0->get_networkId_0();
MatchInfoSnapshot_set_networkId_mDF850891D726976035BFFBDC07DFBA7E43052F80_inline(__this, L_1, /*hidden argument*/NULL);
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_2 = ___matchDesc0;
NullCheck(L_2);
uint16_t L_3 = L_2->get_hostNodeId_7();
MatchInfoSnapshot_set_hostNodeId_m581D1738086D88C5D1D4709E4CA2D078D6B00F4D_inline(__this, L_3, /*hidden argument*/NULL);
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_4 = ___matchDesc0;
NullCheck(L_4);
String_t* L_5 = L_4->get_name_1();
MatchInfoSnapshot_set_name_mAD06EC61C3278794EF5F2BA805BD17F24D93D9B5_inline(__this, L_5, /*hidden argument*/NULL);
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_6 = ___matchDesc0;
NullCheck(L_6);
int32_t L_7 = L_6->get_averageEloScore_2();
MatchInfoSnapshot_set_averageEloScore_m3C7A959CEB958C81A60727D927D5FD24EA87B585_inline(__this, L_7, /*hidden argument*/NULL);
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_8 = ___matchDesc0;
NullCheck(L_8);
int32_t L_9 = L_8->get_maxSize_3();
MatchInfoSnapshot_set_maxSize_mB6F0C42305EC37EFE8D4E00E93F3B50B711B86A9_inline(__this, L_9, /*hidden argument*/NULL);
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_10 = ___matchDesc0;
NullCheck(L_10);
int32_t L_11 = L_10->get_currentSize_4();
MatchInfoSnapshot_set_currentSize_m3D344B271550C7E2BEBFDD4369086FDBC286F939_inline(__this, L_11, /*hidden argument*/NULL);
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_12 = ___matchDesc0;
NullCheck(L_12);
bool L_13 = L_12->get_isPrivate_5();
MatchInfoSnapshot_set_isPrivate_m54F1A4681E2EA5A5B060624C06B522F3B847C4EB_inline(__this, L_13, /*hidden argument*/NULL);
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_14 = ___matchDesc0;
NullCheck(L_14);
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_15 = L_14->get_matchAttributes_6();
MatchInfoSnapshot_set_matchAttributes_mAB83F48C1BF9A1203C94DDBD10D3D397DC9ED965_inline(__this, L_15, /*hidden argument*/NULL);
List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * L_16 = (List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E *)il2cpp_codegen_object_new(List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E_il2cpp_TypeInfo_var);
List_1__ctor_m0ACAA47E1DB3E7852B986C53F97764119E7DFB9A(L_16, /*hidden argument*/List_1__ctor_m0ACAA47E1DB3E7852B986C53F97764119E7DFB9A_RuntimeMethod_var);
MatchInfoSnapshot_set_directConnectInfos_mE079383F96896F60DF2B9385A347B85FA1B805A7_inline(__this, L_16, /*hidden argument*/NULL);
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_17 = ___matchDesc0;
NullCheck(L_17);
List_1_t00D11232CC6AEE0CED602BAB331B0471CE94CFFD * L_18 = L_17->get_directConnectInfos_8();
NullCheck(L_18);
Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 L_19 = List_1_GetEnumerator_mF45A2CA90CE9921CACD34C17F72070D49F53732C(L_18, /*hidden argument*/List_1_GetEnumerator_mF45A2CA90CE9921CACD34C17F72070D49F53732C_RuntimeMethod_var);
V_0 = L_19;
}
IL_0089:
try
{ // begin try (depth: 1)
{
goto IL_00a7;
}
IL_008b:
{
MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * L_20 = Enumerator_get_Current_m0C1F1FFA2852800291F4B4263EE2C7D5B51F07E2_inline((Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m0C1F1FFA2852800291F4B4263EE2C7D5B51F07E2_RuntimeMethod_var);
V_1 = L_20;
List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * L_21 = MatchInfoSnapshot_get_directConnectInfos_m8C289112B655ABE05016857CE1075E76CC2FA97F_inline(__this, /*hidden argument*/NULL);
MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * L_22 = V_1;
MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * L_23 = (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 *)il2cpp_codegen_object_new(MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3_il2cpp_TypeInfo_var);
MatchInfoDirectConnectSnapshot__ctor_m43A345626838D7D29FB40906FE046AA80A60A9A2(L_23, L_22, /*hidden argument*/NULL);
NullCheck(L_21);
List_1_Add_m408844F8D23584FBD44A9941B5F7980BD0EB2256(L_21, L_23, /*hidden argument*/List_1_Add_m408844F8D23584FBD44A9941B5F7980BD0EB2256_RuntimeMethod_var);
}
IL_00a7:
{
bool L_24 = Enumerator_MoveNext_m6FA662A642FD731D78E175307A1AD85996405D51((Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m6FA662A642FD731D78E175307A1AD85996405D51_RuntimeMethod_var);
if (L_24)
{
goto IL_008b;
}
}
IL_00b0:
{
IL2CPP_LEAVE(0xC1, 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)
Enumerator_Dispose_m9F9CCE72337FE26E88212E69C3D84D1D18C72733((Enumerator_t9EB20149E381F0CF25774A24F489ADFAABA88D52 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m9F9CCE72337FE26E88212E69C3D84D1D18C72733_RuntimeMethod_var);
IL2CPP_END_FINALLY(178)
} // end finally (depth: 1)
IL2CPP_CLEANUP(178)
{
IL2CPP_JUMP_TBL(0xC1, IL_00c1)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00c1:
{
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 UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot::set_nodeId(UnityEngine.Networking.Types.NodeID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_nodeId_m89F5A899636CB73E1021733D2229F2F4E95224B7 (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
__this->set_U3CnodeIdU3Ek__BackingField_0(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot::set_publicAddress(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_publicAddress_mA2CECB09C4112B7BC45CF25346964435DD1A9987 (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpublicAddressU3Ek__BackingField_1(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot::set_privateAddress(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_privateAddress_m7FDC6683D4A499C15AACA51A92772988AC199033 (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CprivateAddressU3Ek__BackingField_2(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot::set_hostPriority(UnityEngine.Networking.Types.HostPriority)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_hostPriority_m24E0FF8A3B387B8E13F630EB8A103EB29770DA3F (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3ChostPriorityU3Ek__BackingField_3(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.MatchInfoSnapshot_MatchInfoDirectConnectSnapshot::.ctor(UnityEngine.Networking.Match.MatchDirectConnectInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot__ctor_m43A345626838D7D29FB40906FE046AA80A60A9A2 (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * ___matchDirectConnectInfo0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * L_0 = ___matchDirectConnectInfo0;
NullCheck(L_0);
uint16_t L_1 = L_0->get_nodeId_0();
MatchInfoDirectConnectSnapshot_set_nodeId_m89F5A899636CB73E1021733D2229F2F4E95224B7_inline(__this, L_1, /*hidden argument*/NULL);
MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * L_2 = ___matchDirectConnectInfo0;
NullCheck(L_2);
String_t* L_3 = L_2->get_publicAddress_1();
MatchInfoDirectConnectSnapshot_set_publicAddress_mA2CECB09C4112B7BC45CF25346964435DD1A9987_inline(__this, L_3, /*hidden argument*/NULL);
MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * L_4 = ___matchDirectConnectInfo0;
NullCheck(L_4);
String_t* L_5 = L_4->get_privateAddress_2();
MatchInfoDirectConnectSnapshot_set_privateAddress_m7FDC6683D4A499C15AACA51A92772988AC199033_inline(__this, L_5, /*hidden argument*/NULL);
MatchDirectConnectInfo_t8A030ED7B53091A9A75F912DA8D0F9EBAF17580E * L_6 = ___matchDirectConnectInfo0;
NullCheck(L_6);
int32_t L_7 = L_6->get_hostPriority_3();
MatchInfoDirectConnectSnapshot_set_hostPriority_m24E0FF8A3B387B8E13F630EB8A103EB29770DA3F_inline(__this, L_7, /*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.Uri UnityEngine.Networking.Match.NetworkMatch::get_baseUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * NetworkMatch_get_baseUri_m689882804A9E23A3F148824071D141457D1DD89B (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, const RuntimeMethod* method)
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_m_BaseUri_4();
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = V_0;
return L_1;
}
}
// System.Void UnityEngine.Networking.Match.NetworkMatch::set_baseUri(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkMatch_set_baseUri_mEAB4D14622A8B01E61EDBA4C1DAF3F1944072181 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0;
__this->set_m_BaseUri_4(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Match.NetworkMatch::SetProgramAppID(UnityEngine.Networking.Types.AppID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkMatch_SetProgramAppID_m6920909DC303E564DBD13C665BA2E1572CEBB952 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, uint64_t ___programAppID0, const RuntimeMethod* method)
{
{
return;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::CreateMatch(System.String,System.UInt32,System.Boolean,System.String,System.String,System.String,System.Int32,System.Int32,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_CreateMatch_m7AB55D48BD5415FDB27F0FD56D1AFA6581189A9D (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, String_t* ___matchName0, uint32_t ___matchSize1, bool ___matchAdvertise2, String_t* ___matchPassword3, String_t* ___publicClientAddress4, String_t* ___privateClientAddress5, int32_t ___eloScoreForMatch6, int32_t ___requestDomain7, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___callback8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_CreateMatch_m7AB55D48BD5415FDB27F0FD56D1AFA6581189A9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_1 = NULL;
{
int32_t L_0 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)17)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteral1A74C3A0AC935471F1DC840914BCE1E0D18111E2, /*hidden argument*/NULL);
V_1 = (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL;
goto IL_0073;
}
IL_001e:
{
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_2 = (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC *)il2cpp_codegen_object_new(CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC_il2cpp_TypeInfo_var);
CreateMatchRequest__ctor_mF7597C37FD5B2044BE09489C45A1BD3323DE7CEA(L_2, /*hidden argument*/NULL);
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_3 = L_2;
String_t* L_4 = ___matchName0;
NullCheck(L_3);
CreateMatchRequest_set_name_mDFB6F23F32DF4903BFA68A338441972541D200D7_inline(L_3, L_4, /*hidden argument*/NULL);
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_5 = L_3;
uint32_t L_6 = ___matchSize1;
NullCheck(L_5);
CreateMatchRequest_set_size_m2E67E3FEFBFA37EFB5249331B7746A31410EF40F_inline(L_5, L_6, /*hidden argument*/NULL);
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_7 = L_5;
bool L_8 = ___matchAdvertise2;
NullCheck(L_7);
CreateMatchRequest_set_advertise_mB975488E3880275C022BCC82CB44C01A4178D068_inline(L_7, L_8, /*hidden argument*/NULL);
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_9 = L_7;
String_t* L_10 = ___matchPassword3;
NullCheck(L_9);
CreateMatchRequest_set_password_m7E22EFE46A80605278807589C1A10E060622811F_inline(L_9, L_10, /*hidden argument*/NULL);
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_11 = L_9;
String_t* L_12 = ___publicClientAddress4;
NullCheck(L_11);
CreateMatchRequest_set_publicAddress_mBD9CA10D03634050C985CB973199233505D90ABA_inline(L_11, L_12, /*hidden argument*/NULL);
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_13 = L_11;
String_t* L_14 = ___privateClientAddress5;
NullCheck(L_13);
CreateMatchRequest_set_privateAddress_m206A5C4DD415F0DCC58411B92BA8B0FD4401CA3A_inline(L_13, L_14, /*hidden argument*/NULL);
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_15 = L_13;
int32_t L_16 = ___eloScoreForMatch6;
NullCheck(L_15);
CreateMatchRequest_set_eloScore_m9A7DBE9813EF84AA7E35448EEDF7BC51EF077A69_inline(L_15, L_16, /*hidden argument*/NULL);
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_17 = L_15;
int32_t L_18 = ___requestDomain7;
NullCheck(L_17);
Request_set_domain_m24894A3841D7080EA468B2407157E00EC745B60E_inline(L_17, L_18, /*hidden argument*/NULL);
DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * L_19 = ___callback8;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_20 = NetworkMatch_CreateMatch_m168B69EB063ADB7284171AB390B7D5925AACCA9C(__this, L_17, L_19, /*hidden argument*/NULL);
V_1 = L_20;
goto IL_0073;
}
IL_0073:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_21 = V_1;
return L_21;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::CreateMatch(UnityEngine.Networking.Match.CreateMatchRequest,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_CreateMatch_m168B69EB063ADB7284171AB390B7D5925AACCA9C (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * ___req0, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_CreateMatch_m168B69EB063ADB7284171AB390B7D5925AACCA9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * V_1 = NULL;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_2 = NULL;
bool V_3 = false;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_4 = NULL;
uint64_t V_5 = 0;
uint32_t V_6 = 0;
bool V_7 = false;
int32_t V_8 = 0;
{
DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * L_0 = ___callback1;
V_3 = (bool)((((RuntimeObject*)(DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_001d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral1B685DB68DC74C3A71DAA035EBC38920464F62DD, /*hidden argument*/NULL);
V_4 = (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL;
goto IL_0181;
}
IL_001d:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = NetworkMatch_get_baseUri_m689882804A9E23A3F148824071D141457D1DD89B(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_3, L_2, _stringLiteralF832A8FAA0C1336C7713F6905E50DF9D7885BE68, /*hidden argument*/NULL);
V_0 = L_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = V_0;
String_t* L_5 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralF5DE96FC817781C928D43971E93675D302247482, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_5, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_6 = (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 *)il2cpp_codegen_object_new(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var);
WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695(L_6, /*hidden argument*/NULL);
V_1 = L_6;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
int32_t L_8 = ((Request_tD69F6485B01B639F633255CB12D08AFE608531B0_StaticFields*)il2cpp_codegen_static_fields_for(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var))->get_currentVersion_0();
NullCheck(L_7);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_7, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_8, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_9 = V_1;
String_t* L_10 = Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2(/*hidden argument*/NULL);
NullCheck(L_9);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_9, _stringLiteral73695D1B1DF960900F29825E3300D2832ED69CCD, L_10, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_11 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
uint64_t L_12 = Utility_GetSourceID_mD0664476B10055B48AE8241BE436F7485B4DD08C(/*hidden argument*/NULL);
V_5 = L_12;
RuntimeObject * L_13 = Box(SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB_il2cpp_TypeInfo_var, (&V_5));
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
V_5 = *(uint64_t*)UnBox(L_13);
NullCheck(L_11);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_11, _stringLiteralDBAB6D3021A0949473F9EA3AFDB545CC8FFA99AC, L_14, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_15 = V_1;
NullCheck(L_15);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_15, _stringLiteral4EFFC10FA738CB384419714982D243F290CBC6CE, 0, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_16 = V_1;
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_17 = ___req0;
NullCheck(L_17);
int32_t L_18 = Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_16, _stringLiteral9120580E94F134CB7C9F27CD1E43DBC82980E152, L_18, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_19 = V_1;
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_20 = ___req0;
NullCheck(L_20);
String_t* L_21 = CreateMatchRequest_get_name_m758C1260F0E5A801A69D0729E02BFE1596CA446E_inline(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_19, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_21, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_22 = V_1;
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_23 = ___req0;
NullCheck(L_23);
uint32_t L_24 = CreateMatchRequest_get_size_m26C072BC2586CDAA206F1A037F7C899B3605572F_inline(L_23, /*hidden argument*/NULL);
V_6 = L_24;
String_t* L_25 = UInt32_ToString_m7D8A934AF1D74C5C8194D1556AA71BBA0D4600F2((uint32_t*)(&V_6), /*hidden argument*/NULL);
NullCheck(L_22);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_22, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, L_25, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_26 = V_1;
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_27 = ___req0;
NullCheck(L_27);
bool L_28 = CreateMatchRequest_get_advertise_mB4CF16BC718D5647EA64E0C0D84800232FEDE025_inline(L_27, /*hidden argument*/NULL);
V_7 = L_28;
String_t* L_29 = Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301((bool*)(&V_7), /*hidden argument*/NULL);
NullCheck(L_26);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_26, _stringLiteral210787A5D144BC9187FFB893DE460B0F13C5F811, L_29, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_30 = V_1;
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_31 = ___req0;
NullCheck(L_31);
String_t* L_32 = CreateMatchRequest_get_password_mB5542C65F81A2EA3B9C2EB3F8443237655E7FBF1_inline(L_31, /*hidden argument*/NULL);
NullCheck(L_30);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_30, _stringLiteral5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8, L_32, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_33 = V_1;
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_34 = ___req0;
NullCheck(L_34);
String_t* L_35 = CreateMatchRequest_get_publicAddress_mFBB49D3405ABAA84CB379FBA2EB9185EFC1FB2C9_inline(L_34, /*hidden argument*/NULL);
NullCheck(L_33);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_33, _stringLiteralA8C3EB6565B409FAFB7AA7CB3E55EE4850CC625E, L_35, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_36 = V_1;
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_37 = ___req0;
NullCheck(L_37);
String_t* L_38 = CreateMatchRequest_get_privateAddress_mD3EA6D888AA922B4D7D9D5DE446705C877323EE4_inline(L_37, /*hidden argument*/NULL);
NullCheck(L_36);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_36, _stringLiteralA8A125E08DA29BA7482E6CEF71ED8097CA468247, L_38, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_39 = V_1;
CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * L_40 = ___req0;
NullCheck(L_40);
int32_t L_41 = CreateMatchRequest_get_eloScore_mC2B73D793FAD18084D8D5880D51A6D82DB49EC52_inline(L_40, /*hidden argument*/NULL);
V_8 = L_41;
String_t* L_42 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_8), /*hidden argument*/NULL);
NullCheck(L_39);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_39, _stringLiteral4F2F83A8AAABCE54731B8676B038D3041B440915, L_42, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_43 = V_1;
NullCheck(L_43);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_44 = WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A(L_43, /*hidden argument*/NULL);
NullCheck(L_44);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_44, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3, _stringLiteralCA9FD0B2414177B79AC2EA7AD76252E4EF6DD65C, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_45 = V_0;
NullCheck(L_45);
String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_45);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_47 = V_1;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_48 = UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87(L_46, L_47, /*hidden argument*/NULL);
V_2 = L_48;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_49 = V_2;
InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9 * L_50 = (InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9 *)il2cpp_codegen_object_new(InternalResponseDelegate_2_tDF7104B3827F48AD7DC13B5B7A4B154A89016AD9_il2cpp_TypeInfo_var);
InternalResponseDelegate_2__ctor_m7619A08BA63AAB4008A115B22BB67642B0AD4EF5(L_50, __this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 4)), /*hidden argument*/InternalResponseDelegate_2__ctor_m7619A08BA63AAB4008A115B22BB67642B0AD4EF5_RuntimeMethod_var);
DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * L_51 = ___callback1;
RuntimeObject* L_52 = NetworkMatch_ProcessMatchResponse_TisCreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A_TisDataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6_mDC4BC3CFAC819E8500B72240C7306ACE4C3207E3(__this, L_49, L_50, L_51, /*hidden argument*/NetworkMatch_ProcessMatchResponse_TisCreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A_TisDataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6_mDC4BC3CFAC819E8500B72240C7306ACE4C3207E3_RuntimeMethod_var);
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_53 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_52, /*hidden argument*/NULL);
V_4 = L_53;
goto IL_0181;
}
IL_0181:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_54 = V_4;
return L_54;
}
}
// System.Void UnityEngine.Networking.Match.NetworkMatch::OnMatchCreate(UnityEngine.Networking.Match.CreateMatchResponse,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkMatch_OnMatchCreate_m0C86A9C9283BA970101CD750261759CF73FD59B4 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * ___response0, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___userCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_OnMatchCreate_m0C86A9C9283BA970101CD750261759CF73FD59B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_0 = ___response0;
NullCheck(L_0);
bool L_1 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_0)->get_success_0();
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0022;
}
}
{
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_3 = ___response0;
NullCheck(L_3);
uint64_t L_4 = L_3->get_networkId_5();
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_5 = ___response0;
NullCheck(L_5);
String_t* L_6 = L_5->get_accessTokenString_6();
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_7 = (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E *)il2cpp_codegen_object_new(NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E_il2cpp_TypeInfo_var);
NetworkAccessToken__ctor_mFBE4B4A1C7F5D2864C183741F6AB8A64CA8AF077(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
Utility_SetAccessTokenForNetwork_m661388B8A299F21F96CA40C638EAB94E92EAB987(L_4, L_7, /*hidden argument*/NULL);
}
IL_0022:
{
DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * L_8 = ___userCallback1;
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_9 = ___response0;
NullCheck(L_9);
bool L_10 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_9)->get_success_0();
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_11 = ___response0;
NullCheck(L_11);
String_t* L_12 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_11)->get_extendedInfo_1();
CreateMatchResponse_t3357CA033420DA402A11BE8915E9EE4A1284CB1A * L_13 = ___response0;
MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * L_14 = (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 *)il2cpp_codegen_object_new(MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6_il2cpp_TypeInfo_var);
MatchInfo__ctor_mBBDAC8D46D12374A9A52C11950891C5444612674(L_14, L_13, /*hidden argument*/NULL);
NullCheck(L_8);
DataResponseDelegate_1_Invoke_m6B243EB09E4D2494BFEF56F2243F2E3AD0A76CEF(L_8, L_10, L_12, L_14, /*hidden argument*/DataResponseDelegate_1_Invoke_m6B243EB09E4D2494BFEF56F2243F2E3AD0A76CEF_RuntimeMethod_var);
return;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::JoinMatch(UnityEngine.Networking.Types.NetworkID,System.String,System.String,System.String,System.Int32,System.Int32,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_JoinMatch_m75919E7034AF5283EF91ADB83AFB528ACFF22EF9 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, uint64_t ___netId0, String_t* ___matchPassword1, String_t* ___publicClientAddress2, String_t* ___privateClientAddress3, int32_t ___eloScoreForClient4, int32_t ___requestDomain5, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___callback6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_JoinMatch_m75919E7034AF5283EF91ADB83AFB528ACFF22EF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_0 = NULL;
{
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_0 = (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 *)il2cpp_codegen_object_new(JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04_il2cpp_TypeInfo_var);
JoinMatchRequest__ctor_mCC71A85C41C6F603A0316A013B40FC7416DD4C74(L_0, /*hidden argument*/NULL);
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_1 = L_0;
uint64_t L_2 = ___netId0;
NullCheck(L_1);
JoinMatchRequest_set_networkId_m17D1701EE5BA481F85E90F3B2D27023E592DDE3D_inline(L_1, L_2, /*hidden argument*/NULL);
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_3 = L_1;
String_t* L_4 = ___matchPassword1;
NullCheck(L_3);
JoinMatchRequest_set_password_m0FED38CB37E0AECA7FAA81DBF45054D3165F0478_inline(L_3, L_4, /*hidden argument*/NULL);
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_5 = L_3;
String_t* L_6 = ___publicClientAddress2;
NullCheck(L_5);
JoinMatchRequest_set_publicAddress_m9A0BC804118C1C2B118BB3264C459CF8D686FA34_inline(L_5, L_6, /*hidden argument*/NULL);
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_7 = L_5;
String_t* L_8 = ___privateClientAddress3;
NullCheck(L_7);
JoinMatchRequest_set_privateAddress_m7A1E005C6668F49B02389CC3D5F691CDA07EBA43_inline(L_7, L_8, /*hidden argument*/NULL);
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_9 = L_7;
int32_t L_10 = ___eloScoreForClient4;
NullCheck(L_9);
JoinMatchRequest_set_eloScore_m4631566FCDCEECD746876C68F55F81B7FAD87360_inline(L_9, L_10, /*hidden argument*/NULL);
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_11 = L_9;
int32_t L_12 = ___requestDomain5;
NullCheck(L_11);
Request_set_domain_m24894A3841D7080EA468B2407157E00EC745B60E_inline(L_11, L_12, /*hidden argument*/NULL);
DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * L_13 = ___callback6;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_14 = NetworkMatch_JoinMatch_m296F0C1D8C77BC2997CB76D253544C7CB64C6D4A(__this, L_11, L_13, /*hidden argument*/NULL);
V_0 = L_14;
goto IL_0044;
}
IL_0044:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_15 = V_0;
return L_15;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::JoinMatch(UnityEngine.Networking.Match.JoinMatchRequest,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_JoinMatch_m296F0C1D8C77BC2997CB76D253544C7CB64C6D4A (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * ___req0, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_JoinMatch_m296F0C1D8C77BC2997CB76D253544C7CB64C6D4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * V_1 = NULL;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_2 = NULL;
bool V_3 = false;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_4 = NULL;
uint64_t V_5 = 0;
uint64_t V_6 = 0;
int32_t V_7 = 0;
{
DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * L_0 = ___callback1;
V_3 = (bool)((((RuntimeObject*)(DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_001d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteralB42CC7CC66689AEAB426EA9526DDAD9C0003F5B1, /*hidden argument*/NULL);
V_4 = (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL;
goto IL_0159;
}
IL_001d:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = NetworkMatch_get_baseUri_m689882804A9E23A3F148824071D141457D1DD89B(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_3, L_2, _stringLiteralBE278BB8F7279C5F1A82E9FA80F110AFC7B63A53, /*hidden argument*/NULL);
V_0 = L_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = V_0;
String_t* L_5 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralB8378FB06AE49D3C873689855686BF396A177573, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_5, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_6 = (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 *)il2cpp_codegen_object_new(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var);
WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695(L_6, /*hidden argument*/NULL);
V_1 = L_6;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
int32_t L_8 = ((Request_tD69F6485B01B639F633255CB12D08AFE608531B0_StaticFields*)il2cpp_codegen_static_fields_for(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var))->get_currentVersion_0();
NullCheck(L_7);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_7, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_8, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_9 = V_1;
String_t* L_10 = Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2(/*hidden argument*/NULL);
NullCheck(L_9);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_9, _stringLiteral73695D1B1DF960900F29825E3300D2832ED69CCD, L_10, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_11 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
uint64_t L_12 = Utility_GetSourceID_mD0664476B10055B48AE8241BE436F7485B4DD08C(/*hidden argument*/NULL);
V_5 = L_12;
RuntimeObject * L_13 = Box(SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB_il2cpp_TypeInfo_var, (&V_5));
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
V_5 = *(uint64_t*)UnBox(L_13);
NullCheck(L_11);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_11, _stringLiteralDBAB6D3021A0949473F9EA3AFDB545CC8FFA99AC, L_14, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_15 = V_1;
NullCheck(L_15);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_15, _stringLiteral4EFFC10FA738CB384419714982D243F290CBC6CE, 0, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_16 = V_1;
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_17 = ___req0;
NullCheck(L_17);
int32_t L_18 = Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_16, _stringLiteral9120580E94F134CB7C9F27CD1E43DBC82980E152, L_18, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_19 = V_1;
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_20 = ___req0;
NullCheck(L_20);
uint64_t L_21 = JoinMatchRequest_get_networkId_mA72C4F82E460A1B4E8594A555F70FD8D807FE51C_inline(L_20, /*hidden argument*/NULL);
V_6 = L_21;
RuntimeObject * L_22 = Box(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_il2cpp_TypeInfo_var, (&V_6));
NullCheck(L_22);
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22);
V_6 = *(uint64_t*)UnBox(L_22);
NullCheck(L_19);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_19, _stringLiteral2A865A27F93332F4BA0712EFF922CE757B69EE0D, L_23, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_24 = V_1;
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_25 = ___req0;
NullCheck(L_25);
String_t* L_26 = JoinMatchRequest_get_password_m8AC247EBF7E2054C83F1896E2E2718632F512DA2_inline(L_25, /*hidden argument*/NULL);
NullCheck(L_24);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_24, _stringLiteral5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8, L_26, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_27 = V_1;
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_28 = ___req0;
NullCheck(L_28);
String_t* L_29 = JoinMatchRequest_get_publicAddress_m7B07407C6F195F6A58C9AE1C371CAEE0CCAFFB2E_inline(L_28, /*hidden argument*/NULL);
NullCheck(L_27);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_27, _stringLiteralA8C3EB6565B409FAFB7AA7CB3E55EE4850CC625E, L_29, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_30 = V_1;
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_31 = ___req0;
NullCheck(L_31);
String_t* L_32 = JoinMatchRequest_get_privateAddress_m740D1E59857BBE28C8C26AC5651936945DD2895B_inline(L_31, /*hidden argument*/NULL);
NullCheck(L_30);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_30, _stringLiteralA8A125E08DA29BA7482E6CEF71ED8097CA468247, L_32, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_33 = V_1;
JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * L_34 = ___req0;
NullCheck(L_34);
int32_t L_35 = JoinMatchRequest_get_eloScore_mA31B7473BB715DDDC7CDBB128C7F3DEB6AE69A80_inline(L_34, /*hidden argument*/NULL);
V_7 = L_35;
String_t* L_36 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_7), /*hidden argument*/NULL);
NullCheck(L_33);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_33, _stringLiteral4F2F83A8AAABCE54731B8676B038D3041B440915, L_36, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_37 = V_1;
NullCheck(L_37);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_38 = WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A(L_37, /*hidden argument*/NULL);
NullCheck(L_38);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_38, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3, _stringLiteralCA9FD0B2414177B79AC2EA7AD76252E4EF6DD65C, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_39 = V_0;
NullCheck(L_39);
String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_39);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_41 = V_1;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_42 = UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87(L_40, L_41, /*hidden argument*/NULL);
V_2 = L_42;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_43 = V_2;
InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D * L_44 = (InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D *)il2cpp_codegen_object_new(InternalResponseDelegate_2_t9E31D5217D2F75A64FD3F907945253CDF1C72E4D_il2cpp_TypeInfo_var);
InternalResponseDelegate_2__ctor_m657FB34FDF1AAEECAEC57166BD7E65023EA115FC(L_44, __this, (intptr_t)((intptr_t)NetworkMatch_OnMatchJoined_m7D2765A55FDFFF2877FB9D268982E4F527E91388_RuntimeMethod_var), /*hidden argument*/InternalResponseDelegate_2__ctor_m657FB34FDF1AAEECAEC57166BD7E65023EA115FC_RuntimeMethod_var);
DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * L_45 = ___callback1;
RuntimeObject* L_46 = NetworkMatch_ProcessMatchResponse_TisJoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7_TisDataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6_m435774AD3DC6D4C0B9072D331E6A2C0D13262600(__this, L_43, L_44, L_45, /*hidden argument*/NetworkMatch_ProcessMatchResponse_TisJoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7_TisDataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6_m435774AD3DC6D4C0B9072D331E6A2C0D13262600_RuntimeMethod_var);
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_47 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_46, /*hidden argument*/NULL);
V_4 = L_47;
goto IL_0159;
}
IL_0159:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_48 = V_4;
return L_48;
}
}
// System.Void UnityEngine.Networking.Match.NetworkMatch::OnMatchJoined(UnityEngine.Networking.Match.JoinMatchResponse,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<UnityEngine.Networking.Match.MatchInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkMatch_OnMatchJoined_m7D2765A55FDFFF2877FB9D268982E4F527E91388 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * ___response0, DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * ___userCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_OnMatchJoined_m7D2765A55FDFFF2877FB9D268982E4F527E91388_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_0 = ___response0;
NullCheck(L_0);
bool L_1 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_0)->get_success_0();
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0022;
}
}
{
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_3 = ___response0;
NullCheck(L_3);
uint64_t L_4 = L_3->get_networkId_5();
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_5 = ___response0;
NullCheck(L_5);
String_t* L_6 = L_5->get_accessTokenString_6();
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_7 = (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E *)il2cpp_codegen_object_new(NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E_il2cpp_TypeInfo_var);
NetworkAccessToken__ctor_mFBE4B4A1C7F5D2864C183741F6AB8A64CA8AF077(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
Utility_SetAccessTokenForNetwork_m661388B8A299F21F96CA40C638EAB94E92EAB987(L_4, L_7, /*hidden argument*/NULL);
}
IL_0022:
{
DataResponseDelegate_1_t07BC12C46D365B9D7EC9679882438374C24B32C6 * L_8 = ___userCallback1;
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_9 = ___response0;
NullCheck(L_9);
bool L_10 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_9)->get_success_0();
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_11 = ___response0;
NullCheck(L_11);
String_t* L_12 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_11)->get_extendedInfo_1();
JoinMatchResponse_t5911062BC01D83E17CC8531939683EC5152663A7 * L_13 = ___response0;
MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * L_14 = (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 *)il2cpp_codegen_object_new(MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6_il2cpp_TypeInfo_var);
MatchInfo__ctor_m79B77D15D5376028539FDF96AC07129CA25C4841(L_14, L_13, /*hidden argument*/NULL);
NullCheck(L_8);
DataResponseDelegate_1_Invoke_m6B243EB09E4D2494BFEF56F2243F2E3AD0A76CEF(L_8, L_10, L_12, L_14, /*hidden argument*/DataResponseDelegate_1_Invoke_m6B243EB09E4D2494BFEF56F2243F2E3AD0A76CEF_RuntimeMethod_var);
return;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::DestroyMatch(UnityEngine.Networking.Types.NetworkID,System.Int32,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_DestroyMatch_m45DA9E1C62C451AE1A6B493417E51C5BF1EB8666 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, uint64_t ___netId0, int32_t ___requestDomain1, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___callback2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_DestroyMatch_m45DA9E1C62C451AE1A6B493417E51C5BF1EB8666_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_0 = NULL;
{
DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * L_0 = (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A *)il2cpp_codegen_object_new(DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A_il2cpp_TypeInfo_var);
DestroyMatchRequest__ctor_m3D6C629C6DC042B5E5498FD68FE9143AAEA58664(L_0, /*hidden argument*/NULL);
DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * L_1 = L_0;
uint64_t L_2 = ___netId0;
NullCheck(L_1);
DestroyMatchRequest_set_networkId_m82A95A89126A1E18B2764F33CDDEC2DC4EDD3EBB_inline(L_1, L_2, /*hidden argument*/NULL);
DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * L_3 = L_1;
int32_t L_4 = ___requestDomain1;
NullCheck(L_3);
Request_set_domain_m24894A3841D7080EA468B2407157E00EC745B60E_inline(L_3, L_4, /*hidden argument*/NULL);
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_5 = ___callback2;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_6 = NetworkMatch_DestroyMatch_mE62293F13D39BD3A6E62ADE4CBF37237831A409A(__this, L_3, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0020;
}
IL_0020:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_7 = V_0;
return L_7;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::DestroyMatch(UnityEngine.Networking.Match.DestroyMatchRequest,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_DestroyMatch_mE62293F13D39BD3A6E62ADE4CBF37237831A409A (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * ___req0, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_DestroyMatch_mE62293F13D39BD3A6E62ADE4CBF37237831A409A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * V_1 = NULL;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_2 = NULL;
bool V_3 = false;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_4 = NULL;
uint64_t V_5 = 0;
uint64_t V_6 = 0;
{
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_0 = ___callback1;
V_3 = (bool)((((RuntimeObject*)(BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_001d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral9AD7EF211BEB1272E8B0474425ED23FEE3EAF43D, /*hidden argument*/NULL);
V_4 = (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL;
goto IL_011c;
}
IL_001d:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = NetworkMatch_get_baseUri_m689882804A9E23A3F148824071D141457D1DD89B(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_3, L_2, _stringLiteralA071BA8E40BA437D9079B10B9129176B6D965438, /*hidden argument*/NULL);
V_0 = L_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral91390A5FFD04D6FBE75278FB2D6EB42517CED251, L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_6, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_7 = (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 *)il2cpp_codegen_object_new(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var);
WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695(L_7, /*hidden argument*/NULL);
V_1 = L_7;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
int32_t L_9 = ((Request_tD69F6485B01B639F633255CB12D08AFE608531B0_StaticFields*)il2cpp_codegen_static_fields_for(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var))->get_currentVersion_0();
NullCheck(L_8);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_8, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_9, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_10 = V_1;
String_t* L_11 = Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2(/*hidden argument*/NULL);
NullCheck(L_10);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_10, _stringLiteral73695D1B1DF960900F29825E3300D2832ED69CCD, L_11, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_12 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
uint64_t L_13 = Utility_GetSourceID_mD0664476B10055B48AE8241BE436F7485B4DD08C(/*hidden argument*/NULL);
V_5 = L_13;
RuntimeObject * L_14 = Box(SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB_il2cpp_TypeInfo_var, (&V_5));
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
V_5 = *(uint64_t*)UnBox(L_14);
NullCheck(L_12);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_12, _stringLiteralDBAB6D3021A0949473F9EA3AFDB545CC8FFA99AC, L_15, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_16 = V_1;
DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * L_17 = ___req0;
NullCheck(L_17);
uint64_t L_18 = DestroyMatchRequest_get_networkId_m155C3066F19BF2C169F70379B774A745FE3EC5E8_inline(L_17, /*hidden argument*/NULL);
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_19 = Utility_GetAccessTokenForNetwork_m5E89A2A601DEE96C45953C05ED1E4AADDE8C60AB(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
String_t* L_20 = NetworkAccessToken_GetByteString_m50ACF8E6E1720274D2D6EBED14A1B0BFA76CC0F9(L_19, /*hidden argument*/NULL);
NullCheck(L_16);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_16, _stringLiteral4EFFC10FA738CB384419714982D243F290CBC6CE, L_20, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_21 = V_1;
DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * L_22 = ___req0;
NullCheck(L_22);
int32_t L_23 = Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4_inline(L_22, /*hidden argument*/NULL);
NullCheck(L_21);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_21, _stringLiteral9120580E94F134CB7C9F27CD1E43DBC82980E152, L_23, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_24 = V_1;
DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * L_25 = ___req0;
NullCheck(L_25);
uint64_t L_26 = DestroyMatchRequest_get_networkId_m155C3066F19BF2C169F70379B774A745FE3EC5E8_inline(L_25, /*hidden argument*/NULL);
V_6 = L_26;
RuntimeObject * L_27 = Box(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_il2cpp_TypeInfo_var, (&V_6));
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27);
V_6 = *(uint64_t*)UnBox(L_27);
NullCheck(L_24);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_24, _stringLiteral2A865A27F93332F4BA0712EFF922CE757B69EE0D, L_28, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_29 = V_1;
NullCheck(L_29);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_30 = WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A(L_29, /*hidden argument*/NULL);
NullCheck(L_30);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_30, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3, _stringLiteralCA9FD0B2414177B79AC2EA7AD76252E4EF6DD65C, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_31 = V_0;
NullCheck(L_31);
String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_33 = V_1;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_34 = UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87(L_32, L_33, /*hidden argument*/NULL);
V_2 = L_34;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_35 = V_2;
InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8 * L_36 = (InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8 *)il2cpp_codegen_object_new(InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8_il2cpp_TypeInfo_var);
InternalResponseDelegate_2__ctor_m80CCD1F3357440BA2E4A52E8C8F2375DBFE8D766(L_36, __this, (intptr_t)((intptr_t)NetworkMatch_OnMatchDestroyed_m3965080CF4B5E09CEF99A4C02D009E305EE35F7C_RuntimeMethod_var), /*hidden argument*/InternalResponseDelegate_2__ctor_m80CCD1F3357440BA2E4A52E8C8F2375DBFE8D766_RuntimeMethod_var);
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_37 = ___callback1;
RuntimeObject* L_38 = NetworkMatch_ProcessMatchResponse_TisBasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_m4B1CCC119D5E809D3A8B5A75B69656144EE15588(__this, L_35, L_36, L_37, /*hidden argument*/NetworkMatch_ProcessMatchResponse_TisBasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_m4B1CCC119D5E809D3A8B5A75B69656144EE15588_RuntimeMethod_var);
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_39 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_38, /*hidden argument*/NULL);
V_4 = L_39;
goto IL_011c;
}
IL_011c:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_40 = V_4;
return L_40;
}
}
// System.Void UnityEngine.Networking.Match.NetworkMatch::OnMatchDestroyed(UnityEngine.Networking.Match.BasicResponse,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkMatch_OnMatchDestroyed_m3965080CF4B5E09CEF99A4C02D009E305EE35F7C (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C * ___response0, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___userCallback1, const RuntimeMethod* method)
{
{
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_0 = ___userCallback1;
BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C * L_1 = ___response0;
NullCheck(L_1);
bool L_2 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_1)->get_success_0();
BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C * L_3 = ___response0;
NullCheck(L_3);
String_t* L_4 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_3)->get_extendedInfo_1();
NullCheck(L_0);
BasicResponseDelegate_Invoke_m3E88A12B4CFD6995E12DBEFE53E92F6FA277E9C6(L_0, L_2, L_4, /*hidden argument*/NULL);
return;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::DropConnection(UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NodeID,System.Int32,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_DropConnection_m49B56262D7D1C543857F987DC0AE8DF1A273E936 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, uint64_t ___netId0, uint16_t ___dropNodeId1, int32_t ___requestDomain2, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___callback3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_DropConnection_m49B56262D7D1C543857F987DC0AE8DF1A273E936_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_0 = NULL;
{
DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * L_0 = (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 *)il2cpp_codegen_object_new(DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36_il2cpp_TypeInfo_var);
DropConnectionRequest__ctor_m838EF456FE71565396CFC044091A6E9FD9202200(L_0, /*hidden argument*/NULL);
DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * L_1 = L_0;
uint64_t L_2 = ___netId0;
NullCheck(L_1);
DropConnectionRequest_set_networkId_m659E78FC84DE9252EF998C26236BFC29824E54C5_inline(L_1, L_2, /*hidden argument*/NULL);
DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * L_3 = L_1;
uint16_t L_4 = ___dropNodeId1;
NullCheck(L_3);
DropConnectionRequest_set_nodeId_m206882BC3630A7C79A6C110B705C2C30ADD5FB62_inline(L_3, L_4, /*hidden argument*/NULL);
DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * L_5 = L_3;
int32_t L_6 = ___requestDomain2;
NullCheck(L_5);
Request_set_domain_m24894A3841D7080EA468B2407157E00EC745B60E_inline(L_5, L_6, /*hidden argument*/NULL);
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_7 = ___callback3;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_8 = NetworkMatch_DropConnection_mA6F4543C37156C7D15200738A7BAB978F2FA79A0(__this, L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0029;
}
IL_0029:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_9 = V_0;
return L_9;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::DropConnection(UnityEngine.Networking.Match.DropConnectionRequest,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_DropConnection_mA6F4543C37156C7D15200738A7BAB978F2FA79A0 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * ___req0, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_DropConnection_mA6F4543C37156C7D15200738A7BAB978F2FA79A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * V_1 = NULL;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_2 = NULL;
bool V_3 = false;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_4 = NULL;
uint64_t V_5 = 0;
uint64_t V_6 = 0;
uint16_t V_7 = 0;
{
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_0 = ___callback1;
V_3 = (bool)((((RuntimeObject*)(BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_001d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral5612C17DEA2327CEA1D3D71C268D08D847B707D7, /*hidden argument*/NULL);
V_4 = (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL;
goto IL_0138;
}
IL_001d:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = NetworkMatch_get_baseUri_m689882804A9E23A3F148824071D141457D1DD89B(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_3, L_2, _stringLiteral239E2629CD35EC3D496982280A3E956944594A48, /*hidden argument*/NULL);
V_0 = L_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = V_0;
String_t* L_5 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral22F64FFB0071FCE70CC2D3BDA8F784C8D2E41993, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_5, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_6 = (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 *)il2cpp_codegen_object_new(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var);
WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695(L_6, /*hidden argument*/NULL);
V_1 = L_6;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
int32_t L_8 = ((Request_tD69F6485B01B639F633255CB12D08AFE608531B0_StaticFields*)il2cpp_codegen_static_fields_for(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var))->get_currentVersion_0();
NullCheck(L_7);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_7, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_8, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_9 = V_1;
String_t* L_10 = Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2(/*hidden argument*/NULL);
NullCheck(L_9);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_9, _stringLiteral73695D1B1DF960900F29825E3300D2832ED69CCD, L_10, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_11 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
uint64_t L_12 = Utility_GetSourceID_mD0664476B10055B48AE8241BE436F7485B4DD08C(/*hidden argument*/NULL);
V_5 = L_12;
RuntimeObject * L_13 = Box(SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB_il2cpp_TypeInfo_var, (&V_5));
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
V_5 = *(uint64_t*)UnBox(L_13);
NullCheck(L_11);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_11, _stringLiteralDBAB6D3021A0949473F9EA3AFDB545CC8FFA99AC, L_14, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_15 = V_1;
DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * L_16 = ___req0;
NullCheck(L_16);
uint64_t L_17 = DropConnectionRequest_get_networkId_m46FAC8BD27E3B91D4DD440FADB304CC8C451FA05_inline(L_16, /*hidden argument*/NULL);
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_18 = Utility_GetAccessTokenForNetwork_m5E89A2A601DEE96C45953C05ED1E4AADDE8C60AB(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
String_t* L_19 = NetworkAccessToken_GetByteString_m50ACF8E6E1720274D2D6EBED14A1B0BFA76CC0F9(L_18, /*hidden argument*/NULL);
NullCheck(L_15);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_15, _stringLiteral4EFFC10FA738CB384419714982D243F290CBC6CE, L_19, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_20 = V_1;
DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * L_21 = ___req0;
NullCheck(L_21);
int32_t L_22 = Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4_inline(L_21, /*hidden argument*/NULL);
NullCheck(L_20);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_20, _stringLiteral9120580E94F134CB7C9F27CD1E43DBC82980E152, L_22, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_23 = V_1;
DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * L_24 = ___req0;
NullCheck(L_24);
uint64_t L_25 = DropConnectionRequest_get_networkId_m46FAC8BD27E3B91D4DD440FADB304CC8C451FA05_inline(L_24, /*hidden argument*/NULL);
V_6 = L_25;
RuntimeObject * L_26 = Box(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_il2cpp_TypeInfo_var, (&V_6));
NullCheck(L_26);
String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26);
V_6 = *(uint64_t*)UnBox(L_26);
NullCheck(L_23);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_23, _stringLiteral2A865A27F93332F4BA0712EFF922CE757B69EE0D, L_27, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_28 = V_1;
DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * L_29 = ___req0;
NullCheck(L_29);
uint16_t L_30 = DropConnectionRequest_get_nodeId_m61DF3B51F48BA96A1C489EA32FEB8FDF513F3DE8_inline(L_29, /*hidden argument*/NULL);
V_7 = L_30;
RuntimeObject * L_31 = Box(NodeID_t5750FC76F28C87052875E5C470F422699497AE1A_il2cpp_TypeInfo_var, (&V_7));
NullCheck(L_31);
String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31);
V_7 = *(uint16_t*)UnBox(L_31);
NullCheck(L_28);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_28, _stringLiteral871237AAB5D917F636B84DDDA178C3B49475EB97, L_32, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_33 = V_1;
NullCheck(L_33);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_34 = WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A(L_33, /*hidden argument*/NULL);
NullCheck(L_34);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_34, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3, _stringLiteralCA9FD0B2414177B79AC2EA7AD76252E4EF6DD65C, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_35 = V_0;
NullCheck(L_35);
String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_37 = V_1;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_38 = UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87(L_36, L_37, /*hidden argument*/NULL);
V_2 = L_38;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_39 = V_2;
InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B * L_40 = (InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B *)il2cpp_codegen_object_new(InternalResponseDelegate_2_tDCF0CD852D215C388522241CDB14DA58DFA0035B_il2cpp_TypeInfo_var);
InternalResponseDelegate_2__ctor_mDCFE647DF655F2EF838DAE8C56940B97FEED04AE(L_40, __this, (intptr_t)((intptr_t)NetworkMatch_OnDropConnection_m7B75EB1376AE8AD3EC1794F94E1852B5CB8E3F01_RuntimeMethod_var), /*hidden argument*/InternalResponseDelegate_2__ctor_mDCFE647DF655F2EF838DAE8C56940B97FEED04AE_RuntimeMethod_var);
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_41 = ___callback1;
RuntimeObject* L_42 = NetworkMatch_ProcessMatchResponse_TisDropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_mECE8FC9BD79805BC1ED60F24481159B0C73606E6(__this, L_39, L_40, L_41, /*hidden argument*/NetworkMatch_ProcessMatchResponse_TisDropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_mECE8FC9BD79805BC1ED60F24481159B0C73606E6_RuntimeMethod_var);
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_43 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_42, /*hidden argument*/NULL);
V_4 = L_43;
goto IL_0138;
}
IL_0138:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_44 = V_4;
return L_44;
}
}
// System.Void UnityEngine.Networking.Match.NetworkMatch::OnDropConnection(UnityEngine.Networking.Match.DropConnectionResponse,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkMatch_OnDropConnection_m7B75EB1376AE8AD3EC1794F94E1852B5CB8E3F01 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, DropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B * ___response0, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___userCallback1, const RuntimeMethod* method)
{
{
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_0 = ___userCallback1;
DropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B * L_1 = ___response0;
NullCheck(L_1);
bool L_2 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_1)->get_success_0();
DropConnectionResponse_tF01A9DDD9B1C6EACCCE91B3A35AC2C838F2E760B * L_3 = ___response0;
NullCheck(L_3);
String_t* L_4 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_3)->get_extendedInfo_1();
NullCheck(L_0);
BasicResponseDelegate_Invoke_m3E88A12B4CFD6995E12DBEFE53E92F6FA277E9C6(L_0, L_2, L_4, /*hidden argument*/NULL);
return;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::ListMatches(System.Int32,System.Int32,System.String,System.Boolean,System.Int32,System.Int32,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_ListMatches_m9DD42880ABE443C6F542430EC48C73A0EA04DF0E (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, int32_t ___startPageNumber0, int32_t ___resultPageSize1, String_t* ___matchNameFilter2, bool ___filterOutPrivateMatchesFromResults3, int32_t ___eloScoreTarget4, int32_t ___requestDomain5, DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * ___callback6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_ListMatches_m9DD42880ABE443C6F542430EC48C73A0EA04DF0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_1 = NULL;
{
int32_t L_0 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)((int32_t)17)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteral1A74C3A0AC935471F1DC840914BCE1E0D18111E2, /*hidden argument*/NULL);
V_1 = (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL;
goto IL_0061;
}
IL_001e:
{
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_2 = (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C *)il2cpp_codegen_object_new(ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C_il2cpp_TypeInfo_var);
ListMatchRequest__ctor_mB79E8D5B32EB7554B83908AD20297F67C51C7D26(L_2, /*hidden argument*/NULL);
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_3 = L_2;
int32_t L_4 = ___startPageNumber0;
NullCheck(L_3);
ListMatchRequest_set_pageNum_m187F81A02D08B952E10F29883A00B34E8A1E2DBD_inline(L_3, L_4, /*hidden argument*/NULL);
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_5 = L_3;
int32_t L_6 = ___resultPageSize1;
NullCheck(L_5);
ListMatchRequest_set_pageSize_mC276EBF5C8268C2B6B4C3B22FF4462DAC15026B6_inline(L_5, L_6, /*hidden argument*/NULL);
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_7 = L_5;
String_t* L_8 = ___matchNameFilter2;
NullCheck(L_7);
ListMatchRequest_set_nameFilter_m0530C58C3A4A9840E9C5B7DAD8A48EF0BAFC8A32_inline(L_7, L_8, /*hidden argument*/NULL);
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_9 = L_7;
bool L_10 = ___filterOutPrivateMatchesFromResults3;
NullCheck(L_9);
ListMatchRequest_set_filterOutPrivateMatches_m4E14E5D38011D05CB31022E54EA5AC1C007DBF03_inline(L_9, L_10, /*hidden argument*/NULL);
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_11 = L_9;
int32_t L_12 = ___eloScoreTarget4;
NullCheck(L_11);
ListMatchRequest_set_eloScore_mD02DDB62961BF13555E8E9FB797CE8D6AE311E11_inline(L_11, L_12, /*hidden argument*/NULL);
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_13 = L_11;
int32_t L_14 = ___requestDomain5;
NullCheck(L_13);
Request_set_domain_m24894A3841D7080EA468B2407157E00EC745B60E_inline(L_13, L_14, /*hidden argument*/NULL);
DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * L_15 = ___callback6;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_16 = NetworkMatch_ListMatches_mB031E668A2893EC8649F58C4E69D0B2885C302DB(__this, L_13, L_15, /*hidden argument*/NULL);
V_1 = L_16;
goto IL_0061;
}
IL_0061:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_17 = V_1;
return L_17;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::ListMatches(UnityEngine.Networking.Match.ListMatchRequest,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_ListMatches_mB031E668A2893EC8649F58C4E69D0B2885C302DB (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * ___req0, DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_ListMatches_mB031E668A2893EC8649F58C4E69D0B2885C302DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * V_1 = NULL;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_2 = NULL;
bool V_3 = false;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_4 = NULL;
uint64_t V_5 = 0;
bool V_6 = false;
int32_t V_7 = 0;
{
DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * L_0 = ___callback1;
V_3 = (bool)((((RuntimeObject*)(DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_001d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral6C3FB989BEB5F58E208A3465494A06FE72A1B32A, /*hidden argument*/NULL);
V_4 = (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL;
goto IL_0153;
}
IL_001d:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = NetworkMatch_get_baseUri_m689882804A9E23A3F148824071D141457D1DD89B(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_3, L_2, _stringLiteral7AAEA3128CC8B112954AE90E9FEF3E900EF35A16, /*hidden argument*/NULL);
V_0 = L_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = V_0;
String_t* L_5 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral8A62F5903FA634D33EA20220195042A46D4E73CC, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_5, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_6 = (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 *)il2cpp_codegen_object_new(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var);
WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695(L_6, /*hidden argument*/NULL);
V_1 = L_6;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
int32_t L_8 = ((Request_tD69F6485B01B639F633255CB12D08AFE608531B0_StaticFields*)il2cpp_codegen_static_fields_for(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var))->get_currentVersion_0();
NullCheck(L_7);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_7, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_8, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_9 = V_1;
String_t* L_10 = Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2(/*hidden argument*/NULL);
NullCheck(L_9);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_9, _stringLiteral73695D1B1DF960900F29825E3300D2832ED69CCD, L_10, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_11 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
uint64_t L_12 = Utility_GetSourceID_mD0664476B10055B48AE8241BE436F7485B4DD08C(/*hidden argument*/NULL);
V_5 = L_12;
RuntimeObject * L_13 = Box(SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB_il2cpp_TypeInfo_var, (&V_5));
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
V_5 = *(uint64_t*)UnBox(L_13);
NullCheck(L_11);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_11, _stringLiteralDBAB6D3021A0949473F9EA3AFDB545CC8FFA99AC, L_14, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_15 = V_1;
NullCheck(L_15);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_15, _stringLiteral4EFFC10FA738CB384419714982D243F290CBC6CE, 0, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_16 = V_1;
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_17 = ___req0;
NullCheck(L_17);
int32_t L_18 = Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_16, _stringLiteral9120580E94F134CB7C9F27CD1E43DBC82980E152, L_18, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_19 = V_1;
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_20 = ___req0;
NullCheck(L_20);
int32_t L_21 = ListMatchRequest_get_pageSize_m39C8A603CFA75ACD0ADF6B7C7A405144D8F44825_inline(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_19, _stringLiteral1AB6F15BDCE9EB9F5C5FE545BEC1C5673E52D57F, L_21, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_22 = V_1;
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_23 = ___req0;
NullCheck(L_23);
int32_t L_24 = ListMatchRequest_get_pageNum_mF88689FC279333B22B540994413F79274513035A_inline(L_23, /*hidden argument*/NULL);
NullCheck(L_22);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_22, _stringLiteralAC0AAE54180AC5366E85AF601E3C209FD970800A, L_24, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_25 = V_1;
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_26 = ___req0;
NullCheck(L_26);
String_t* L_27 = ListMatchRequest_get_nameFilter_m997F7050013377323A4C864F8D5F996B988A8783_inline(L_26, /*hidden argument*/NULL);
NullCheck(L_25);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_25, _stringLiteralD3BC03D7A451088D6AB88A38AEE2701B33FF6A93, L_27, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_28 = V_1;
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_29 = ___req0;
NullCheck(L_29);
bool L_30 = ListMatchRequest_get_filterOutPrivateMatches_m80B23FA43CF6B1DB2B4CFEBF00DE214F4B8A147A_inline(L_29, /*hidden argument*/NULL);
V_6 = L_30;
String_t* L_31 = Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301((bool*)(&V_6), /*hidden argument*/NULL);
NullCheck(L_28);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_28, _stringLiteral5F9C2B53E8B3561C03FADC01F0A28BCF3F2C4AF1, L_31, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_32 = V_1;
ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * L_33 = ___req0;
NullCheck(L_33);
int32_t L_34 = ListMatchRequest_get_eloScore_mD2635B5796DC5F090278468F58BE79D0707724E4_inline(L_33, /*hidden argument*/NULL);
V_7 = L_34;
String_t* L_35 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_7), /*hidden argument*/NULL);
NullCheck(L_32);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_32, _stringLiteral4F2F83A8AAABCE54731B8676B038D3041B440915, L_35, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_36 = V_1;
NullCheck(L_36);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_37 = WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A(L_36, /*hidden argument*/NULL);
NullCheck(L_37);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_37, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3, _stringLiteralCA9FD0B2414177B79AC2EA7AD76252E4EF6DD65C, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_38 = V_0;
NullCheck(L_38);
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_40 = V_1;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_41 = UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87(L_39, L_40, /*hidden argument*/NULL);
V_2 = L_41;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_42 = V_2;
InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4 * L_43 = (InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4 *)il2cpp_codegen_object_new(InternalResponseDelegate_2_tE7CA43AD9784DA8ABF21AA0BB97CB6A6AFCBDDE4_il2cpp_TypeInfo_var);
InternalResponseDelegate_2__ctor_m6780BC1DF7C0907EAF5CEE29E330961AFA7B5BAD(L_43, __this, (intptr_t)((intptr_t)NetworkMatch_OnMatchList_m797A7EDB42BFA20BCF28F1B81254F9D58268D8CA_RuntimeMethod_var), /*hidden argument*/InternalResponseDelegate_2__ctor_m6780BC1DF7C0907EAF5CEE29E330961AFA7B5BAD_RuntimeMethod_var);
DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * L_44 = ___callback1;
RuntimeObject* L_45 = NetworkMatch_ProcessMatchResponse_TisListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB_TisDataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7_m821E608E90C0D877BAEE00FEFE503AC062DD6136(__this, L_42, L_43, L_44, /*hidden argument*/NetworkMatch_ProcessMatchResponse_TisListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB_TisDataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7_m821E608E90C0D877BAEE00FEFE503AC062DD6136_RuntimeMethod_var);
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_46 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_45, /*hidden argument*/NULL);
V_4 = L_46;
goto IL_0153;
}
IL_0153:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_47 = V_4;
return L_47;
}
}
// System.Void UnityEngine.Networking.Match.NetworkMatch::OnMatchList(UnityEngine.Networking.Match.ListMatchResponse,UnityEngine.Networking.Match.NetworkMatch_DataResponseDelegate`1<System.Collections.Generic.List`1<UnityEngine.Networking.Match.MatchInfoSnapshot>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkMatch_OnMatchList_m797A7EDB42BFA20BCF28F1B81254F9D58268D8CA (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, ListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB * ___response0, DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * ___userCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_OnMatchList_m797A7EDB42BFA20BCF28F1B81254F9D58268D8CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 * V_0 = NULL;
Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE V_1;
memset((&V_1), 0, sizeof(V_1));
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 * L_0 = (List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 *)il2cpp_codegen_object_new(List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6_il2cpp_TypeInfo_var);
List_1__ctor_m7BD9CFE0AF42B2BAF7013BF46DAD712E24CE60F9(L_0, /*hidden argument*/List_1__ctor_m7BD9CFE0AF42B2BAF7013BF46DAD712E24CE60F9_RuntimeMethod_var);
V_0 = L_0;
ListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB * L_1 = ___response0;
NullCheck(L_1);
List_1_tA6D9F6ACCD3CF4C02D9EEE17A83B25B39253B655 * L_2 = L_1->get_matches_2();
NullCheck(L_2);
Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE L_3 = List_1_GetEnumerator_m39512943AE61A9E8A60D9DC86EBECF4A236AC5F1(L_2, /*hidden argument*/List_1_GetEnumerator_m39512943AE61A9E8A60D9DC86EBECF4A236AC5F1_RuntimeMethod_var);
V_1 = L_3;
}
IL_0014:
try
{ // begin try (depth: 1)
{
goto IL_002d;
}
IL_0016:
{
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_4 = Enumerator_get_Current_mD941E022983AAC32ACE18F47A50428431EC7E72D_inline((Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE *)(&V_1), /*hidden argument*/Enumerator_get_Current_mD941E022983AAC32ACE18F47A50428431EC7E72D_RuntimeMethod_var);
V_2 = L_4;
List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 * L_5 = V_0;
MatchDesc_t7E7ADC3E5670FD0D8505F4F914A3AF7B78074336 * L_6 = V_2;
MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * L_7 = (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 *)il2cpp_codegen_object_new(MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13_il2cpp_TypeInfo_var);
MatchInfoSnapshot__ctor_mC49A01C90F7B4C7C6FA76620249DAE0C9D3901C2(L_7, L_6, /*hidden argument*/NULL);
NullCheck(L_5);
List_1_Add_m975D1652C592F92A3FBD2729CDF1710EE5BED058(L_5, L_7, /*hidden argument*/List_1_Add_m975D1652C592F92A3FBD2729CDF1710EE5BED058_RuntimeMethod_var);
}
IL_002d:
{
bool L_8 = Enumerator_MoveNext_m26D85726D2AF35770796145FE9317FEE101A1C70((Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m26D85726D2AF35770796145FE9317FEE101A1C70_RuntimeMethod_var);
if (L_8)
{
goto IL_0016;
}
}
IL_0036:
{
IL2CPP_LEAVE(0x47, 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)
Enumerator_Dispose_m8BDC8C8C880FA37E4273D1B8023D35B27C6D0971((Enumerator_t2B5804556541F6EB70C1C58448BBF8D64D6431EE *)(&V_1), /*hidden argument*/Enumerator_Dispose_m8BDC8C8C880FA37E4273D1B8023D35B27C6D0971_RuntimeMethod_var);
IL2CPP_END_FINALLY(56)
} // end finally (depth: 1)
IL2CPP_CLEANUP(56)
{
IL2CPP_JUMP_TBL(0x47, IL_0047)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0047:
{
DataResponseDelegate_1_tA0BB6EA673ED41347635D0FE948A2CD2CB7463F7 * L_9 = ___userCallback1;
ListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB * L_10 = ___response0;
NullCheck(L_10);
bool L_11 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_10)->get_success_0();
ListMatchResponse_tD884B0AB7D336435B2D64DAE8A7008504D6E57FB * L_12 = ___response0;
NullCheck(L_12);
String_t* L_13 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_12)->get_extendedInfo_1();
List_1_t4519F08E47C05121C145E12C3013C3A20CB87CC6 * L_14 = V_0;
NullCheck(L_9);
DataResponseDelegate_1_Invoke_m69224B6EEC7C6CB14F90846D7C404BA0BBFE5C26(L_9, L_11, L_13, L_14, /*hidden argument*/DataResponseDelegate_1_Invoke_m69224B6EEC7C6CB14F90846D7C404BA0BBFE5C26_RuntimeMethod_var);
return;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::SetMatchAttributes(UnityEngine.Networking.Types.NetworkID,System.Boolean,System.Int32,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_SetMatchAttributes_m241FA3F4544207A770083D17B506DF87F5730ED9 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, uint64_t ___networkId0, bool ___isListed1, int32_t ___requestDomain2, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___callback3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_SetMatchAttributes_m241FA3F4544207A770083D17B506DF87F5730ED9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_0 = NULL;
{
SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * L_0 = (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B *)il2cpp_codegen_object_new(SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B_il2cpp_TypeInfo_var);
SetMatchAttributesRequest__ctor_m1313A1062D40992E9BFB9595FB75AEE8FBD3AF52(L_0, /*hidden argument*/NULL);
SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * L_1 = L_0;
uint64_t L_2 = ___networkId0;
NullCheck(L_1);
SetMatchAttributesRequest_set_networkId_m390F6B041B2AFB2700CA4EC98A69ADE2065E055E_inline(L_1, L_2, /*hidden argument*/NULL);
SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * L_3 = L_1;
bool L_4 = ___isListed1;
NullCheck(L_3);
SetMatchAttributesRequest_set_isListed_m3649E2D22E486CDD3B0C58B25CAB010745511A4A_inline(L_3, L_4, /*hidden argument*/NULL);
SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * L_5 = L_3;
int32_t L_6 = ___requestDomain2;
NullCheck(L_5);
Request_set_domain_m24894A3841D7080EA468B2407157E00EC745B60E_inline(L_5, L_6, /*hidden argument*/NULL);
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_7 = ___callback3;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_8 = NetworkMatch_SetMatchAttributes_mFC668A67A81A61F24BB344B1983B598FA4F722C5(__this, L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0029;
}
IL_0029:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_9 = V_0;
return L_9;
}
}
// UnityEngine.Coroutine UnityEngine.Networking.Match.NetworkMatch::SetMatchAttributes(UnityEngine.Networking.Match.SetMatchAttributesRequest,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * NetworkMatch_SetMatchAttributes_mFC668A67A81A61F24BB344B1983B598FA4F722C5 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * ___req0, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch_SetMatchAttributes_mFC668A67A81A61F24BB344B1983B598FA4F722C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * V_1 = NULL;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_2 = NULL;
bool V_3 = false;
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_4 = NULL;
uint64_t V_5 = 0;
uint64_t V_6 = 0;
bool V_7 = false;
{
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_0 = ___callback1;
V_3 = (bool)((((RuntimeObject*)(BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_3;
if (!L_1)
{
goto IL_001d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral68496DA6F4EEE1C96269BDD071082FF722EB635E, /*hidden argument*/NULL);
V_4 = (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL;
goto IL_0132;
}
IL_001d:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = NetworkMatch_get_baseUri_m689882804A9E23A3F148824071D141457D1DD89B(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_3, L_2, _stringLiteral270CF1859AC57B9BD7C9598AAFEFFC38759CA39C, /*hidden argument*/NULL);
V_0 = L_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = V_0;
String_t* L_5 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral77DE898528700E32FE536FD18ECDB9F061F8AE87, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_5, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_6 = (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 *)il2cpp_codegen_object_new(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var);
WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695(L_6, /*hidden argument*/NULL);
V_1 = L_6;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
int32_t L_8 = ((Request_tD69F6485B01B639F633255CB12D08AFE608531B0_StaticFields*)il2cpp_codegen_static_fields_for(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var))->get_currentVersion_0();
NullCheck(L_7);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_7, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_8, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_9 = V_1;
String_t* L_10 = Application_get_cloudProjectId_m1371260E47D49048AE53E2495CF9B51F1EECCAB2(/*hidden argument*/NULL);
NullCheck(L_9);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_9, _stringLiteral73695D1B1DF960900F29825E3300D2832ED69CCD, L_10, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_11 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
uint64_t L_12 = Utility_GetSourceID_mD0664476B10055B48AE8241BE436F7485B4DD08C(/*hidden argument*/NULL);
V_5 = L_12;
RuntimeObject * L_13 = Box(SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB_il2cpp_TypeInfo_var, (&V_5));
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
V_5 = *(uint64_t*)UnBox(L_13);
NullCheck(L_11);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_11, _stringLiteralDBAB6D3021A0949473F9EA3AFDB545CC8FFA99AC, L_14, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_15 = V_1;
SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * L_16 = ___req0;
NullCheck(L_16);
uint64_t L_17 = SetMatchAttributesRequest_get_networkId_m3238E7CF42074E259BAD61CC3D4FA5445BFD4AB2_inline(L_16, /*hidden argument*/NULL);
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_18 = Utility_GetAccessTokenForNetwork_m5E89A2A601DEE96C45953C05ED1E4AADDE8C60AB(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
String_t* L_19 = NetworkAccessToken_GetByteString_m50ACF8E6E1720274D2D6EBED14A1B0BFA76CC0F9(L_18, /*hidden argument*/NULL);
NullCheck(L_15);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_15, _stringLiteral4EFFC10FA738CB384419714982D243F290CBC6CE, L_19, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_20 = V_1;
SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * L_21 = ___req0;
NullCheck(L_21);
int32_t L_22 = Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4_inline(L_21, /*hidden argument*/NULL);
NullCheck(L_20);
WWWForm_AddField_mB26D9AEFB61E1FBEF6BC57B36A54DB059ECE9248(L_20, _stringLiteral9120580E94F134CB7C9F27CD1E43DBC82980E152, L_22, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_23 = V_1;
SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * L_24 = ___req0;
NullCheck(L_24);
uint64_t L_25 = SetMatchAttributesRequest_get_networkId_m3238E7CF42074E259BAD61CC3D4FA5445BFD4AB2_inline(L_24, /*hidden argument*/NULL);
V_6 = L_25;
RuntimeObject * L_26 = Box(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_il2cpp_TypeInfo_var, (&V_6));
NullCheck(L_26);
String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26);
V_6 = *(uint64_t*)UnBox(L_26);
NullCheck(L_23);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_23, _stringLiteral2A865A27F93332F4BA0712EFF922CE757B69EE0D, L_27, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_28 = V_1;
SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * L_29 = ___req0;
NullCheck(L_29);
bool L_30 = SetMatchAttributesRequest_get_isListed_m4CD600E8F25605AAE36E2B17284B857123CB49B4_inline(L_29, /*hidden argument*/NULL);
V_7 = L_30;
String_t* L_31 = Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301((bool*)(&V_7), /*hidden argument*/NULL);
NullCheck(L_28);
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_28, _stringLiteralE0B2B22DC9C6B6569BBBAC486BB74616BCB6D7D9, L_31, /*hidden argument*/NULL);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_32 = V_1;
NullCheck(L_32);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_33 = WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A(L_32, /*hidden argument*/NULL);
NullCheck(L_33);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_33, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3, _stringLiteralCA9FD0B2414177B79AC2EA7AD76252E4EF6DD65C, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_34 = V_0;
NullCheck(L_34);
String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_34);
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_36 = V_1;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_37 = UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87(L_35, L_36, /*hidden argument*/NULL);
V_2 = L_37;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_38 = V_2;
InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8 * L_39 = (InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8 *)il2cpp_codegen_object_new(InternalResponseDelegate_2_t025CF02D1818CA924B1CAF660446F7093AD3BDD8_il2cpp_TypeInfo_var);
InternalResponseDelegate_2__ctor_m80CCD1F3357440BA2E4A52E8C8F2375DBFE8D766(L_39, __this, (intptr_t)((intptr_t)NetworkMatch_OnSetMatchAttributes_mE3924ACE676E738CEC88BE76FF63F42B7F1719AD_RuntimeMethod_var), /*hidden argument*/InternalResponseDelegate_2__ctor_m80CCD1F3357440BA2E4A52E8C8F2375DBFE8D766_RuntimeMethod_var);
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_40 = ___callback1;
RuntimeObject* L_41 = NetworkMatch_ProcessMatchResponse_TisBasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_m4B1CCC119D5E809D3A8B5A75B69656144EE15588(__this, L_38, L_39, L_40, /*hidden argument*/NetworkMatch_ProcessMatchResponse_TisBasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C_TisBasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66_m4B1CCC119D5E809D3A8B5A75B69656144EE15588_RuntimeMethod_var);
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_42 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_41, /*hidden argument*/NULL);
V_4 = L_42;
goto IL_0132;
}
IL_0132:
{
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_43 = V_4;
return L_43;
}
}
// System.Void UnityEngine.Networking.Match.NetworkMatch::OnSetMatchAttributes(UnityEngine.Networking.Match.BasicResponse,UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkMatch_OnSetMatchAttributes_mE3924ACE676E738CEC88BE76FF63F42B7F1719AD (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C * ___response0, BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * ___userCallback1, const RuntimeMethod* method)
{
{
BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * L_0 = ___userCallback1;
BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C * L_1 = ___response0;
NullCheck(L_1);
bool L_2 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_1)->get_success_0();
BasicResponse_tB317EF9D5C3604BF61D901290154CBF9AF73627C * L_3 = ___response0;
NullCheck(L_3);
String_t* L_4 = ((Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 *)L_3)->get_extendedInfo_1();
NullCheck(L_0);
BasicResponseDelegate_Invoke_m3E88A12B4CFD6995E12DBEFE53E92F6FA277E9C6(L_0, L_2, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.Match.NetworkMatch::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkMatch__ctor_m361148AF3059B4547B33717EC38FEC798D6181B9 (NetworkMatch_t8F250F71EB16B1681BB533722AC210AAD539DF44 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkMatch__ctor_m361148AF3059B4547B33717EC38FEC798D6181B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_0, _stringLiteralA156AE09B7CCD30FD60AB03AA341DDDABB67C664, /*hidden argument*/NULL);
__this->set_m_BaseUri_4(L_0);
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 (BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * __this, bool ___success0, String_t* ___extendedInfo1, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, char*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___extendedInfo1' to native representation
char* ____extendedInfo1_marshaled = NULL;
____extendedInfo1_marshaled = il2cpp_codegen_marshal_string(___extendedInfo1);
// Native function invocation
il2cppPInvokeFunc(static_cast<int32_t>(___success0), ____extendedInfo1_marshaled);
// Marshaling cleanup of parameter '___extendedInfo1' native representation
il2cpp_codegen_marshal_free(____extendedInfo1_marshaled);
____extendedInfo1_marshaled = NULL;
}
// System.Void UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicResponseDelegate__ctor_m6978CFA73D90B8F9B2763EAA5390519BDAC42A9A (BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * __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 UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate::Invoke(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicResponseDelegate_Invoke_m3E88A12B4CFD6995E12DBEFE53E92F6FA277E9C6 (BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * __this, bool ___success0, String_t* ___extendedInfo1, 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) (bool, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___success0, ___extendedInfo1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, bool, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___success0, ___extendedInfo1, 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< bool, String_t* >::Invoke(targetMethod, targetThis, ___success0, ___extendedInfo1);
else
GenericVirtActionInvoker2< bool, String_t* >::Invoke(targetMethod, targetThis, ___success0, ___extendedInfo1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___success0, ___extendedInfo1);
else
VirtActionInvoker2< bool, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___success0, ___extendedInfo1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___success0) - 1), ___extendedInfo1, targetMethod);
}
typedef void (*FunctionPointerType) (void*, bool, String_t*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___success0, ___extendedInfo1, targetMethod);
}
}
}
}
// System.IAsyncResult UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate::BeginInvoke(System.Boolean,System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BasicResponseDelegate_BeginInvoke_mA0BEEA3DA347848767D4A63AC414580CFB6182A1 (BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * __this, bool ___success0, String_t* ___extendedInfo1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BasicResponseDelegate_BeginInvoke_mA0BEEA3DA347848767D4A63AC414580CFB6182A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___success0);
__d_args[1] = ___extendedInfo1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void UnityEngine.Networking.Match.NetworkMatch_BasicResponseDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicResponseDelegate_EndInvoke_m55A607AC92EB184801303D5C4781C2CDDC7A9CD8 (BasicResponseDelegate_t8187C8191D81C2DDE9FFEFCBEF4197628151DF66 * __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
// UnityEngine.Networking.Types.SourceID UnityEngine.Networking.Match.Request::get_sourceId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Request_get_sourceId_mB43BB1DD636F1F13F7909F4D34E3FE67389F9D26 (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CsourceIdU3Ek__BackingField_1();
return L_0;
}
}
// System.String UnityEngine.Networking.Match.Request::get_projectId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Request_get_projectId_m9C24E157342A158371E7D7C19AB1E8BE7F624149 (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CprojectIdU3Ek__BackingField_2();
return L_0;
}
}
// System.String UnityEngine.Networking.Match.Request::get_accessTokenString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Request_get_accessTokenString_m79BBBCA92FB34719E9FBD6484D66635566FE3160 (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CaccessTokenStringU3Ek__BackingField_3();
return L_0;
}
}
// System.Int32 UnityEngine.Networking.Match.Request::get_domain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4 (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CdomainU3Ek__BackingField_4();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.Request::set_domain(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request_set_domain_m24894A3841D7080EA468B2407157E00EC745B60E (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CdomainU3Ek__BackingField_4(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.Request::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
uint64_t L_4 = Request_get_sourceId_mB43BB1DD636F1F13F7909F4D34E3FE67389F9D26_inline(__this, /*hidden argument*/NULL);
uint64_t L_5 = L_4;
RuntimeObject * L_6 = Box(SourceID_t3BD07B2229C080BA0FDE06D593BB506DEB5356BB_il2cpp_TypeInfo_var, &L_5);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6);
String_t* L_7 = Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_7);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_3;
String_t* L_9 = Request_get_projectId_m9C24E157342A158371E7D7C19AB1E8BE7F624149_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_9);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_8;
String_t* L_11 = Request_get_accessTokenString_m79BBBCA92FB34719E9FBD6484D66635566FE3160_inline(__this, /*hidden argument*/NULL);
bool L_12 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_11, /*hidden argument*/NULL);
bool L_13 = L_12;
RuntimeObject * L_14 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_13);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_14);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_14);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_10;
int32_t L_16 = Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4_inline(__this, /*hidden argument*/NULL);
int32_t L_17 = L_16;
RuntimeObject * L_18 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_18);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_18);
String_t* L_19 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral540FBCF1AE2BFE45B64686162EE3D674733B04A1, L_15, /*hidden argument*/NULL);
V_0 = L_19;
goto IL_005f;
}
IL_005f:
{
String_t* L_20 = V_0;
return L_20;
}
}
// System.Void UnityEngine.Networking.Match.Request::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request__ctor_m3CCB7DDD40C5C6DAC0FFE7D89BAA2CA7FB575205 (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.Match.Request::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request__cctor_m66C0454E3627849D50A5CD61C9F7EC272686612C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Request__cctor_m66C0454E3627849D50A5CD61C9F7EC272686612C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((Request_tD69F6485B01B639F633255CB12D08AFE608531B0_StaticFields*)il2cpp_codegen_static_fields_for(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var))->set_currentVersion_0(3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Networking.Match.Response::SetFailure(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Response_SetFailure_mBCE3605B454161D3F467F8BDA85B2BE7F02995B4 (Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 * __this, String_t* ___info0, const RuntimeMethod* method)
{
{
__this->set_success_0((bool)0);
String_t* L_0 = __this->get_extendedInfo_1();
String_t* L_1 = ___info0;
String_t* L_2 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, L_1, /*hidden argument*/NULL);
__this->set_extendedInfo_1(L_2);
return;
}
}
// System.String UnityEngine.Networking.Match.Response::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Response_ToString_mBB9AD4B7C8F77AABB116C7366E08C58675B49F88 (Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Response_ToString_mBB9AD4B7C8F77AABB116C7366E08C58675B49F88_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Object_ToString_m1A80FB949DD14590DAE917A7B7274CC9FAD46EF4(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
bool L_4 = __this->get_success_0();
bool L_5 = L_4;
RuntimeObject * L_6 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_5);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_6);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_3;
String_t* L_8 = __this->get_extendedInfo_1();
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_8);
String_t* L_9 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral5C57E376454F00281EE6365E18135213E144909A, L_7, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0034;
}
IL_0034:
{
String_t* L_10 = V_0;
return L_10;
}
}
// System.Void UnityEngine.Networking.Match.Response::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Response__ctor_m121A6EFBF0E6A5B00E48F31BC7112A8214DAF839 (Response_tE3D1110D7F08CC65754EE4BF0F780D24FEB37742 * __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
// UnityEngine.Networking.Types.NetworkID UnityEngine.Networking.Match.SetMatchAttributesRequest::get_networkId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SetMatchAttributesRequest_get_networkId_m3238E7CF42074E259BAD61CC3D4FA5445BFD4AB2 (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_5();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.SetMatchAttributesRequest::set_networkId(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetMatchAttributesRequest_set_networkId_m390F6B041B2AFB2700CA4EC98A69ADE2065E055E (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_5(L_0);
return;
}
}
// System.Boolean UnityEngine.Networking.Match.SetMatchAttributesRequest::get_isListed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetMatchAttributesRequest_get_isListed_m4CD600E8F25605AAE36E2B17284B857123CB49B4 (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CisListedU3Ek__BackingField_6();
return L_0;
}
}
// System.Void UnityEngine.Networking.Match.SetMatchAttributesRequest::set_isListed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetMatchAttributesRequest_set_isListed_m3649E2D22E486CDD3B0C58B25CAB010745511A4A (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CisListedU3Ek__BackingField_6(L_0);
return;
}
}
// System.String UnityEngine.Networking.Match.SetMatchAttributesRequest::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SetMatchAttributesRequest_ToString_mB5DE9236C82C14BEA1E87860DEB484F0E610A961 (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SetMatchAttributesRequest_ToString_mB5DE9236C82C14BEA1E87860DEB484F0E610A961_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Request_ToString_m38062B2C7B269040125AE545E2C23434DA825EED(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
uint64_t L_4 = SetMatchAttributesRequest_get_networkId_m3238E7CF42074E259BAD61CC3D4FA5445BFD4AB2_inline(__this, /*hidden argument*/NULL);
uint64_t L_5 = L_4;
RuntimeObject * L_6 = Box(NetworkID_t640ACA4492C86B03F3C177280E27110E61017056_il2cpp_TypeInfo_var, &L_5);
NullCheck((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6);
String_t* L_7 = Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_6, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_7);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_3;
bool L_9 = SetMatchAttributesRequest_get_isListed_m4CD600E8F25605AAE36E2B17284B857123CB49B4_inline(__this, /*hidden argument*/NULL);
bool L_10 = L_9;
RuntimeObject * L_11 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_11);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_11);
String_t* L_12 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral8C3D95F35A9C155A18E7834F1F7801969D31473E, L_8, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0043;
}
IL_0043:
{
String_t* L_13 = V_0;
return L_13;
}
}
// System.Void UnityEngine.Networking.Match.SetMatchAttributesRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetMatchAttributesRequest__ctor_m1313A1062D40992E9BFB9595FB75AEE8FBD3AF52 (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SetMatchAttributesRequest__ctor_m1313A1062D40992E9BFB9595FB75AEE8FBD3AF52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Request_tD69F6485B01B639F633255CB12D08AFE608531B0_il2cpp_TypeInfo_var);
Request__ctor_m3CCB7DDD40C5C6DAC0FFE7D89BAA2CA7FB575205(__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.Boolean UnityEngine.Networking.NetworkTransport::DoesEndPointUsePlatformProtocols(System.Net.EndPoint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_DoesEndPointUsePlatformProtocols_m93715C4937C84701BA91E2C0EA0FB62C6B9FF4A0 (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___endPoint0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_DoesEndPointUsePlatformProtocols_m93715C4937C84701BA91E2C0EA0FB62C6B9FF4A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
int32_t G_B4_0 = 0;
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_0 = ___endPoint0;
NullCheck(L_0);
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_1);
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral63BFFDD58B92EC20F67F5EA9A1F16A5BDC755B40, /*hidden argument*/NULL);
V_0 = L_3;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0042;
}
}
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_5 = ___endPoint0;
NullCheck(L_5);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_6 = VirtFuncInvoker0< SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_5);
V_1 = L_6;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_7 = V_1;
NullCheck(L_7);
uint8_t L_8 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_7, 8, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0038;
}
}
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_9 = V_1;
NullCheck(L_9);
uint8_t L_10 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_9, ((int32_t)9), /*hidden argument*/NULL);
G_B4_0 = ((!(((uint32_t)L_10) <= ((uint32_t)0)))? 1 : 0);
goto IL_0039;
}
IL_0038:
{
G_B4_0 = 1;
}
IL_0039:
{
V_2 = (bool)G_B4_0;
bool L_11 = V_2;
if (!L_11)
{
goto IL_0041;
}
}
{
V_3 = (bool)1;
goto IL_0046;
}
IL_0041:
{
}
IL_0042:
{
V_3 = (bool)0;
goto IL_0046;
}
IL_0046:
{
bool L_12 = V_3;
return L_12;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::ConnectEndPoint(System.Int32,System.Net.EndPoint,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9 (int32_t ___hostId0, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___endPoint1, int32_t ___exceptionConnectionId2, uint8_t* ___error3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * V_4 = NULL;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * V_5 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
intptr_t V_7;
memset((&V_7), 0, sizeof(V_7));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL;
int32_t V_9 = 0;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
int32_t V_14 = 0;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
int32_t V_18 = 0;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * V_19 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_20 = NULL;
int32_t V_21 = 0;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
int32_t V_25 = 0;
bool V_26 = false;
int32_t G_B6_0 = 0;
int32_t G_B16_0 = 0;
int32_t G_B23_0 = 0;
{
uint8_t* L_0 = ___error3;
*((int8_t*)L_0) = (int8_t)0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t351795A786D9BBC52BBA769454BE5DF5BAE7F334____95D7E9C7483D5AF10DF20044FCD3E580073E1D4B_0_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
V_0 = L_2;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_4 = ___endPoint1;
V_1 = (bool)((((RuntimeObject*)(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_6 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_6, _stringLiteral54182A84A20F6C5D951923A178C05FE5309C87C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_0029:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_7 = ___endPoint1;
NullCheck(L_7);
Type_t * L_8 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_8);
bool L_10 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_9, _stringLiteralB65AEC2C1F1D067988CC1CB4A9BA0A7FDCBCBD27, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_006e;
}
}
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_11 = ___endPoint1;
NullCheck(L_11);
Type_t * L_12 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_12);
bool L_14 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_13, _stringLiteral63BFFDD58B92EC20F67F5EA9A1F16A5BDC755B40, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_006e;
}
}
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_15 = ___endPoint1;
NullCheck(L_15);
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_16);
bool L_18 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_17, _stringLiteral8924D5874831BC50AFA3A33061A7A9E30FD6B20B, /*hidden argument*/NULL);
G_B6_0 = ((int32_t)(L_18));
goto IL_006f;
}
IL_006e:
{
G_B6_0 = 0;
}
IL_006f:
{
V_2 = (bool)G_B6_0;
bool L_19 = V_2;
if (!L_19)
{
goto IL_007e;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_20 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_20, _stringLiteral97BC3ABCA7E4897E547BDD31B5AA93B5012DFC6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_007e:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_21 = ___endPoint1;
NullCheck(L_21);
Type_t * L_22 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_21, /*hidden argument*/NULL);
NullCheck(L_22);
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_22);
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteralB65AEC2C1F1D067988CC1CB4A9BA0A7FDCBCBD27, /*hidden argument*/NULL);
V_3 = L_24;
bool L_25 = V_3;
if (!L_25)
{
goto IL_020c;
}
}
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_26 = ___endPoint1;
V_4 = L_26;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_27 = V_4;
NullCheck(L_27);
int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_27);
V_10 = (bool)((((int32_t)((((int32_t)L_28) == ((int32_t)((int32_t)23)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_29 = V_10;
if (!L_29)
{
goto IL_00bd;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_30 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_30, _stringLiteral1231B361818CDAED43B031A9759E9926DFD25A63, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_00bd:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_31 = V_4;
NullCheck(L_31);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_32 = VirtFuncInvoker0< SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_31);
V_5 = L_32;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_33 = V_5;
NullCheck(L_33);
int32_t L_34 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB_inline(L_33, /*hidden argument*/NULL);
V_11 = (bool)((((int32_t)((((int32_t)L_34) == ((int32_t)((int32_t)14)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_35 = V_11;
if (!L_35)
{
goto IL_00e5;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_36 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_36, _stringLiteralDE85715FF1D87B5C765628DF09AE2C95BC9A9C19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_00e5:
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_37 = V_5;
NullCheck(L_37);
uint8_t L_38 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_37, 0, /*hidden argument*/NULL);
if (L_38)
{
goto IL_00fc;
}
}
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_39 = V_5;
NullCheck(L_39);
uint8_t L_40 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_39, 1, /*hidden argument*/NULL);
G_B16_0 = ((!(((uint32_t)L_40) <= ((uint32_t)0)))? 1 : 0);
goto IL_00fd;
}
IL_00fc:
{
G_B16_0 = 1;
}
IL_00fd:
{
V_12 = (bool)G_B16_0;
bool L_41 = V_12;
if (!L_41)
{
goto IL_010e;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_42 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_42, _stringLiteral76AA67F4975475A687F37781BFE59059956E164C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_010e:
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_43 = V_5;
NullCheck(L_43);
uint8_t L_44 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_43, 2, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_0;
NullCheck(L_45);
int32_t L_46 = 0;
uint8_t L_47 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
if ((!(((uint32_t)L_44) == ((uint32_t)L_47))))
{
goto IL_0147;
}
}
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_48 = V_5;
NullCheck(L_48);
uint8_t L_49 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_48, 3, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_0;
NullCheck(L_50);
int32_t L_51 = 1;
uint8_t L_52 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
if ((!(((uint32_t)L_49) == ((uint32_t)L_52))))
{
goto IL_0147;
}
}
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_53 = V_5;
NullCheck(L_53);
uint8_t L_54 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_53, 4, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_0;
NullCheck(L_55);
int32_t L_56 = 2;
uint8_t L_57 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
if ((!(((uint32_t)L_54) == ((uint32_t)L_57))))
{
goto IL_0147;
}
}
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_58 = V_5;
NullCheck(L_58);
uint8_t L_59 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_58, 5, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_0;
NullCheck(L_60);
int32_t L_61 = 3;
uint8_t L_62 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
G_B23_0 = ((((int32_t)((((int32_t)L_59) == ((int32_t)L_62))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0148;
}
IL_0147:
{
G_B23_0 = 1;
}
IL_0148:
{
V_13 = (bool)G_B23_0;
bool L_63 = V_13;
if (!L_63)
{
goto IL_0159;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_64 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_64, _stringLiteral479802BCA8527D4D2ABC512D3075F708D46F12E2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_0159:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
V_6 = L_65;
V_14 = 0;
goto IL_017e;
}
IL_0166:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = V_6;
int32_t L_67 = V_14;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_68 = V_5;
int32_t L_69 = V_14;
NullCheck(L_68);
uint8_t L_70 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_68, ((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_69)), /*hidden argument*/NULL);
NullCheck(L_66);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(L_67), (uint8_t)L_70);
int32_t L_71 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
}
IL_017e:
{
int32_t L_72 = V_14;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_6;
NullCheck(L_73);
V_15 = (bool)((((int32_t)L_72) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_73)->max_length))))))? 1 : 0);
bool L_74 = V_15;
if (L_74)
{
goto IL_0166;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
int64_t L_76 = BitConverter_ToInt64_m28987106F93DB8C163FD4E740B4FEA405CC8A7FA(L_75, 0, /*hidden argument*/NULL);
IntPtr__ctor_m3C2353A241FD6B18CAE68756977D63B85F14DEBD((intptr_t*)(&V_7), L_76, /*hidden argument*/NULL);
intptr_t L_77 = V_7;
bool L_78 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_77, (intptr_t)(0), /*hidden argument*/NULL);
V_16 = L_78;
bool L_79 = V_16;
if (!L_79)
{
goto IL_01b8;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_80 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_80, _stringLiteral9D8E89898CB18DE263CD2BA9DD1F32D1588CD770, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_01b8:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2);
V_8 = L_81;
intptr_t L_82 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_83 = V_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = V_8;
NullCheck(L_84);
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2((intptr_t)L_82, L_83, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_84)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = V_8;
NullCheck(L_85);
int32_t L_86 = 1;
uint8_t L_87 = (L_85)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_88 = V_8;
NullCheck(L_88);
int32_t L_89 = 0;
uint8_t L_90 = (L_88)->GetAt(static_cast<il2cpp_array_size_t>(L_89));
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_87<<(int32_t)8)), (int32_t)L_90));
int32_t L_91 = V_9;
V_17 = (bool)((((int32_t)((((int32_t)L_91) == ((int32_t)((int32_t)23)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_92 = V_17;
if (!L_92)
{
goto IL_01f6;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_93 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_93, _stringLiteral321624F14500E0A0363CF96680BFC9C462DE39DF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_93, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_01f6:
{
int32_t L_94 = ___hostId0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = V_6;
int32_t L_96 = ___exceptionConnectionId2;
uint8_t* L_97 = ___error3;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_98 = NetworkTransport_Internal_ConnectEndPoint_m690C9EB6521C9CCC8D70A1AC678A86E23B9D8D5C(L_94, L_95, ((int32_t)128), L_96, (uint8_t*)L_97, /*hidden argument*/NULL);
V_18 = L_98;
goto IL_02be;
}
IL_020c:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_99 = ___endPoint1;
NullCheck(L_99);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_100 = VirtFuncInvoker0< SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_99);
V_19 = L_100;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_101 = V_19;
NullCheck(L_101);
int32_t L_102 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB_inline(L_101, /*hidden argument*/NULL);
V_22 = (bool)((((int32_t)((((int32_t)L_102) == ((int32_t)((int32_t)16)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_103 = V_22;
if (!L_103)
{
goto IL_0234;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_104 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_104, _stringLiteral18401E9F7A1446199AEA91AD35A7D2CD4FA8250E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_104, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_0234:
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_105 = V_19;
NullCheck(L_105);
uint8_t L_106 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_105, 0, /*hidden argument*/NULL);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_107 = V_19;
NullCheck(L_107);
int32_t L_108 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB_inline(L_107, /*hidden argument*/NULL);
V_23 = (bool)((((int32_t)((((int32_t)L_106) == ((int32_t)L_108))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_109 = V_23;
if (!L_109)
{
goto IL_0259;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_110 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_110, _stringLiteralFBF8D01C606FCA773324ED0AC894C23D48BD19DA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_0259:
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_111 = V_19;
NullCheck(L_111);
uint8_t L_112 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_111, 1, /*hidden argument*/NULL);
V_24 = (bool)((((int32_t)((((int32_t)L_112) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_113 = V_24;
if (!L_113)
{
goto IL_0278;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_114 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_114, _stringLiteral6D39C08CA7F8FBB00226FA6176F96ACD8406A416, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_114, NetworkTransport_ConnectEndPoint_mC8E263C9848A034137390EAFD92DDD8E886C68C9_RuntimeMethod_var);
}
IL_0278:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_115 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
V_20 = L_115;
V_25 = 0;
goto IL_029c;
}
IL_0286:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_116 = V_20;
int32_t L_117 = V_25;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_118 = V_19;
int32_t L_119 = V_25;
NullCheck(L_118);
uint8_t L_120 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_118, L_119, /*hidden argument*/NULL);
NullCheck(L_116);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(L_117), (uint8_t)L_120);
int32_t L_121 = V_25;
V_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1));
}
IL_029c:
{
int32_t L_122 = V_25;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_123 = V_20;
NullCheck(L_123);
V_26 = (bool)((((int32_t)L_122) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_123)->max_length))))))? 1 : 0);
bool L_124 = V_26;
if (L_124)
{
goto IL_0286;
}
}
{
int32_t L_125 = ___hostId0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_126 = V_20;
int32_t L_127 = ___exceptionConnectionId2;
uint8_t* L_128 = ___error3;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_129 = NetworkTransport_Internal_ConnectEndPoint_m690C9EB6521C9CCC8D70A1AC678A86E23B9D8D5C(L_125, L_126, ((int32_t)16), L_127, (uint8_t*)L_128, /*hidden argument*/NULL);
V_21 = L_129;
int32_t L_130 = V_21;
V_18 = L_130;
goto IL_02be;
}
IL_02be:
{
int32_t L_131 = V_18;
return L_131;
}
}
// System.Void UnityEngine.Networking.NetworkTransport::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_Init_m4416B410338D6F2C49DCE9BC080EBD57733973B8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_Init_m4416B410338D6F2C49DCE9BC080EBD57733973B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
NetworkTransport_InitializeClass_m50303A3F221D1F2C382B0C3589F9FCDCE86CC2B9(/*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.NetworkTransport::Init(UnityEngine.Networking.GlobalConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_Init_mCD809301258F7EB4506BB909BF2737667609A76F (GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * ___config0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_Init_mCD809301258F7EB4506BB909BF2737667609A76F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_0 = ___config0;
NullCheck(L_0);
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_1 = GlobalConfig_get_NetworkEventAvailable_mA19EB4981D737F1EE88A1B1963BD823360BA29A4(L_0, /*hidden argument*/NULL);
V_0 = (bool)((!(((RuntimeObject*)(Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_001a;
}
}
{
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_3 = ___config0;
NullCheck(L_3);
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_4 = GlobalConfig_get_NetworkEventAvailable_mA19EB4981D737F1EE88A1B1963BD823360BA29A4(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
NetworkTransport_SetNetworkEventAvailableCallback_m902AD4AB1DE3DE78F73A56797F2D41A825BCE2BF(L_4, /*hidden argument*/NULL);
}
IL_001a:
{
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_5 = ___config0;
NullCheck(L_5);
Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * L_6 = GlobalConfig_get_ConnectionReadyForSend_m68BD8A9B2E0176801FBA9EBD7865A6D7C52D5F8C(L_5, /*hidden argument*/NULL);
V_1 = (bool)((!(((RuntimeObject*)(Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE *)L_6) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_7 = V_1;
if (!L_7)
{
goto IL_0033;
}
}
{
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_8 = ___config0;
NullCheck(L_8);
Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * L_9 = GlobalConfig_get_ConnectionReadyForSend_m68BD8A9B2E0176801FBA9EBD7865A6D7C52D5F8C(L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
NetworkTransport_SetConnectionReadyForSendCallback_mA88CCE0BB3A9861C74215F1804B5B9AA4C7943F5(L_9, /*hidden argument*/NULL);
}
IL_0033:
{
GlobalConfig_tC7C21F3D9F2CF6532D409FAD2E913A5AA6A9CEA1 * L_10 = ___config0;
GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * L_11 = (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *)il2cpp_codegen_object_new(GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80_il2cpp_TypeInfo_var);
GlobalConfigInternal__ctor_m02FFD812EFB2B29331CA0A79D0490E273D9218F1(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
NetworkTransport_InitializeClassWithConfig_mEC6931219CF4F0907D79C2F59A5684220152C3A7(L_11, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.NetworkTransport::InitializeClass()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_InitializeClass_m50303A3F221D1F2C382B0C3589F9FCDCE86CC2B9 (const RuntimeMethod* method)
{
typedef void (*NetworkTransport_InitializeClass_m50303A3F221D1F2C382B0C3589F9FCDCE86CC2B9_ftn) ();
static NetworkTransport_InitializeClass_m50303A3F221D1F2C382B0C3589F9FCDCE86CC2B9_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_InitializeClass_m50303A3F221D1F2C382B0C3589F9FCDCE86CC2B9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::InitializeClass()");
_il2cpp_icall_func();
}
// System.Void UnityEngine.Networking.NetworkTransport::InitializeClassWithConfig(UnityEngine.Networking.GlobalConfigInternal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_InitializeClassWithConfig_mEC6931219CF4F0907D79C2F59A5684220152C3A7 (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 * ___config0, const RuntimeMethod* method)
{
typedef void (*NetworkTransport_InitializeClassWithConfig_mEC6931219CF4F0907D79C2F59A5684220152C3A7_ftn) (GlobalConfigInternal_t5FF415CDEC66FF228F01AEFD6B154AABA5184B80 *);
static NetworkTransport_InitializeClassWithConfig_mEC6931219CF4F0907D79C2F59A5684220152C3A7_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_InitializeClassWithConfig_mEC6931219CF4F0907D79C2F59A5684220152C3A7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::InitializeClassWithConfig(UnityEngine.Networking.GlobalConfigInternal)");
_il2cpp_icall_func(___config0);
}
// System.Void UnityEngine.Networking.NetworkTransport::Shutdown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_Shutdown_mF3CA51C65B0667F1484B63B9D230159EE0F1D480 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_Shutdown_mF3CA51C65B0667F1484B63B9D230159EE0F1D480_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
NetworkTransport_Cleanup_mB6D000AAE1ACFDCFA140F2EF8298012F893FA64E(/*hidden argument*/NULL);
return;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::AddHostWithSimulator(UnityEngine.Networking.HostTopology,System.Int32,System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddHostWithSimulator_mFAC7BC1714731813F32AB3839E74FA361F1C8CF4 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * ___topology0, int32_t ___minTimeout1, int32_t ___maxTimeout2, int32_t ___port3, String_t* ___ip4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_AddHostWithSimulator_mFAC7BC1714731813F32AB3839E74FA361F1C8CF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
{
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_0 = ___topology0;
V_0 = (bool)((((RuntimeObject*)(HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_2 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_2, _stringLiteral1A1F228190DF1EC528797D10EE3C3660FB8EFA34, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NetworkTransport_AddHostWithSimulator_mFAC7BC1714731813F32AB3839E74FA361F1C8CF4_RuntimeMethod_var);
}
IL_0014:
{
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_3 = ___topology0;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
NetworkTransport_CheckTopology_mEFD5868C2BAFB75AB9E350421B6ACEBDF4EA6AD2(L_3, /*hidden argument*/NULL);
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_4 = ___topology0;
HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * L_5 = (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 *)il2cpp_codegen_object_new(HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6_il2cpp_TypeInfo_var);
HostTopologyInternal__ctor_m2D08B1EDB463229E8E98B12F353413759BF03FD7(L_5, L_4, /*hidden argument*/NULL);
String_t* L_6 = ___ip4;
int32_t L_7 = ___port3;
int32_t L_8 = ___minTimeout1;
int32_t L_9 = ___maxTimeout2;
int32_t L_10 = NetworkTransport_AddHostInternal_m40606809CEC9166C4A944B3F3EE604EFF82BA256(L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
V_1 = L_10;
goto IL_002e;
}
IL_002e:
{
int32_t L_11 = V_1;
return L_11;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::AddHostWithSimulator(UnityEngine.Networking.HostTopology,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddHostWithSimulator_m95A843B5ED231E92CDCB0985F95C79E974158E6D (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * ___topology0, int32_t ___minTimeout1, int32_t ___maxTimeout2, int32_t ___port3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_AddHostWithSimulator_m95A843B5ED231E92CDCB0985F95C79E974158E6D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_0 = ___topology0;
int32_t L_1 = ___minTimeout1;
int32_t L_2 = ___maxTimeout2;
int32_t L_3 = ___port3;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_4 = NetworkTransport_AddHostWithSimulator_mFAC7BC1714731813F32AB3839E74FA361F1C8CF4(L_0, L_1, L_2, L_3, (String_t*)NULL, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_000e;
}
IL_000e:
{
int32_t L_5 = V_0;
return L_5;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::AddHost(UnityEngine.Networking.HostTopology,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddHost_m0BCF7C25405CAFFF5791A8C8690344C0A510E78A (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * ___topology0, int32_t ___port1, String_t* ___ip2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_AddHost_m0BCF7C25405CAFFF5791A8C8690344C0A510E78A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_0 = ___topology0;
int32_t L_1 = ___port1;
String_t* L_2 = ___ip2;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_3 = NetworkTransport_AddHostWithSimulator_mFAC7BC1714731813F32AB3839E74FA361F1C8CF4(L_0, 0, 0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_000e;
}
IL_000e:
{
int32_t L_4 = V_0;
return L_4;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::AddHostInternal(UnityEngine.Networking.HostTopologyInternal,System.String,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddHostInternal_m40606809CEC9166C4A944B3F3EE604EFF82BA256 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * ___topologyInt0, String_t* ___ip1, int32_t ___port2, int32_t ___minTimeout3, int32_t ___maxTimeout4, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_AddHostInternal_m40606809CEC9166C4A944B3F3EE604EFF82BA256_ftn) (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 *, String_t*, int32_t, int32_t, int32_t);
static NetworkTransport_AddHostInternal_m40606809CEC9166C4A944B3F3EE604EFF82BA256_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_AddHostInternal_m40606809CEC9166C4A944B3F3EE604EFF82BA256_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::AddHostInternal(UnityEngine.Networking.HostTopologyInternal,System.String,System.Int32,System.Int32,System.Int32)");
int32_t retVal = _il2cpp_icall_func(___topologyInt0, ___ip1, ___port2, ___minTimeout3, ___maxTimeout4);
return retVal;
}
// System.Int32 UnityEngine.Networking.NetworkTransport::AddWebsocketHost(UnityEngine.Networking.HostTopology,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddWebsocketHost_mBD3B1181086C98C551A58DCB5A18F2C9FA3C824E (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * ___topology0, int32_t ___port1, String_t* ___ip2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_AddWebsocketHost_mBD3B1181086C98C551A58DCB5A18F2C9FA3C824E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
{
int32_t L_0 = ___port1;
V_0 = (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0031;
}
}
{
String_t* L_2 = ___ip2;
int32_t L_3 = ___port1;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
bool L_4 = NetworkTransport_IsPortOpen_mE7674AF4AFAF5CA208EF9F5AD87922DDBA3182C2(L_2, L_3, /*hidden argument*/NULL);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0030;
}
}
{
int32_t L_6 = ___port1;
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
String_t* L_9 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteralF402B5AA236761761C6C62C68EBBA59DBBF9C143, L_8, _stringLiteralFD52B2D9B7F954EFE82BA98412E54E67E8218A2B, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_10 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NetworkTransport_AddWebsocketHost_mBD3B1181086C98C551A58DCB5A18F2C9FA3C824E_RuntimeMethod_var);
}
IL_0030:
{
}
IL_0031:
{
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_11 = ___topology0;
V_2 = (bool)((((RuntimeObject*)(HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E *)L_11) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_12 = V_2;
if (!L_12)
{
goto IL_0044;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_13 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_13, _stringLiteral1A1F228190DF1EC528797D10EE3C3660FB8EFA34, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NetworkTransport_AddWebsocketHost_mBD3B1181086C98C551A58DCB5A18F2C9FA3C824E_RuntimeMethod_var);
}
IL_0044:
{
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_14 = ___topology0;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
NetworkTransport_CheckTopology_mEFD5868C2BAFB75AB9E350421B6ACEBDF4EA6AD2(L_14, /*hidden argument*/NULL);
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_15 = ___topology0;
HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * L_16 = (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 *)il2cpp_codegen_object_new(HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6_il2cpp_TypeInfo_var);
HostTopologyInternal__ctor_m2D08B1EDB463229E8E98B12F353413759BF03FD7(L_16, L_15, /*hidden argument*/NULL);
String_t* L_17 = ___ip2;
int32_t L_18 = ___port1;
int32_t L_19 = NetworkTransport_AddWsHostInternal_m9501ADC46483178732962EE22A1B79044B09E0B4(L_16, L_17, L_18, /*hidden argument*/NULL);
V_3 = L_19;
goto IL_005b;
}
IL_005b:
{
int32_t L_20 = V_3;
return L_20;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::AddWsHostInternal(UnityEngine.Networking.HostTopologyInternal,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_AddWsHostInternal_m9501ADC46483178732962EE22A1B79044B09E0B4 (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 * ___topologyInt0, String_t* ___ip1, int32_t ___port2, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_AddWsHostInternal_m9501ADC46483178732962EE22A1B79044B09E0B4_ftn) (HostTopologyInternal_tD2811B66B8E6D4E6D50EC879AD280D3E5222CBF6 *, String_t*, int32_t);
static NetworkTransport_AddWsHostInternal_m9501ADC46483178732962EE22A1B79044B09E0B4_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_AddWsHostInternal_m9501ADC46483178732962EE22A1B79044B09E0B4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::AddWsHostInternal(UnityEngine.Networking.HostTopologyInternal,System.String,System.Int32)");
int32_t retVal = _il2cpp_icall_func(___topologyInt0, ___ip1, ___port2);
return retVal;
}
// System.Boolean UnityEngine.Networking.NetworkTransport::IsPortOpen(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_IsPortOpen_mE7674AF4AFAF5CA208EF9F5AD87922DDBA3182C2 (String_t* ___ip0, int32_t ___port1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_IsPortOpen_mE7674AF4AFAF5CA208EF9F5AD87922DDBA3182C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
String_t* V_1 = NULL;
TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * V_2 = NULL;
RuntimeObject* V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
String_t* G_B3_0 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D((500.0), /*hidden argument*/NULL);
V_0 = L_0;
String_t* L_1 = ___ip0;
if (!L_1)
{
goto IL_0016;
}
}
{
String_t* L_2 = ___ip0;
G_B3_0 = L_2;
goto IL_001b;
}
IL_0016:
{
G_B3_0 = _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9;
}
IL_001b:
{
V_1 = G_B3_0;
}
IL_001c:
try
{ // begin try (depth: 1)
{
TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * L_3 = (TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB *)il2cpp_codegen_object_new(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB_il2cpp_TypeInfo_var);
TcpClient__ctor_m152C74CC5F0D393E707CF031F18B0E04422936BF(L_3, /*hidden argument*/NULL);
V_2 = L_3;
}
IL_0023:
try
{ // begin try (depth: 2)
{
TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * L_4 = V_2;
String_t* L_5 = V_1;
int32_t L_6 = ___port1;
NullCheck(L_4);
RuntimeObject* L_7 = TcpClient_BeginConnect_m52E1A875F3FE5DEB08E08FC6DA4281AA1420A743(L_4, L_5, L_6, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL, /*hidden argument*/NULL);
V_3 = L_7;
RuntimeObject* L_8 = V_3;
NullCheck(L_8);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_9 = InterfaceFuncInvoker0< WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_8);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = V_0;
NullCheck(L_9);
bool L_11 = VirtFuncInvoker1< bool, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 >::Invoke(12 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.TimeSpan) */, L_9, L_10);
V_4 = L_11;
bool L_12 = V_4;
V_5 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_5;
if (!L_13)
{
goto IL_004e;
}
}
IL_0048:
{
V_6 = (bool)0;
IL2CPP_LEAVE(0x73, FINALLY_0059);
}
IL_004e:
{
TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * L_14 = V_2;
RuntimeObject* L_15 = V_3;
NullCheck(L_14);
TcpClient_EndConnect_m38E0788EDDA2DF9D90A67FA0CB3D030D3A9FC851(L_14, L_15, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_0059);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0059;
}
FINALLY_0059:
{ // begin finally (depth: 2)
{
TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * L_16 = V_2;
if (!L_16)
{
goto IL_0063;
}
}
IL_005c:
{
TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * L_17 = V_2;
NullCheck(L_17);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17);
}
IL_0063:
{
IL2CPP_END_FINALLY(89)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(89)
{
IL2CPP_JUMP_TBL(0x73, IL_0073)
IL2CPP_JUMP_TBL(0x64, IL_0064)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0064:
{
goto IL_006e;
}
} // 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_0067;
throw e;
}
CATCH_0067:
{ // begin catch(System.Object)
V_6 = (bool)0;
goto IL_0073;
} // end catch (depth: 1)
IL_006e:
{
V_6 = (bool)1;
goto IL_0073;
}
IL_0073:
{
bool L_18 = V_6;
return L_18;
}
}
// System.Void UnityEngine.Networking.NetworkTransport::ConnectAsNetworkHost(System.Int32,System.String,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_ConnectAsNetworkHost_m2A6012BB409804ABE5B405CE37BBADC57860F66D (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, uint64_t ___network3, uint64_t ___source4, uint16_t ___node5, uint8_t* ___error6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_ConnectAsNetworkHost_m2A6012BB409804ABE5B405CE37BBADC57860F66D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___hostId0;
String_t* L_1 = ___address1;
int32_t L_2 = ___port2;
uint64_t L_3 = ___network3;
uint64_t L_4 = ___source4;
uint16_t L_5 = ___node5;
uint8_t* L_6 = ___error6;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
NetworkTransport_ConnectAsNetworkHostInternal_mE78D43D0B6B5B15DCFD1C40B06BC888475E78499(L_0, L_1, L_2, L_3, L_4, L_5, (uint8_t*)L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.NetworkTransport::ConnectAsNetworkHostInternal(System.Int32,System.String,System.Int32,System.UInt64,System.UInt64,System.UInt16,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_ConnectAsNetworkHostInternal_mE78D43D0B6B5B15DCFD1C40B06BC888475E78499 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, uint64_t ___network3, uint64_t ___source4, uint16_t ___node5, uint8_t* ___error6, const RuntimeMethod* method)
{
typedef void (*NetworkTransport_ConnectAsNetworkHostInternal_mE78D43D0B6B5B15DCFD1C40B06BC888475E78499_ftn) (int32_t, String_t*, int32_t, uint64_t, uint64_t, uint16_t, uint8_t*);
static NetworkTransport_ConnectAsNetworkHostInternal_mE78D43D0B6B5B15DCFD1C40B06BC888475E78499_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_ConnectAsNetworkHostInternal_mE78D43D0B6B5B15DCFD1C40B06BC888475E78499_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::ConnectAsNetworkHostInternal(System.Int32,System.String,System.Int32,System.UInt64,System.UInt64,System.UInt16,System.Byte&)");
_il2cpp_icall_func(___hostId0, ___address1, ___port2, ___network3, ___source4, ___node5, ___error6);
}
// UnityEngine.Networking.NetworkEventType UnityEngine.Networking.NetworkTransport::ReceiveRelayEventFromHost(System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ReceiveRelayEventFromHost_mF46DCD86165337FD952090A1088935C04EBAAE22 (int32_t ___hostId0, uint8_t* ___error1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_ReceiveRelayEventFromHost_mF46DCD86165337FD952090A1088935C04EBAAE22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___hostId0;
uint8_t* L_1 = ___error1;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_2 = NetworkTransport_ReceiveRelayEventFromHostInternal_m5D285415CE010FB6BA5463BCA66B107EB9C9331E(L_0, (uint8_t*)L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_000b;
}
IL_000b:
{
int32_t L_3 = V_0;
return L_3;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::ReceiveRelayEventFromHostInternal(System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ReceiveRelayEventFromHostInternal_m5D285415CE010FB6BA5463BCA66B107EB9C9331E (int32_t ___hostId0, uint8_t* ___error1, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_ReceiveRelayEventFromHostInternal_m5D285415CE010FB6BA5463BCA66B107EB9C9331E_ftn) (int32_t, uint8_t*);
static NetworkTransport_ReceiveRelayEventFromHostInternal_m5D285415CE010FB6BA5463BCA66B107EB9C9331E_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_ReceiveRelayEventFromHostInternal_m5D285415CE010FB6BA5463BCA66B107EB9C9331E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::ReceiveRelayEventFromHostInternal(System.Int32,System.Byte&)");
int32_t retVal = _il2cpp_icall_func(___hostId0, ___error1);
return retVal;
}
// System.Int32 UnityEngine.Networking.NetworkTransport::ConnectToNetworkPeer(System.Int32,System.String,System.Int32,System.Int32,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Int32,System.Single,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ConnectToNetworkPeer_mDAECC312BC79153DFA25436E864790E739B056B3 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, int32_t ___exceptionConnectionId3, int32_t ___relaySlotId4, uint64_t ___network5, uint64_t ___source6, uint16_t ___node7, int32_t ___bytesPerSec8, float ___bucketSizeFactor9, uint8_t* ___error10, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_ConnectToNetworkPeer_mDAECC312BC79153DFA25436E864790E739B056B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___hostId0;
String_t* L_1 = ___address1;
int32_t L_2 = ___port2;
int32_t L_3 = ___exceptionConnectionId3;
int32_t L_4 = ___relaySlotId4;
uint64_t L_5 = ___network5;
uint64_t L_6 = ___source6;
uint16_t L_7 = ___node7;
int32_t L_8 = ___bytesPerSec8;
float L_9 = ___bucketSizeFactor9;
uint8_t* L_10 = ___error10;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_11 = NetworkTransport_ConnectToNetworkPeerInternal_m71618F4BFEC35077E7A52613CE1E900A847DE232(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, (uint8_t*)L_10, /*hidden argument*/NULL);
V_0 = L_11;
goto IL_001b;
}
IL_001b:
{
int32_t L_12 = V_0;
return L_12;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::ConnectToNetworkPeer(System.Int32,System.String,System.Int32,System.Int32,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ConnectToNetworkPeer_m8C95DFC3B2A813BF77C9AEF894D1E1FDA014B94E (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, int32_t ___exceptionConnectionId3, int32_t ___relaySlotId4, uint64_t ___network5, uint64_t ___source6, uint16_t ___node7, uint8_t* ___error8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_ConnectToNetworkPeer_m8C95DFC3B2A813BF77C9AEF894D1E1FDA014B94E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___hostId0;
String_t* L_1 = ___address1;
int32_t L_2 = ___port2;
int32_t L_3 = ___exceptionConnectionId3;
int32_t L_4 = ___relaySlotId4;
uint64_t L_5 = ___network5;
uint64_t L_6 = ___source6;
uint16_t L_7 = ___node7;
uint8_t* L_8 = ___error8;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_9 = NetworkTransport_ConnectToNetworkPeer_mDAECC312BC79153DFA25436E864790E739B056B3(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, 0, (0.0f), (uint8_t*)L_8, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_001d;
}
IL_001d:
{
int32_t L_10 = V_0;
return L_10;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::ConnectToNetworkPeerInternal(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.UInt64,System.UInt64,System.UInt16,System.Int32,System.Single,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ConnectToNetworkPeerInternal_m71618F4BFEC35077E7A52613CE1E900A847DE232 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, int32_t ___exceptionConnectionId3, int32_t ___relaySlotId4, uint64_t ___network5, uint64_t ___source6, uint16_t ___node7, int32_t ___bytesPerSec8, float ___bucketSizeFactor9, uint8_t* ___error10, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_ConnectToNetworkPeerInternal_m71618F4BFEC35077E7A52613CE1E900A847DE232_ftn) (int32_t, String_t*, int32_t, int32_t, int32_t, uint64_t, uint64_t, uint16_t, int32_t, float, uint8_t*);
static NetworkTransport_ConnectToNetworkPeerInternal_m71618F4BFEC35077E7A52613CE1E900A847DE232_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_ConnectToNetworkPeerInternal_m71618F4BFEC35077E7A52613CE1E900A847DE232_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::ConnectToNetworkPeerInternal(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.UInt64,System.UInt64,System.UInt16,System.Int32,System.Single,System.Byte&)");
int32_t retVal = _il2cpp_icall_func(___hostId0, ___address1, ___port2, ___exceptionConnectionId3, ___relaySlotId4, ___network5, ___source6, ___node7, ___bytesPerSec8, ___bucketSizeFactor9, ___error10);
return retVal;
}
// System.Int32 UnityEngine.Networking.NetworkTransport::GetCurrentRTT(System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_GetCurrentRTT_mE0629DBE7CFBFC73F44E7012FFAB0E197D484E19 (int32_t ___hostId0, int32_t ___connectionId1, uint8_t* ___error2, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_GetCurrentRTT_mE0629DBE7CFBFC73F44E7012FFAB0E197D484E19_ftn) (int32_t, int32_t, uint8_t*);
static NetworkTransport_GetCurrentRTT_mE0629DBE7CFBFC73F44E7012FFAB0E197D484E19_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_GetCurrentRTT_mE0629DBE7CFBFC73F44E7012FFAB0E197D484E19_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::GetCurrentRTT(System.Int32,System.Int32,System.Byte&)");
int32_t retVal = _il2cpp_icall_func(___hostId0, ___connectionId1, ___error2);
return retVal;
}
// System.String UnityEngine.Networking.NetworkTransport::GetConnectionInfo(System.Int32,System.Int32,System.Int32&,System.UInt64&,System.UInt16&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkTransport_GetConnectionInfo_m23F4918188D3D6474BB383CE29EBBC128504B967 (int32_t ___hostId0, int32_t ___connectionId1, int32_t* ___port2, uint64_t* ___network3, uint16_t* ___dstNode4, uint8_t* ___error5, const RuntimeMethod* method)
{
typedef String_t* (*NetworkTransport_GetConnectionInfo_m23F4918188D3D6474BB383CE29EBBC128504B967_ftn) (int32_t, int32_t, int32_t*, uint64_t*, uint16_t*, uint8_t*);
static NetworkTransport_GetConnectionInfo_m23F4918188D3D6474BB383CE29EBBC128504B967_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_GetConnectionInfo_m23F4918188D3D6474BB383CE29EBBC128504B967_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::GetConnectionInfo(System.Int32,System.Int32,System.Int32&,System.UInt64&,System.UInt16&,System.Byte&)");
String_t* retVal = _il2cpp_icall_func(___hostId0, ___connectionId1, ___port2, ___network3, ___dstNode4, ___error5);
return retVal;
}
// System.Void UnityEngine.Networking.NetworkTransport::GetConnectionInfo(System.Int32,System.Int32,System.String&,System.Int32&,UnityEngine.Networking.Types.NetworkID&,UnityEngine.Networking.Types.NodeID&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_GetConnectionInfo_m4661502EC7DF921E753B82FC4DFDB02F26280D7B (int32_t ___hostId0, int32_t ___connectionId1, String_t** ___address2, int32_t* ___port3, uint64_t* ___network4, uint16_t* ___dstNode5, uint8_t* ___error6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_GetConnectionInfo_m4661502EC7DF921E753B82FC4DFDB02F26280D7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
uint16_t V_1 = 0;
{
String_t** L_0 = ___address2;
int32_t L_1 = ___hostId0;
int32_t L_2 = ___connectionId1;
int32_t* L_3 = ___port3;
uint8_t* L_4 = ___error6;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
String_t* L_5 = NetworkTransport_GetConnectionInfo_m23F4918188D3D6474BB383CE29EBBC128504B967(L_1, L_2, (int32_t*)L_3, (uint64_t*)(&V_0), (uint16_t*)(&V_1), (uint8_t*)L_4, /*hidden argument*/NULL);
*((RuntimeObject **)L_0) = (RuntimeObject *)L_5;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_5);
uint64_t* L_6 = ___network4;
uint64_t L_7 = V_0;
*((int64_t*)L_6) = (int64_t)L_7;
uint16_t* L_8 = ___dstNode5;
uint16_t L_9 = V_1;
*((int16_t*)L_8) = (int16_t)L_9;
return;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::GetMaxPacketSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_GetMaxPacketSize_m70852FCA549D2A7984CBC5D23D796388C88C698C (const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_GetMaxPacketSize_m70852FCA549D2A7984CBC5D23D796388C88C698C_ftn) ();
static NetworkTransport_GetMaxPacketSize_m70852FCA549D2A7984CBC5D23D796388C88C698C_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_GetMaxPacketSize_m70852FCA549D2A7984CBC5D23D796388C88C698C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::GetMaxPacketSize()");
int32_t retVal = _il2cpp_icall_func();
return retVal;
}
// System.Boolean UnityEngine.Networking.NetworkTransport::RemoveHost(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_RemoveHost_mD176A125EDFF068E2D7D41235D42938509B52FDF (int32_t ___hostId0, const RuntimeMethod* method)
{
typedef bool (*NetworkTransport_RemoveHost_mD176A125EDFF068E2D7D41235D42938509B52FDF_ftn) (int32_t);
static NetworkTransport_RemoveHost_mD176A125EDFF068E2D7D41235D42938509B52FDF_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_RemoveHost_mD176A125EDFF068E2D7D41235D42938509B52FDF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::RemoveHost(System.Int32)");
bool retVal = _il2cpp_icall_func(___hostId0);
return retVal;
}
// System.Boolean UnityEngine.Networking.NetworkTransport::get_IsStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_get_IsStarted_m4CAF0D6C40DE6A0CAD6EED03E8CDF642BECFCE37 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_get_IsStarted_m4CAF0D6C40DE6A0CAD6EED03E8CDF642BECFCE37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
bool L_0 = NetworkTransport_IsStartedInternal_mA7CB621B96BEB417FAD0FE82C2410142531C57B4(/*hidden argument*/NULL);
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Boolean UnityEngine.Networking.NetworkTransport::IsStartedInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_IsStartedInternal_mA7CB621B96BEB417FAD0FE82C2410142531C57B4 (const RuntimeMethod* method)
{
typedef bool (*NetworkTransport_IsStartedInternal_mA7CB621B96BEB417FAD0FE82C2410142531C57B4_ftn) ();
static NetworkTransport_IsStartedInternal_mA7CB621B96BEB417FAD0FE82C2410142531C57B4_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_IsStartedInternal_mA7CB621B96BEB417FAD0FE82C2410142531C57B4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::IsStartedInternal()");
bool retVal = _il2cpp_icall_func();
return retVal;
}
// System.Int32 UnityEngine.Networking.NetworkTransport::Connect(System.Int32,System.String,System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_Connect_m9429B5EFCF1C98C03729D5B28518384369FA3347 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, int32_t ___exeptionConnectionId3, uint8_t* ___error4, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_Connect_m9429B5EFCF1C98C03729D5B28518384369FA3347_ftn) (int32_t, String_t*, int32_t, int32_t, uint8_t*);
static NetworkTransport_Connect_m9429B5EFCF1C98C03729D5B28518384369FA3347_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_Connect_m9429B5EFCF1C98C03729D5B28518384369FA3347_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::Connect(System.Int32,System.String,System.Int32,System.Int32,System.Byte&)");
int32_t retVal = _il2cpp_icall_func(___hostId0, ___address1, ___port2, ___exeptionConnectionId3, ___error4);
return retVal;
}
// System.Int32 UnityEngine.Networking.NetworkTransport::ConnectWithSimulatorInternal(System.Int32,System.String,System.Int32,System.Int32,System.Byte&,UnityEngine.Networking.ConnectionSimulatorConfigInternal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ConnectWithSimulatorInternal_mD0EA61F6D94F8FAC62D14F11EB64A8E34290D263 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, int32_t ___exeptionConnectionId3, uint8_t* ___error4, ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B * ___conf5, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_ConnectWithSimulatorInternal_mD0EA61F6D94F8FAC62D14F11EB64A8E34290D263_ftn) (int32_t, String_t*, int32_t, int32_t, uint8_t*, ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B *);
static NetworkTransport_ConnectWithSimulatorInternal_mD0EA61F6D94F8FAC62D14F11EB64A8E34290D263_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_ConnectWithSimulatorInternal_mD0EA61F6D94F8FAC62D14F11EB64A8E34290D263_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::ConnectWithSimulatorInternal(System.Int32,System.String,System.Int32,System.Int32,System.Byte&,UnityEngine.Networking.ConnectionSimulatorConfigInternal)");
int32_t retVal = _il2cpp_icall_func(___hostId0, ___address1, ___port2, ___exeptionConnectionId3, ___error4, ___conf5);
return retVal;
}
// System.Int32 UnityEngine.Networking.NetworkTransport::ConnectWithSimulator(System.Int32,System.String,System.Int32,System.Int32,System.Byte&,UnityEngine.Networking.ConnectionSimulatorConfig)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ConnectWithSimulator_m3A7B81AEFD1CA5AF947B0D789B0C7A7AE68479D2 (int32_t ___hostId0, String_t* ___address1, int32_t ___port2, int32_t ___exeptionConnectionId3, uint8_t* ___error4, ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * ___conf5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_ConnectWithSimulator_m3A7B81AEFD1CA5AF947B0D789B0C7A7AE68479D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___hostId0;
String_t* L_1 = ___address1;
int32_t L_2 = ___port2;
int32_t L_3 = ___exeptionConnectionId3;
uint8_t* L_4 = ___error4;
ConnectionSimulatorConfig_t553AC1EA4BCE7314AD6548692DC1EDA7A15674AE * L_5 = ___conf5;
ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B * L_6 = (ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B *)il2cpp_codegen_object_new(ConnectionSimulatorConfigInternal_tC32D171E8DCAF0AA1BFD2D34327B2B3C7587807B_il2cpp_TypeInfo_var);
ConnectionSimulatorConfigInternal__ctor_m9423C164BA29341E2446C3D101ED0F002EBB35B8(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_7 = NetworkTransport_ConnectWithSimulatorInternal_mD0EA61F6D94F8FAC62D14F11EB64A8E34290D263(L_0, L_1, L_2, L_3, (uint8_t*)L_4, L_6, /*hidden argument*/NULL);
V_0 = L_7;
goto IL_0016;
}
IL_0016:
{
int32_t L_8 = V_0;
return L_8;
}
}
// System.Boolean UnityEngine.Networking.NetworkTransport::Disconnect(System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_Disconnect_mFE13CE00A9119968993E457EC2D971DBFC41C483 (int32_t ___hostId0, int32_t ___connectionId1, uint8_t* ___error2, const RuntimeMethod* method)
{
typedef bool (*NetworkTransport_Disconnect_mFE13CE00A9119968993E457EC2D971DBFC41C483_ftn) (int32_t, int32_t, uint8_t*);
static NetworkTransport_Disconnect_mFE13CE00A9119968993E457EC2D971DBFC41C483_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_Disconnect_mFE13CE00A9119968993E457EC2D971DBFC41C483_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::Disconnect(System.Int32,System.Int32,System.Byte&)");
bool retVal = _il2cpp_icall_func(___hostId0, ___connectionId1, ___error2);
return retVal;
}
// System.Int32 UnityEngine.Networking.NetworkTransport::Internal_ConnectEndPoint(System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_Internal_ConnectEndPoint_m690C9EB6521C9CCC8D70A1AC678A86E23B9D8D5C (int32_t ___hostId0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___sockAddrStorage1, int32_t ___sockAddrStorageLen2, int32_t ___exceptionConnectionId3, uint8_t* ___error4, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_Internal_ConnectEndPoint_m690C9EB6521C9CCC8D70A1AC678A86E23B9D8D5C_ftn) (int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, uint8_t*);
static NetworkTransport_Internal_ConnectEndPoint_m690C9EB6521C9CCC8D70A1AC678A86E23B9D8D5C_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_Internal_ConnectEndPoint_m690C9EB6521C9CCC8D70A1AC678A86E23B9D8D5C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::Internal_ConnectEndPoint(System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte&)");
int32_t retVal = _il2cpp_icall_func(___hostId0, ___sockAddrStorage1, ___sockAddrStorageLen2, ___exceptionConnectionId3, ___error4);
return retVal;
}
// System.Boolean UnityEngine.Networking.NetworkTransport::Send(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_Send_mB69353E15777B45E0A22B5006B6DA5C610C22CC1 (int32_t ___hostId0, int32_t ___connectionId1, int32_t ___channelId2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer3, int32_t ___size4, uint8_t* ___error5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_Send_mB69353E15777B45E0A22B5006B6DA5C610C22CC1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer3;
V_0 = (bool)((((RuntimeObject*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0014;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_2 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_2, _stringLiteral38F7C8CA6D2DB82E26B83383CCB8E25E733E1143, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NetworkTransport_Send_mB69353E15777B45E0A22B5006B6DA5C610C22CC1_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_3 = ___hostId0;
int32_t L_4 = ___connectionId1;
int32_t L_5 = ___channelId2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer3;
int32_t L_7 = ___size4;
uint8_t* L_8 = ___error5;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
bool L_9 = NetworkTransport_SendWrapper_m59435DEFEE429FD1DDE98A1D5AA752414B744C4C(L_3, L_4, L_5, L_6, L_7, (uint8_t*)L_8, /*hidden argument*/NULL);
V_1 = L_9;
goto IL_0024;
}
IL_0024:
{
bool L_10 = V_1;
return L_10;
}
}
// System.Boolean UnityEngine.Networking.NetworkTransport::SendWrapper(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_SendWrapper_m59435DEFEE429FD1DDE98A1D5AA752414B744C4C (int32_t ___hostId0, int32_t ___connectionId1, int32_t ___channelId2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer3, int32_t ___size4, uint8_t* ___error5, const RuntimeMethod* method)
{
typedef bool (*NetworkTransport_SendWrapper_m59435DEFEE429FD1DDE98A1D5AA752414B744C4C_ftn) (int32_t, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, uint8_t*);
static NetworkTransport_SendWrapper_m59435DEFEE429FD1DDE98A1D5AA752414B744C4C_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_SendWrapper_m59435DEFEE429FD1DDE98A1D5AA752414B744C4C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::SendWrapper(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte&)");
bool retVal = _il2cpp_icall_func(___hostId0, ___connectionId1, ___channelId2, ___buffer3, ___size4, ___error5);
return retVal;
}
// UnityEngine.Networking.NetworkEventType UnityEngine.Networking.NetworkTransport::Receive(System.Int32&,System.Int32&,System.Int32&,System.Byte[],System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_Receive_m94165BFFB6721C9909B8ACAA28449D189FC14808 (int32_t* ___hostId0, int32_t* ___connectionId1, int32_t* ___channelId2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer3, int32_t ___bufferSize4, int32_t* ___receivedSize5, uint8_t* ___error6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_Receive_m94165BFFB6721C9909B8ACAA28449D189FC14808_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t* L_0 = ___hostId0;
int32_t* L_1 = ___connectionId1;
int32_t* L_2 = ___channelId2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer3;
int32_t L_4 = ___bufferSize4;
int32_t* L_5 = ___receivedSize5;
uint8_t* L_6 = ___error6;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_7 = NetworkTransport_PopData_m1FC55F814FF9C2343B912C475A0C6230B27D71C8((int32_t*)L_0, (int32_t*)L_1, (int32_t*)L_2, L_3, L_4, (int32_t*)L_5, (uint8_t*)L_6, /*hidden argument*/NULL);
V_0 = L_7;
goto IL_0013;
}
IL_0013:
{
int32_t L_8 = V_0;
return L_8;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::PopData(System.Int32&,System.Int32&,System.Int32&,System.Byte[],System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_PopData_m1FC55F814FF9C2343B912C475A0C6230B27D71C8 (int32_t* ___hostId0, int32_t* ___connectionId1, int32_t* ___channelId2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer3, int32_t ___bufferSize4, int32_t* ___receivedSize5, uint8_t* ___error6, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_PopData_m1FC55F814FF9C2343B912C475A0C6230B27D71C8_ftn) (int32_t*, int32_t*, int32_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t*, uint8_t*);
static NetworkTransport_PopData_m1FC55F814FF9C2343B912C475A0C6230B27D71C8_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_PopData_m1FC55F814FF9C2343B912C475A0C6230B27D71C8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::PopData(System.Int32&,System.Int32&,System.Int32&,System.Byte[],System.Int32,System.Int32&,System.Byte&)");
int32_t retVal = _il2cpp_icall_func(___hostId0, ___connectionId1, ___channelId2, ___buffer3, ___bufferSize4, ___receivedSize5, ___error6);
return retVal;
}
// UnityEngine.Networking.NetworkEventType UnityEngine.Networking.NetworkTransport::ReceiveFromHost(System.Int32,System.Int32&,System.Int32&,System.Byte[],System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_ReceiveFromHost_mBC5BC5EA8C78DBB54A074A1F90AB265030144809 (int32_t ___hostId0, int32_t* ___connectionId1, int32_t* ___channelId2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer3, int32_t ___bufferSize4, int32_t* ___receivedSize5, uint8_t* ___error6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_ReceiveFromHost_mBC5BC5EA8C78DBB54A074A1F90AB265030144809_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___hostId0;
int32_t* L_1 = ___connectionId1;
int32_t* L_2 = ___channelId2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer3;
int32_t L_4 = ___bufferSize4;
int32_t* L_5 = ___receivedSize5;
uint8_t* L_6 = ___error6;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_7 = NetworkTransport_PopDataFromHost_mF4AA0BBAA54710D81E0004BC1158F91BCB0AA9EB(L_0, (int32_t*)L_1, (int32_t*)L_2, L_3, L_4, (int32_t*)L_5, (uint8_t*)L_6, /*hidden argument*/NULL);
V_0 = L_7;
goto IL_0013;
}
IL_0013:
{
int32_t L_8 = V_0;
return L_8;
}
}
// System.Int32 UnityEngine.Networking.NetworkTransport::PopDataFromHost(System.Int32,System.Int32&,System.Int32&,System.Byte[],System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkTransport_PopDataFromHost_mF4AA0BBAA54710D81E0004BC1158F91BCB0AA9EB (int32_t ___hostId0, int32_t* ___connectionId1, int32_t* ___channelId2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer3, int32_t ___bufferSize4, int32_t* ___receivedSize5, uint8_t* ___error6, const RuntimeMethod* method)
{
typedef int32_t (*NetworkTransport_PopDataFromHost_mF4AA0BBAA54710D81E0004BC1158F91BCB0AA9EB_ftn) (int32_t, int32_t*, int32_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t*, uint8_t*);
static NetworkTransport_PopDataFromHost_mF4AA0BBAA54710D81E0004BC1158F91BCB0AA9EB_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_PopDataFromHost_mF4AA0BBAA54710D81E0004BC1158F91BCB0AA9EB_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::PopDataFromHost(System.Int32,System.Int32&,System.Int32&,System.Byte[],System.Int32,System.Int32&,System.Byte&)");
int32_t retVal = _il2cpp_icall_func(___hostId0, ___connectionId1, ___channelId2, ___buffer3, ___bufferSize4, ___receivedSize5, ___error6);
return retVal;
}
// System.Void UnityEngine.Networking.NetworkTransport::SetPacketStat(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_SetPacketStat_mEBB7628C167A1B73074FBE5098A05E8FBF6F2A72 (int32_t ___direction0, int32_t ___packetStatId1, int32_t ___numMsgs2, int32_t ___numBytes3, const RuntimeMethod* method)
{
typedef void (*NetworkTransport_SetPacketStat_mEBB7628C167A1B73074FBE5098A05E8FBF6F2A72_ftn) (int32_t, int32_t, int32_t, int32_t);
static NetworkTransport_SetPacketStat_mEBB7628C167A1B73074FBE5098A05E8FBF6F2A72_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_SetPacketStat_mEBB7628C167A1B73074FBE5098A05E8FBF6F2A72_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::SetPacketStat(System.Int32,System.Int32,System.Int32,System.Int32)");
_il2cpp_icall_func(___direction0, ___packetStatId1, ___numMsgs2, ___numBytes3);
}
// System.Void UnityEngine.Networking.NetworkTransport::SetNetworkEventAvailableCallback(System.Action`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_SetNetworkEventAvailableCallback_m902AD4AB1DE3DE78F73A56797F2D41A825BCE2BF (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * ___callback0, const RuntimeMethod* method)
{
typedef void (*NetworkTransport_SetNetworkEventAvailableCallback_m902AD4AB1DE3DE78F73A56797F2D41A825BCE2BF_ftn) (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *);
static NetworkTransport_SetNetworkEventAvailableCallback_m902AD4AB1DE3DE78F73A56797F2D41A825BCE2BF_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_SetNetworkEventAvailableCallback_m902AD4AB1DE3DE78F73A56797F2D41A825BCE2BF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::SetNetworkEventAvailableCallback(System.Action`1<System.Int32>)");
_il2cpp_icall_func(___callback0);
}
// System.Void UnityEngine.Networking.NetworkTransport::Cleanup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_Cleanup_mB6D000AAE1ACFDCFA140F2EF8298012F893FA64E (const RuntimeMethod* method)
{
typedef void (*NetworkTransport_Cleanup_mB6D000AAE1ACFDCFA140F2EF8298012F893FA64E_ftn) ();
static NetworkTransport_Cleanup_mB6D000AAE1ACFDCFA140F2EF8298012F893FA64E_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_Cleanup_mB6D000AAE1ACFDCFA140F2EF8298012F893FA64E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::Cleanup()");
_il2cpp_icall_func();
}
// System.Void UnityEngine.Networking.NetworkTransport::SetConnectionReadyForSendCallback(System.Action`2<System.Int32,System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_SetConnectionReadyForSendCallback_mA88CCE0BB3A9861C74215F1804B5B9AA4C7943F5 (Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE * ___callback0, const RuntimeMethod* method)
{
typedef void (*NetworkTransport_SetConnectionReadyForSendCallback_mA88CCE0BB3A9861C74215F1804B5B9AA4C7943F5_ftn) (Action_2_t7F48DB8D71AB14B1331B4BB8EE28580F28191ACE *);
static NetworkTransport_SetConnectionReadyForSendCallback_mA88CCE0BB3A9861C74215F1804B5B9AA4C7943F5_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_SetConnectionReadyForSendCallback_mA88CCE0BB3A9861C74215F1804B5B9AA4C7943F5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::SetConnectionReadyForSendCallback(System.Action`2<System.Int32,System.Int32>)");
_il2cpp_icall_func(___callback0);
}
// System.Boolean UnityEngine.Networking.NetworkTransport::StartBroadcastDiscoveryWithData(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_StartBroadcastDiscoveryWithData_m2690DE1DB9E6D3C2D7C8171D673F9F0EC8CD9837 (int32_t ___hostId0, int32_t ___broadcastPort1, int32_t ___key2, int32_t ___version3, int32_t ___subversion4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer5, int32_t ___size6, int32_t ___timeout7, uint8_t* ___error8, const RuntimeMethod* method)
{
typedef bool (*NetworkTransport_StartBroadcastDiscoveryWithData_m2690DE1DB9E6D3C2D7C8171D673F9F0EC8CD9837_ftn) (int32_t, int32_t, int32_t, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, uint8_t*);
static NetworkTransport_StartBroadcastDiscoveryWithData_m2690DE1DB9E6D3C2D7C8171D673F9F0EC8CD9837_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_StartBroadcastDiscoveryWithData_m2690DE1DB9E6D3C2D7C8171D673F9F0EC8CD9837_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::StartBroadcastDiscoveryWithData(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte&)");
bool retVal = _il2cpp_icall_func(___hostId0, ___broadcastPort1, ___key2, ___version3, ___subversion4, ___buffer5, ___size6, ___timeout7, ___error8);
return retVal;
}
// System.Boolean UnityEngine.Networking.NetworkTransport::StartBroadcastDiscoveryWithoutData(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_StartBroadcastDiscoveryWithoutData_m45652A7F35C86B4D5A27E1B12618C0C500992C46 (int32_t ___hostId0, int32_t ___broadcastPort1, int32_t ___key2, int32_t ___version3, int32_t ___subversion4, int32_t ___timeout5, uint8_t* ___error6, const RuntimeMethod* method)
{
typedef bool (*NetworkTransport_StartBroadcastDiscoveryWithoutData_m45652A7F35C86B4D5A27E1B12618C0C500992C46_ftn) (int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, uint8_t*);
static NetworkTransport_StartBroadcastDiscoveryWithoutData_m45652A7F35C86B4D5A27E1B12618C0C500992C46_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_StartBroadcastDiscoveryWithoutData_m45652A7F35C86B4D5A27E1B12618C0C500992C46_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::StartBroadcastDiscoveryWithoutData(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte&)");
bool retVal = _il2cpp_icall_func(___hostId0, ___broadcastPort1, ___key2, ___version3, ___subversion4, ___timeout5, ___error6);
return retVal;
}
// System.Boolean UnityEngine.Networking.NetworkTransport::StartBroadcastDiscovery(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkTransport_StartBroadcastDiscovery_mBD6CAF933B85AA59CB15885ADF7D2883C5CF903D (int32_t ___hostId0, int32_t ___broadcastPort1, int32_t ___key2, int32_t ___version3, int32_t ___subversion4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer5, int32_t ___size6, int32_t ___timeout7, uint8_t* ___error8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_StartBroadcastDiscovery_mBD6CAF933B85AA59CB15885ADF7D2883C5CF903D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer5;
V_0 = (bool)((!(((RuntimeObject*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0063;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer5;
NullCheck(L_2);
int32_t L_3 = ___size6;
V_1 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) < ((int32_t)L_3))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_004e;
}
}
{
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, _stringLiteral3B9CF7A6535B3788D65F461CB41FA228C5409741);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3B9CF7A6535B3788D65F461CB41FA228C5409741);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
int32_t L_8 = ___size6;
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_10);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_7;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteral8C8DBA6BF5B6C52CFD58CB5BD6EEF006727DCB34);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral8C8DBA6BF5B6C52CFD58CB5BD6EEF006727DCB34);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___buffer5;
NullCheck(L_13);
int32_t L_14 = (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))));
RuntimeObject * L_15 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_15);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_15);
String_t* L_16 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_12, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_17 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NetworkTransport_StartBroadcastDiscovery_mBD6CAF933B85AA59CB15885ADF7D2883C5CF903D_RuntimeMethod_var);
}
IL_004e:
{
int32_t L_18 = ___size6;
V_2 = (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
bool L_19 = V_2;
if (!L_19)
{
goto IL_0062;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_20, _stringLiteral62245D3384C66468850C5001FABF5BED37AAC655, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NetworkTransport_StartBroadcastDiscovery_mBD6CAF933B85AA59CB15885ADF7D2883C5CF903D_RuntimeMethod_var);
}
IL_0062:
{
}
IL_0063:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___buffer5;
V_3 = (bool)((((RuntimeObject*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_21) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_22 = V_3;
if (!L_22)
{
goto IL_007f;
}
}
{
int32_t L_23 = ___hostId0;
int32_t L_24 = ___broadcastPort1;
int32_t L_25 = ___key2;
int32_t L_26 = ___version3;
int32_t L_27 = ___subversion4;
int32_t L_28 = ___timeout7;
uint8_t* L_29 = ___error8;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
bool L_30 = NetworkTransport_StartBroadcastDiscoveryWithoutData_m45652A7F35C86B4D5A27E1B12618C0C500992C46(L_23, L_24, L_25, L_26, L_27, L_28, (uint8_t*)L_29, /*hidden argument*/NULL);
V_4 = L_30;
goto IL_0096;
}
IL_007f:
{
int32_t L_31 = ___hostId0;
int32_t L_32 = ___broadcastPort1;
int32_t L_33 = ___key2;
int32_t L_34 = ___version3;
int32_t L_35 = ___subversion4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ___buffer5;
int32_t L_37 = ___size6;
int32_t L_38 = ___timeout7;
uint8_t* L_39 = ___error8;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
bool L_40 = NetworkTransport_StartBroadcastDiscoveryWithData_m2690DE1DB9E6D3C2D7C8171D673F9F0EC8CD9837(L_31, L_32, L_33, L_34, L_35, L_36, L_37, L_38, (uint8_t*)L_39, /*hidden argument*/NULL);
V_4 = L_40;
goto IL_0096;
}
IL_0096:
{
bool L_41 = V_4;
return L_41;
}
}
// System.Void UnityEngine.Networking.NetworkTransport::StopBroadcastDiscovery()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_StopBroadcastDiscovery_m03EEAABE19FD6F9FCD498EE817AFADC20E569FF5 (const RuntimeMethod* method)
{
typedef void (*NetworkTransport_StopBroadcastDiscovery_m03EEAABE19FD6F9FCD498EE817AFADC20E569FF5_ftn) ();
static NetworkTransport_StopBroadcastDiscovery_m03EEAABE19FD6F9FCD498EE817AFADC20E569FF5_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_StopBroadcastDiscovery_m03EEAABE19FD6F9FCD498EE817AFADC20E569FF5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::StopBroadcastDiscovery()");
_il2cpp_icall_func();
}
// System.Void UnityEngine.Networking.NetworkTransport::SetBroadcastCredentials(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_SetBroadcastCredentials_m71299B3A541F067FAC96F11D6752A9E690FD4F2F (int32_t ___hostId0, int32_t ___key1, int32_t ___version2, int32_t ___subversion3, uint8_t* ___error4, const RuntimeMethod* method)
{
typedef void (*NetworkTransport_SetBroadcastCredentials_m71299B3A541F067FAC96F11D6752A9E690FD4F2F_ftn) (int32_t, int32_t, int32_t, int32_t, uint8_t*);
static NetworkTransport_SetBroadcastCredentials_m71299B3A541F067FAC96F11D6752A9E690FD4F2F_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_SetBroadcastCredentials_m71299B3A541F067FAC96F11D6752A9E690FD4F2F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::SetBroadcastCredentials(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte&)");
_il2cpp_icall_func(___hostId0, ___key1, ___version2, ___subversion3, ___error4);
}
// System.String UnityEngine.Networking.NetworkTransport::GetBroadcastConnectionInfo(System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkTransport_GetBroadcastConnectionInfo_mDEDF1390ED8C35A9CCFF39A54D9D3BEDEFB88C35 (int32_t ___hostId0, int32_t* ___port1, uint8_t* ___error2, const RuntimeMethod* method)
{
typedef String_t* (*NetworkTransport_GetBroadcastConnectionInfo_mDEDF1390ED8C35A9CCFF39A54D9D3BEDEFB88C35_ftn) (int32_t, int32_t*, uint8_t*);
static NetworkTransport_GetBroadcastConnectionInfo_mDEDF1390ED8C35A9CCFF39A54D9D3BEDEFB88C35_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_GetBroadcastConnectionInfo_mDEDF1390ED8C35A9CCFF39A54D9D3BEDEFB88C35_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::GetBroadcastConnectionInfo(System.Int32,System.Int32&,System.Byte&)");
String_t* retVal = _il2cpp_icall_func(___hostId0, ___port1, ___error2);
return retVal;
}
// System.Void UnityEngine.Networking.NetworkTransport::GetBroadcastConnectionInfo(System.Int32,System.String&,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_GetBroadcastConnectionInfo_m176370FAE602381EE58054BE00F9110D4B477035 (int32_t ___hostId0, String_t** ___address1, int32_t* ___port2, uint8_t* ___error3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_GetBroadcastConnectionInfo_m176370FAE602381EE58054BE00F9110D4B477035_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t** L_0 = ___address1;
int32_t L_1 = ___hostId0;
int32_t* L_2 = ___port2;
uint8_t* L_3 = ___error3;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
String_t* L_4 = NetworkTransport_GetBroadcastConnectionInfo_mDEDF1390ED8C35A9CCFF39A54D9D3BEDEFB88C35(L_1, (int32_t*)L_2, (uint8_t*)L_3, /*hidden argument*/NULL);
*((RuntimeObject **)L_0) = (RuntimeObject *)L_4;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_4);
return;
}
}
// System.Void UnityEngine.Networking.NetworkTransport::GetBroadcastConnectionMessage(System.Int32,System.Byte[],System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_GetBroadcastConnectionMessage_m8A49D75BE5C2BE37F48A6393C6A85BD24267707A (int32_t ___hostId0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___bufferSize2, int32_t* ___receivedSize3, uint8_t* ___error4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_GetBroadcastConnectionMessage_m8A49D75BE5C2BE37F48A6393C6A85BD24267707A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___hostId0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer1;
int32_t L_2 = ___bufferSize2;
int32_t* L_3 = ___receivedSize3;
uint8_t* L_4 = ___error4;
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
NetworkTransport_GetBroadcastConnectionMessageInternal_m1D93E5DB467FB21FE594F859E17BC9FCF7E25134(L_0, L_1, L_2, (int32_t*)L_3, (uint8_t*)L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Networking.NetworkTransport::SetMulticastLock(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_SetMulticastLock_m10E96A3A78B74632E870A74F482101E6DDB07899 (bool ___enabled0, const RuntimeMethod* method)
{
typedef void (*NetworkTransport_SetMulticastLock_m10E96A3A78B74632E870A74F482101E6DDB07899_ftn) (bool);
static NetworkTransport_SetMulticastLock_m10E96A3A78B74632E870A74F482101E6DDB07899_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_SetMulticastLock_m10E96A3A78B74632E870A74F482101E6DDB07899_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::SetMulticastLock(System.Boolean)");
_il2cpp_icall_func(___enabled0);
}
// System.Void UnityEngine.Networking.NetworkTransport::GetBroadcastConnectionMessageInternal(System.Int32,System.Byte[],System.Int32,System.Int32&,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_GetBroadcastConnectionMessageInternal_m1D93E5DB467FB21FE594F859E17BC9FCF7E25134 (int32_t ___hostId0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___bufferSize2, int32_t* ___receivedSize3, uint8_t* ___error4, const RuntimeMethod* method)
{
typedef void (*NetworkTransport_GetBroadcastConnectionMessageInternal_m1D93E5DB467FB21FE594F859E17BC9FCF7E25134_ftn) (int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t*, uint8_t*);
static NetworkTransport_GetBroadcastConnectionMessageInternal_m1D93E5DB467FB21FE594F859E17BC9FCF7E25134_ftn _il2cpp_icall_func;
if (!_il2cpp_icall_func)
_il2cpp_icall_func = (NetworkTransport_GetBroadcastConnectionMessageInternal_m1D93E5DB467FB21FE594F859E17BC9FCF7E25134_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Networking.NetworkTransport::GetBroadcastConnectionMessageInternal(System.Int32,System.Byte[],System.Int32,System.Int32&,System.Byte&)");
_il2cpp_icall_func(___hostId0, ___buffer1, ___bufferSize2, ___receivedSize3, ___error4);
}
// System.Void UnityEngine.Networking.NetworkTransport::CheckTopology(UnityEngine.Networking.HostTopology)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport_CheckTopology_mEFD5868C2BAFB75AB9E350421B6ACEBDF4EA6AD2 (HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * ___topology0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport_CheckTopology_mEFD5868C2BAFB75AB9E350421B6ACEBDF4EA6AD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
{
IL2CPP_RUNTIME_CLASS_INIT(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var);
int32_t L_0 = NetworkTransport_GetMaxPacketSize_m70852FCA549D2A7984CBC5D23D796388C88C698C(/*hidden argument*/NULL);
V_0 = L_0;
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_1 = ___topology0;
NullCheck(L_1);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_2 = HostTopology_get_DefaultConfig_mF2C4DAED814D5D7DFAD94E60F371D3CB4224DD20(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
uint16_t L_3 = ConnectionConfig_get_PacketSize_m751DC5BD539C2975B917BEDA67052BD6CF8BACC3(L_2, /*hidden argument*/NULL);
int32_t L_4 = V_0;
V_1 = (bool)((((int32_t)L_3) > ((int32_t)L_4))? 1 : 0);
bool L_5 = V_1;
if (!L_5)
{
goto IL_0030;
}
}
{
String_t* L_6 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_0), /*hidden argument*/NULL);
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralC87FF14D0CB229E95B3CD2DD820E7330627B8C9A, L_6, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NetworkTransport_CheckTopology_mEFD5868C2BAFB75AB9E350421B6ACEBDF4EA6AD2_RuntimeMethod_var);
}
IL_0030:
{
V_2 = 0;
goto IL_0076;
}
IL_0034:
{
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_9 = ___topology0;
NullCheck(L_9);
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * L_10 = HostTopology_get_SpecialConnectionConfigs_mE8A948FCB41740D9B7B9C0BD2F91678513397432(L_9, /*hidden argument*/NULL);
int32_t L_11 = V_2;
NullCheck(L_10);
ConnectionConfig_t61AC2AC4F892AABE5897223C3FBFFD228867DD97 * L_12 = List_1_get_Item_m157EBCA0538E4A6BE8B50CE0C63A8C53EAAF0CD5_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_m157EBCA0538E4A6BE8B50CE0C63A8C53EAAF0CD5_RuntimeMethod_var);
NullCheck(L_12);
uint16_t L_13 = ConnectionConfig_get_PacketSize_m751DC5BD539C2975B917BEDA67052BD6CF8BACC3(L_12, /*hidden argument*/NULL);
int32_t L_14 = V_0;
V_3 = (bool)((((int32_t)L_13) > ((int32_t)L_14))? 1 : 0);
bool L_15 = V_3;
if (!L_15)
{
goto IL_0071;
}
}
{
String_t* L_16 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_2), /*hidden argument*/NULL);
String_t* L_17 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_0), /*hidden argument*/NULL);
String_t* L_18 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralE42F2F27CE2C8053F03A90732377C722B8F25DFD, L_16, _stringLiteral749E8CB3DEBCE82E56E78E26BD6FFA210FD1FFC2, L_17, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NetworkTransport_CheckTopology_mEFD5868C2BAFB75AB9E350421B6ACEBDF4EA6AD2_RuntimeMethod_var);
}
IL_0071:
{
int32_t L_20 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_0076:
{
int32_t L_21 = V_2;
HostTopology_tD01D253330A0DAA736EDFC67EE9585C363FA9B0E * L_22 = ___topology0;
NullCheck(L_22);
List_1_tDBE787B9B83BA3DA94D0CE3874A092B3CF9730A9 * L_23 = HostTopology_get_SpecialConnectionConfigs_mE8A948FCB41740D9B7B9C0BD2F91678513397432(L_22, /*hidden argument*/NULL);
NullCheck(L_23);
int32_t L_24 = List_1_get_Count_m0DE37CD73647F90E323864CF5D4CE7011F9CCF8F_inline(L_23, /*hidden argument*/List_1_get_Count_m0DE37CD73647F90E323864CF5D4CE7011F9CCF8F_RuntimeMethod_var);
V_4 = (bool)((((int32_t)L_21) < ((int32_t)L_24))? 1 : 0);
bool L_25 = V_4;
if (L_25)
{
goto IL_0034;
}
}
{
return;
}
}
// System.Void UnityEngine.Networking.NetworkTransport::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkTransport__cctor_m2727A7CF15FDDE579F295BE23E065092A9AB8225 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkTransport__cctor_m2727A7CF15FDDE579F295BE23E065092A9AB8225_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_StaticFields*)il2cpp_codegen_static_fields_for(NetworkTransport_tDD3D03342A8684ADB711E8946D500BD265E9FDCF_il2cpp_TypeInfo_var))->set_s_nextSceneId_0(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
#ifdef __clang__
#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 UnityEngine.Networking.Types.NetworkAccessToken::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkAccessToken__ctor_mBB2D70BD1BF72396386BC88C04EE55B8A65C5FED (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkAccessToken__ctor_mBB2D70BD1BF72396386BC88C04EE55B8A65C5FED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
__this->set_array_1(L_0);
return;
}
}
// System.Void UnityEngine.Networking.Types.NetworkAccessToken::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkAccessToken__ctor_mFBE4B4A1C7F5D2864C183741F6AB8A64CA8AF077 (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * __this, String_t* ___strArray0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkAccessToken__ctor_mFBE4B4A1C7F5D2864C183741F6AB8A64CA8AF077_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);
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
}
IL_0008:
try
{ // begin try (depth: 1)
String_t* L_0 = ___strArray0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_0, /*hidden argument*/NULL);
__this->set_array_1(L_1);
goto IL_002a;
} // 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_0018;
throw e;
}
CATCH_0018:
{ // begin catch(System.Exception)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
__this->set_array_1(L_2);
goto IL_002a;
} // end catch (depth: 1)
IL_002a:
{
return;
}
}
// System.String UnityEngine.Networking.Types.NetworkAccessToken::GetByteString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkAccessToken_GetByteString_m50ACF8E6E1720274D2D6EBED14A1B0BFA76CC0F9 (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkAccessToken_GetByteString_m50ACF8E6E1720274D2D6EBED14A1B0BFA76CC0F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_array_1();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_1 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
String_t* L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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
// UnityEngine.Networking.Types.SourceID UnityEngine.Networking.Utility::GetSourceID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Utility_GetSourceID_mD0664476B10055B48AE8241BE436F7485B4DD08C (const RuntimeMethod* method)
{
uint64_t V_0 = 0;
{
String_t* L_0 = SystemInfo_get_deviceUniqueIdentifier_mF4CA0225B1EFB8E7C581469F86F8A712E1485FCF(/*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
V_0 = (((int64_t)((int64_t)L_1)));
goto IL_000f;
}
IL_000f:
{
uint64_t L_2 = V_0;
return L_2;
}
}
// System.Void UnityEngine.Networking.Utility::SetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_SetAccessTokenForNetwork_m661388B8A299F21F96CA40C638EAB94E92EAB987 (uint64_t ___netId0, NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * ___accessToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utility_SetAccessTokenForNetwork_m661388B8A299F21F96CA40C638EAB94E92EAB987_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * L_0 = ((Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_StaticFields*)il2cpp_codegen_static_fields_for(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var))->get_s_dictTokens_0();
uint64_t L_1 = ___netId0;
NullCheck(L_0);
bool L_2 = Dictionary_2_ContainsKey_m414F419C84A4F313AD368AE7550056B4442808C8(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m414F419C84A4F313AD368AE7550056B4442808C8_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_001c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * L_4 = ((Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_StaticFields*)il2cpp_codegen_static_fields_for(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var))->get_s_dictTokens_0();
uint64_t L_5 = ___netId0;
NullCheck(L_4);
Dictionary_2_Remove_mC8FC047D404AD7B9FADE6354DE107249EC11216C(L_4, L_5, /*hidden argument*/Dictionary_2_Remove_mC8FC047D404AD7B9FADE6354DE107249EC11216C_RuntimeMethod_var);
}
IL_001c:
{
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * L_6 = ((Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_StaticFields*)il2cpp_codegen_static_fields_for(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var))->get_s_dictTokens_0();
uint64_t L_7 = ___netId0;
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_8 = ___accessToken1;
NullCheck(L_6);
Dictionary_2_Add_m50CA5F255BD3C8512D5C823AE7080BDA9812D0C6(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_Add_m50CA5F255BD3C8512D5C823AE7080BDA9812D0C6_RuntimeMethod_var);
return;
}
}
// UnityEngine.Networking.Types.NetworkAccessToken UnityEngine.Networking.Utility::GetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * Utility_GetAccessTokenForNetwork_m5E89A2A601DEE96C45953C05ED1E4AADDE8C60AB (uint64_t ___netId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utility_GetAccessTokenForNetwork_m5E89A2A601DEE96C45953C05ED1E4AADDE8C60AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * V_0 = NULL;
bool V_1 = false;
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * V_2 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var);
Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * L_0 = ((Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_StaticFields*)il2cpp_codegen_static_fields_for(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var))->get_s_dictTokens_0();
uint64_t L_1 = ___netId0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mC615B83227BD3571AE2218E9D8972F2650880776(L_0, L_1, (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mC615B83227BD3571AE2218E9D8972F2650880776_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_001d;
}
}
{
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_4 = (NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E *)il2cpp_codegen_object_new(NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E_il2cpp_TypeInfo_var);
NetworkAccessToken__ctor_mBB2D70BD1BF72396386BC88C04EE55B8A65C5FED(L_4, /*hidden argument*/NULL);
V_0 = L_4;
}
IL_001d:
{
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_5 = V_0;
V_2 = L_5;
goto IL_0021;
}
IL_0021:
{
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_6 = V_2;
return L_6;
}
}
// System.Void UnityEngine.Networking.Utility::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility__cctor_m37BB9FE34B09F16EF12BB097F42C4F20EA5D4428 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Utility__cctor_m37BB9FE34B09F16EF12BB097F42C4F20EA5D4428_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 * L_0 = (Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5 *)il2cpp_codegen_object_new(Dictionary_2_tE5A59A78F891177CE23963B60E102E3321CAECD5_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m2A2C3D66B822CEC69E3BD6FA01432C9183B3881C(L_0, /*hidden argument*/Dictionary_2__ctor_m2A2C3D66B822CEC69E3BD6FA01432C9183B3881C_RuntimeMethod_var);
((Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_StaticFields*)il2cpp_codegen_static_fields_for(Utility_t44C778E6606C5FD31320D818661DFEDB21462E60_il2cpp_TypeInfo_var))->set_s_dictTokens_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_name_m758C1260F0E5A801A69D0729E02BFE1596CA446E_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t CreateMatchRequest_get_size_m26C072BC2586CDAA206F1A037F7C899B3605572F_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->get_U3CsizeU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_publicAddress_mFBB49D3405ABAA84CB379FBA2EB9185EFC1FB2C9_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CpublicAddressU3Ek__BackingField_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_privateAddress_mD3EA6D888AA922B4D7D9D5DE446705C877323EE4_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CprivateAddressU3Ek__BackingField_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CreateMatchRequest_get_eloScore_mC2B73D793FAD18084D8D5880D51A6D82DB49EC52_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CeloScoreU3Ek__BackingField_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CreateMatchRequest_get_advertise_mB4CF16BC718D5647EA64E0C0D84800232FEDE025_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CadvertiseU3Ek__BackingField_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CreateMatchRequest_get_password_mB5542C65F81A2EA3B9C2EB3F8443237655E7FBF1_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CpasswordU3Ek__BackingField_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * CreateMatchRequest_get_matchAttributes_m3E3AB06F246ACF6E9E8A8CB3DDDF58023D533A5A_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = __this->get_U3CmatchAttributesU3Ek__BackingField_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t DestroyMatchRequest_get_networkId_m155C3066F19BF2C169F70379B774A745FE3EC5E8_inline (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t DropConnectionRequest_get_networkId_m46FAC8BD27E3B91D4DD440FADB304CC8C451FA05_inline (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint16_t DropConnectionRequest_get_nodeId_m61DF3B51F48BA96A1C489EA32FEB8FDF513F3DE8_inline (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, const RuntimeMethod* method)
{
{
uint16_t L_0 = __this->get_U3CnodeIdU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t JoinMatchRequest_get_networkId_mA72C4F82E460A1B4E8594A555F70FD8D807FE51C_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_get_publicAddress_m7B07407C6F195F6A58C9AE1C371CAEE0CCAFFB2E_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CpublicAddressU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_get_privateAddress_m740D1E59857BBE28C8C26AC5651936945DD2895B_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CprivateAddressU3Ek__BackingField_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t JoinMatchRequest_get_eloScore_mA31B7473BB715DDDC7CDBB128C7F3DEB6AE69A80_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CeloScoreU3Ek__BackingField_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* JoinMatchRequest_get_password_m8AC247EBF7E2054C83F1896E2E2718632F512DA2_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CpasswordU3Ek__BackingField_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListMatchRequest_get_pageSize_m39C8A603CFA75ACD0ADF6B7C7A405144D8F44825_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CpageSizeU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListMatchRequest_get_pageNum_mF88689FC279333B22B540994413F79274513035A_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CpageNumU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ListMatchRequest_get_nameFilter_m997F7050013377323A4C864F8D5F996B988A8783_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CnameFilterU3Ek__BackingField_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ListMatchRequest_get_filterOutPrivateMatches_m80B23FA43CF6B1DB2B4CFEBF00DE214F4B8A147A_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CfilterOutPrivateMatchesU3Ek__BackingField_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ListMatchRequest_get_eloScore_mD2635B5796DC5F090278468F58BE79D0707724E4_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CeloScoreU3Ek__BackingField_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ListMatchRequest_get_matchAttributeFilterLessThan_m1A95FAEA17DE3778285E78A66C2128219E7F48AA_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = __this->get_U3CmatchAttributeFilterLessThanU3Ek__BackingField_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ListMatchRequest_get_matchAttributeFilterEqualTo_mAA98CA572956481048DBD24DD891726342352E85_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = __this->get_U3CmatchAttributeFilterEqualToU3Ek__BackingField_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ListMatchRequest_get_matchAttributeFilterGreaterThan_mAA044F92C83D2028D691B5E00B5CDD5E6EA839BA_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = __this->get_U3CmatchAttributeFilterGreaterThanU3Ek__BackingField_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_address_m1722D52FE8C692D37763B815F81CCE414DDF4540_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CaddressU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_port_mB647F1CFFD423B1E1897DEBDBB2D71E24A7688EE_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CportU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_domain_mCF2DFAD90016123B12A3845B7B5F5274F295307C_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CdomainU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_networkId_m11F31193100ADB2E9F1F23D753E564288CFF9BEB_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_accessToken_mFAFD9669BA3890459A35FFD37801448629D6E40B_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * ___value0, const RuntimeMethod* method)
{
{
NetworkAccessToken_t9CD72E2424AA4A39A3CCC88B174994CDED4E4C5E * L_0 = ___value0;
__this->set_U3CaccessTokenU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_nodeId_m9F6F7E9D8709B8A7C6E8662AEF206FE701431FD8_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
__this->set_U3CnodeIdU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfo_set_usingRelay_m55E08B53CB11316AB9D7D1DAB6D706FF2F55E866_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CusingRelayU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t MatchInfo_get_networkId_m1F45BAEACA4C6EDD5F5268FDA02D697E1DE013AE_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* MatchInfo_get_address_mB071EC6B12C9217A4A426145308121B1EF4C948C_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CaddressU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t MatchInfo_get_port_m8A8BBB4B6A4B448C526B851E87A35D67EEC3BF4B_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CportU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint16_t MatchInfo_get_nodeId_m5F6D7DC74FE0704B1FE94CDA1063B6A4C83E51CD_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
uint16_t L_0 = __this->get_U3CnodeIdU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool MatchInfo_get_usingRelay_m23AC7961589F345EB1D736B7DFA35493569F43B2_inline (MatchInfo_t58A048105389B5BE9220A1B0DFAAD89A09FB1AE6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CusingRelayU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_networkId_mDF850891D726976035BFFBDC07DFBA7E43052F80_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_hostNodeId_m581D1738086D88C5D1D4709E4CA2D078D6B00F4D_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
__this->set_U3ChostNodeIdU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_name_mAD06EC61C3278794EF5F2BA805BD17F24D93D9B5_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_averageEloScore_m3C7A959CEB958C81A60727D927D5FD24EA87B585_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CaverageEloScoreU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_maxSize_mB6F0C42305EC37EFE8D4E00E93F3B50B711B86A9_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CmaxSizeU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_currentSize_m3D344B271550C7E2BEBFDD4369086FDBC286F939_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CcurrentSizeU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_isPrivate_m54F1A4681E2EA5A5B060624C06B522F3B847C4EB_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CisPrivateU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_matchAttributes_mAB83F48C1BF9A1203C94DDBD10D3D397DC9ED965_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * ___value0, const RuntimeMethod* method)
{
{
Dictionary_2_tB88C00CE0EE25424439BDBC50E178C73E6E14849 * L_0 = ___value0;
__this->set_U3CmatchAttributesU3Ek__BackingField_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoSnapshot_set_directConnectInfos_mE079383F96896F60DF2B9385A347B85FA1B805A7_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * ___value0, const RuntimeMethod* method)
{
{
List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * L_0 = ___value0;
__this->set_U3CdirectConnectInfosU3Ek__BackingField_8(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * MatchInfoSnapshot_get_directConnectInfos_m8C289112B655ABE05016857CE1075E76CC2FA97F_inline (MatchInfoSnapshot_t28D89668207CABBF15D308E537DC5D5109C56E13 * __this, const RuntimeMethod* method)
{
{
List_1_t4766D317EA4D02380714A2F4921888EF152FFF2E * L_0 = __this->get_U3CdirectConnectInfosU3Ek__BackingField_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_nodeId_m89F5A899636CB73E1021733D2229F2F4E95224B7_inline (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
__this->set_U3CnodeIdU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_publicAddress_mA2CECB09C4112B7BC45CF25346964435DD1A9987_inline (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpublicAddressU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_privateAddress_m7FDC6683D4A499C15AACA51A92772988AC199033_inline (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CprivateAddressU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MatchInfoDirectConnectSnapshot_set_hostPriority_m24E0FF8A3B387B8E13F630EB8A103EB29770DA3F_inline (MatchInfoDirectConnectSnapshot_tB3D4D56CCC501449F4CA320D4632C9FEF4B3C8F3 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3ChostPriorityU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_name_mDFB6F23F32DF4903BFA68A338441972541D200D7_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_size_m2E67E3FEFBFA37EFB5249331B7746A31410EF40F_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, uint32_t ___value0, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___value0;
__this->set_U3CsizeU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_advertise_mB975488E3880275C022BCC82CB44C01A4178D068_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CadvertiseU3Ek__BackingField_10(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_password_m7E22EFE46A80605278807589C1A10E060622811F_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpasswordU3Ek__BackingField_11(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_publicAddress_mBD9CA10D03634050C985CB973199233505D90ABA_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpublicAddressU3Ek__BackingField_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_privateAddress_m206A5C4DD415F0DCC58411B92BA8B0FD4401CA3A_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CprivateAddressU3Ek__BackingField_8(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CreateMatchRequest_set_eloScore_m9A7DBE9813EF84AA7E35448EEDF7BC51EF077A69_inline (CreateMatchRequest_tBA8E0F0FB16FA7BEE90BE386DF0CDDCB63F86DEC * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CeloScoreU3Ek__BackingField_9(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Request_set_domain_m24894A3841D7080EA468B2407157E00EC745B60E_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CdomainU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Request_get_domain_m32A5F78796DE783F41D48DC9A12809A31C2510E4_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CdomainU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_networkId_m17D1701EE5BA481F85E90F3B2D27023E592DDE3D_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_password_m0FED38CB37E0AECA7FAA81DBF45054D3165F0478_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpasswordU3Ek__BackingField_9(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_publicAddress_m9A0BC804118C1C2B118BB3264C459CF8D686FA34_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CpublicAddressU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_privateAddress_m7A1E005C6668F49B02389CC3D5F691CDA07EBA43_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CprivateAddressU3Ek__BackingField_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void JoinMatchRequest_set_eloScore_m4631566FCDCEECD746876C68F55F81B7FAD87360_inline (JoinMatchRequest_tD54ACE718405071C9C012605FCCF401313AB1C04 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CeloScoreU3Ek__BackingField_8(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DestroyMatchRequest_set_networkId_m82A95A89126A1E18B2764F33CDDEC2DC4EDD3EBB_inline (DestroyMatchRequest_tA3072A122BFD3813E45F6BCF50F8028A4B2C6F8A * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropConnectionRequest_set_networkId_m659E78FC84DE9252EF998C26236BFC29824E54C5_inline (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropConnectionRequest_set_nodeId_m206882BC3630A7C79A6C110B705C2C30ADD5FB62_inline (DropConnectionRequest_tF06348FB6719F4F84BB2B6F52A2602B254C1CB36 * __this, uint16_t ___value0, const RuntimeMethod* method)
{
{
uint16_t L_0 = ___value0;
__this->set_U3CnodeIdU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_pageNum_m187F81A02D08B952E10F29883A00B34E8A1E2DBD_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CpageNumU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_pageSize_mC276EBF5C8268C2B6B4C3B22FF4462DAC15026B6_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CpageSizeU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_nameFilter_m0530C58C3A4A9840E9C5B7DAD8A48EF0BAFC8A32_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_U3CnameFilterU3Ek__BackingField_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_filterOutPrivateMatches_m4E14E5D38011D05CB31022E54EA5AC1C007DBF03_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CfilterOutPrivateMatchesU3Ek__BackingField_8(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ListMatchRequest_set_eloScore_mD02DDB62961BF13555E8E9FB797CE8D6AE311E11_inline (ListMatchRequest_t2D006192C488D50B6FBB2E2E7EE23253CF3A540C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CeloScoreU3Ek__BackingField_9(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SetMatchAttributesRequest_set_networkId_m390F6B041B2AFB2700CA4EC98A69ADE2065E055E_inline (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, uint64_t ___value0, const RuntimeMethod* method)
{
{
uint64_t L_0 = ___value0;
__this->set_U3CnetworkIdU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SetMatchAttributesRequest_set_isListed_m3649E2D22E486CDD3B0C58B25CAB010745511A4A_inline (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CisListedU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t SetMatchAttributesRequest_get_networkId_m3238E7CF42074E259BAD61CC3D4FA5445BFD4AB2_inline (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CnetworkIdU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool SetMatchAttributesRequest_get_isListed_m4CD600E8F25605AAE36E2B17284B857123CB49B4_inline (SetMatchAttributesRequest_t1D5E9DFC4316D40ECC7D1BFFA2C5B5DC3615C87B * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CisListedU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint64_t Request_get_sourceId_mB43BB1DD636F1F13F7909F4D34E3FE67389F9D26_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_U3CsourceIdU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Request_get_projectId_m9C24E157342A158371E7D7C19AB1E8BE7F624149_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CprojectIdU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Request_get_accessTokenString_m79BBBCA92FB34719E9FBD6484D66635566FE3160_inline (Request_tD69F6485B01B639F633255CB12D08AFE608531B0 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_U3CaccessTokenStringU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB_inline (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Size_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR 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;
}
}