#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtualActionInvoker2 { 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 struct GenericVirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; 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 struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template 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 struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C; struct Action_1_t9070DE061D19D248F89E68DE9AE3A0F0E41DAD8F; struct Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093; struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; struct Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E; struct Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84; struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C; struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54; struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; struct Dictionary_2_t233B22B2AB2DF3C97A82C929AD762AF948A86CD0; struct Dictionary_2_t79BA378F246EFA4AD0AFFA017D788423CACA8638; struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710; struct Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125; struct Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04; struct Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B; struct EventHandler_1_t5D3FC4609BD8133ED1226D6D49A1D8076B16A9ED; struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457; struct Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C; struct Func_4_t40BB883D42F08E5687342C411442BA6DB88FDB27; struct IDictionary_2_t9503DE0744217071D554CC415B2890C454070024; struct IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19; struct IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF; struct IEnumerable_1_tEBA52C4C4A80AF07F4641AB76BA8B7DAF1CB1257; struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; struct IEnumerator_1_t327FF232159D9644239A65F54312F684DB7BE375; struct IEnumerator_1_t913F242211877D391217C9D75152235266FDAF10; struct IEnumerator_1_t174BFB804F1D416642CD11B72858B43316D8B26D; struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; struct IEqualityComparer_1_t958EAC5D5BD188327B4736D6F82A08EA1476A4C8; struct KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36; struct KeyCollection_tCF29229FC2418DB78325F019D8D0A72AEA4A6180; struct KeyCollection_t49775B782C64F5FF81B0C3CF532C2246245C9244; struct KeyCollection_t596AFB5E3C1022DCD49EB6327713CECE0DA2FA55; struct List_1_tBFF9DD9FFA06F20E74F9D7AD36610BD754D353A4; struct List_1_t1F9B4C694194BB665549C7844A774D35DB4CF0C6; struct List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5; struct List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436; struct List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8; struct List_1_t17FD9199793C023A82EBC5689EB973C3B88423B3; struct List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5; struct List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; struct ObservableDictionary_2_tE3DA3D4A73A1B27CD4A001BDBEAD3ACB891F20CC; struct ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D; struct Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A; struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6; struct Stack_1_t2CDC562A4A6FD1FE4DE0FC63A08FC106C6A84EFD; struct TaskSocketAsyncEventArgs_1_tEB937620E5B15D91E5BFEFFA707CF800930F8401; struct Task_1_t4C228DE57804012969575431CFF12D57C875552D; struct ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E; struct ValueCollection_t2A31C2763BD4AFC02C128249F1DC2A7D90DDE466; struct ValueCollection_t95EF44E0C49F7151F5DECF9A19C96E1DD07418E4; struct ValueCollection_t1B2F154357A74F1BBCACD5245F7EB30A816AA3A0; struct EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96; struct EntryU5BU5D_tDCEA905E4F854AC3368B049A8A1FC2B08E783A4F; struct EntryU5BU5D_t584A685BFB7A19721A1AF0E672F566E3EEFA088B; struct EntryU5BU5D_t55E33DD350ABF644F702D00AD29E2DE0C4F18A88; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct CookieU5BU5D_t1CBA26602B0C87DB9764E6A03406D77B6546E820; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct HTTPFieldDataU5BU5D_t8BAE6A0F96B667EB222BDEB6D8D6DCF7990F65E7; struct HTTPRequestU5BU5D_t9978254CBA978B2B6BBB7D97BA05C717E517B742; struct HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16; struct IExtensionU5BU5D_t3F85AA18571BC205F4C18957EEB35B86B45039F9; struct IHeartbeatU5BU5D_t9D5908DC46ABFB88FCCDFEB23E4F227ADD9DB5D9; struct IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D; struct IServerMessageU5BU5D_t01AAB226E07790AFC98B84E9F9CD8F50E26FB3AD; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; struct MessageU5BU5D_t68E16E08B7AFE30BB4EDB47EC4C2B9F91982C5DF; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B; struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2; struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; struct Connection_tA9A0C3B2D16699776D955D53F497123E122182CB; struct Cookie_t5596A82FEB1E885383124368DB51D857DA254D02; struct Credentials_tEA3478E97986CDF672E18BDB9C0BECA3572EFFD0; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; struct DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B; struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90; struct DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B; struct DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606; struct Delegate_t; struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293; struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095; struct EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2; struct EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020; struct EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E; struct EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E; struct Exception_t; struct FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7; struct GZipStream_t68FDD863BD0196073D1D0797E0A9C6F4174293E4; struct HTTPCacheFileInfo_tAF03D1005EAD27196E376EF24E7DC79FD3318EF3; struct HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77; struct HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A; struct HTTPMultiPartForm_t92300223232A7F05091AC33A6E5BCD9CB44298C2; struct HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D; struct HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB; struct HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774; struct HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C; struct HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE; struct Hub_t031250F588A18B3354937398C9FB54119774E3C0; struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; struct IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66; struct ICertificateVerifyer_t66FC3C9FC4C847AB3EF166DA713B9BFF5CDD8E1A; struct IClientCredentialsProvider_tBC23AD5EB3925E75641855CA8DA9CC209D5645C4; struct IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852; struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; struct IDictionaryEnumerator_tE129D608FCDB7207E0F0ECE33473CC950A83AD16; struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5; struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131; struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; struct IHeartbeat_t1937FA71BB7EABD553314DB39403C0EE33DD278C; struct IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45; struct IJsonEncoder_tDF9FF5FAC544F6BDCFD682648392B934B6E4640B; struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D; struct ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D; struct IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388; struct IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484; struct IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB; struct IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D; struct Json_t330F19EFBE5228E2A67CA6645787383CB56BD3FE; struct JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD; struct JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F; struct KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5; struct Lexer_t8EA7E771DBFBCCC71E85B400AF902FC3F482EBC9; struct LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98; struct LitJsonEncoder_tB44B9FCDCA35E40A37C132EFDF4E334A8AA3068B; struct ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158; struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2; struct Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C; struct MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0; struct MethodInfo_t; struct MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3; struct NegotiationData_t7D015037808F8339A800E24386B9761B55059859; struct NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0; struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; struct NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F; struct NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1; struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB; struct OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC; struct OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC; struct OnBeforeHeaderSendDelegate_t74EC26DD9AD6C018580808E95C1525F58E5BB79B; struct OnBeforeRedirectionDelegate_tECE58F99E47E919A2BF6F4BD1D877BC5E12C5F4C; struct OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC; struct OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D; struct OnDownloadProgressDelegate_t639F51319E1C390DE4C7131D2CDC2F087FB7E10B; struct OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17; struct OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F; struct OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259; struct OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66; struct OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19; struct OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D; struct OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A; struct OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977; struct OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF; struct OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F; struct OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9; struct OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E; struct OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954; struct OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E; struct OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579; struct OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F; struct OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26; struct OnUploadProgressDelegate_t776878E6D6A8A974A781B23F0D731BA0843BC8EA; struct OnWebSocketBinaryDelegate_t0887854D0D99CAD93C30B7AD22193C32E069DCBF; struct OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580; struct OnWebSocketErrorDelegate_t13368D5CD3F9265C69AF1766B84A8E145723F0B6; struct OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2; struct OnWebSocketIncompleteFrameDelegate_t671F9D1674EC4A6680FE68F811DFC6A14A0AAB9B; struct OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881; struct OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A; struct PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18; struct PostSendTransportBase_tC26ABA779DA12130FF6BBC31899D323AF4BA07C8; struct ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B; struct PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA; struct ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D; struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; struct SafeSocketHandle_t5A597D30D951E736B750ED09D5B3AB72F98407EE; struct SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449; struct SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A; struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2; struct ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14; struct Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E; struct SocketException_t6D10102A62EA871BD31748E026A372DB6804083B; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE; struct String_t; struct StringBuilder_t; struct TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4; struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7; struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3; struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4; struct TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F; struct TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A; struct Type_t; struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E; struct UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72; struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; struct WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3; struct WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73; struct WebSocketResponse_tF5617263ECC6A6816510138721D38E855A39F86A; struct WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B; struct WriterContext_t5E6D8EFF41F41F382870C9F0452344B25B6E666F; struct U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20; struct U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF; struct CachedEventArgs_tF0692E89962FD1A045B17BC985F838C11FB6822C; struct Int32TaskSocketAsyncEventArgs_t36C5FC82499ED9DAFE7F05C38EF92D77A0B248E9; struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05; struct U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63; struct U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084; struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09; IL2CPP_EXTERN_C RuntimeClass* Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConnectionStates_t2905FCE6E07371A79268D5D25A249B821D9F6075_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRequestStates_t2B9968F8437B3721205EFA162D99045C72699F60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPUpdateDelegator_tE302E86BCF2FFB97EA9365D1DA4F645E3048AE5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hub_t031250F588A18B3354937398C9FB54119774E3C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t7FAFDB77857BA6F1396E710E9F065944B2183233_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_tE129D608FCDB7207E0F0ECE33473CC950A83AD16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t1F32F711C91AEBCFA4770668CA067447D2A4F665_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t174BFB804F1D416642CD11B72858B43316D8B26D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t913F242211877D391217C9D75152235266FDAF10_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHubMessage_tCAB15605A47E458A977F2BCC1ED87B078D1ACC1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IJsonEncoder_tDF9FF5FAC544F6BDCFD682648392B934B6E4640B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonMapper_t1D8418D75E295325E817EEBABCF549B289BDD24A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageTypes_t7AB4D28DC6AD2BCD55828D9CD5FEF33E3F11C12A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NegotiationData_t7D015037808F8339A800E24386B9761B55059859_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RequestTypes_tAA5865AD6840DFC21D9A13BC2FD9555F7EC19AD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketException_t6D10102A62EA871BD31748E026A372DB6804083B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* States_t7B67C1043717C160A59679FB6959A50AC9081D88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransportStates_t119A892882D12E97D03F17009BF1450CF040AEDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral02DD31C6DDCF959F2F78207B9FED5C828B05AFE6; IL2CPP_EXTERN_C String_t* _stringLiteral03DC1846F96E833AD5B8E25E5D85886A967D1F92; IL2CPP_EXTERN_C String_t* _stringLiteral03E9BCD3ECD3BE36275494DFFD6E1DB3C0312ED9; IL2CPP_EXTERN_C String_t* _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0; IL2CPP_EXTERN_C String_t* _stringLiteral070480449A650B8CE54776FA437911FA08C7D56A; IL2CPP_EXTERN_C String_t* _stringLiteral0767326DBE1DD31063256737FD019DC6682353E2; IL2CPP_EXTERN_C String_t* _stringLiteral07F24E3663513333E4ADB9AAAFEFBA87D41163FF; IL2CPP_EXTERN_C String_t* _stringLiteral0833FBDC067FCF2E7612F9A7CDCD25E210936641; IL2CPP_EXTERN_C String_t* _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10; IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A; IL2CPP_EXTERN_C String_t* _stringLiteral0D09CCF18C4510764493D8C50333C217ACC724B0; IL2CPP_EXTERN_C String_t* _stringLiteral0E1BB40D3151F7D284144C16BA0C1E7558A35EC1; IL2CPP_EXTERN_C String_t* _stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D; IL2CPP_EXTERN_C String_t* _stringLiteral0E616BCCB0462632A2052D787BE5257255025F4D; IL2CPP_EXTERN_C String_t* _stringLiteral0E9C7EC66796179F504EE3E8DA0FCDDE429FCBEA; IL2CPP_EXTERN_C String_t* _stringLiteral0F3885041B08F24433786068C2FC57B9F3DE1610; IL2CPP_EXTERN_C String_t* _stringLiteral0FB2203678071B1B76C752F05037848ADF7A5112; IL2CPP_EXTERN_C String_t* _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11; IL2CPP_EXTERN_C String_t* _stringLiteral100F66B34DED70C9F077241426609E1784905F15; IL2CPP_EXTERN_C String_t* _stringLiteral1229CDA70216E5A3B75756A3D6E525BA4DD26363; IL2CPP_EXTERN_C String_t* _stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92; IL2CPP_EXTERN_C String_t* _stringLiteral18425C4666158E8AFC752182BAA35A0F096B4D2A; IL2CPP_EXTERN_C String_t* _stringLiteral18A51F3163E9EBC2ABE5D098BC5BB929C16D19F1; IL2CPP_EXTERN_C String_t* _stringLiteral1C43BBC730D6554284492E177CC73792E5456CE7; IL2CPP_EXTERN_C String_t* _stringLiteral1E1FCAD6D5F2EAD952FAE28EAF9E10DB43823BC4; IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E; IL2CPP_EXTERN_C String_t* _stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27; IL2CPP_EXTERN_C String_t* _stringLiteral21A47880E9DC63ED78135373BE427410F8B71E25; IL2CPP_EXTERN_C String_t* _stringLiteral2258EB5F9258653748577B964DC8266D5A63ACDC; IL2CPP_EXTERN_C String_t* _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; IL2CPP_EXTERN_C String_t* _stringLiteral234F44FED3A099CBAA179ED1947F5A4F20E9F0D1; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral25C8C9D8DED0F6BF5FE80824BCD945BA765C50DF; IL2CPP_EXTERN_C String_t* _stringLiteral2685E7725703696BDD3A2FD84AF2213B11F42B79; IL2CPP_EXTERN_C String_t* _stringLiteral26CD9693C7D92B2C8133452FFD5B46923FD76C3B; IL2CPP_EXTERN_C String_t* _stringLiteral283B032BD6AD83D538DFFC5F6B55104EAEEEA51F; IL2CPP_EXTERN_C String_t* _stringLiteral291C5499E585335468C83B4B3FECDCE45C923C61; IL2CPP_EXTERN_C String_t* _stringLiteral2AA8D0D29F5A4E3BCDD7388F723265F40C36E256; IL2CPP_EXTERN_C String_t* _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral2CFFCA0FD63404F4FD5ABD88691B64EB35DD6763; IL2CPP_EXTERN_C String_t* _stringLiteral2D237ADC0A2A1323199D8ECEAF721FC4EA117317; IL2CPP_EXTERN_C String_t* _stringLiteral319D1EB2B79ACDA1B65E4BA4BA666745E69FEECF; IL2CPP_EXTERN_C String_t* _stringLiteral33831BF047983F42122095C986CB2FBB701E1211; IL2CPP_EXTERN_C String_t* _stringLiteral34077EF4BA7E36D7E714C11E9B448D6C536ED8A3; IL2CPP_EXTERN_C String_t* _stringLiteral3511DB92D800773D9C2ACA4FD499B9035EA335ED; IL2CPP_EXTERN_C String_t* _stringLiteral3557DFD17900BD9911856B86C542BA84347915EA; IL2CPP_EXTERN_C String_t* _stringLiteral3901678227861A6D76F59003A9F98EDEA7FC9D97; IL2CPP_EXTERN_C String_t* _stringLiteral3C9BE877316ABBBEDC5B3242BFDD9275BE201AD6; IL2CPP_EXTERN_C String_t* _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869; IL2CPP_EXTERN_C String_t* _stringLiteral3E79AA7796E32FA8FF47673D803342C900D86532; IL2CPP_EXTERN_C String_t* _stringLiteral3F09CF3F4128543F4C0EFFAA49CA30CEB8E31417; IL2CPP_EXTERN_C String_t* _stringLiteral40426B37CE62B75DAB564F9F12A395138B30EAA6; IL2CPP_EXTERN_C String_t* _stringLiteral40E6D4B4BEEBFAD2F30C933AE25E725F43CF0F66; IL2CPP_EXTERN_C String_t* _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E; IL2CPP_EXTERN_C String_t* _stringLiteral4122E1A3F876D75C9BD432286A100D893045D3ED; IL2CPP_EXTERN_C String_t* _stringLiteral41728828FC1C790016A8B9B38739E29574C417B8; IL2CPP_EXTERN_C String_t* _stringLiteral4196D6E4ED2E5A9DE68CB2E67EC618DA631874C8; IL2CPP_EXTERN_C String_t* _stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E; IL2CPP_EXTERN_C String_t* _stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84; IL2CPP_EXTERN_C String_t* _stringLiteral4423BC60525F1ABE8E8DC5BD289F50278EAB2C7C; IL2CPP_EXTERN_C String_t* _stringLiteral44BDAEAC4527E4A113C39DD109CE9B80FF29FA70; IL2CPP_EXTERN_C String_t* _stringLiteral466A2A81EC044064EE193D200EA26C2AFB6AE235; IL2CPP_EXTERN_C String_t* _stringLiteral47A43C4737C1E86A02E115C112129980C151BEDB; IL2CPP_EXTERN_C String_t* _stringLiteral4812C522A64DD418F200FF20FBC3BA22B30509CE; IL2CPP_EXTERN_C String_t* _stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6; IL2CPP_EXTERN_C String_t* _stringLiteral4A629696BEFA3DB857BFAF4413EBC40F6515A27F; IL2CPP_EXTERN_C String_t* _stringLiteral4B707BAA338D53BDBAB48C4466951E816A70C4DD; IL2CPP_EXTERN_C String_t* _stringLiteral4C077225E26FCA470BAFA41549990018E0E8BF07; IL2CPP_EXTERN_C String_t* _stringLiteral4CB86F2199AEF79F6A30E9EF3D5ECD9E7E45F6E5; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral4D98D46698C89D6A2DD0B89264462F0A28F825F5; IL2CPP_EXTERN_C String_t* _stringLiteral4E5BAAFDAB120B872A321DA81FC38A34E0BC9C3E; IL2CPP_EXTERN_C String_t* _stringLiteral4E90905A32221D820DF77DDED42774E08DEF1DA1; IL2CPP_EXTERN_C String_t* _stringLiteral5003179EF96A91A0848E7B4544B22658295360DE; IL2CPP_EXTERN_C String_t* _stringLiteral50ED54FF957D51DB7CD4A2ED9606AB1A8EC457E6; IL2CPP_EXTERN_C String_t* _stringLiteral51B5FB9EEAF4CFB176E8F21724F1435334E06EE7; IL2CPP_EXTERN_C String_t* _stringLiteral5246E5D8781C89EBCB9D9B05EA1D4B874D8C838D; IL2CPP_EXTERN_C String_t* _stringLiteral53502E85A92CE4D07E514EE6E63F4DCA32C85206; IL2CPP_EXTERN_C String_t* _stringLiteral56102BC5B6EBFF5E930EEA2D56ABB1185594B135; IL2CPP_EXTERN_C String_t* _stringLiteral5694BFA30EC67CCD558C768EEFED819B3020915C; IL2CPP_EXTERN_C String_t* _stringLiteral56B70A227BDF525F3B35BE8F7F19C2510184DC02; IL2CPP_EXTERN_C String_t* _stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C; IL2CPP_EXTERN_C String_t* _stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D; IL2CPP_EXTERN_C String_t* _stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95; IL2CPP_EXTERN_C String_t* _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9; IL2CPP_EXTERN_C String_t* _stringLiteral5982C4C6CCC703848233BC923409F4AA98B7534B; IL2CPP_EXTERN_C String_t* _stringLiteral5A2B2CF2774C75D4E1469A75F093C83970984EB2; IL2CPP_EXTERN_C String_t* _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6; IL2CPP_EXTERN_C String_t* _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18; IL2CPP_EXTERN_C String_t* _stringLiteral5B65E579EF6C410FFA14599F439A8697CF8BBCFA; IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; IL2CPP_EXTERN_C String_t* _stringLiteral5C39E1930ED6CEFAC14EB95AEDF2B290664DC36A; IL2CPP_EXTERN_C String_t* _stringLiteral5CCA5E5918116953E853CD8C3A3AB4C9B0953012; IL2CPP_EXTERN_C String_t* _stringLiteral5EB4E2E4E92E372B742247AD22549D79FB608261; IL2CPP_EXTERN_C String_t* _stringLiteral5EBA0370EA9430793588A9009EF345CB936D8214; IL2CPP_EXTERN_C String_t* _stringLiteral5FD58C87CE343AB25D9A63CF4A24A16BBBE97AC2; IL2CPP_EXTERN_C String_t* _stringLiteral60705F376C909187E6CC8857D9F34A43AB08701F; IL2CPP_EXTERN_C String_t* _stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B; IL2CPP_EXTERN_C String_t* _stringLiteral612E84FBECBC675B907AD95B5F48D659BB0281F4; IL2CPP_EXTERN_C String_t* _stringLiteral6185241CEEDF3838454B9B73E43267F97557BDF7; IL2CPP_EXTERN_C String_t* _stringLiteral619B10A91B11AA9A20DB7AE35AD272A2124B4F8D; IL2CPP_EXTERN_C String_t* _stringLiteral62FC0CD2E5280B18B4D1A4C72EE8E019E6352516; IL2CPP_EXTERN_C String_t* _stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113; IL2CPP_EXTERN_C String_t* _stringLiteral640C8C5A1E0890A67607E2F6A65AB733B772220B; IL2CPP_EXTERN_C String_t* _stringLiteral641255E7CDC790311725CCB47DB63D989117D244; IL2CPP_EXTERN_C String_t* _stringLiteral64A6411E1950787B81712BD0874938037CD824F2; IL2CPP_EXTERN_C String_t* _stringLiteral64DE97B0A40713DE0786C1D9FD8ADBF5E0FB439A; IL2CPP_EXTERN_C String_t* _stringLiteral66221EC07E3EAAEC942F468E20A50DB89438EC52; IL2CPP_EXTERN_C String_t* _stringLiteral6694B5F6F3666B90EF97D3CC74C9D8B36A63411A; IL2CPP_EXTERN_C String_t* _stringLiteral68C3EE9F5E416A76A5FACA45D6C3F8E1E4B72A5A; IL2CPP_EXTERN_C String_t* _stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018; IL2CPP_EXTERN_C String_t* _stringLiteral6950CA27E84F0121B23E70215D6455ED500578B2; IL2CPP_EXTERN_C String_t* _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA; IL2CPP_EXTERN_C String_t* _stringLiteral6C36D862E75198A8B6B51C2ABF8D0D28DDD83084; IL2CPP_EXTERN_C String_t* _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD; IL2CPP_EXTERN_C String_t* _stringLiteral6CB274AEE14364B446D15E41933B56960ECE84E0; IL2CPP_EXTERN_C String_t* _stringLiteral6E0D978978904EBEA2BD04FA212CD9EB323C21E8; IL2CPP_EXTERN_C String_t* _stringLiteral6ED87F592754236EB2715EF87AF5A22D253CCB16; IL2CPP_EXTERN_C String_t* _stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC; IL2CPP_EXTERN_C String_t* _stringLiteral707021CF2C305E593037CE2A4359A12FDEFC9234; IL2CPP_EXTERN_C String_t* _stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F; IL2CPP_EXTERN_C String_t* _stringLiteral715D2D7C1318F699AB1384C022324830F0A33BE2; IL2CPP_EXTERN_C String_t* _stringLiteral74F125623E53550B68F475F6104D64A7B4FFA002; IL2CPP_EXTERN_C String_t* _stringLiteral750483B1B79D7876103D12AD91A365DD2A867A80; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral75903BE627AB22C8BE5B63C68F42B890B523784F; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51; IL2CPP_EXTERN_C String_t* _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2; IL2CPP_EXTERN_C String_t* _stringLiteral79BFCA6463815FA3B5BAFD6B034B1D4C8B109DE0; IL2CPP_EXTERN_C String_t* _stringLiteral7A9D2661874D1734F812A4E97E86DB97E8527D22; IL2CPP_EXTERN_C String_t* _stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758; IL2CPP_EXTERN_C String_t* _stringLiteral7C21E21D26EA38BE779B7BE6D5A300D89A18B686; IL2CPP_EXTERN_C String_t* _stringLiteral7D6783AA5E64857D25AFFFBD74CE5D0AF2558309; IL2CPP_EXTERN_C String_t* _stringLiteral7E4344AF68FDEDA272F354BF80024E732446F641; IL2CPP_EXTERN_C String_t* _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A; IL2CPP_EXTERN_C String_t* _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462; IL2CPP_EXTERN_C String_t* _stringLiteral80AB0500744377D0F8FE43B4E6065B7218B2DD40; IL2CPP_EXTERN_C String_t* _stringLiteral8179691FB1B466DBDF736DA6A856E4D5D9C2FF4A; IL2CPP_EXTERN_C String_t* _stringLiteral82D5583C9193486C2E5202097C3F26F24E99E6FE; IL2CPP_EXTERN_C String_t* _stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F; IL2CPP_EXTERN_C String_t* _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD; IL2CPP_EXTERN_C String_t* _stringLiteral861BBC20413BBC72299C133266D4EF240C17ACE4; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral881B6DAC0DD3784AA04C0935ED4E866A321B2775; IL2CPP_EXTERN_C String_t* _stringLiteral881D5E4124645FCED85FFFBD2EF13867AAD9E3DC; IL2CPP_EXTERN_C String_t* _stringLiteral8925AFE0320095898DD6584F6C7066EC9324524E; IL2CPP_EXTERN_C String_t* _stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6; IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E; IL2CPP_EXTERN_C String_t* _stringLiteral8D41707E1E7E0CCB37B99DE9EBB7454930BBCD62; IL2CPP_EXTERN_C String_t* _stringLiteral8E032C28C91BA98A21076F708066BED6FC59B72B; IL2CPP_EXTERN_C String_t* _stringLiteral8E8779109C8DE5831BDDF3CF3905FD03460BC270; IL2CPP_EXTERN_C String_t* _stringLiteral8E8D12678FB2F5B7E9C54DC03FFB449B90BF4820; IL2CPP_EXTERN_C String_t* _stringLiteral8E902A6412ADA2E1E05F0578E698FEE324A15384; IL2CPP_EXTERN_C String_t* _stringLiteral8EB0E5D5DCB6F5A4C2E01CC41E2EEC8C95A4E55F; IL2CPP_EXTERN_C String_t* _stringLiteral8F3B1EC3278F236FE2EAE3C1F912C736BD7233C4; IL2CPP_EXTERN_C String_t* _stringLiteral90338991D082834A6F29AC9133D2674F9FD47ED7; IL2CPP_EXTERN_C String_t* _stringLiteral90F82CF9C96F90B223584FEFD111337DEF9471E9; IL2CPP_EXTERN_C String_t* _stringLiteral96524BED26C8B91404BA092F1499043757E769C6; IL2CPP_EXTERN_C String_t* _stringLiteral982CE8C1FE0A1662563599037CBA1672BB211789; IL2CPP_EXTERN_C String_t* _stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96; IL2CPP_EXTERN_C String_t* _stringLiteral98AAA933A28DAE37D9076745940F6F36A2F9CB11; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral99CF73467F0FD3FF356C644063E74A9D76A30EDD; IL2CPP_EXTERN_C String_t* _stringLiteral9A71FE076CAD4253916D4F519B842BD257367B3A; IL2CPP_EXTERN_C String_t* _stringLiteral9BA08BB232AAA53AA037B254F9B69A429D4706F9; IL2CPP_EXTERN_C String_t* _stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E; IL2CPP_EXTERN_C String_t* _stringLiteral9D24E86656637133654DB39033983C83A4F7B076; IL2CPP_EXTERN_C String_t* _stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6; IL2CPP_EXTERN_C String_t* _stringLiteral9D6EFDD171E5D11AF3F43BC8FFF973173D778F0C; IL2CPP_EXTERN_C String_t* _stringLiteral9ED931619E39F59A8520C1E3B03FEA2E9A56FB60; IL2CPP_EXTERN_C String_t* _stringLiteral9EDCB18C094B7E75CE8422EA67E8FDE40063293E; IL2CPP_EXTERN_C String_t* _stringLiteral9EF278D8D07F0E47053613FE3302895B279B5E55; IL2CPP_EXTERN_C String_t* _stringLiteral9FEBA96F5A80DE3F6A5D3AE4086E330210884439; IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158; IL2CPP_EXTERN_C String_t* _stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9; IL2CPP_EXTERN_C String_t* _stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56; IL2CPP_EXTERN_C String_t* _stringLiteralA3B229A523CAC52E4290F08C4156FD7BA9494C13; IL2CPP_EXTERN_C String_t* _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469; IL2CPP_EXTERN_C String_t* _stringLiteralA500EB6C4EAA770A74A65F9913CA6CE529AD7B8F; IL2CPP_EXTERN_C String_t* _stringLiteralA5B3EC78F1188BB18FD6C83A74A6840DFE6F3AF7; IL2CPP_EXTERN_C String_t* _stringLiteralA6368F0E7D93228A17418B2196B50D031204143E; IL2CPP_EXTERN_C String_t* _stringLiteralA704818CAB6F39E183D25D84ADBC14AB37E22C38; IL2CPP_EXTERN_C String_t* _stringLiteralA718FD06E8C27E541F457EFEF9F0011D0B67DA8F; IL2CPP_EXTERN_C String_t* _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122; IL2CPP_EXTERN_C String_t* _stringLiteralA824C3F1CE5005C77AFD4BDCEFF867DD3012DBF8; IL2CPP_EXTERN_C String_t* _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; IL2CPP_EXTERN_C String_t* _stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E; IL2CPP_EXTERN_C String_t* _stringLiteralA9F5EEE18DC5235BE3B6EDC8A493409986EA51C1; IL2CPP_EXTERN_C String_t* _stringLiteralAA75B767329600F30A045DC0D406F408CFADE1A1; IL2CPP_EXTERN_C String_t* _stringLiteralAC66887D4ECC4EA448EBC296229BC70CC1DCB211; IL2CPP_EXTERN_C String_t* _stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2; IL2CPP_EXTERN_C String_t* _stringLiteralAF7C2C5975D01C898B45382517AF4E569BC20D87; IL2CPP_EXTERN_C String_t* _stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826; IL2CPP_EXTERN_C String_t* _stringLiteralB037B233124E587AB9ECC1339CC4D14E7F4BAB91; IL2CPP_EXTERN_C String_t* _stringLiteralB3B4C98585BA6B61D122EA8FCE8B45CB9844801F; IL2CPP_EXTERN_C String_t* _stringLiteralB4D615541A928FAEEBADAF8C29FA5916F992FB50; IL2CPP_EXTERN_C String_t* _stringLiteralB62AD4771D1781C6DB183331E0F677ACD8655325; IL2CPP_EXTERN_C String_t* _stringLiteralB76829482E926D143AF1E1E3CD8927B791DBD1E6; IL2CPP_EXTERN_C String_t* _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F; IL2CPP_EXTERN_C String_t* _stringLiteralB7A51E6814E129478046F762A279E5A0094220EE; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB7D971E44BE784EC1A51AC87F6B04DBB274BD564; IL2CPP_EXTERN_C String_t* _stringLiteralBB5268260420F4410E6918BF412D7780830F112C; IL2CPP_EXTERN_C String_t* _stringLiteralBB606E4AF67D1797595FF0F8DDF41C19984F29E2; IL2CPP_EXTERN_C String_t* _stringLiteralBBEF06308E074267F4F37217A2069B9B5B0E0E49; IL2CPP_EXTERN_C String_t* _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875; IL2CPP_EXTERN_C String_t* _stringLiteralBDEE79F7B9F11E5EE8458D32894F3C4F38E67513; IL2CPP_EXTERN_C String_t* _stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC; IL2CPP_EXTERN_C String_t* _stringLiteralBFD589C41584F03B99A5330D3C8A2434112ED4ED; IL2CPP_EXTERN_C String_t* _stringLiteralC120E8086292A6919B443E0A183B424912411C70; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB; IL2CPP_EXTERN_C String_t* _stringLiteralC207F95A70DAF2FF53E6B3F975F2726C62AED9EF; IL2CPP_EXTERN_C String_t* _stringLiteralC2B306D82330FDC1F4F18BDA7ED68757DC41492C; IL2CPP_EXTERN_C String_t* _stringLiteralC3FC5E642840165BB2DF15BB59692C7E140C82AF; IL2CPP_EXTERN_C String_t* _stringLiteralC408DF7B9FAAC72DAFF987FE791BAB7B55D5F25B; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC72D6939B89294A9F2EC1C41F48E257B97B8759A; IL2CPP_EXTERN_C String_t* _stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D; IL2CPP_EXTERN_C String_t* _stringLiteralCC09586BF8895AA401AAD6C5FB8EEF21163FE142; IL2CPP_EXTERN_C String_t* _stringLiteralD266A55D56AB6AB80222A65D44A4516B86281744; IL2CPP_EXTERN_C String_t* _stringLiteralD4D8C79DA983F70144C09135322D7FC5D2AFBB23; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4; IL2CPP_EXTERN_C String_t* _stringLiteralD65B2B7CE306C7EE6A36785EB8503CD74EEACADF; IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA666908BB15F4E1D2649752EC5DCBD0D5C64699; IL2CPP_EXTERN_C String_t* _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17; IL2CPP_EXTERN_C String_t* _stringLiteralDDC0029568FA61F6C0423AD76B42F549D1767550; IL2CPP_EXTERN_C String_t* _stringLiteralDE63B727CB892FA382A223ADAA38661EE6545AF7; IL2CPP_EXTERN_C String_t* _stringLiteralE09B53726A3B15D06907F26A6FC6E14B94B648A6; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE3667A4D276FAA0FFE19E1208BBCB7F66ED6F3D2; IL2CPP_EXTERN_C String_t* _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735; IL2CPP_EXTERN_C String_t* _stringLiteralE66402A74CDA61517FFC840C048A4994EA1D8681; IL2CPP_EXTERN_C String_t* _stringLiteralE754011421EEC91701E980324BEE633EE3AA31BE; IL2CPP_EXTERN_C String_t* _stringLiteralE8E1ADD98C1F59CDD52328F930023A0547B5B296; IL2CPP_EXTERN_C String_t* _stringLiteralE9BF0AD212FF31D14B66FB656531BB4AD38FD332; IL2CPP_EXTERN_C String_t* _stringLiteralEAA8D9C3445FEBFE3701DDB0406A86D63B80BB2F; IL2CPP_EXTERN_C String_t* _stringLiteralEBC658B067B5C785A3F0BB67D73755F6FEE7F70C; IL2CPP_EXTERN_C String_t* _stringLiteralEE66D44DF1D09448A6FAEF0AF45273E3B3F32DD0; IL2CPP_EXTERN_C String_t* _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003; IL2CPP_EXTERN_C String_t* _stringLiteralEF8F3A4B20DE2D07C570794754E5C0174EC695CF; IL2CPP_EXTERN_C String_t* _stringLiteralF0AA66FA8A2B832FDCDA5626FAB472BEADA99BC7; IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE; IL2CPP_EXTERN_C String_t* _stringLiteralF1AACEE7E0350A726031D23B5E4F4E3099650789; IL2CPP_EXTERN_C String_t* _stringLiteralF3470A2C2802D7B1CC81C0D33F6124AFF6C3AED4; IL2CPP_EXTERN_C String_t* _stringLiteralF55D269160666B2F36128EE06373D8B1003BF31E; IL2CPP_EXTERN_C String_t* _stringLiteralF6ABFE6726AEB6A09AFE2DB2C21E041485299AF0; IL2CPP_EXTERN_C String_t* _stringLiteralF81ED1B13285AB419F3E82539A7040973B0560AE; IL2CPP_EXTERN_C String_t* _stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C; IL2CPP_EXTERN_C String_t* _stringLiteralFB8EDE6F1CF24633A79B827249C503EFA0DF153C; IL2CPP_EXTERN_C String_t* _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_AdditionalQueryParams_CollectionChanged_mBB71B52020C014A3A675FB09D12BC80A74D83DA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnAuthenticationFailed_m4B36C267E79A70169C88E63CB71372A8DB595214_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnAuthenticationSucceded_m4993DD2A27034FFA26F2DC93801801FE4BCF78E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnNegotiationDataReceived_mC09CB0CA6F6B750106551EA34C1B4D1212572333_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnNegotiationError_mAC2067CB31875A9787F9E1DA3226B46B3F80B713_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnPingRequestFinished_m5ECB3A8113B8A226A620511B6F2769C6EEAC1A5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_SendJson_m0B8D7FD77BFCB9DFF7616F37B65170F35269160F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_Send_mD2F223727F86533BA4E0D47572E99CE9A51D1271_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m7135355D8C07707EA75EA11684C9CB28C9CCAAD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m7A107B30C5331AD503EDD5B9395EC8A389DEBC4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mE444E9C992C0CDECEC0D77F6BB0B534405F33857_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m1552899B260F47520A22176E23EA859A3E680EE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m210706A72787DB8AA227E9B664663758365123FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m59B33F6DC60F546AB2340E8E1D2E76E0D0061189_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m787CBB8BF655123C468F6957B35F4233D84435DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mC14A0401676B34A68B06FC858BA801E7DF99B7D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCBA59D7CAC477D89399A19FE5507D2BBAD1AF4D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m0C4A904E950CFF84F5DE46CFF661BB8844B99C03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m2FD1D604A4C06CBF498D6AF13BB0BA88DB797FC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m867B7409315BB6BC8D1F46CD87ED64A83F366022_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mA194D0E2787B81ED9FC54005AF0B23147EF51CBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m104E927BCED13CE658D0B0D5FA7E5DBBCF789FA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mD80DA559447CCD499D683404021B11B6263ACEEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSourceResponse_ReadChunked_m510D20A7DB7EE868BF4A491A7D9CDC369271187C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSourceResponse_ReceiveThreadFunc_m9251311B55BF2459763437B2156551774503AD54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSource_OnMessageReceived_m2D139F108E101FE64E0C7F7972711BB205E51E0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSource_OnRequestFinished_mE704DDF33E02CD021FB0C15C8BEE8C02FF83598F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSource_OnUpgraded_mC40229488949198D2A8C3E13640BFA33C51F5A8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPFormBase_GetData_mC265CE46058DC5ABC7C28D208ECAB97CDB695B04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPFormBase_PrepareRequest_mBD025F139ED4C16E2896DB5886EF6FDF57DA0FF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonMapper_ToObject_TisDictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_mF93ACC239FD523630DD3CFEAE0D87C1F729F5D10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1136AD5EB7130D2E5EFBA3942B33F7A41BFD876B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m43AE0AC68BFC2660496DD85165BF61048F2991B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4ECA293AE5E4EAB3B3781021C498ACB5D699D47B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m51CFE0C3B787AD14D794FC2A395AB3FBD18E0075_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA73E00E60C6A4279865D0B7CE7FC5C0B3422EF78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB3DFCB6CB17797B5572ADF010B717A0170E8E109_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_m9CEF43F406AB67380A7AC93F62AFD07D57CC9683_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m926D5669179A99FE5EA4AECEFE2C38893739F601_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2FE27B19DF8C81EE3EB5FF4ECA4D615BF633C55E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m70AE332BA21BD4A783604DFA07996780266F4CD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7C3D25B0B842B29064BBA5C2E92DF068AAB80205_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9DC608EE030D681A49212AC9996B1B254AD78793_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB66A6A90793FA23F14BF0975B2C07367940AE050_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m25C2A8710EFE10D82C84CC4F00D3DCF1AF425114_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA72F0D9D44A7EF3867B328A32A82CDD609EDE58B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDDE0F9ED5DF147986D00883F84C11A48D8AFCB05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8605C485EB3F57D299C789B3E5ABDD85891137CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB0FB1F4F52B8F378F6BE2192E207F522A5A0E3D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mCD710BE146E727AF34B3D602AA6716059FD54E66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NegotiationData_Get_mF02BD988B610C5231A4B8479F0A9699F0081568E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NegotiationData_OnNegotiationRequestFinished_m5FE8AC57777BF186A33C679C501047C3F03E938A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mBE26FDBA8873F7AE883FF290864E1D2665EAC52F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_GetEnumerator_m624A0EEF3236FD48A7CD1AFBB7AC5E6AF07D5428_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_add_CollectionChanged_mA900A5434842B5DA1C5C615A8E77BBB9C676EF8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_remove_CollectionChanged_m63802A26CABE51CA90A2A8074169DD8F578F2CBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PollingTransport_OnConnectRequestFinished_mBEACB4D3F51925136ADBDD88940CC53B5D7F37DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PollingTransport_OnPollRequestFinished_mA4714479061215D1098BE49744F308447DA0DA98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostSendTransportBase_OnSendRequestFinished_m093C1788F5AD8E3A1D83311F7107AC981B1EB0DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SampleCookieAuthentication_OnAuthRequestFinished_m24485BCDD73F5DE64D57A1BE2372F475BBDB0966_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerSentEventsTransport_OnEventSourceClosed_mC92E8094708EBE502CF516799AE67C08CBFBAA6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerSentEventsTransport_OnEventSourceError_m332A72357EFF617CDDBA8DD1180D12CD32B2081D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerSentEventsTransport_OnEventSourceMessage_m50D5AF9DCA2E163536C9AFFC8F962E8235FE3176_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerSentEventsTransport_OnEventSourceOpen_m8CBE3606AC100ABB35067C4FAE99A9F75C6047A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_CheckDisposed_m7A1B60E9C6E3A6F03511706319D89F51B290F269_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_m734BFA426F4293681CECA4B755B20D7796913FCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_mD837DB23D3E553DB133540CB7A6D0F29EFDF5377_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_mE6609F575793DA7B224D03ECB7081FE3DD0A2188_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient__ctor_m1CDA6163FCC1A40199EBAE22C067EB336AC92CAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TransportBase_OnAbortRequestFinished_m918E23B8565D1DFFFF13274EDAF09763097A1D4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TransportBase_OnStartRequestFinished_mADEE6D3CAE9E0FFF52D45A1FE638DBF2FE24498E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CConnectU3Eb__6_0_mBC4CC8B8AF52B4E3DF4EA0BEC1F86DB435AA08C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnAuthRequestFinishedU3Eb__31_0_m7E23A600019EE4EFF7B8842AA73BA68EB9D573F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mE7A7934413343234B4E9477B28CBE6B632A2C3B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass58_0_U3CConnectU3Eb__0_m055369AED5C30D9F5AD76C5E4F854A34FCE4EEDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_WSocket_OnClosed_mF044B7D1AD034ED29031A299CE673342318C11FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_WSocket_OnError_m29A5CC0F6E3D1CAF52C45236578226702F4B5198_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_WSocket_OnMessage_mF4F73E589B2897986C056338A5C5C5AC00ADC3E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_WSocket_OnOpen_mB022C894FBDE508362742CB91F78CC3B9DF25932_RuntimeMethod_var; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16; struct IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; 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 struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36* ____keys; ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E* ____values; RuntimeObject* ____syncRoot; }; struct Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_tDCEA905E4F854AC3368B049A8A1FC2B08E783A4F* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_tCF29229FC2418DB78325F019D8D0A72AEA4A6180* ____keys; ValueCollection_t2A31C2763BD4AFC02C128249F1DC2A7D90DDE466* ____values; RuntimeObject* ____syncRoot; }; struct Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_t584A685BFB7A19721A1AF0E672F566E3EEFA088B* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_t49775B782C64F5FF81B0C3CF532C2246245C9244* ____keys; ValueCollection_t95EF44E0C49F7151F5DECF9A19C96E1DD07418E4* ____values; RuntimeObject* ____syncRoot; }; struct Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_t55E33DD350ABF644F702D00AD29E2DE0C4F18A88* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_t596AFB5E3C1022DCD49EB6327713CECE0DA2FA55* ____keys; ValueCollection_t1B2F154357A74F1BBCACD5245F7EB30A816AA3A0* ____values; RuntimeObject* ____syncRoot; }; struct List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5 : public RuntimeObject { CookieU5BU5D_t1CBA26602B0C87DB9764E6A03406D77B6546E820* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436 : public RuntimeObject { HTTPFieldDataU5BU5D_t8BAE6A0F96B667EB222BDEB6D8D6DCF7990F65E7* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8 : public RuntimeObject { HTTPRequestU5BU5D_t9978254CBA978B2B6BBB7D97BA05C717E517B742* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5 : public RuntimeObject { IServerMessageU5BU5D_t01AAB226E07790AFC98B84E9F9CD8F50E26FB3AD* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6 : public RuntimeObject { MessageU5BU5D_t68E16E08B7AFE30BB4EDB47EC4C2B9F91982C5DF* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D : public RuntimeObject { RuntimeObject* ____Dictionary; NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* ___CollectionChanged; PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* ___PropertyChanged; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject { bool ___m_isReadOnly; int32_t ___cultureID; int32_t ___parent_lcid; int32_t ___datetime_index; int32_t ___number_index; int32_t ___default_calendar_type; bool ___m_useUserOverride; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo; String_t* ___m_name; String_t* ___englishname; String_t* ___nativename; String_t* ___iso3lang; String_t* ___iso2lang; String_t* ___win3lang; String_t* ___territory; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo; void* ___textinfo_data; int32_t ___m_dataItem; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture; bool ___constructed; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData; bool ___m_isInherited; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke { int32_t ___m_isReadOnly; int32_t ___cultureID; int32_t ___parent_lcid; int32_t ___datetime_index; int32_t ___number_index; int32_t ___default_calendar_type; int32_t ___m_useUserOverride; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo; char* ___m_name; char* ___englishname; char* ___nativename; char* ___iso3lang; char* ___iso2lang; char* ___win3lang; char* ___territory; char** ___native_calendar_names; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo; void* ___textinfo_data; int32_t ___m_dataItem; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture; int32_t ___constructed; Il2CppSafeArray* ___cached_serialized_form; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData; int32_t ___m_isInherited; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com { int32_t ___m_isReadOnly; int32_t ___cultureID; int32_t ___parent_lcid; int32_t ___datetime_index; int32_t ___number_index; int32_t ___default_calendar_type; int32_t ___m_useUserOverride; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo; Il2CppChar* ___m_name; Il2CppChar* ___englishname; Il2CppChar* ___nativename; Il2CppChar* ___iso3lang; Il2CppChar* ___iso2lang; Il2CppChar* ___win3lang; Il2CppChar* ___territory; Il2CppChar** ___native_calendar_names; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo; void* ___textinfo_data; int32_t ___m_dataItem; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture; int32_t ___constructed; Il2CppSafeArray* ___cached_serialized_form; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData; int32_t ___m_isInherited; }; struct DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B : public RuntimeObject { RuntimeObject* ___U3CDataU3Ek__BackingField; }; struct DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B : public RuntimeObject { }; struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject { int32_t ___m_codePage; CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem; bool ___m_deserializedFromEverett; bool ___m_isReadOnly; EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback; DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback; }; struct EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564 : public RuntimeObject { }; struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject { }; struct FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7 : public RuntimeObject { uint64_t ___U3CInvocationIdU3Ek__BackingField; bool ___U3CIsHubErrorU3Ek__BackingField; String_t* ___U3CErrorMessageU3Ek__BackingField; RuntimeObject* ___U3CAdditionalDataU3Ek__BackingField; String_t* ___U3CStackTraceU3Ek__BackingField; RuntimeObject* ___U3CStateU3Ek__BackingField; }; struct HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77 : public RuntimeObject { String_t* ___U3CNameU3Ek__BackingField; String_t* ___U3CFileNameU3Ek__BackingField; String_t* ___U3CMimeTypeU3Ek__BackingField; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___U3CEncodingU3Ek__BackingField; String_t* ___U3CTextU3Ek__BackingField; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___U3CBinaryU3Ek__BackingField; }; struct HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A : public RuntimeObject { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* ___U3CFieldsU3Ek__BackingField; bool ___U3CIsChangedU3Ek__BackingField; bool ___U3CHasBinaryU3Ek__BackingField; bool ___U3CHasLongValueU3Ek__BackingField; }; struct HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C : public RuntimeObject { }; struct HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774 : public RuntimeObject { int32_t ___U3CVersionMajorU3Ek__BackingField; int32_t ___U3CVersionMinorU3Ek__BackingField; int32_t ___U3CStatusCodeU3Ek__BackingField; String_t* ___U3CMessageU3Ek__BackingField; bool ___U3CIsStreamedU3Ek__BackingField; bool ___U3CIsStreamingFinishedU3Ek__BackingField; bool ___U3CIsFromCacheU3Ek__BackingField; HTTPCacheFileInfo_tAF03D1005EAD27196E376EF24E7DC79FD3318EF3* ___U3CCacheFileInfoU3Ek__BackingField; bool ___U3CIsCacheOnlyU3Ek__BackingField; Dictionary_2_t79BA378F246EFA4AD0AFFA017D788423CACA8638* ___U3CHeadersU3Ek__BackingField; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___U3CDataU3Ek__BackingField; bool ___U3CIsUpgradedU3Ek__BackingField; List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* ___U3CCookiesU3Ek__BackingField; String_t* ___dataAsText; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___texture; bool ___U3CIsClosedManuallyU3Ek__BackingField; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___baseRequest; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Stream; List_1_tBFF9DD9FFA06F20E74F9D7AD36610BD754D353A4* ___streamedFragments; RuntimeObject* ___SyncRoot; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___fragmentBuffer; int32_t ___fragmentBufferDataLength; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___cacheStream; int32_t ___allFragmentSize; MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* ___decompressorInputStream; MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* ___decompressorOutputStream; GZipStream_t68FDD863BD0196073D1D0797E0A9C6F4174293E4* ___decompressorGZipStream; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___copyBuffer; }; struct HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C : public RuntimeObject { String_t* ___U3CUserU3Ek__BackingField; String_t* ___U3CRolesU3Ek__BackingField; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* ___OnAuthenticationSucceded; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* ___OnAuthenticationFailed; }; struct Hub_t031250F588A18B3354937398C9FB54119774E3C0 : public RuntimeObject { String_t* ___U3CNameU3Ek__BackingField; Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___state; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* ___OnMethodCall; Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* ___SentMessages; Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04* ___MethodTable; StringBuilder_t* ___builder; Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField; }; struct IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484 : public RuntimeObject { uint32_t ____addressOrScopeId; UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ____numbers; String_t* ____toString; int32_t ____hashCode; }; struct Json_t330F19EFBE5228E2A67CA6645787383CB56BD3FE : public RuntimeObject { }; struct JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F : public RuntimeObject { WriterContext_t5E6D8EFF41F41F382870C9F0452344B25B6E666F* ___context; Stack_1_t2CDC562A4A6FD1FE4DE0FC63A08FC106C6A84EFD* ___ctx_stack; bool ___has_reached_end; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___hex_seq; int32_t ___indentation; int32_t ___indent_value; StringBuilder_t* ___inst_string_builder; bool ___pretty_print; bool ___validate; TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer; }; struct KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5 : public RuntimeObject { }; struct LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98 : public RuntimeObject { bool ___enabled; int32_t ___lingerTime; }; struct LitJsonEncoder_tB44B9FCDCA35E40A37C132EFDF4E334A8AA3068B : public RuntimeObject { }; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { RuntimeObject* ____identity; }; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity; }; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity; }; struct MemberInfo_t : public RuntimeObject { }; struct MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0 : public RuntimeObject { String_t* ___U3CHubU3Ek__BackingField; String_t* ___U3CMethodU3Ek__BackingField; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CArgumentsU3Ek__BackingField; RuntimeObject* ___U3CStateU3Ek__BackingField; }; struct ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B : public RuntimeObject { uint64_t ___U3CInvocationIdU3Ek__BackingField; double ___U3CProgressU3Ek__BackingField; }; struct ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D : public RuntimeObject { uint64_t ___U3CInvocationIdU3Ek__BackingField; RuntimeObject* ___U3CReturnValueU3Ek__BackingField; RuntimeObject* ___U3CStateU3Ek__BackingField; }; struct SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A : public RuntimeObject { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CAuthUriU3Ek__BackingField; String_t* ___U3CUserNameU3Ek__BackingField; String_t* ___U3CPasswordU3Ek__BackingField; String_t* ___U3CUserRolesU3Ek__BackingField; bool ___U3CIsPreAuthRequiredU3Ek__BackingField; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* ___OnAuthenticationSucceded; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* ___OnAuthenticationFailed; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___AuthRequest; Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* ___Cookie; }; struct String_t : public RuntimeObject { int32_t ____stringLength; Il2CppChar ____firstChar; }; struct StringBuilder_t : public RuntimeObject { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars; StringBuilder_t* ___m_ChunkPrevious; int32_t ___m_ChunkLength; int32_t ___m_ChunkOffset; int32_t ___m_MaxCapacity; }; struct UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72 : public RuntimeObject { bool ____changed; String_t* ____fragment; String_t* ____host; String_t* ____password; String_t* ____path; int32_t ____port; String_t* ____query; String_t* ____scheme; String_t* ____schemeDelimiter; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ____uri; String_t* ____username; }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; struct U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20 : public RuntimeObject { }; struct U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF : public RuntimeObject { }; struct U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63 : public RuntimeObject { ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* ___mre; }; struct U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084 : public RuntimeObject { ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* ___mre; }; struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 { RuntimeObject* ___key; RuntimeObject* ___value; }; struct KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 { String_t* ___key; RuntimeObject* ___value; }; struct KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A { String_t* ___key; String_t* ___value; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { bool ___m_value; }; struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { uint8_t ___m_value; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { Il2CppChar ___m_value; }; struct ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA { Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___Hub; String_t* ___Method; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Args; uint64_t ___CallIdx; OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* ___ResultCallback; OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* ___ResultErrorCallback; OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* ___ProgressCallback; }; struct ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshaled_pinvoke { Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___Hub; char* ___Method; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Args; uint64_t ___CallIdx; Il2CppMethodPointer ___ResultCallback; Il2CppMethodPointer ___ResultErrorCallback; Il2CppMethodPointer ___ProgressCallback; }; struct ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshaled_com { Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___Hub; Il2CppChar* ___Method; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Args; uint64_t ___CallIdx; Il2CppMethodPointer ___ResultCallback; Il2CppMethodPointer ___ResultErrorCallback; Il2CppMethodPointer ___ProgressCallback; }; struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D { uint64_t ____dateData; }; struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { double ___m_value; }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; struct EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E : public HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774 { bool ___U3CIsClosedU3Ek__BackingField; Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E* ___OnMessage; Action_1_t9070DE061D19D248F89E68DE9AE3A0F0E41DAD8F* ___OnClosed; RuntimeObject* ___FrameLock; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___LineBuffer; int32_t ___LineBufferPos; Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___CurrentMessage; List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* ___CompletedMessages; }; struct HTTPMultiPartForm_t92300223232A7F05091AC33A6E5BCD9CB44298C2 : public HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A { String_t* ___Boundary; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___CachedData; }; struct IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB : public EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564 { IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ____address; int32_t ____port; }; struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { int32_t ___m_value; }; struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { int64_t ___m_value; }; struct IntPtr_t { void* ___m_value; }; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask; SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore; }; struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A { int64_t ____ticks; }; struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { uint16_t ___m_value; }; struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { uint32_t ___m_value; }; struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { uint64_t ___m_value; }; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; struct Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC { bool ___hasValue; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value; }; struct Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 { bool ___hasValue; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value; }; struct AddressFamily_t01AA8C9FD15E4727B241F1F453D88444337C7524 { int32_t ___value__; }; struct ConnectionStates_t2905FCE6E07371A79268D5D25A249B821D9F6075 { int32_t ___value__; }; struct Cookie_t5596A82FEB1E885383124368DB51D857DA254D02 : public RuntimeObject { String_t* ___U3CNameU3Ek__BackingField; String_t* ___U3CValueU3Ek__BackingField; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___U3CDateU3Ek__BackingField; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___U3CLastAccessU3Ek__BackingField; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___U3CExpiresU3Ek__BackingField; int64_t ___U3CMaxAgeU3Ek__BackingField; bool ___U3CIsSessionU3Ek__BackingField; String_t* ___U3CDomainU3Ek__BackingField; String_t* ___U3CPathU3Ek__BackingField; bool ___U3CIsSecureU3Ek__BackingField; bool ___U3CIsHttpOnlyU3Ek__BackingField; }; struct Delegate_t : public RuntimeObject { intptr_t ___method_ptr; intptr_t ___invoke_impl; RuntimeObject* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; bool ___method_is_virtual; }; struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct Delegate_t_marshaled_com { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct Exception_t : public RuntimeObject { String_t* ____className; String_t* ____message; RuntimeObject* ____data; Exception_t* ____innerException; String_t* ____helpURL; RuntimeObject* ____stackTrace; String_t* ____stackTraceString; String_t* ____remoteStackTraceString; int32_t ____remoteStackIndex; RuntimeObject* ____dynamicMethods; int32_t ____HResult; String_t* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_pinvoke { char* ____className; char* ____message; RuntimeObject* ____data; Exception_t_marshaled_pinvoke* ____innerException; char* ____helpURL; Il2CppIUnknown* ____stackTrace; char* ____stackTraceString; char* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; char* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_com { Il2CppChar* ____className; Il2CppChar* ____message; RuntimeObject* ____data; Exception_t_marshaled_com* ____innerException; Il2CppChar* ____helpURL; Il2CppIUnknown* ____stackTrace; Il2CppChar* ____stackTraceString; Il2CppChar* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; Il2CppChar* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct HTTPFormUsage_tFACD6BDBEF53CBF8B62A1BBEB116B8416A1AD4FD { int32_t ___value__; }; struct HTTPMethods_t872D2EEADCC646ECEFE3AFA8F3E7693FE3F94F31 { uint8_t ___value__; }; struct HTTPRequestStates_t2B9968F8437B3721205EFA162D99045C72699F60 { int32_t ___value__; }; struct HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE : public RuntimeObject { List_1_t17FD9199793C023A82EBC5689EB973C3B88423B3* ___Heartbeats; IHeartbeatU5BU5D_t9D5908DC46ABFB88FCCDFEB23E4F227ADD9DB5D9* ___UpdateArray; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___LastUpdate; }; struct JsonToken_t34FC6193574EE269A01E4CE522C2A97A149CE8C2 { int32_t ___value__; }; struct Loglevels_t6DF8AE94C541F045EBBF709F2FC6A6EAE0084E41 { uint8_t ___value__; }; struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____buffer; int32_t ____origin; int32_t ____position; int32_t ____length; int32_t ____capacity; bool ____expandable; bool ____writable; bool ____exposable; bool ____isOpen; Task_1_t4C228DE57804012969575431CFF12D57C875552D* ____lastReadTask; }; struct Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C : public RuntimeObject { String_t* ___U3CIdU3Ek__BackingField; String_t* ___U3CEventU3Ek__BackingField; String_t* ___U3CDataU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CRetryU3Ek__BackingField; }; struct MessageTypes_t7AB4D28DC6AD2BCD55828D9CD5FEF33E3F11C12A { int32_t ___value__; }; struct NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* ____streamSocket; bool ____ownsSocket; bool ____readable; bool ____writeable; int32_t ____closeTimeout; bool ____cleanedUp; int32_t ____currentReadTimeout; int32_t ____currentWriteTimeout; }; struct NotifyCollectionChangedAction_t9FF58E8EE486B6586A59FEC21087FDB397E6A37C { int32_t ___value__; }; struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C { int32_t ___value__; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject { intptr_t ___m_CachedPtr; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { intptr_t ___m_CachedPtr; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { intptr_t ___m_CachedPtr; }; struct ProtocolType_t104D087F8C40460E0FE8D38659949AEA910CD20A { int32_t ___value__; }; struct ProtocolVersions_tDEAABAB3CD4F5E083A600E1BE48A4D7E05EE4F5A { uint8_t ___value__; }; struct RequestTypes_tAA5865AD6840DFC21D9A13BC2FD9555F7EC19AD4 { int32_t ___value__; }; struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { intptr_t ___value; }; struct SelectMode_t79471F8C16DDDCE101CD4E6F76FEC01110E5CA1E { int32_t ___value__; }; struct SocketOptionLevel_t2B232DDE7F90010547798E56A15F7303B6A663A7 { int32_t ___value__; }; struct SocketOptionName_t064FACD89D727E52DDE3E939D14912D3057FA45B { int32_t ___value__; }; struct SocketType_tEFAA48791CC7B43043CE5B1DE7A54F15DCFE3C52 { int32_t ___value__; }; struct States_t7B67C1043717C160A59679FB6959A50AC9081D88 { int32_t ___value__; }; struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D { int32_t ___value__; }; struct SupportedProtocols_t827E2A34A3D1B1A43E1F0E247ACB2C37073A60DD { int32_t ___value__; }; struct TransportStates_t119A892882D12E97D03F17009BF1450CF040AEDC { int32_t ___value__; }; struct TransportTypes_tE3A661F0F47EA2E85452C79869EE5368247E159F { int32_t ___value__; }; struct UriIdnScope_t001CC97A6F977E9BB7DB855CC6BA415A7F47491F { int32_t ___value__; }; struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { intptr_t ___waitHandle; SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449* ___safeWaitHandle; bool ___hasThreadAffinity; }; struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_marshaled_pinvoke : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { intptr_t ___waitHandle; void* ___safeWaitHandle; int32_t ___hasThreadAffinity; }; struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_marshaled_com : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { intptr_t ___waitHandle; void* ___safeWaitHandle; int32_t ___hasThreadAffinity; }; struct WebSocketStates_t04727FF15EBC5D5475DF73A41175F90E56683C08 { uint8_t ___value__; }; struct Properties_tDCFEB32A13B2011927C62493393E35C1E7AD9C9F { uint32_t ___value__; }; struct Flags_t47CF4DB4036A6A539AFA6EE39C75F772E865E897 { uint64_t ___value__; }; struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; struct Connection_tA9A0C3B2D16699776D955D53F497123E122182CB : public RuntimeObject { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CUriU3Ek__BackingField; int32_t ____state; NegotiationData_t7D015037808F8339A800E24386B9761B55059859* ___U3CNegotiationResultU3Ek__BackingField; HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* ___U3CHubsU3Ek__BackingField; TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___U3CTransportU3Ek__BackingField; uint8_t ___U3CProtocolU3Ek__BackingField; ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* ___additionalQueryParams; bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField; RuntimeObject* ___U3CJsonEncoderU3Ek__BackingField; RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CPingIntervalU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CReconnectDelayU3Ek__BackingField; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* ___OnConnected; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* ___OnClosed; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* ___OnError; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* ___OnReconnecting; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* ___OnReconnected; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* ___OnStateChanged; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* ___OnNonHubMessage; OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* ___U3CRequestPreparatorU3Ek__BackingField; RuntimeObject* ___SyncRoot; uint64_t ___U3CClientMessageCounterU3Ek__BackingField; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___ClientProtocols; uint64_t ___RequestCounter; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* ___LastReceivedMessage; String_t* ___GroupsToken; List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* ___BufferedMessages; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___LastMessageReceivedAt; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___ReconnectStartedAt; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___ReconnectDelayStartedAt; bool ___ReconnectStarted; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___LastPingSentAt; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___PingRequest; Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC ___TransportConnectionStartedAt; StringBuilder_t* ___queryBuilder; String_t* ___BuiltConnectionData; String_t* ___BuiltQueryParams; int32_t ___NextProtocolToTry; }; struct DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606 : public RuntimeObject { uint8_t ___U3CLevelU3Ek__BackingField; String_t* ___U3CFormatVerboseU3Ek__BackingField; String_t* ___U3CFormatInfoU3Ek__BackingField; String_t* ___U3CFormatWarnU3Ek__BackingField; String_t* ___U3CFormatErrU3Ek__BackingField; String_t* ___U3CFormatExU3Ek__BackingField; }; struct EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020 : public RuntimeObject { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CUriU3Ek__BackingField; int32_t ____state; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CReconnectionTimeU3Ek__BackingField; String_t* ___U3CLastEventIdU3Ek__BackingField; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___U3CInternalRequestU3Ek__BackingField; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___OnOpen; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* ___OnMessage; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* ___OnError; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* ___OnRetry; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___OnClosed; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* ___OnStateChanged; Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* ___EventTable; uint8_t ___RetryCount; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___RetryCalled; }; struct EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E : public WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8 { }; struct HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB : public RuntimeObject { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CUriU3Ek__BackingField; uint8_t ___U3CMethodTypeU3Ek__BackingField; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___U3CRawDataU3Ek__BackingField; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___U3CUploadStreamU3Ek__BackingField; bool ___U3CDisposeUploadStreamU3Ek__BackingField; bool ___U3CUseUploadStreamLengthU3Ek__BackingField; OnUploadProgressDelegate_t776878E6D6A8A974A781B23F0D731BA0843BC8EA* ___OnUploadProgress; int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField; OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* ___U3CCallbackU3Ek__BackingField; OnDownloadProgressDelegate_t639F51319E1C390DE4C7131D2CDC2F087FB7E10B* ___OnProgress; OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* ___OnUpgraded; bool ___U3CDisableRetryU3Ek__BackingField; bool ___U3CIsRedirectedU3Ek__BackingField; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CRedirectUriU3Ek__BackingField; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___U3CResponseU3Ek__BackingField; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___U3CProxyResponseU3Ek__BackingField; Exception_t* ___U3CExceptionU3Ek__BackingField; RuntimeObject* ___U3CTagU3Ek__BackingField; Credentials_tEA3478E97986CDF672E18BDB9C0BECA3572EFFD0* ___U3CCredentialsU3Ek__BackingField; HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* ___U3CProxyU3Ek__BackingField; int32_t ___U3CMaxRedirectsU3Ek__BackingField; bool ___U3CUseAlternateSSLU3Ek__BackingField; bool ___U3CIsCookiesEnabledU3Ek__BackingField; List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* ___customCookies; int32_t ___U3CFormUsageU3Ek__BackingField; int32_t ___U3CStateU3Ek__BackingField; int32_t ___U3CRedirectCountU3Ek__BackingField; Func_4_t40BB883D42F08E5687342C411442BA6DB88FDB27* ___CustomCertificationValidator; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CConnectTimeoutU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CTimeoutU3Ek__BackingField; bool ___U3CEnableTimoutForStreamingU3Ek__BackingField; bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField; int32_t ___U3CPriorityU3Ek__BackingField; RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField; RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___U3CCustomTLSServerNameListU3Ek__BackingField; int32_t ___U3CProtocolHandlerU3Ek__BackingField; OnBeforeRedirectionDelegate_tECE58F99E47E919A2BF6F4BD1D877BC5E12C5F4C* ___onBeforeRedirection; OnBeforeHeaderSendDelegate_t74EC26DD9AD6C018580808E95C1525F58E5BB79B* ____onBeforeHeaderSend; bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField; int64_t ___U3CDownloadedU3Ek__BackingField; int64_t ___U3CDownloadLengthU3Ek__BackingField; bool ___U3CDownloadProgressChangedU3Ek__BackingField; int64_t ___U3CUploadedU3Ek__BackingField; int64_t ___U3CUploadLengthU3Ek__BackingField; bool ___U3CUploadProgressChangedU3Ek__BackingField; bool ___isKeepAlive; bool ___disableCache; bool ___cacheOnly; int32_t ___streamFragmentSize; bool ___useStreaming; Dictionary_2_t79BA378F246EFA4AD0AFFA017D788423CACA8638* ___U3CHeadersU3Ek__BackingField; HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* ___FieldCollector; HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* ___FormImpl; }; struct JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD : public RuntimeObject { Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* ___automaton_stack; int32_t ___current_input; int32_t ___current_symbol; bool ___end_of_json; bool ___end_of_input; Lexer_t8EA7E771DBFBCCC71E85B400AF902FC3F482EBC9* ___lexer; bool ___parser_in_string; bool ___parser_return; bool ___read_started; TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___reader; bool ___reader_is_owned; bool ___skip_non_members; RuntimeObject* ___token_value; int32_t ___token; }; struct MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3 : public RuntimeObject { String_t* ___U3CMessageIdU3Ek__BackingField; bool ___U3CIsInitializationU3Ek__BackingField; String_t* ___U3CGroupsTokenU3Ek__BackingField; bool ___U3CShouldReconnectU3Ek__BackingField; Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___U3CPollDelayU3Ek__BackingField; List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* ___U3CDataU3Ek__BackingField; }; struct MulticastDelegate_t : public Delegate_t { DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates; }; struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates; }; struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates; }; struct NegotiationData_t7D015037808F8339A800E24386B9761B55059859 : public RuntimeObject { String_t* ___U3CUrlU3Ek__BackingField; String_t* ___U3CWebSocketServerUrlU3Ek__BackingField; String_t* ___U3CConnectionTokenU3Ek__BackingField; String_t* ___U3CConnectionIdU3Ek__BackingField; Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___U3CKeepAliveTimeoutU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CDisconnectTimeoutU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CConnectionTimeoutU3Ek__BackingField; bool ___U3CTryWebSocketsU3Ek__BackingField; String_t* ___U3CProtocolVersionU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CTransportConnectTimeoutU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CLongPollDelayU3Ek__BackingField; Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093* ___OnReceived; Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84* ___OnError; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___NegotiationRequest; RuntimeObject* ___Connection; }; struct NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { int32_t ____action; RuntimeObject* ____newItems; RuntimeObject* ____oldItems; int32_t ____newStartingIndex; int32_t ____oldStartingIndex; }; struct Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E : public RuntimeObject { CachedEventArgs_tF0692E89962FD1A045B17BC985F838C11FB6822C* ____cachedTaskEventArgs; bool ___is_closed; bool ___is_listening; bool ___useOverlappedIO; int32_t ___linger_timeout; int32_t ___addressFamily; int32_t ___socketType; int32_t ___protocolType; SafeSocketHandle_t5A597D30D951E736B750ED09D5B3AB72F98407EE* ___m_Handle; EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564* ___seed_endpoint; SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ___ReadSem; SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ___WriteSem; bool ___is_blocking; bool ___is_bound; bool ___is_connected; int32_t ___m_IntCleanedUp; bool ___connect_in_progress; int32_t ___ID; }; struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; struct TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4 : public RuntimeObject { NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0* ___stream; bool ___active; Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* ___client; bool ___disposed; uint32_t ___values; int32_t ___recv_timeout; int32_t ___send_timeout; int32_t ___recv_buffer_size; int32_t ___send_buffer_size; LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98* ___linger_state; bool ___no_delay; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CConnectTimeoutU3Ek__BackingField; }; struct TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A : public RuntimeObject { String_t* ___U3CNameU3Ek__BackingField; RuntimeObject* ___U3CConnectionU3Ek__BackingField; int32_t ____state; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* ___OnStateChanged; }; struct Type_t : public MemberInfo_t { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl; }; struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject { String_t* ___m_String; String_t* ___m_originalUnicodeString; UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax; String_t* ___m_DnsSafeHost; uint64_t ___m_Flags; UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info; bool ___m_iriParsing; }; struct WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73 : public RuntimeObject { uint8_t ___U3CStateU3Ek__BackingField; bool ___U3CStartPingThreadU3Ek__BackingField; int32_t ___U3CPingFrequencyU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CCloseAfterNoMesssageU3Ek__BackingField; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___U3CInternalRequestU3Ek__BackingField; IExtensionU5BU5D_t3F85AA18571BC205F4C18957EEB35B86B45039F9* ___U3CExtensionsU3Ek__BackingField; OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A* ___OnOpen; OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881* ___OnMessage; OnWebSocketBinaryDelegate_t0887854D0D99CAD93C30B7AD22193C32E069DCBF* ___OnBinary; OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580* ___OnClosed; OnWebSocketErrorDelegate_t13368D5CD3F9265C69AF1766B84A8E145723F0B6* ___OnError; OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2* ___OnErrorDesc; OnWebSocketIncompleteFrameDelegate_t671F9D1674EC4A6680FE68F811DFC6A14A0AAB9B* ___OnIncompleteFrame; bool ___requestSent; WebSocketResponse_tF5617263ECC6A6816510138721D38E855A39F86A* ___webSocket; }; struct Action_1_t9070DE061D19D248F89E68DE9AE3A0F0E41DAD8F : public MulticastDelegate_t { }; struct Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093 : public MulticastDelegate_t { }; struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t { }; struct Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E : public MulticastDelegate_t { }; struct Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84 : public MulticastDelegate_t { }; struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C : public MulticastDelegate_t { }; struct Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A : public MulticastDelegate_t { }; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { String_t* ____paramName; }; struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; struct ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158 : public EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E { }; struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1 : public MulticastDelegate_t { }; struct OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC : public MulticastDelegate_t { }; struct OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC : public MulticastDelegate_t { }; struct OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC : public MulticastDelegate_t { }; struct OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D : public MulticastDelegate_t { }; struct OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17 : public MulticastDelegate_t { }; struct OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F : public MulticastDelegate_t { }; struct OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259 : public MulticastDelegate_t { }; struct OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66 : public MulticastDelegate_t { }; struct OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19 : public MulticastDelegate_t { }; struct OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D : public MulticastDelegate_t { }; struct OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A : public MulticastDelegate_t { }; struct OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977 : public MulticastDelegate_t { }; struct OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF : public MulticastDelegate_t { }; struct OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F : public MulticastDelegate_t { }; struct OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9 : public MulticastDelegate_t { }; struct OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E : public MulticastDelegate_t { }; struct OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954 : public MulticastDelegate_t { }; struct OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E : public MulticastDelegate_t { }; struct OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579 : public MulticastDelegate_t { }; struct OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F : public MulticastDelegate_t { }; struct OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26 : public MulticastDelegate_t { }; struct OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580 : public MulticastDelegate_t { }; struct OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2 : public MulticastDelegate_t { }; struct OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881 : public MulticastDelegate_t { }; struct OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A : public MulticastDelegate_t { }; struct PostSendTransportBase_tC26ABA779DA12130FF6BBC31899D323AF4BA07C8 : public TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A { List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8* ___sendRequestQueue; }; struct ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3 : public MulticastDelegate_t { }; struct WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B : public TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* ___wSocket; }; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___m_CancellationTokenSource; }; struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB : public InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB { String_t* ____objectName; }; struct PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18 : public PostSendTransportBase_tC26ABA779DA12130FF6BBC31899D323AF4BA07C8 { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___LastPoll; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___PollDelay; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___PollTimeout; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___pollRequest; }; struct ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14 : public PostSendTransportBase_tC26ABA779DA12130FF6BBC31899D323AF4BA07C8 { EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___EventSource; }; struct Win32Exception_t15A75629914EB77C816D8219D93ED78E50C74BE9 : public ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C { int32_t ___nativeErrorCode; }; struct HTTPUpdateDelegator_tE302E86BCF2FFB97EA9365D1DA4F645E3048AE5A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { }; struct SocketException_t6D10102A62EA871BD31748E026A372DB6804083B : public Win32Exception_t15A75629914EB77C816D8219D93ED78E50C74BE9 { EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564* ___m_EndPoint; }; struct List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5_StaticFields { CookieU5BU5D_t1CBA26602B0C87DB9764E6A03406D77B6546E820* ___s_emptyArray; }; struct List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436_StaticFields { HTTPFieldDataU5BU5D_t8BAE6A0F96B667EB222BDEB6D8D6DCF7990F65E7* ___s_emptyArray; }; struct List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8_StaticFields { HTTPRequestU5BU5D_t9978254CBA978B2B6BBB7D97BA05C717E517B742* ___s_emptyArray; }; struct List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5_StaticFields { IServerMessageU5BU5D_t01AAB226E07790AFC98B84E9F9CD8F50E26FB3AD* ___s_emptyArray; }; struct List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6_StaticFields { MessageU5BU5D_t68E16E08B7AFE30BB4EDB47EC4C2B9F91982C5DF* ___s_emptyArray; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray; }; struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info; RuntimeObject* ___shared_table_lock; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture; Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number; Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX; bool ___IsTaiwanSku; }; struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding; Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings; RuntimeObject* ___s_InternalSyncObject; }; struct HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_StaticFields { uint8_t ___maxConnectionPerServer; bool ___U3CKeepAliveDefaultValueU3Ek__BackingField; bool ___U3CIsCachingDisabledU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CMaxConnectionIdleTimeU3Ek__BackingField; bool ___U3CIsCookiesEnabledU3Ek__BackingField; uint32_t ___U3CCookieJarSizeU3Ek__BackingField; bool ___U3CEnablePrivateBrowsingU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CConnectTimeoutU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CRequestTimeoutU3Ek__BackingField; Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* ___U3CRootCacheFolderProviderU3Ek__BackingField; HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* ___U3CProxyU3Ek__BackingField; HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* ___heartbeats; RuntimeObject* ___logger; RuntimeObject* ___U3CDefaultCertificateVerifyerU3Ek__BackingField; RuntimeObject* ___U3CDefaultClientCredentialsProviderU3Ek__BackingField; bool ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField; Func_4_t40BB883D42F08E5687342C411442BA6DB88FDB27* ___U3CDefaultCertificationValidatorU3Ek__BackingField; bool ___TryToMinimizeTCPLatency; int32_t ___SendBufferSize; int32_t ___ReceiveBufferSize; int32_t ___U3CMaxPathLengthU3Ek__BackingField; Dictionary_2_t233B22B2AB2DF3C97A82C929AD762AF948A86CD0* ___Connections; List_1_t1F9B4C694194BB665549C7844A774D35DB4CF0C6* ___ActiveConnections; List_1_t1F9B4C694194BB665549C7844A774D35DB4CF0C6* ___FreeConnections; List_1_t1F9B4C694194BB665549C7844A774D35DB4CF0C6* ___RecycledConnections; List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8* ___RequestQueue; bool ___IsCallingCallbacks; RuntimeObject* ___Locker; bool ___U3CIsQuittingU3Ek__BackingField; }; struct IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_StaticFields { IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___Any; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___Loopback; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___Broadcast; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___None; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___IPv6Any; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___IPv6Loopback; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___IPv6None; }; struct JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F_StaticFields { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___number_format; }; struct String_t_StaticFields { String_t* ___Empty; }; struct U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_StaticFields { U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20* ___U3CU3E9; Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A* ___U3CU3E9__31_0; }; struct U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_StaticFields { U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF* ___U3CU3E9; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* ___U3CU3E9__6_0; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { String_t* ___TrueString; String_t* ___FalseString; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1; }; struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch; }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray; }; struct IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB_StaticFields { IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___Any; IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___IPv6Any; }; struct IntPtr_t_StaticFields { intptr_t ___Zero; }; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null; }; struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue; }; struct Exception_t_StaticFields { RuntimeObject* ___s_EDILock; }; struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_StaticFields { intptr_t ___InvalidHandle; }; struct Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_StaticFields { RuntimeObject* ___DefaultEncoder; }; struct HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_StaticFields { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___EOL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___MethodNames; int32_t ___UploadChunkSize; }; struct JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD_StaticFields { RuntimeObject* ___parse_table; }; struct Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_StaticFields { EventHandler_1_t5D3FC4609BD8133ED1226D6D49A1D8076B16A9ED* ___AcceptCompletedHandler; EventHandler_1_t5D3FC4609BD8133ED1226D6D49A1D8076B16A9ED* ___ReceiveCompletedHandler; EventHandler_1_t5D3FC4609BD8133ED1226D6D49A1D8076B16A9ED* ___SendCompletedHandler; TaskSocketAsyncEventArgs_1_tEB937620E5B15D91E5BFEFFA707CF800930F8401* ___s_rentedSocketSentinel; Int32TaskSocketAsyncEventArgs_t36C5FC82499ED9DAFE7F05C38EF92D77A0B248E9* ___s_rentedInt32Sentinel; Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___s_zeroTask; RuntimeObject* ___s_InternalSyncObject; bool ___s_SupportsIPv4; bool ___s_SupportsIPv6; bool ___s_OSSupportsIPv6; bool ___s_Initialized; bool ___s_LoggingEnabled; bool ___s_PerfCountersEnabled; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___AcceptAsyncCallback; IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginAcceptCallback; IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginAcceptReceiveCallback; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___ConnectAsyncCallback; IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginConnectCallback; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___DisconnectAsyncCallback; IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginDisconnectCallback; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___ReceiveAsyncCallback; IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginReceiveCallback; IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginReceiveGenericCallback; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___ReceiveFromAsyncCallback; IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginReceiveFromCallback; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___SendAsyncCallback; IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginSendGenericCallback; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___SendToAsyncCallback; }; struct Type_t_StaticFields { Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder; Il2CppChar ___Delimiter; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes; RuntimeObject* ___Missing; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase; }; struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields { String_t* ___UriSchemeFile; String_t* ___UriSchemeFtp; String_t* ___UriSchemeGopher; String_t* ___UriSchemeHttp; String_t* ___UriSchemeHttps; String_t* ___UriSchemeWs; String_t* ___UriSchemeWss; String_t* ___UriSchemeMailto; String_t* ___UriSchemeNews; String_t* ___UriSchemeNntp; String_t* ___UriSchemeNetTcp; String_t* ___UriSchemeNetPipe; String_t* ___SchemeDelimiter; bool ___s_ConfigInitialized; bool ___s_ConfigInitializing; int32_t ___s_IdnScope; bool ___s_IriParsing; bool ___useDotNetRelativeOrAbsolute; bool ___IsWindowsFileSystem; RuntimeObject* ___s_initLock; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars; }; struct HTTPUpdateDelegator_tE302E86BCF2FFB97EA9365D1DA4F645E3048AE5A_StaticFields { HTTPUpdateDelegator_tE302E86BCF2FFB97EA9365D1DA4F645E3048AE5A* ___U3CInstanceU3Ek__BackingField; bool ___U3CIsCreatedU3Ek__BackingField; bool ___U3CIsThreadedU3Ek__BackingField; bool ___U3CIsThreadRunningU3Ek__BackingField; int32_t ___U3CThreadFrequencyInMSU3Ek__BackingField; Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___OnBeforeApplicationQuit; Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___OnApplicationForegroundStateChanged; bool ___IsSetupCalled; }; #ifdef __clang__ #pragma clang diagnostic pop #endif struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray { ALIGN_FIELD (8) Delegate_t* m_Items[1]; inline Delegate_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16 : public RuntimeArray { ALIGN_FIELD (8) Hub_t031250F588A18B3354937398C9FB54119774E3C0* m_Items[1]; inline Hub_t031250F588A18B3354937398C9FB54119774E3C0* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Hub_t031250F588A18B3354937398C9FB54119774E3C0** 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, Hub_t031250F588A18B3354937398C9FB54119774E3C0* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Hub_t031250F588A18B3354937398C9FB54119774E3C0* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Hub_t031250F588A18B3354937398C9FB54119774E3C0** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Hub_t031250F588A18B3354937398C9FB54119774E3C0* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray { ALIGN_FIELD (8) String_t* m_Items[1]; inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; struct IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D : public RuntimeArray { ALIGN_FIELD (8) IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* m_Items[1]; inline IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray { ALIGN_FIELD (8) Il2CppChar m_Items[1]; inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableDictionary_2_remove_CollectionChanged_m26B850D0A140AA8AD5388846BEF4E2FD9B2BBD16_gshared (ObservableDictionary_2_tE3DA3D4A73A1B27CD4A001BDBEAD3ACB891F20CC* __this, NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableDictionary_2_add_CollectionChanged_mBB6A3488FC28A1FF47B0CECDFB516C1F35763C85_gshared (ObservableDictionary_2_tE3DA3D4A73A1B27CD4A001BDBEAD3ACB891F20CC* __this, NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObservableDictionary_2_get_Count_m50DE1B9A56F38DBF9D7524410E12D05D63FF35E7_gshared (ObservableDictionary_2_tE3DA3D4A73A1B27CD4A001BDBEAD3ACB891F20CC* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObservableDictionary_2_GetEnumerator_mA74CCA7BFFC0C17E59831FE0A27400EB6635D504_gshared (ObservableDictionary_2_tE3DA3D4A73A1B27CD4A001BDBEAD3ACB891F20CC* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052_gshared (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_gshared (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_gshared_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_gshared_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_gshared_inline (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Nullable_1_GetValueOrDefault_mBE26FDBA8873F7AE883FF290864E1D2665EAC52F_gshared_inline (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_gshared (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_arg1, RuntimeObject* ___1_arg2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3_gshared (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonMapper_ToObject_TisRuntimeObject_m9649249B45746574019395D4D9F2EC49E745AC8E_gshared (JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD* ___0_reader, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2FD1D604A4C06CBF498D6AF13BB0BA88DB797FC0_gshared (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m7135355D8C07707EA75EA11684C9CB28C9CCAAD8_gshared (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, uint64_t ___0_key, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mE444E9C992C0CDECEC0D77F6BB0B534405F33857_gshared (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, uint64_t ___0_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m7A107B30C5331AD503EDD5B9395EC8A389DEBC4C_gshared (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mCBA59D7CAC477D89399A19FE5507D2BBAD1AF4D3_gshared (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, uint64_t ___0_key, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1552899B260F47520A22176E23EA859A3E680EE4_gshared (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, uint64_t ___0_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___0_match, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_gshared (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642_inline (OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventHandler__ctor_m3EBA994035C72C2ED42175F5C2E1918FC8114FB8 (NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; inline void ObservableDictionary_2_remove_CollectionChanged_m63802A26CABE51CA90A2A8074169DD8F578F2CBD (ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* __this, NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* ___0_value, const RuntimeMethod* method) { (( void (*) (ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D*, NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1*, const RuntimeMethod*))ObservableDictionary_2_remove_CollectionChanged_m26B850D0A140AA8AD5388846BEF4E2FD9B2BBD16_gshared)(__this, ___0_value, method); } inline void ObservableDictionary_2_add_CollectionChanged_mA900A5434842B5DA1C5C615A8E77BBB9C676EF8F (ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* __this, NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* ___0_value, const RuntimeMethod* method) { (( void (*) (ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D*, NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1*, const RuntimeMethod*))ObservableDictionary_2_add_CollectionChanged_mBB6A3488FC28A1FF47B0CECDFB516C1F35763C85_gshared)(__this, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3 (Delegate_t* ___0_source, Delegate_t* ___1_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___0_year, int32_t ___1_month, int32_t ___2_day, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_Subtract_m4064A98F489219E9C414DF5C03EE041351B4502A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF36D7701399DDDC077C4B55CF2142E976D956619 (StringBuilder_t* __this, String_t* ___0_value, int32_t ___1_capacity, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeUriString_m1F1E67F8150470F51174B1C3B93E6F5B9C8C1A38 (String_t* ___0_stringToEscape, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* Connection_get_AdditionalQueryParams_mEEFAB4EF41AEAF4F8922B161480D848A0510F11A_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; inline int32_t ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB (ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* __this, const RuntimeMethod* method) { return (( int32_t (*) (ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D*, const RuntimeMethod*))ObservableDictionary_2_get_Count_m50DE1B9A56F38DBF9D7524410E12D05D63FF35E7_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5 (StringBuilder_t* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; inline RuntimeObject* ObservableDictionary_2_GetEnumerator_m624A0EEF3236FD48A7CD1AFBB7AC5E6AF07D5428 (ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D*, const RuntimeMethod*))ObservableDictionary_2_GetEnumerator_mA74CCA7BFFC0C17E59831FE0A27400EB6635D504_gshared)(__this, method); } inline String_t* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, method); } inline String_t* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeDataString_m844D0FB6899488BDEBAF160B23397CD7ED8CA2DF (String_t* ___0_stringToEscape, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_m4B51856B21B7B584851170B20C097C9259408FBD (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Hubs_mD7B16CB9D8E4DE57A436C207D7F7FB5A0101268B_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub__ctor_mCD38EECBFE1B7F13BD5698B17903D6C22A0BDD3B (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_name, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___1_manager, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_State_mFB464C11F3161462973E8D71D9F4012F2E25AD64 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Uri_m536754B1C4EB1150087B409AB7A23BF074B51755_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_JsonEncoder_m9E3748C2D374493071447F061A426D2071A42E8B_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromMinutes_m5748E4C33327BC758C73B6DAE1BDD6BF44711CB5 (double ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_PingInterval_mA354DF79B4DEE58E3AC16BFBC6EEEDFC311B8B3A_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Protocol_m8E97463AA0B582991A705C3045BC8B487B514FFD_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, uint8_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F (double ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_ReconnectDelay_m0D4304B944439AC8ABCA44A667FC00151AE1B57E_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationSuccededDelegate__ctor_m8291FBE90B7E366E7DEBB77E4720C781458B7553 (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationFailedDelegate__ctor_mA06E58AAFDB76B19CC933190161EAAC50321ABC6 (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_StartImpl_m4E0BA39A53E5F33C232798B5897A497CDA39EF60 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData__ctor_mB10A609252718A9ED1D034AC0B093AB541080E00 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_NegotiationResult_m2B4467DAFCEC9C33A5210FA59E13A0FA8EB1CC4D_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, NegotiationData_t7D015037808F8339A800E24386B9761B55059859* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NegotiationData_t7D015037808F8339A800E24386B9761B55059859* Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; inline void Action_1__ctor_m28D0FF58861D14958A55D05404F2A1E67C03DF13 (Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method); } inline void Action_2__ctor_mCEFA26E29DDD31296858000535914EED5A8F2B71 (Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052_gshared)(__this, ___0_object, ___1_method, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_Start_m17E6E3CF4A8D16C8794D251D94D87965C12F0B2C (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ProtocolVersion_mC777B2477132A795AF2372D763A50FFE47643087_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NegotiationData_get_TryWebSockets_mE722B7C4E5081A5AC9D01CF19421D79E9AE5B5C1_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport__ctor_m45891B5535D90AD8C35B25C7C6A4B9C44D2050F4 (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport__ctor_m8E86959D52FC2CBFC5ACE4A8FEEA84E1D00BB7DF (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_con, const RuntimeMethod* method) ; inline void Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) { (( void (*) (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, const RuntimeMethod*))Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_gshared)(__this, ___0_value, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* HTTPManager_get_Heartbeats_mB06494ABA048C6A5B0DEFB58CA127B58B16E4879 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Unsubscribe_m5C86433F1B3AC8902C7EFD0A2D91A49790A7B43B (HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* __this, RuntimeObject* ___0_heartbeat, const RuntimeMethod* method) ; inline void List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_inline (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* __this, const RuntimeMethod* method) { (( void (*) (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39_inline (OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Reconnect_mC357BDD16B330540824502560072279AE7DEC805 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Abort_m0A2B78A699A3656F8F957A102D36503D6E33FE6B (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_inline (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_JsonEncoder_mCD0BF49DACA36A7238A610E55686DE6AA1039594_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Send_mE6E89A25DEF9EEFFB62B52F9CBA1A4311FD0A33B (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, String_t* ___0_jsonStr, const RuntimeMethod* method) ; inline void List_1__ctor_m7C3D25B0B842B29064BBA5C2E92DF068AAB80205 (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* __this, const RuntimeMethod* method) { (( void (*) (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } inline void List_1_Add_m1136AD5EB7130D2E5EFBA3942B33F7A41BFD876B_inline (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MultiMessage_get_IsInitialization_m1236397A5F1A607F3EE8250A2F635F366BAF83A5_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MultiMessage_get_GroupsToken_mF87E4D397BCFAACA1B1DA2BF8A474CAA388C30F6_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MultiMessage_get_ShouldReconnect_m8F36D4CC6ABF3ADB5846470AC467C23FEEC3804E_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Reconnect_m2690C376D32CAC712A27AE2C4B6089C6700D7234 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* MultiMessage_get_Data_m0FA26FF1CE4E192E957964635BF41C1FE065DC6C_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) ; inline RuntimeObject* List_1_get_Item_mB0FB1F4F52B8F378F6BE2192E207F522A5A0E3D3 (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( RuntimeObject* (*) (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } inline int32_t List_1_get_Count_m25C2A8710EFE10D82C84CC4F00D3DCF1AF425114_inline (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MethodCallMessage_get_Hub_m9803024D88A8E29574A2AED35A8C4ACBDB301419_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t031250F588A18B3354937398C9FB54119774E3C0* Connection_get_Item_mBA9A03CC144F29F4AF3656DE6D1ADDEBED3C35F9 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, String_t* ___0_hubName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t031250F588A18B3354937398C9FB54119774E3C0* Connection_FindHub_mB023F7599554A76465313F8F489062A5DB83B9F2 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, uint64_t ___0_msgId, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_mD3AAE57EA18A6779F5A17E4F91C900A231EB0A6F (uint64_t* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DataMessage_get_Data_mA6CE8B2BEDE3FD6D390B6675A24EB6A1EA1600AC_inline (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnNonHubMessageDelegate_Invoke_m885C033484D337229A1473EBBCB3CE531D58F489_inline (OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, RuntimeObject* ___1_data, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_InitOnStart_m4A68B04DB0E04B6F438A94F4765F63B51FD8B530 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Close_m64C8C6B47BBD82A2B199DB95168E636BD292B552 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPManager_get_IsQuitting_m3C6FBCD6CA13C373F730C95ECA61A65E74307623_inline (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9_inline (OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, String_t* ___1_error, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_TryFallbackTransport_m7FB031224B7A035734CBE17D6957CF65ADE9100A (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414 (StringBuilder_t* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* Connection_get_Uri_m9F42BE6D724DF425849233B58E199150D92A4C74_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mD45945E23BE6C1AA8C56E64DEC181E36EE826C25 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPProtocolFactory_IsSecureProtocol_mD1AAD5981521261A0EDD464F742CDEA6A82857B4 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Scheme_m02C71DED53B5BDB8CA03E7484B8B554D0EF4B3BA (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MultiMessage_get_MessageId_m271F13C732DAE367330CD504A269B344467C4E05_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Connection_get_Timestamp_m833CBEFEA6427E7803D0E34264A660FB3802ED0D (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154 (uint32_t* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t Connection_get_Protocol_m2B77B554C27EE3E32061FB8DEBF6CC326B16EFC6_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ConnectionToken_mB14FC06235150D0816296E3093AEBC82F5D6D045_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_get_ConnectionData_m64B715CEE191FCEA6B35505C9DA5004C23160174 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_get_QueryParams_mC6BE84BB53754D97D00206F76338CA71F538C299 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Query_m1B7AB6F65BBAC94C07681D79F2A8DBDB15E844ED (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* UriBuilder_get_Uri_mD0DF3F7DDF7C56CC99E2D29E06C959F80A4171A1 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* Connection_get_RequestPreparator_m036E7B05B47894CE531747256C43684C7C78D729_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715_inline (OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___1_req, int32_t ___2_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Json_Decode_m40A86A0E6654E3C2843EE89E80E5D3CA98BB66C0 (String_t* ___0_json, const RuntimeMethod* method) ; inline bool Dictionary_2_TryGetValue_mC14A0401676B34A68B06FC858BA801E7DF99B7D8 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, String_t* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, String_t*, RuntimeObject**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 NegotiationData_get_KeepAliveTimeout_m3CF985C2E9A4E25864A97AC8E955A89E44430817_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) ; inline bool Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272*, const RuntimeMethod*))Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_d2, const RuntimeMethod* method) ; inline TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) { return (( TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A (*) (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_m75F60A7DA7C0BB62E4A21E7784E6FFE6D2D73CFE (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_t1, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_t2, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Connection_get_PingInterval_mB23F180C48D4CFC7AD8064FEDA2E41C75D5B69A5_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Ping_mF0CB25FB8E6A6FCCF07F183291394F7E59FDD942 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_DisconnectTimeout_mEC8EDB6E282837934A256E0B36F5A4EBD993695D_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Connection_get_ReconnectDelay_mF18A9BAF3D8073EBC3F58A7BCCF3DDE8C828FF89_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63 (bool* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m447C83E1F8FFFFF4D20C0F7D5C18DEB160F9833A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m44D5BF48E35E18BB8B99A86B6535DA5E847FFE92 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ; inline bool Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_inline (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*, const RuntimeMethod*))Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_gshared_inline)(__this, method); } inline DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Nullable_1_GetValueOrDefault_mBE26FDBA8873F7AE883FF290864E1D2665EAC52F_inline (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, const RuntimeMethod* method) { return (( DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D (*) (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBE26FDBA8873F7AE883FF290864E1D2665EAC52F_gshared_inline)(__this, method); } inline void Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { (( void (*) (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272*, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A, const RuntimeMethod*))Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_gshared)(__this, ___0_value, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_TransportConnectTimeout_mCEBCE34227C0284EEC3189C3D2D980125F81CC29_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Subscribe_m0D38271ED9769AE81CD7CBEA9B356DD798D59FF5 (HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* __this, RuntimeObject* ___0_heartbeat, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport__ctor_mA0A8ABEE4E5D7F89FE909A12917C1ACA768DFC55 (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_mC876BD67B29C81DA807F636637069CB7AE061294 (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* ___1_callback, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_ConnectTimeout_m6526C5DCC62983274200EB4AD0A0B34D31A9F7B3_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19 (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsSuccess_m7E7F314E869ECD4B73710604B01C1A57FDF603F3 (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887 (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJsonEncoder__ctor_mA8508DDCAEE7D90E4B8BCFAD57641195E6A282A5 (DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m5AA6744370787997E8F2EA020BB79CE2083E6CD0 (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, uint8_t ___1_methodType, bool ___2_isKeepAlive, bool ___3_disableCache, OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* ___4_callback, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_RaiseOnError_m114F643057AD3B4E2341B480D98561B734593BC3 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_err, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NegotiationData_t7D015037808F8339A800E24386B9761B55059859* NegotiationData_Parse_mF6FC06CD487ED9C6B11E45C81B4AD5D299FC8B38 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_str, const RuntimeMethod* method) ; inline void Action_1_Invoke_m5B5D1192F02B87CA72478ACBF1BE947D38EE4EBE_inline (Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093* __this, NegotiationData_t7D015037808F8339A800E24386B9761B55059859* ___0_obj, const RuntimeMethod* method) { (( void (*) (Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093*, NegotiationData_t7D015037808F8339A800E24386B9761B55059859*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HTTPRequest_get_CurrentUri_m8284AB87679F1570286BF13495B93AFD9F417129 (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m918500C1EFB475181349A79989BB79BB36102894 (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; inline void Action_2_Invoke_m8E4AAF338573D844B27D222B9F14FD046E658BD7_inline (Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84* __this, NegotiationData_t7D015037808F8339A800E24386B9761B55059859* ___0_arg1, String_t* ___1_arg2, const RuntimeMethod* method) { (( void (*) (Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84*, NegotiationData_t7D015037808F8339A800E24386B9761B55059859*, String_t*, const RuntimeMethod*))Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline)(__this, ___0_arg1, ___1_arg2, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Json_Decode_mEE093D258F4A0D2A6B206D046294410F5CD7F783 (String_t* ___0_json, bool* ___1_success, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegotiationData_GetString_mD19DF60CAB2E23C938EE11568FF8578A68D15F88 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___0_from, String_t* ___1_key, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_Url_mBCDD4C09DBA01D16AFCA7DC043F3CB333479B8FE_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) ; inline bool Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, String_t* ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_WebSocketServerUrl_m47693A660EC3A459938F3F501A2929CB4CA7D6B1_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_ConnectionToken_m193D43A03F7378206B461AB09371E248C5E9EAFF_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_ConnectionId_m0245B08DCB119C16EC87177604E2A00DA53C3A76_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NegotiationData_GetDouble_mD853C041D7888F94E28E589129B3DF496E5AD72D (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___0_from, String_t* ___1_key, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_KeepAliveTimeout_mF313DCD7A65E787EEE80C3B04C839CBFAC29DEEC_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_DisconnectTimeout_m9BCECD4FC48A98BE709A107C8432EBBD6D9292B7_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_ConnectionTimeout_m3749B69C8CA97B23162682531FF6632902B578FF_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NegotiationData_Get_mF02BD988B610C5231A4B8479F0A9699F0081568E (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___0_from, String_t* ___1_key, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_TryWebSockets_m9D5AF7AD5F521A27F4FDC453860C5C61A9A51B81_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_ProtocolVersion_m842555A75C5BFFAA97193D175BECCB00EE3DA6AF_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_TransportConnectTimeout_m5E6A725BBDD866E12317F2CA87624DFEBD98A043_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_LongPollDelay_mBC43FF7A0E32FC1B9ECB18060ABFA055FEB310FA_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ; inline int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } inline void List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___0_capacity, const RuntimeMethod* method) { (( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method); } inline RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( RuntimeObject* (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } inline void List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, String_t* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, String_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostSendTransportBase__ctor_mE307D42BEC4764261E9898DE1C52BC4756B15FC4 (PostSendTransportBase_tC26ABA779DA12130FF6BBC31899D323AF4BA07C8* __this, String_t* ___0_name, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___1_con, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_ConnectionTimeout_mC775D2DB2D0F8FDFF422C08F9B15C0D2885B8EF8_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_op_Addition_mD8B0E0E30595D82C7336CCCA411FE384441DE1A6 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_t1, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_t2, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_OnConnected_m3902E8553071F51C5D67C962EDDA9109A4AC6E8B (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_Parse_m65191B616E0EDD9F9B9B6C969AC29DE916FF45E5 (RuntimeObject* ___0_encoder, String_t* ___1_json, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 MultiMessage_get_PollDelay_mBF2853C67EAEFBABE42F0CDF2ACDF03E7BCAF50C_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) ; inline TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3 (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) { return (( TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A (*) (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272*, const RuntimeMethod*))Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Timeout_m2C40ADD06F4DFD11171CA176749AA9F344DC0621_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_op_Addition_m652BE1306897DBE4CDF3ADA99FFFE2E70BFE3865 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_t, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_LongPollDelay_mEF9213A450F736CE1EA8CA14138EAC3C9740896F_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThanOrEqual_m3B83DFFCC29B04E344ECBD436FA71606FDE710BD (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_t1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_t2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport_Poll_m8237E727D4FDD99322C26E982A00BF20143DE433 (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, const RuntimeMethod* method) ; inline void List_1__ctor_mB66A6A90793FA23F14BF0975B2C07367940AE050 (List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8* __this, const RuntimeMethod* method) { (( void (*) (List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase__ctor_m08878FBE373F88FA0F1503AB99FE412A77899FB1 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, String_t* ___0_name, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___1_connection, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_FormUsage_mBDD1DBBD8F540A7127FE43BA4D1B0037A0ECC73E_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_AddField_m675B6AC509FF4B7B3117ACD8E96E80D4552ABDAF (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, String_t* ___0_fieldName, String_t* ___1_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Priority_m656224EC56FF4B6E1FD2370F9D92721B6CC5057D_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, int32_t ___0_value, const RuntimeMethod* method) ; inline void List_1_Add_m51CFE0C3B787AD14D794FC2A395AB3FBD18E0075_inline (List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } inline bool List_1_Remove_m926D5669179A99FE5EA4AECEFE2C38893739F601 (List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_item, const RuntimeMethod* method) { return (( bool (*) (List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource__ctor_m0B2313DDE91AACB921D70E007BB89FEDDECED441 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnGeneralEventDelegate__ctor_m691CB5FB34E3376FF31ED21BA02C483BE68ACCE0 (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnOpen_mCD179035263D4340910AAA8EA38B0F57F37E5ABD (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMessageDelegate__ctor_mE1A17135060B9D849291C4B5F7C772649E378421 (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnMessage_mB50E7FC3718CC4656EF7C59A309D804CAF6A9117 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate__ctor_m466645EA9454314D76EAD0AE542908A576A66E58 (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnError_mA91975A944D58737A25DC55FD108CB2E42C2A949 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnClosed_m2212046A4C585C29FBD436A3134F29AB0318EA5B (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRetryDelegate__ctor_m39FA3C141B166D631D9C9382A712F75C544F8AC7 (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnRetry_m523AC4707EA732AF9B3DA22768ED24EE0CA494E4 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Open_m90C446B5D06AEBE30E5EBF3DB2AAAA64F27F5229 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnOpen_m3C10B1A01960585FA27A93D9C1BF73758453A38A (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnMessage_m68161C16208C99E4A43BCE7D2FCA65F63EB10023 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnError_m474C33F17C817C8B8899B50278532A6CEC54AAEA (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnClosed_m3629DF3D1A80B769D25230005D920C03CFFEEE90 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Close_m97D16F0603712B0BC5E69EA03D3DB9672A403780 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Abort_mCC30434290AC1B6BCCAE10BCB600F030412CC7C4 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceError_m332A72357EFF617CDDBA8DD1180D12CD32B2081D (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE7961400F729D75DD196F5391373B511AE00D6AF (U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_inline (OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransportBase_set_Name_m570E52A11FBAD221ADE77C5D8D42DEA2C0848552_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransportBase_set_Connection_mD55B73A6836E773AC5D73DC6677FC531344C939A_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Start_mFF5916E96E454B1D24D8F583D14C2BEAA711192E (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Tag_m644FF47B4A5E82B26AEAD0CA3D7B2C56958A32FF_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DisableRetry_m85D3AEB10F63B8B1189A64E9CDBD4C9874340314_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HTTPRequest_get_Tag_m149F5A5787A60283FF9AC29803DD32B55C1AB161_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_AbortFinished_m6F7E58D094347EE0AACBF056CC154B8C1D725F6A (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeepAliveMessage__ctor_mE952EF56B23BF77EA5E0FF3FC88AAFE36A52F08B (KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultMessage__ctor_mF009D3477051E240F0F0AF9D8111324ED3960487 (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage__ctor_m0A43DE34BBD6316D67D26EAAA65F39B90757EDA4 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiMessage__ctor_m2EC5C5D20861C6C9504A4397EF910261F3118CCA (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket__ctor_mA53145B8E037260ADAEE08DF02BEF386C9C96C14 (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketOpenDelegate__ctor_m5EE4043C3629ECE2D568767F31A32A7B7DF8788E (OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketMessageDelegate__ctor_m9978A8FE88D64A141433567641F5DDD3629DFA67 (OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketClosedDelegate__ctor_m02D7A18933C7965418B15CEAEA909B7BE45ACBBA (OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketErrorDescriptionDelegate__ctor_m91579EA9BE7A5AF20EBB8415F9387F804FF266E8 (OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* WebSocket_get_InternalRequest_m522E6D8CADFCACF12C952682D3BD1B4FA797036E_inline (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Open_m0512F3ACA4B8E92B085865C93E62B05AB0ABEEA6 (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebSocket_get_IsOpen_m95B3365C77AF02AB0CA5CC2318FFA823DA697767 (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Send_m74013230769A09D9D7EE95512D645EA1397820DB (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Close_m0B628EABE61CF5436158561EC93E84C7B4766770 (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5 (uint16_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientMessage__ctor_m42847011607498AD173D0ADD95BB889311097832 (ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, uint64_t ___3_callIdx, OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* ___4_resultCallback, OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* ___5_resultErrorCallback, OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* ___6_progressCallback, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_MessageId_m9227FBCB226F1F6E735A88C1C929F37C0A46CBA8_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m273CA1A9C7717C99641291A95C543711C0202AF0 (String_t* ___0_s, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_IsInitialization_mBB157A4160FF80A0F25342E722A8C0E599B65475_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_GroupsToken_m48D2F2102D0EB25BF9769FD9A39F5DC2B00E331B_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_ShouldReconnect_m8EB9EF996EF54B1E3B66AF42FB59ECAFF81C8C65_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_mEBC644CE0C86A405283EC4839F872EF9E556670A (String_t* ___0_s, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromMilliseconds_mFDCBE9EDA3F6743302C3DD81259AF5D2F00EF775 (double ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_PollDelay_m714C2F8049BC007DE80D23F1E36123A2EAA55D8C_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_Data_m436C11FF0D3A120F97721E0F2F438CEA3BB7C021_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallMessage__ctor_m5A819C9B9B49149BBAB91A2DB43DC32571C3B35F (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressMessage__ctor_mE75DC09D2E01A79CA2247EFC8FF28CAA3C05D301 (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataMessage__ctor_m963885729DA31FCD7BB81FF09611BF60505831A9 (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DataMessage_set_Data_mA72DD7084E6D430C01C595FD2886977B1FEE3BE3_inline (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodCallMessage_set_Hub_mA3E9653CFE1E1D098FF509CB38216656685925DF_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodCallMessage_set_Method_m79AD0E686AD736BECDE808DDB7539F1D43CC88F6_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, String_t* ___0_value, const RuntimeMethod* method) ; inline void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } inline void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodCallMessage_set_Arguments_mBF70168FC8F22CC9C667763817DAFCE0E90F2209_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodCallMessage_set_State_m9436085EDA59C22BA89D15F49E083D20D4FE8287_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_m90068CF93B1268DCAD57BD1D8E1FE811E0AABDC7 (String_t* ___0_s, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResultMessage_set_InvocationId_mD27A6B9D987950330529CD190D20D1637813B059_inline (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, uint64_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResultMessage_set_ReturnValue_m22395BCF1ADC19A87DF2218A48C0447B6BE6057E_inline (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResultMessage_set_State_mEBB26455FD6FBC835BC8103600DC4BC1900A2613_inline (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_InvocationId_m845949F28BEB3599E84CB8FB6CF28212AAD36854_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, uint64_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_ErrorMessage_m5A5B08D4FB19CAD6BD07E94FB6C338F9D3092603_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_IsHubError_m6723FFFD10CA5263EAD4B90C9020D03076F3816E_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_AdditionalData_m406C6957C8CCB64B14C43CE79E68AD4CE7DD39C6_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_StackTrace_mAA39B58D5551629D4109A9D1F796433300EDE4E9_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_State_m65272F3587934DED0D79CF07A68606F4EA65E1C3_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProgressMessage_set_InvocationId_m44B9A378FC251ADF1B78E4CFB5EE5B1C7724E483_inline (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, uint64_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProgressMessage_set_Progress_mEC7FD86EE5CDFD3E23429C0C8C3B29A5F3AF8BB3_inline (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, double ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_Encode_mE70087687189574C31C01AEE3BEA552296833DBA (RuntimeObject* ___0_json, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter__ctor_mFF4C2DE4CAD061714750C2D87291FCF9D0AE4EF0 (JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonMapper_ToJson_m3FBB1723553372CD6BACDEB43C496AA7264BBA63 (RuntimeObject* ___0_obj, JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F* ___1_writer, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader__ctor_mA7B3448630453E385BCAADCA985410AFFCE4ACC3 (JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD* __this, String_t* ___0_json_text, const RuntimeMethod* method) ; inline Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* JsonMapper_ToObject_TisDictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_mF93ACC239FD523630DD3CFEAE0D87C1F729F5D10 (JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD* ___0_reader, const RuntimeMethod* method) { return (( Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* (*) (JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD*, const RuntimeMethod*))JsonMapper_ToObject_TisRuntimeObject_m9649249B45746574019395D4D9F2EC49E745AC8E_gshared)(___0_reader, method); } inline void Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } inline void Dictionary_2__ctor_m2FD1D604A4C06CBF498D6AF13BB0BA88DB797FC0 (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B*, const RuntimeMethod*))Dictionary_2__ctor_m2FD1D604A4C06CBF498D6AF13BB0BA88DB797FC0_gshared)(__this, method); } inline void Dictionary_2__ctor_m867B7409315BB6BC8D1F46CD87ED64A83F366022 (Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hub_set_Name_mAD430B6FD104F7E01DF62C05069CE52102A40C42_inline (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_value, const RuntimeMethod* method) ; inline void Dictionary_2_set_Item_mD80DA559447CCD499D683404021B11B6263ACEEF (Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04* __this, String_t* ___0_key, OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04*, String_t*, OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m4A972CDFF7339E23685E0DC37D1506F81DDAC2D3 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_method, OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* ___1_onResult, OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* ___2_onResultError, OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* ___3_onProgress, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___4_args, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Connection_get_ClientMessageCounter_mF169D5A5E9CA4444D12B2CD28CDD1A761B3E831B_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_ClientMessageCounter_mB612420473F5C7493490DE3195B7AB0A91DD5878_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, uint64_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hub_BuildMessage_mAF108B3787EAC156839A3029798B345458C5B6C1 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___0_msg, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_SendJson_m0B8D7FD77BFCB9DFF7616F37B65170F35269160F (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, String_t* ___0_json, const RuntimeMethod* method) ; inline void Dictionary_2_Add_m7135355D8C07707EA75EA11684C9CB28C9CCAAD8 (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, uint64_t ___0_key, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B*, uint64_t, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, const RuntimeMethod*))Dictionary_2_Add_m7135355D8C07707EA75EA11684C9CB28C9CCAAD8_gshared)(__this, ___0_key, ___1_value, method); } inline bool Dictionary_2_ContainsKey_mE444E9C992C0CDECEC0D77F6BB0B534405F33857 (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, uint64_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B*, uint64_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mE444E9C992C0CDECEC0D77F6BB0B534405F33857_gshared)(__this, ___0_key, method); } inline void Dictionary_2_Clear_m7A107B30C5331AD503EDD5B9395EC8A389DEBC4C (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B*, const RuntimeMethod*))Dictionary_2_Clear_m7A107B30C5331AD503EDD5B9395EC8A389DEBC4C_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MethodCallMessage_get_State_m912AA6B4FE84924B1FA7E4362D914F95F1ACBB68_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_MergeState_m82714198ECA311A2591F738C323D5399672EE3B0 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, RuntimeObject* ___0_state, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MethodCallMessage_get_Method_m81577A8EC9CA6B5357E3820D9F71EB6D311109ED_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* MethodCallMessage_get_Arguments_mCB5D82797C5E56D9772FB8744B396D3D5D1478B3_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_inline (OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) ; inline bool Dictionary_2_TryGetValue_m59B33F6DC60F546AB2340E8E1D2E76E0D0061189 (Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04* __this, String_t* ___0_key, OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04*, String_t*, OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_inline (OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) ; inline bool Dictionary_2_TryGetValue_mCBA59D7CAC477D89399A19FE5507D2BBAD1AF4D3 (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, uint64_t ___0_key, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA* ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B*, uint64_t, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA*, const RuntimeMethod*))Dictionary_2_TryGetValue_mCBA59D7CAC477D89399A19FE5507D2BBAD1AF4D3_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ResultMessage_get_State_m39E34EA28DE2C2FBCD0EA9A76995F8DC4B72DC51_inline (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_inline (OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) ; inline bool Dictionary_2_Remove_m1552899B260F47520A22176E23EA859A3E680EE4 (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* __this, uint64_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B*, uint64_t, const RuntimeMethod*))Dictionary_2_Remove_m1552899B260F47520A22176E23EA859A3E680EE4_gshared)(__this, ___0_key, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* FailureMessage_get_State_m44B595607C80522E79BB55916759E0F90B898D81_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_inline (OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_inline (OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* Hub_get_State_m44F49D590706FB0989AC64042FF11F6EAA83F1FC (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, const RuntimeMethod* method) ; inline String_t* KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_inline (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9* __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, method); } inline RuntimeObject* KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_inline (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method); } inline void Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, String_t* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, String_t*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method); } inline int32_t Dictionary_2_get_Count_mA194D0E2787B81ED9FC54005AF0B23147EF51CBA (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_AuthUri_m34EED1F26E6C6EAA6E66565036F7FE2EE4EC18C1_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_UserName_mE62E7938F935C13EF8248240C30EC9A794B49C9C_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_Password_mC09DFC6B8CAFBD98C6E29AE31EDD74C0CDB127C9_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_UserRoles_mA6AD04E79FD36E92B292AFDFE90C674FC000586B_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_IsPreAuthRequired_m9FF3B926CC6382912DCC106C4BEC6B41251216EF_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* SampleCookieAuthentication_get_AuthUri_mCBD855B20A0E2A43C583F22FAF6A0158C743AE04_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m6805D0AEA1C3BCF28EE9454A6BACE850B8F4FD52 (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, uint8_t ___1_methodType, OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* ___2_callback, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SampleCookieAuthentication_get_UserName_m1DA043DA1413DF14492A2D20D9B45AA1C0E2A2FE_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SampleCookieAuthentication_get_Password_m628E9E4F8BB14C4A932C90C2FD0F074247F7A3D0_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SampleCookieAuthentication_get_UserRoles_m78A4DE70854383AFC15458B7FE75AA851D4068E4_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* HTTPRequest_get_Cookies_m01BF3A11D609844E0024DD2FEB12033DB1769168 (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; inline void List_1_Add_mA73E00E60C6A4279865D0B7CE7FC5C0B3422EF78_inline (List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* __this, Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5*, Cookie_t5596A82FEB1E885383124368DB51D857DA254D02*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* HTTPResponse_get_Cookies_mDF5EC6237686BBF6B34660D942B2E239FB0E2699_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) ; inline void Predicate_1__ctor_m2862871CD41E8480BAAE9A6B6DB8AAECAD0B9200 (Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___0_object, ___1_method, method); } inline Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* List_1_Find_m9CEF43F406AB67380A7AC93F62AFD07D57CC9683 (List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* __this, Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A* ___0_match, const RuntimeMethod* method) { return (( Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* (*) (List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5*, Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A*, const RuntimeMethod*))List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared)(__this, ___0_match, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_inline (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_inline (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m920A287F60D4940F214BF8D83A8021BC0B8C9824 (U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mE93F2E868599F726D2668DFFF4A6014324614535_inline (Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_User_mDA1228A8B1ACFF4E20C3CF25B8CD82DD3119EC9C_inline (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_Roles_mB3C17C1D1508DE19AB49F4909EF55517A9FF7343_inline (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_User_m62234158480DD900FBE628F9A10690AD8376F3EE_inline (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SetHeader_m8D46AA880AE89B2272E13B0BAC57613F1EAA8A8E (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, String_t* ___0_name, String_t* ___1_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_Roles_m937BF1D853547CC62E92CE485A872F3A3DDAC9D9_inline (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_inline (OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_Uri_m5CC3AFD502D4F1B57D233C674A58CEF450CD8001_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_ReconnectionTime_m6EE5A24089759BD00C37B80B90AEC37B6C3D3204_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* EventSource_get_Uri_m5EAF4EB4455C9696B53056362FE6BCA1036F513E_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_InternalRequest_mA60D1C3E0ACE85CD17D767F41BAFAA49B5619433_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_ProtocolHandler_m682E7A617719F05541BD4D2F55F93052FE45AE34_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_State_mF45C19BCAF0D9638B2DCF49FD9F93E14ADDB150F (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EventSource_get_LastEventId_m308413EF64D04C4B24FEEFFB8D29023D77022DF9_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) ; inline void Dictionary_2__ctor_m0C4A904E950CFF84F5DE46CFF661BB8844B99C03 (Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } inline void Dictionary_2_set_Item_m104E927BCED13CE658D0B0D5FA7E5DBBCF789FA3 (Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* __this, String_t* ___0_key, OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125*, String_t*, OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method); } inline bool Dictionary_2_Remove_m210706A72787DB8AA227E9B664663758365123FF (Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* __this, String_t* ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125*, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared)(__this, ___0_key, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_inline (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_inline (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_inline (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSource_CallOnRetry_m6AA580479D552CBF4162E131B4102EBAF8ED0F11 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_SetClosed_m54DB8E7F829CF2080AEC4B3354D606978503AF0C (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, String_t* ___0_msg, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_CallOnError_mD590E6267C69311B3B2CE5287A0ECE1E0137CC94 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, String_t* ___0_error, String_t* ___1_msg, const RuntimeMethod* method) ; inline void Action_2__ctor_m5DAE33D7ECBF839B1DE9EE8CB3F7E135D5457A27 (Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052_gshared)(__this, ___0_object, ___1_method, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_StartReceive_mC084230E359E6212F6C69312F5CFF9BEE88CB894 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeader_mC6E3E741DA758D4B0CAA8CB71889E5686DCB0355 (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, String_t* ___0_headerName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeaderWithValue_mC676EA50921A814FA347FFF51C8BB4B89A1276CC (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, String_t* ___0_headerName, String_t* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Retry_mA8EBD3836B3A81AD8E4CFDC5811578E759EF88DF (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Id_mDDF858B97737D8FF72F977C2AB51B6623BED52F4_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_LastEventId_m6E536265A7D04F7A1F78A6C1E9EC9F6CAEE48940_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Message_get_Retry_mA1D9630DF904A0573B0E138B31D7AD07C03C4555_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m3506C1A49F1FE37A82F3027EA061D18215EF87CF (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_inline (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Event_m4C42589BEBDCD022F9A4480A9BF91EF6D9FB4761_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) ; inline bool Dictionary_2_TryGetValue_m787CBB8BF655123C468F6957B35F4233D84435DA (Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* __this, String_t* ___0_key, OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125*, String_t*, OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_inline (OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A EventSource_get_ReconnectionTime_mB03383864B654FCA975D34E7952A01CE8AA9AFAD_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) ; inline void List_1__ctor_m9DC608EE030D681A49212AC9996B1B254AD78793 (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* __this, const RuntimeMethod* method) { (( void (*) (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse__ctor_m7B5A1EF16B2EBE027F75C25584170D50E766B922 (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_request, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_stream, bool ___2_isStreamed, bool ___3_isFromCache, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_mEE8FA465340D8E5C269A5F17E5367CBF9754AFFA_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_Receive_m8B1290986B77AB93BDBBFAA13E0BF60A3896A3E3 (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, int32_t ___0_forceReadRawContentLength, bool ___1_readPayloadData, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_GetFirstHeaderValue_m92BC069C0D068D821837632F8609B3FCB6176499 (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, String_t* ___0_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD (String_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsUpgraded_mAA578CDEC2A69F7FBD2C82E3C0C319F4889E9365_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m67F7BC60C0F7F6DECA914D60C993626DDFAB1485_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_ReadPayload_mADF0F0A740A6E5DF332D2547E2B6D0E210D404F6 (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, int32_t ___0_forceReadRawContentLength, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m9730564F9A28ECB72462D05AA92CA9E43DE9B41C (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m24B9C1887DBABE1F408E31475AF15B9B9A08854D (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* ___0_callBack, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSourceResponse_set_IsClosed_m3D26B5CDB35112C260D8FC015CC615D5E2D630D5_inline (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReadChunked_m510D20A7DB7EE868BF4A491A7D9CDC369271187C (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReadRaw_m36F99B69B732EBD3607AF3620C5F279FFA4B6150 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, int64_t ___1_contentLength, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_State_m5B4DD3ABEF9AB55FAC55DFAD5439CB24ED6A9280_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_m4DA30A1AFDCF49FFA8C9D5CBC0BB1502041B0FB6_inline (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Exception_mD3C4D7BE74ABFA2F6DF5082F152CE4F522E3D748_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, Exception_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_ReadChunkLength_mE5F1230F66590343DF798AB7173AE812CEB3E3E7 (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, const RuntimeMethod* method) ; inline void Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method) { (( void (*) (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**, int32_t, const RuntimeMethod*))Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_gshared)(___0_array, ___1_newSize, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_FeedData_mF50E5D6056BFE09A97925F10ED46231CFBDE54EC (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_count, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_m9A5D8107BCB8EA48B501B0E3DA166180B3E654DE (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, uint8_t ___1_blocker, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadHeaders_m9A4143C3AE4DDBE898592339FBC6F5D3DD711809 (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41 (RuntimeArray* ___0_sourceArray, int32_t ___1_sourceIndex, RuntimeArray* ___2_destinationArray, int32_t ___3_destinationIndex, int32_t ___4_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ParseLine_m15108E58CC479E8C9392BD1EBAC5271992192E02 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_count, const RuntimeMethod* method) ; inline void List_1_Add_m4ECA293AE5E4EAB3B3781021C498ACB5D699D47B_inline (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* __this, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message__ctor_mD9CBC4838358DA33788506B0ECD9D139D0CC90B9 (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Id_m43BFC62299500F57064F948FEE450C98E2B48E58_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Event_m82729DBEC528C8C9EE8F29D2F8E37DC50A00EF66_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Data_m63C7AECF90F9D7C8EB6F7D8AACF1E5A99A1E9744_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21 (String_t* ___0_s, int32_t* ___1_result, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Retry_mD6F569FA5E6B0458B1DC89B77F1146A3D812F98B_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; inline int32_t List_1_get_Count_mDDE0F9ED5DF147986D00883F84C11A48D8AFCB05_inline (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } inline Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* List_1_get_Item_mCD710BE146E727AF34B3D602AA6716059FD54E66 (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* (*) (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } inline void Action_2_Invoke_m83C2479E8BEE7DC2660AE1C348F45A7CC0293C3B_inline (Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E* __this, EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* ___0_arg1, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_arg2, const RuntimeMethod* method) { (( void (*) (Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E*, EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*))Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline)(__this, ___0_arg1, ___1_arg2, method); } inline void List_1_Clear_mB3DFCB6CB17797B5572ADF010B717A0170E8E109_inline (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* __this, const RuntimeMethod* method) { (( void (*) (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventSourceResponse_get_IsClosed_m4A0288AF53344CDC148882D1EBC6C29BDCC5FB29_inline (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, const RuntimeMethod* method) ; inline void Action_1_Invoke_m2C45ED3E13A89FC91CA5E9C28C55F2F0D5A2D3D2_inline (Action_1_t9070DE061D19D248F89E68DE9AE3A0F0E41DAD8F* __this, EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* ___0_obj, const RuntimeMethod* method) { (( void (*) (Action_1_t9070DE061D19D248F89E68DE9AE3A0F0E41DAD8F*, EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_m5EBF3D8BE2C42EF8037BC9372CE7760B1717EEE4 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_m35F1F4B4872E251867DA16460F06E903A30E4595 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, int32_t ___0_addressFamily, int32_t ___1_socketType, int32_t ___2_protocolType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Init_m5E531903AD512E1466FC7C0DE303B69BDEF008CF (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_family, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_m6828F16C2BDE1E04EB522388F768A60E94414F2C_inline (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m734BFA426F4293681CECA4B755B20D7796913FCF (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, String_t* ___0_hostname, int32_t ___1_port, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_Available_mDF4623F5A739F3F642D25A8905E0AF35BD7D7757 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Connected_m6E61ADEB0124FB8D46AC1EDFDC268D3C9F7869C5_inline (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* TcpClient_get_Client_m3A982D95AD66E774648BE334CBDF5E5FC4BF985E_inline (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_Poll_m65D8E383FBE5A1D4A115942182620422B6646B98 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, int32_t ___0_microSeconds, int32_t ___1_mode, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_ExclusiveAddressUse_m3C68918AC9A58E5269C8EE9F0F3D23BBE2ED2DE1 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_ExclusiveAddressUse_m3F9A655F123086A025AD1736933B0754A5A6DF7F (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_Client_mE56A6A42363F061191F4AF8310E19B7347D5F5F0 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_GetSocketOption_m39C453F9FA4D1EC664C660851CED73271B1162A2 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, int32_t ___0_optionLevel, int32_t ___1_optionName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m02F7A59841EE8ECB06E4B3F2386D0B8CB1900958 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, int32_t ___0_optionLevel, int32_t ___1_optionName, RuntimeObject* ___2_optionValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m19085C1856DE21260294680B7725610D71D66A58 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, int32_t ___0_optionLevel, int32_t ___1_optionName, int32_t ___2_optionValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_CheckDisposed_m7A1B60E9C6E3A6F03511706319D89F51B290F269 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TcpClient_get_ConnectTimeout_m3DC166312B545BE7FC43BDA474EB96F98ED2CF09_inline (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m346676C36494E3CD2560A604996F88CEC3D845C0 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_t1, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_t2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0__ctor_m7A7732F4F02475510AF7250009EFB69F5FBD8208 (U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m361CFCF6AC28BFFF5C8790DC2B5951791A1C4CEE (ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* __this, bool ___0_initialState, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback__ctor_mC3C0475E930E4419AED02C7335E53B425A2D68AC (AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m5CBFB6B9DC973279CDC9E8935431972464F9E0B4 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564* ___0_remoteEP, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_state, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_EndConnect_m10F5B4F43A68F96891DB3AEF493AB160CD8104D6 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeoutException__ctor_mAC3BF713E7242641234A1E292C470655E1EFA964 (TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_m874A510F986F4D91446B2F53688D0BCFFE0A6BE1 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564* ___0_remoteEP, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m902C98F9E3F36B20B3C2E030AA91B62E2BC7A85A (IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* __this, IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___0_address, int32_t ___1_port, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mE6609F575793DA7B224D03ECB7081FE3DD0A2188 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___0_remoteEP, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_LingerState_m2FC37986A803223D1ECCC25A653E9437AA6FDA50 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_NoDelay_m47090C6EA7CC189175C0706625B0F294B806E304 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveBufferSize_m4A9E2442324ABFB9A47BE2A7F6FC1625FA34A6E2 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveTimeout_m8BC0C9A8BE172FA134501018E12F77D8B2517E92 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendBufferSize_m60E06BC1AC10B1C4E517458792659DFF5EF427D1 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendTimeout_m8B81AAEF7652C8E092903848C5A523DBA7379A4C (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass58_0__ctor_mCE1676681715687E6450D122352515A0F3B10E85 (U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dns_BeginGetHostAddresses_mACA6B4A24681732E16292B65A47C95680ACCFC96 (String_t* ___0_hostNameOrAddress, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_requestCallback, RuntimeObject* ___2_state, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* Dns_EndGetHostAddresses_mECC6804CEF186563D9F59217A09F7A149DB3999C (RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mD837DB23D3E553DB133540CB7A6D0F29EFDF5377 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* ___0_ipAddresses, int32_t ___1_port, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* Dns_GetHostAddresses_mB44EA8DE1F3C53F533578949FED6BB98B0F1F212 (String_t* ___0_hostNameOrAddress, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_mC09AA11941DA13359416179634B151A3FE2B9A64 (SocketException_t6D10102A62EA871BD31748E026A372DB6804083B* __this, int32_t ___0_errorCode, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m1CE4BCCE499BD70B22F9E37B3F266F9306A98C21 (IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_SetOptions_m540ECD48E8903B6E2657A06F86764FE43CBA82E2 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_mE47F5DEEA190E45317AEEE6F1506940CB8E943A1 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, int32_t ___0_optionLevel, int32_t ___1_optionName, bool ___2_optionValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m93126F598BE9AA30948FC052CEF6A568B908C581 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___0_address, int32_t ___1_port, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_requestCallback, RuntimeObject* ___3_state, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_mB9BD267BDE0BD6D5C3C83D662E429FC65556E794 (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* ___0_addresses, int32_t ___1_port, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_requestCallback, RuntimeObject* ___3_state, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_mC246F9195AE1804CE282BFCA75B1C14E998244FD (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, String_t* ___0_host, int32_t ___1_port, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_state, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream__ctor_mA44C3DB90F5B64F230CC2176DC7E722F4077A9DE (NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0* __this, Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* ___0_socket, bool ___1_ownsSocket, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, String_t* ___0_objectName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_mDF98D67F214714A9590DF82A1C51D3D851281E4D (EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatVerbose_m0577088178EAFF67236EEFA22C4D31654A984F3A_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatInfo_m7E981A1D62028D9D9259C051DBFC394429BE8DF7_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatWarn_m0854982DDF73D4F2DA60A80E841D9A39C38D25FE_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatErr_mD8CF5E775C03DF7C0032619354BEF979D846CF50_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatEx_m6F96E229CBDEF4C5D0979DE3146DF60C40B65C93_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debug_get_isDebugBuild_m9277C4A9591F7E1D8B76340B4CAE5EA33D63AF01 (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_Level_m60A098132B85E6D224476FACE773BFEDDFE409CE_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, uint8_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t DefaultLogger_get_Level_mF63B37970D31FA4881D190EB4BE5617161C0489E_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatVerbose_m8C6FF8DE705A88C29A550C3E3828ECB13C6B1E63_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_GetFormattedTime_mC8D9197137360E2BDE8D4B9A8E4EB77B50430601 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB (RuntimeObject* ___0_message, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatInfo_m1BBDBD5BDF61BFDF59560DB696DAB7D6B5676068_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatWarn_m657F9C7718681BCFB9959D4D26AF9AB35E36EC25_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatErr_mAE99D8AFE008DB2AD769859F34C0E2072EA6141F_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_m40962B9C5B41720C6424721E526C0D99D95112A2 (StringBuilder_t* __this, String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E (StringBuilder_t* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatEx_m879488598EF14262F05EE7186DE0BF0C48EB33FA_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_Now_m636CB9651A9099D20BA1CF813A0C69637317325C (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B (int64_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46 (String_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Json_ParseValue_m1E1371D5EEF2038B6C0E92031D2DF0E1A3BABD19 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeValue_mA4B7556CBE17FF978343BCA035687B7ACD54D42C (RuntimeObject* ___0_value, StringBuilder_t* ___1_builder, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Json_LookAhead_mA5B9C2EEF66D839578639FA6368516C532C49D51 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t ___1_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_ParseString_mFA3A457F80BA2908A500491CDE994BDBDF34113F (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Json_ParseNumber_m7CCE0A1AFFFADDB871298362354804A512840118 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* Json_ParseObject_m3761CA9E202F640A35172D21E4A3F0804910D810 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* Json_ParseArray_mCDDF013A0605B400338FFF6CB9274AA3E06BA6BF (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Json_EatWhitespace_m2C12F5845BD54CDB588EAE81A29B968D065A5AE2 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt32_TryParse_m5F53514F97B4CF90C9F1D49D3794B52F6E07BBF3 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, uint32_t* ___3_result, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ConvertFromUtf32_m6AC7B7F6371FC03CDD4C42CEC8B9ACE751CE3BC8 (int32_t ___0_utf32, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Json_GetLastIndexOfNumber_mA01C5B4F5BE00B35727D13E333314E6E1F74A7EA (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t ___1_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m1D39DC22A45BC9A576B9D9130600BFD3CB6DA382 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, double* ___3_result, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeString_m1F083C5F35D41698919DBEBF5137675B06E02C37 (String_t* ___0_aString, StringBuilder_t* ___1_builder, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeObject_mA015FD58AA0409A78014FCF1BA31CB6A18128737 (RuntimeObject* ___0_anObject, StringBuilder_t* ___1_builder, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeArray_m13B1D806B8561D6C19D5A2EB5675F47AAF0C792E (RuntimeObject* ___0_anArray, StringBuilder_t* ___1_builder, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m86FF4F837721833186E883102C056A35F0860EB0 (RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeNumber_m19644928F6A0FD5966B7BEA64B85349CF08F08CC (double ___0_number, StringBuilder_t* ___1_builder, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mDBBE9318A7CCE1560974CE93F5BFED9931CF0052 (Il2CppChar ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_mC3349029FE37EB00B5BFCB1F87022458A3834E35 (int32_t ___0_value, int32_t ___1_toBase, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F (String_t* __this, int32_t ___0_totalWidth, Il2CppChar ___1_paddingChar, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_m7EBE84B1D453D12C9514AD3EF4F6B3F55A5E5C9B (double ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HTTPFieldData_get_Binary_m2A0F44A58987D4A2C67EF46A8D1D84821CC06CE3_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* HTTPFieldData_get_Encoding_m762F3F434882FD534237A49B2DA0DD8C2BD740E8_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_Encoding_m36BB6EFFE7D0005070CC431C4CE9B45514DE10A4_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Text_mFFD539C005C65F98CC9DB3453117904EE8DEB645_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_Binary_m0BA780D341A3B23E92CC2405790D157A4CEB29E0_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) ; inline int32_t List_1_get_Count_mA72F0D9D44A7EF3867B328A32A82CDD609EDE58B_inline (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_AddBinaryData_m4AF3C51208F2CFC2D2C2CBE30D054FD905D21E2E (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, String_t* ___0_fieldName, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_content, String_t* ___2_fileName, String_t* ___3_mimeType, const RuntimeMethod* method) ; inline void List_1__ctor_m2FE27B19DF8C81EE3EB5FF4ECA4D615BF633C55E (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* __this, const RuntimeMethod* method) { (( void (*) (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFormBase_set_Fields_mCD83E666D838AC3B0D110617C7287B8E129798CD_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData__ctor_mA966CE56688FEEFB8E6AA1CD77DEB085C07396AB (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_Name_m0D24C9204B12B6AD88FF7DE289E87885990E46C9_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_FileName_mE292CFE82AF05C20982CADADFC49D4EAE78670B9_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_MimeType_m890D6377D0002779CB2DBF8F854007AEBC3313C3_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) ; inline void List_1_Add_m43AE0AC68BFC2660496DD85165BF61048F2991B0_inline (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* __this, HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436*, HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFormBase_set_IsChanged_m35DEA37C41246D1C3F5723A39FB07D2DA7029FF5_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasBinary_mD6AB665750B0867A0159A1E73976CD66D32D9667_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_AddField_m414406825417674B30FD8D858CC55239B195392B (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, String_t* ___0_fieldName, String_t* ___1_value, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___2_e, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_Text_m476DE1FB428E7784D4BDD0AFAE661232427319EB_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasLongValue_mDECD3A0E2DA88EC16E1EA1CB93C46A65C5204882_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasLongValue_mFE81E1F3642E586CB12B58E0DA9262513EBD4A36_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, bool ___0_value, const RuntimeMethod* method) ; inline void List_1__ctor_m70AE332BA21BD4A783604DFA07996780266F4CD2 (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasBinary_mD008F59BE8A8485B388F56150A1CA4BE134A074F_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase__ctor_mF8E1E081232F3EB6F0B4B2E8F098BCDAA0024FBA (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9 (int32_t* __this, String_t* ___0_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* __this, const RuntimeMethod* method) ; inline HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* List_1_get_Item_m8605C485EB3F57D299C789B3E5ABDD85891137CC (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* (*) (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m3D9DA99DDDDFB4C020E2105282F919B074CA0ED5 (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* ___0_ms, String_t* ___1_str, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Name_m1D52A49C03A2082BE458D5D4F8470B7D5E68C254_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_FileName_mB47E9FC49D76F60F019A2F88715C6F8BCA2814D9_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_MimeType_mB60939FEEA6C014DE296B161DCD3E9A302CB0286_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HTTPFieldData_get_Payload_m95C66F76F3E9EEF972F484068AA6AD1F3C53CF6E (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_mED6CF6A566B9FAC7247F6043276AA5EF9B5855E3 (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* ___0_ms, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ; inline void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared)(__this, ___0_item, method); } #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_Multicast(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_connection, reinterpret_cast(currentDelegate->___method)); } } void OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_OpenInst(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { NullCheck(___0_connection); typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, method); } void OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_OpenStatic(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnConnectedDelegate__ctor_m186D659380C8F2516B0F0D42D438F3B80FBDEE25 (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (isOpen) __this->___invoke_impl = (intptr_t)&OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 0; if (isOpen) { __this->___invoke_impl = (intptr_t)&OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057 (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnConnectedDelegate_BeginInvoke_m3F1BE5FCA56ADD4565825C6BC4FDE073AE80B2C0 (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_connection; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnConnectedDelegate_EndInvoke_m026C24D6D5A13089C966206133208FB102415E01 (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39_Multicast(OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_connection, reinterpret_cast(currentDelegate->___method)); } } void OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39_OpenInst(OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { NullCheck(___0_connection); typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, method); } void OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39_OpenStatic(OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnClosedDelegate__ctor_m6A3E3431F51601BA80A9CA82EF58DEB3FAB8B9EF (OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (isOpen) __this->___invoke_impl = (intptr_t)&OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 0; if (isOpen) { __this->___invoke_impl = (intptr_t)&OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39 (OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnClosedDelegate_BeginInvoke_mAB4DB299759AE692ED720BF254537CDFDF8DD3B2 (OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_connection; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnClosedDelegate_EndInvoke_m1B97DA8BCF45EEE7B61E164355A423A4061E17F6 (OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9_Multicast(OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, String_t* ___1_error, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_connection, ___1_error, reinterpret_cast(currentDelegate->___method)); } } void OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9_OpenInst(OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, String_t* ___1_error, const RuntimeMethod* method) { NullCheck(___0_connection); typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, ___1_error, method); } void OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9_OpenStatic(OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, String_t* ___1_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, ___1_error, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate__ctor_mAC4507CB58C3043B60838597CE2848F1781D4551 (OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (isOpen) __this->___invoke_impl = (intptr_t)&OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 1; if (isOpen) { __this->___invoke_impl = (intptr_t)&OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9 (OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, String_t* ___1_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, ___1_error, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnErrorDelegate_BeginInvoke_m56C667A31D15A68308CD0AC8D30FD67406299A8A (OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, String_t* ___1_error, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_connection; __d_args[1] = ___1_error; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate_EndInvoke_m159E16707D6E18E4C340DD8C5EDB65734B0ACABF (OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642_Multicast(OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_connection, ___1_oldState, ___2_newState, reinterpret_cast(currentDelegate->___method)); } } void OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642_OpenInst(OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_connection); typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, ___1_oldState, ___2_newState, method); } void OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642_OpenStatic(OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, ___1_oldState, ___2_newState, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChanged__ctor_mAA9C0D4C865C81C2655739DAD748E7C1524D6C59 (OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (isOpen) __this->___invoke_impl = (intptr_t)&OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 2; if (isOpen) { __this->___invoke_impl = (intptr_t)&OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642 (OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, ___1_oldState, ___2_newState, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnStateChanged_BeginInvoke_m17C45ECFA8EB877E94035D75D2AA281A680E137A (OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, int32_t ___1_oldState, int32_t ___2_newState, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStates_t2905FCE6E07371A79268D5D25A249B821D9F6075_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___0_connection; __d_args[1] = Box(ConnectionStates_t2905FCE6E07371A79268D5D25A249B821D9F6075_il2cpp_TypeInfo_var, &___1_oldState); __d_args[2] = Box(ConnectionStates_t2905FCE6E07371A79268D5D25A249B821D9F6075_il2cpp_TypeInfo_var, &___2_newState); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChanged_EndInvoke_mDE1A839BA01FBE05A6E1CCDF9D73EB68DBC253B0 (OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715_Multicast(OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___1_req, int32_t ___2_type, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_connection, ___1_req, ___2_type, reinterpret_cast(currentDelegate->___method)); } } void OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715_OpenInst(OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___1_req, int32_t ___2_type, const RuntimeMethod* method) { NullCheck(___0_connection); typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, ___1_req, ___2_type, method); } void OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715_OpenStatic(OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___1_req, int32_t ___2_type, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_connection, ___1_req, ___2_type, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPrepareRequestDelegate__ctor_mBBDBA7D6B672716660EC10F252AEAE308179E1AF (OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (isOpen) __this->___invoke_impl = (intptr_t)&OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 2; if (isOpen) { __this->___invoke_impl = (intptr_t)&OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715 (OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___1_req, int32_t ___2_type, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, ___1_req, ___2_type, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnPrepareRequestDelegate_BeginInvoke_m9CC37EE17191EC0007DBFC4E38EE4558C51C26BB (OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___1_req, int32_t ___2_type, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestTypes_tAA5865AD6840DFC21D9A13BC2FD9555F7EC19AD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___0_connection; __d_args[1] = ___1_req; __d_args[2] = Box(RequestTypes_tAA5865AD6840DFC21D9A13BC2FD9555F7EC19AD4_il2cpp_TypeInfo_var, &___2_type); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPrepareRequestDelegate_EndInvoke_m8AC173B31601E36616EE8C547243F6B046A8F3AE (OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* Connection_get_Uri_m9F42BE6D724DF425849233B58E199150D92A4C74 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___U3CUriU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_Uri_m536754B1C4EB1150087B409AB7A23BF074B51755 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___U3CUriU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUriU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____state; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_State_mFB464C11F3161462973E8D71D9F4012F2E25AD64 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, int32_t ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->____state; V_0 = L_0; int32_t L_1 = ___0_value; __this->____state = L_1; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_2 = __this->___OnStateChanged; if (!L_2) { goto IL_0029; } } { OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_3 = __this->___OnStateChanged; int32_t L_4 = V_0; int32_t L_5 = __this->____state; NullCheck(L_3); OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642_inline(L_3, __this, L_4, L_5, NULL); } IL_0029: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NegotiationData_t7D015037808F8339A800E24386B9761B55059859* Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_0 = __this->___U3CNegotiationResultU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_NegotiationResult_m2B4467DAFCEC9C33A5210FA59E13A0FA8EB1CC4D (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, NegotiationData_t7D015037808F8339A800E24386B9761B55059859* ___0_value, const RuntimeMethod* method) { { NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_0 = ___0_value; __this->___U3CNegotiationResultU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNegotiationResultU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_0 = __this->___U3CHubsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_Hubs_mD7B16CB9D8E4DE57A436C207D7F7FB5A0101268B (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* ___0_value, const RuntimeMethod* method) { { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_0 = ___0_value; __this->___U3CHubsU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHubsU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_0 = __this->___U3CTransportU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_value, const RuntimeMethod* method) { { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_0 = ___0_value; __this->___U3CTransportU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTransportU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Connection_get_Protocol_m2B77B554C27EE3E32061FB8DEBF6CC326B16EFC6 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->___U3CProtocolU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_Protocol_m8E97463AA0B582991A705C3045BC8B487B514FFD (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, uint8_t ___0_value, const RuntimeMethod* method) { { uint8_t L_0 = ___0_value; __this->___U3CProtocolU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* Connection_get_AdditionalQueryParams_mEEFAB4EF41AEAF4F8922B161480D848A0510F11A (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_0 = __this->___additionalQueryParams; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_AdditionalQueryParams_mE30F2AB6B0C16991072E469496CC02430D0478F1 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_AdditionalQueryParams_CollectionChanged_mBB71B52020C014A3A675FB09D12BC80A74D83DA2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_add_CollectionChanged_mA900A5434842B5DA1C5C615A8E77BBB9C676EF8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_remove_CollectionChanged_m63802A26CABE51CA90A2A8074169DD8F578F2CBD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_0 = __this->___additionalQueryParams; if (!L_0) { goto IL_001f; } } { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_1 = __this->___additionalQueryParams; NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* L_2 = (NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1*)il2cpp_codegen_object_new(NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1_il2cpp_TypeInfo_var); NotifyCollectionChangedEventHandler__ctor_m3EBA994035C72C2ED42175F5C2E1918FC8114FB8(L_2, __this, (intptr_t)((void*)Connection_AdditionalQueryParams_CollectionChanged_mBB71B52020C014A3A675FB09D12BC80A74D83DA2_RuntimeMethod_var), NULL); NullCheck(L_1); ObservableDictionary_2_remove_CollectionChanged_m63802A26CABE51CA90A2A8074169DD8F578F2CBD(L_1, L_2, ObservableDictionary_2_remove_CollectionChanged_m63802A26CABE51CA90A2A8074169DD8F578F2CBD_RuntimeMethod_var); } IL_001f: { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_3 = ___0_value; __this->___additionalQueryParams = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___additionalQueryParams), (void*)L_3); __this->___BuiltQueryParams = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___BuiltQueryParams), (void*)(String_t*)NULL); ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_4 = ___0_value; if (!L_4) { goto IL_0042; } } { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_5 = ___0_value; NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* L_6 = (NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1*)il2cpp_codegen_object_new(NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1_il2cpp_TypeInfo_var); NotifyCollectionChangedEventHandler__ctor_m3EBA994035C72C2ED42175F5C2E1918FC8114FB8(L_6, __this, (intptr_t)((void*)Connection_AdditionalQueryParams_CollectionChanged_mBB71B52020C014A3A675FB09D12BC80A74D83DA2_RuntimeMethod_var), NULL); NullCheck(L_5); ObservableDictionary_2_add_CollectionChanged_mA900A5434842B5DA1C5C615A8E77BBB9C676EF8F(L_5, L_6, ObservableDictionary_2_add_CollectionChanged_mA900A5434842B5DA1C5C615A8E77BBB9C676EF8F_RuntimeMethod_var); } IL_0042: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_get_QueryParamsOnlyForHandshake_mF8E20AD6EA6F7458A90D3D76EDCAB78E6B34DB3A (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_QueryParamsOnlyForHandshake_mA32E6D59C2C456665182203A265381FDBBF2319E (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_JsonEncoder_mCD0BF49DACA36A7238A610E55686DE6AA1039594 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CJsonEncoderU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_JsonEncoder_m9E3748C2D374493071447F061A426D2071A42E8B (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CJsonEncoderU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CJsonEncoderU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CAuthenticationProviderU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_AuthenticationProvider_m1CDE1393E6F3CDEFBFD1669C8FAC548E80122039 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CAuthenticationProviderU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAuthenticationProviderU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Connection_get_PingInterval_mB23F180C48D4CFC7AD8064FEDA2E41C75D5B69A5 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CPingIntervalU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_PingInterval_mA354DF79B4DEE58E3AC16BFBC6EEEDFC311B8B3A (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CPingIntervalU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Connection_get_ReconnectDelay_mF18A9BAF3D8073EBC3F58A7BCCF3DDE8C828FF89 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CReconnectDelayU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_ReconnectDelay_m0D4304B944439AC8ABCA44A667FC00151AE1B57E (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CReconnectDelayU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnConnected_m7AD064A87A7F16EED6C34BD7CFE0C67D1EF10618 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_0 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_1 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_2 = NULL; { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_0 = __this->___OnConnected; V_0 = L_0; } IL_0007: { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_1 = V_0; V_1 = L_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_2 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var)); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D** L_5 = (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D**)(&__this->___OnConnected); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_6 = V_2; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_7 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_9 = V_0; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_9) == ((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnConnected_m9E7A610D571867DBE4B9EBB42F8E4DE46F81A58E (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_0 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_1 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_2 = NULL; { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_0 = __this->___OnConnected; V_0 = L_0; } IL_0007: { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_1 = V_0; V_1 = L_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_2 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var)); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D** L_5 = (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D**)(&__this->___OnConnected); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_6 = V_2; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_7 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_9 = V_0; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_9) == ((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnClosed_m5FB6B65A996E48DBF45FE80F5B6367A90EEBC528 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* V_0 = NULL; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* V_1 = NULL; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* V_2 = NULL; { OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_0 = __this->___OnClosed; V_0 = L_0; } IL_0007: { OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_1 = V_0; V_1 = L_1; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_2 = V_1; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC*)CastclassSealed((RuntimeObject*)L_4, OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC_il2cpp_TypeInfo_var)); OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC** L_5 = (OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC**)(&__this->___OnClosed); OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_6 = V_2; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_7 = V_1; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_9 = V_0; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_10 = V_1; if ((!(((RuntimeObject*)(OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC*)L_9) == ((RuntimeObject*)(OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnClosed_mFB3ADA25D00949119F13351A56A486BFB3D6178F (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* V_0 = NULL; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* V_1 = NULL; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* V_2 = NULL; { OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_0 = __this->___OnClosed; V_0 = L_0; } IL_0007: { OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_1 = V_0; V_1 = L_1; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_2 = V_1; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC*)CastclassSealed((RuntimeObject*)L_4, OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC_il2cpp_TypeInfo_var)); OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC** L_5 = (OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC**)(&__this->___OnClosed); OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_6 = V_2; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_7 = V_1; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_9 = V_0; OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_10 = V_1; if ((!(((RuntimeObject*)(OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC*)L_9) == ((RuntimeObject*)(OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnError_mE8827B933C5A0E2405161665641F70D3BCB46C23 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* V_0 = NULL; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* V_1 = NULL; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* V_2 = NULL; { OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_0 = __this->___OnError; V_0 = L_0; } IL_0007: { OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_1 = V_0; V_1 = L_1; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_2 = V_1; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F*)CastclassSealed((RuntimeObject*)L_4, OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F_il2cpp_TypeInfo_var)); OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F** L_5 = (OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F**)(&__this->___OnError); OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_6 = V_2; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_7 = V_1; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_9 = V_0; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_10 = V_1; if ((!(((RuntimeObject*)(OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F*)L_9) == ((RuntimeObject*)(OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnError_m793AA98E3ACD78B99985C26E14EFC86B2A89E41C (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* V_0 = NULL; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* V_1 = NULL; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* V_2 = NULL; { OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_0 = __this->___OnError; V_0 = L_0; } IL_0007: { OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_1 = V_0; V_1 = L_1; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_2 = V_1; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F*)CastclassSealed((RuntimeObject*)L_4, OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F_il2cpp_TypeInfo_var)); OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F** L_5 = (OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F**)(&__this->___OnError); OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_6 = V_2; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_7 = V_1; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_9 = V_0; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_10 = V_1; if ((!(((RuntimeObject*)(OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F*)L_9) == ((RuntimeObject*)(OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnReconnecting_m958B22CD8F20AC8AE0EB2F4B24B48E5519834D23 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_0 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_1 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_2 = NULL; { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_0 = __this->___OnReconnecting; V_0 = L_0; } IL_0007: { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_1 = V_0; V_1 = L_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_2 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var)); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D** L_5 = (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D**)(&__this->___OnReconnecting); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_6 = V_2; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_7 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_9 = V_0; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_9) == ((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnReconnecting_m0C0EC7114FDB80C03289E6E2217CC118737D6520 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_0 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_1 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_2 = NULL; { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_0 = __this->___OnReconnecting; V_0 = L_0; } IL_0007: { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_1 = V_0; V_1 = L_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_2 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var)); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D** L_5 = (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D**)(&__this->___OnReconnecting); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_6 = V_2; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_7 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_9 = V_0; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_9) == ((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnReconnected_m1334208C560FB6C19EA101C502BD26ADEDE19FAF (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_0 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_1 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_2 = NULL; { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_0 = __this->___OnReconnected; V_0 = L_0; } IL_0007: { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_1 = V_0; V_1 = L_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_2 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var)); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D** L_5 = (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D**)(&__this->___OnReconnected); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_6 = V_2; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_7 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_9 = V_0; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_9) == ((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnReconnected_m2776D2A82DF72FE5BD10BDEB6268F5B6CBCCA586 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_0 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_1 = NULL; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* V_2 = NULL; { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_0 = __this->___OnReconnected; V_0 = L_0; } IL_0007: { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_1 = V_0; V_1 = L_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_2 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D_il2cpp_TypeInfo_var)); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D** L_5 = (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D**)(&__this->___OnReconnected); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_6 = V_2; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_7 = V_1; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_9 = V_0; OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_9) == ((RuntimeObject*)(OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnStateChanged_m61A9331EDE7083B7612D63A9F742C87944F7BF37 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* V_0 = NULL; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* V_1 = NULL; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* V_2 = NULL; { OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_0 = __this->___OnStateChanged; V_0 = L_0; } IL_0007: { OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_1 = V_0; V_1 = L_1; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_2 = V_1; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579*)CastclassSealed((RuntimeObject*)L_4, OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579_il2cpp_TypeInfo_var)); OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579** L_5 = (OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579**)(&__this->___OnStateChanged); OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_6 = V_2; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_7 = V_1; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_9 = V_0; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_10 = V_1; if ((!(((RuntimeObject*)(OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579*)L_9) == ((RuntimeObject*)(OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnStateChanged_mB3676E08D061A3406CB4DC656CBFE94A1EB9DE8A (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* V_0 = NULL; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* V_1 = NULL; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* V_2 = NULL; { OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_0 = __this->___OnStateChanged; V_0 = L_0; } IL_0007: { OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_1 = V_0; V_1 = L_1; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_2 = V_1; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579*)CastclassSealed((RuntimeObject*)L_4, OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579_il2cpp_TypeInfo_var)); OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579** L_5 = (OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579**)(&__this->___OnStateChanged); OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_6 = V_2; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_7 = V_1; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_9 = V_0; OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* L_10 = V_1; if ((!(((RuntimeObject*)(OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579*)L_9) == ((RuntimeObject*)(OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnNonHubMessage_mEA9E01E0E599E2A2E44FE83F6E5ECFCA6EF15AE3 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* V_0 = NULL; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* V_1 = NULL; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* V_2 = NULL; { OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_0 = __this->___OnNonHubMessage; V_0 = L_0; } IL_0007: { OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_1 = V_0; V_1 = L_1; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_2 = V_1; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9*)CastclassSealed((RuntimeObject*)L_4, OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9_il2cpp_TypeInfo_var)); OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9** L_5 = (OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9**)(&__this->___OnNonHubMessage); OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_6 = V_2; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_7 = V_1; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_9 = V_0; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_10 = V_1; if ((!(((RuntimeObject*)(OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9*)L_9) == ((RuntimeObject*)(OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnNonHubMessage_m8F96B09080880034933AC502976DF82ACDC06451 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* V_0 = NULL; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* V_1 = NULL; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* V_2 = NULL; { OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_0 = __this->___OnNonHubMessage; V_0 = L_0; } IL_0007: { OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_1 = V_0; V_1 = L_1; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_2 = V_1; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9*)CastclassSealed((RuntimeObject*)L_4, OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9_il2cpp_TypeInfo_var)); OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9** L_5 = (OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9**)(&__this->___OnNonHubMessage); OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_6 = V_2; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_7 = V_1; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_9 = V_0; OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_10 = V_1; if ((!(((RuntimeObject*)(OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9*)L_9) == ((RuntimeObject*)(OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* Connection_get_RequestPreparator_m036E7B05B47894CE531747256C43684C7C78D729 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* L_0 = __this->___U3CRequestPreparatorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_RequestPreparator_mB2C95486C2C08FE976C58C42BE80E4243E3FD1FF (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* ___0_value, const RuntimeMethod* method) { { OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* L_0 = ___0_value; __this->___U3CRequestPreparatorU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CRequestPreparatorU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t031250F588A18B3354937398C9FB54119774E3C0* Connection_get_Item_mAE51CA38E09F9D5B643C401AE71166D45BB4F120 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, int32_t ___0_idx, const RuntimeMethod* method) { { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_0; L_0 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); int32_t L_1 = ___0_idx; NullCheck(L_0); int32_t L_2 = L_1; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t031250F588A18B3354937398C9FB54119774E3C0* Connection_get_Item_mBA9A03CC144F29F4AF3656DE6D1ADDEBED3C35F9 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, String_t* ___0_hubName, const RuntimeMethod* method) { int32_t V_0 = 0; Hub_t031250F588A18B3354937398C9FB54119774E3C0* V_1 = NULL; { V_0 = 0; goto IL_0022; } IL_0004: { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_0; L_0 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(L_4, NULL); String_t* L_6 = ___0_hubName; NullCheck(L_5); bool L_7; L_7 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_5, L_6, 5, NULL); if (!L_7) { goto IL_001e; } } { Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_8 = V_1; return L_8; } IL_001e: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_9, 1)); } IL_0022: { int32_t L_10 = V_0; HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_11; L_11 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))) { goto IL_0004; } } { return (Hub_t031250F588A18B3354937398C9FB54119774E3C0*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Connection_get_ClientMessageCounter_mF169D5A5E9CA4444D12B2CD28CDD1A761B3E831B (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___U3CClientMessageCounterU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_ClientMessageCounter_mB612420473F5C7493490DE3195B7AB0A91DD5878 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CClientMessageCounterU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Connection_get_Timestamp_m833CBEFEA6427E7803D0E34264A660FB3802ED0D (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0; memset((&V_0), 0, sizeof(V_0)); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0; L_0 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); V_0 = L_0; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1; memset((&L_1), 0, sizeof(L_1)); DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88((&L_1), ((int32_t)1970), 1, 1, NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2; L_2 = DateTime_Subtract_m4064A98F489219E9C414DF5C03EE041351B4502A((&V_0), L_1, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); int64_t L_3; L_3 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_1), NULL); return ((int32_t)(uint32_t)L_3); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_get_ConnectionData_m64B715CEE191FCEA6B35505C9DA5004C23160174 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB8EDE6F1CF24633A79B827249C503EFA0DF153C); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; { String_t* L_0 = __this->___BuiltConnectionData; bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (L_1) { goto IL_0014; } } { String_t* L_2 = __this->___BuiltConnectionData; return L_2; } IL_0014: { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_3; L_3 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); NullCheck(L_3); StringBuilder_t* L_4 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF36D7701399DDDC077C4B55CF2142E976D956619(L_4, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_3)->max_length)), 4)), NULL); V_0 = L_4; HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_5; L_5 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); if (!L_5) { goto IL_0089; } } { V_1 = 0; goto IL_007e; } IL_0035: { StringBuilder_t* L_6 = V_0; NullCheck(L_6); StringBuilder_t* L_7; L_7 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_6, _stringLiteralFB8EDE6F1CF24633A79B827249C503EFA0DF153C, NULL); StringBuilder_t* L_8 = V_0; HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_9; L_9 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13; L_13 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(L_12, NULL); NullCheck(L_8); StringBuilder_t* L_14; L_14 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_8, L_13, NULL); StringBuilder_t* L_15 = V_0; NullCheck(L_15); StringBuilder_t* L_16; L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_15, _stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4, NULL); int32_t L_17 = V_1; HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_18; L_18 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); NullCheck(L_18); if ((((int32_t)L_17) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_18)->max_length)), 1))))) { goto IL_007a; } } { StringBuilder_t* L_19 = V_0; NullCheck(L_19); StringBuilder_t* L_20; L_20 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_19, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, NULL); } IL_007a: { int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_21, 1)); } IL_007e: { int32_t L_22 = V_1; HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_23; L_23 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))))) { goto IL_0035; } } IL_0089: { StringBuilder_t* L_24 = V_0; NullCheck(L_24); StringBuilder_t* L_25; L_25 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_24, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL); StringBuilder_t* L_26 = V_0; NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_26); il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); String_t* L_28; L_28 = Uri_EscapeUriString_m1F1E67F8150470F51174B1C3B93E6F5B9C8C1A38(L_27, NULL); String_t* L_29 = L_28; V_2 = L_29; __this->___BuiltConnectionData = L_29; Il2CppCodeGenWriteBarrier((void**)(&__this->___BuiltConnectionData), (void*)L_29); String_t* L_30 = V_2; return L_30; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_get_QueryParams_mC6BE84BB53754D97D00206F76338CA71F538C299 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t174BFB804F1D416642CD11B72858B43316D8B26D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_GetEnumerator_m624A0EEF3236FD48A7CD1AFBB7AC5E6AF07D5428_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; RuntimeObject* V_1 = NULL; KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_0; L_0 = Connection_get_AdditionalQueryParams_mEEFAB4EF41AEAF4F8922B161480D848A0510F11A_inline(__this, NULL); if (!L_0) { goto IL_0015; } } { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_1; L_1 = Connection_get_AdditionalQueryParams_mEEFAB4EF41AEAF4F8922B161480D848A0510F11A_inline(__this, NULL); NullCheck(L_1); int32_t L_2; L_2 = ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB(L_1, ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB_RuntimeMethod_var); if (L_2) { goto IL_001b; } } IL_0015: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_3; } IL_001b: { String_t* L_4 = __this->___BuiltQueryParams; bool L_5; L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL); if (L_5) { goto IL_002f; } } { String_t* L_6 = __this->___BuiltQueryParams; return L_6; } IL_002f: { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_7; L_7 = Connection_get_AdditionalQueryParams_mEEFAB4EF41AEAF4F8922B161480D848A0510F11A_inline(__this, NULL); NullCheck(L_7); int32_t L_8; L_8 = ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB(L_7, ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB_RuntimeMethod_var); StringBuilder_t* L_9 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_9, ((int32_t)il2cpp_codegen_multiply(L_8, 4)), NULL); V_0 = L_9; ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_10; L_10 = Connection_get_AdditionalQueryParams_mEEFAB4EF41AEAF4F8922B161480D848A0510F11A_inline(__this, NULL); NullCheck(L_10); RuntimeObject* L_11; L_11 = ObservableDictionary_2_GetEnumerator_m624A0EEF3236FD48A7CD1AFBB7AC5E6AF07D5428(L_10, ObservableDictionary_2_GetEnumerator_m624A0EEF3236FD48A7CD1AFBB7AC5E6AF07D5428_RuntimeMethod_var); V_1 = L_11; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00a8: { { RuntimeObject* L_12 = V_1; if (!L_12) { goto IL_00b1; } } { RuntimeObject* L_13 = V_1; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_13); } IL_00b1: { return; } } }); try { { goto IL_009e_1; } IL_0050_1: { RuntimeObject* L_14 = V_1; NullCheck(L_14); KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_15; L_15 = InterfaceFuncInvoker0< KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A >::Invoke(0, IEnumerator_1_t174BFB804F1D416642CD11B72858B43316D8B26D_il2cpp_TypeInfo_var, L_14); V_2 = L_15; StringBuilder_t* L_16 = V_0; NullCheck(L_16); StringBuilder_t* L_17; L_17 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_16, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, NULL); StringBuilder_t* L_18 = V_0; String_t* L_19; L_19 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&V_2), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var); NullCheck(L_18); StringBuilder_t* L_20; L_20 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_18, L_19, NULL); String_t* L_21; L_21 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_2), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var); bool L_22; L_22 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_21, NULL); if (L_22) { goto IL_009e_1; } } { StringBuilder_t* L_23 = V_0; NullCheck(L_23); StringBuilder_t* L_24; L_24 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_23, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, NULL); StringBuilder_t* L_25 = V_0; String_t* L_26; L_26 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_2), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); String_t* L_27; L_27 = Uri_EscapeDataString_m844D0FB6899488BDEBAF160B23397CD7ED8CA2DF(L_26, NULL); NullCheck(L_25); StringBuilder_t* L_28; L_28 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_25, L_27, NULL); } IL_009e_1: { RuntimeObject* L_29 = V_1; NullCheck(L_29); bool L_30; L_30 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_29); if (L_30) { goto IL_0050_1; } } { goto IL_00b2; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00b2: { StringBuilder_t* L_31 = V_0; NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_31); String_t* L_33 = L_32; V_3 = L_33; __this->___BuiltQueryParams = L_33; Il2CppCodeGenWriteBarrier((void**)(&__this->___BuiltQueryParams), (void*)L_33); String_t* L_34 = V_3; return L_34; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_mA9DCA28882F8E43CBBBC3DDE63411442C048FDC5 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_hubNames, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hub_t031250F588A18B3354937398C9FB54119774E3C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri; Connection__ctor_m4B51856B21B7B584851170B20C097C9259408FBD(__this, L_0, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_hubNames; if (!L_1) { goto IL_003b; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___1_hubNames; NullCheck(L_2); if (!(((RuntimeArray*)L_2)->max_length)) { goto IL_003b; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___1_hubNames; NullCheck(L_3); HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_4 = (HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16*)(HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16*)SZArrayNew(HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); Connection_set_Hubs_mD7B16CB9D8E4DE57A436C207D7F7FB5A0101268B_inline(__this, L_4, NULL); V_0 = 0; goto IL_0035; } IL_0020: { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_5; L_5 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); int32_t L_6 = V_0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ___1_hubNames; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_11 = (Hub_t031250F588A18B3354937398C9FB54119774E3C0*)il2cpp_codegen_object_new(Hub_t031250F588A18B3354937398C9FB54119774E3C0_il2cpp_TypeInfo_var); Hub__ctor_mCD38EECBFE1B7F13BD5698B17903D6C22A0BDD3B(L_11, L_10, __this, NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_11); (L_5)->SetAt(static_cast(L_6), (Hub_t031250F588A18B3354937398C9FB54119774E3C0*)L_11); int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_0035: { int32_t L_13 = V_0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = ___1_hubNames; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))) { goto IL_0020; } } IL_003b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_mF44EC644271026B354613952A8178962FA0AFB7C (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* ___1_hubs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri; Connection__ctor_m4B51856B21B7B584851170B20C097C9259408FBD(__this, L_0, NULL); HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_1 = ___1_hubs; Connection_set_Hubs_mD7B16CB9D8E4DE57A436C207D7F7FB5A0101268B_inline(__this, L_1, NULL); HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_2 = ___1_hubs; if (!L_2) { goto IL_0028; } } { V_0 = 0; goto IL_0022; } IL_0015: { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_3 = ___1_hubs; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); InterfaceActionInvoker1< Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* >::Invoke(1, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_6, __this); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_0022: { int32_t L_8 = V_0; HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_9 = ___1_hubs; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) { goto IL_0015; } } IL_0028: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_m4B51856B21B7B584851170B20C097C9259408FBD (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33831BF047983F42122095C986CB2FBB701E1211); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); __this->___SyncRoot = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___SyncRoot), (void*)L_0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (String_t*)_stringLiteral33831BF047983F42122095C986CB2FBB701E1211); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6); __this->___ClientProtocols = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___ClientProtocols), (void*)L_4); StringBuilder_t* L_5 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_5, NULL); __this->___queryBuilder = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___queryBuilder), (void*)L_5); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); Connection_set_State_mFB464C11F3161462973E8D71D9F4012F2E25AD64(__this, 0, NULL); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___0_uri; Connection_set_Uri_m536754B1C4EB1150087B409AB7A23BF074B51755_inline(__this, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_il2cpp_TypeInfo_var); RuntimeObject* L_7 = ((Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_StaticFields*)il2cpp_codegen_static_fields_for(Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_il2cpp_TypeInfo_var))->___DefaultEncoder; Connection_set_JsonEncoder_m9E3748C2D374493071447F061A426D2071A42E8B_inline(__this, L_7, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8; L_8 = TimeSpan_FromMinutes_m5748E4C33327BC758C73B6DAE1BDD6BF44711CB5((5.0), NULL); Connection_set_PingInterval_mA354DF79B4DEE58E3AC16BFBC6EEEDFC311B8B3A_inline(__this, L_8, NULL); Connection_set_Protocol_m8E97463AA0B582991A705C3045BC8B487B514FFD_inline(__this, 2, NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_9; L_9 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F((5.0), NULL); Connection_set_ReconnectDelay_m0D4304B944439AC8ABCA44A667FC00151AE1B57E_inline(__this, L_9, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Open_m5A4381F660A835785970E0BF49FE451514C2FD4B (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationFailed_m4B36C267E79A70169C88E63CB71372A8DB595214_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationSucceded_m4993DD2A27034FFA26F2DC93801801FE4BCF78E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if (!L_0) { goto IL_0012; } } { int32_t L_1; L_1 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_0012; } } { return; } IL_0012: { RuntimeObject* L_2; L_2 = Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180_inline(__this, NULL); if (!L_2) { goto IL_0068; } } { RuntimeObject* L_3; L_3 = Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180_inline(__this, NULL); NullCheck(L_3); bool L_4; L_4 = InterfaceFuncInvoker0< bool >::Invoke(0, IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var, L_3); if (!L_4) { goto IL_0068; } } { Connection_set_State_mFB464C11F3161462973E8D71D9F4012F2E25AD64(__this, 1, NULL); RuntimeObject* L_5; L_5 = Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180_inline(__this, NULL); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_6 = (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_m8291FBE90B7E366E7DEBB77E4720C781458B7553(L_6, __this, (intptr_t)((void*)Connection_OnAuthenticationSucceded_m4993DD2A27034FFA26F2DC93801801FE4BCF78E8_RuntimeMethod_var), NULL); NullCheck(L_5); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* >::Invoke(1, IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var, L_5, L_6); RuntimeObject* L_7; L_7 = Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180_inline(__this, NULL); OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_8 = (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_mA06E58AAFDB76B19CC933190161EAAC50321ABC6(L_8, __this, (intptr_t)((void*)Connection_OnAuthenticationFailed_m4B36C267E79A70169C88E63CB71372A8DB595214_RuntimeMethod_var), NULL); NullCheck(L_7); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* >::Invoke(3, IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var, L_7, L_8); RuntimeObject* L_9; L_9 = Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180_inline(__this, NULL); NullCheck(L_9); InterfaceActionInvoker0::Invoke(5, IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var, L_9); return; } IL_0068: { Connection_StartImpl_m4E0BA39A53E5F33C232798B5897A497CDA39EF60(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnAuthenticationSucceded_m4993DD2A27034FFA26F2DC93801801FE4BCF78E8 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationFailed_m4B36C267E79A70169C88E63CB71372A8DB595214_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationSucceded_m4993DD2A27034FFA26F2DC93801801FE4BCF78E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_provider; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_1 = (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_m8291FBE90B7E366E7DEBB77E4720C781458B7553(L_1, __this, (intptr_t)((void*)Connection_OnAuthenticationSucceded_m4993DD2A27034FFA26F2DC93801801FE4BCF78E8_RuntimeMethod_var), NULL); NullCheck(L_0); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* >::Invoke(2, IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var, L_0, L_1); RuntimeObject* L_2 = ___0_provider; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_3 = (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_mA06E58AAFDB76B19CC933190161EAAC50321ABC6(L_3, __this, (intptr_t)((void*)Connection_OnAuthenticationFailed_m4B36C267E79A70169C88E63CB71372A8DB595214_RuntimeMethod_var), NULL); NullCheck(L_2); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* >::Invoke(4, IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var, L_2, L_3); Connection_StartImpl_m4E0BA39A53E5F33C232798B5897A497CDA39EF60(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnAuthenticationFailed_m4B36C267E79A70169C88E63CB71372A8DB595214 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationFailed_m4B36C267E79A70169C88E63CB71372A8DB595214_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationSucceded_m4993DD2A27034FFA26F2DC93801801FE4BCF78E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_provider; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_1 = (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_m8291FBE90B7E366E7DEBB77E4720C781458B7553(L_1, __this, (intptr_t)((void*)Connection_OnAuthenticationSucceded_m4993DD2A27034FFA26F2DC93801801FE4BCF78E8_RuntimeMethod_var), NULL); NullCheck(L_0); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* >::Invoke(2, IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var, L_0, L_1); RuntimeObject* L_2 = ___0_provider; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_3 = (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_mA06E58AAFDB76B19CC933190161EAAC50321ABC6(L_3, __this, (intptr_t)((void*)Connection_OnAuthenticationFailed_m4B36C267E79A70169C88E63CB71372A8DB595214_RuntimeMethod_var), NULL); NullCheck(L_2); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* >::Invoke(4, IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var, L_2, L_3); String_t* L_4 = ___1_reason; InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_StartImpl_m4E0BA39A53E5F33C232798B5897A497CDA39EF60 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnNegotiationDataReceived_mC09CB0CA6F6B750106551EA34C1B4D1212572333_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnNegotiationError_mAC2067CB31875A9787F9E1DA3226B46B3F80B713_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegotiationData_t7D015037808F8339A800E24386B9761B55059859_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Connection_set_State_mFB464C11F3161462973E8D71D9F4012F2E25AD64(__this, 2, NULL); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_0 = (NegotiationData_t7D015037808F8339A800E24386B9761B55059859*)il2cpp_codegen_object_new(NegotiationData_t7D015037808F8339A800E24386B9761B55059859_il2cpp_TypeInfo_var); NegotiationData__ctor_mB10A609252718A9ED1D034AC0B093AB541080E00(L_0, __this, NULL); Connection_set_NegotiationResult_m2B4467DAFCEC9C33A5210FA59E13A0FA8EB1CC4D_inline(__this, L_0, NULL); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_1; L_1 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093* L_2 = (Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093*)il2cpp_codegen_object_new(Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093_il2cpp_TypeInfo_var); Action_1__ctor_m28D0FF58861D14958A55D05404F2A1E67C03DF13(L_2, __this, (intptr_t)((void*)Connection_OnNegotiationDataReceived_mC09CB0CA6F6B750106551EA34C1B4D1212572333_RuntimeMethod_var), NULL); NullCheck(L_1); L_1->___OnReceived = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___OnReceived), (void*)L_2); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_3; L_3 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84* L_4 = (Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84*)il2cpp_codegen_object_new(Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84_il2cpp_TypeInfo_var); Action_2__ctor_mCEFA26E29DDD31296858000535914EED5A8F2B71(L_4, __this, (intptr_t)((void*)Connection_OnNegotiationError_mAC2067CB31875A9787F9E1DA3226B46B3F80B713_RuntimeMethod_var), NULL); NullCheck(L_3); L_3->___OnError = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___OnError), (void*)L_4); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_5; L_5 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); NullCheck(L_5); NegotiationData_Start_m17E6E3CF4A8D16C8794D251D94D87965C12F0B2C(L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnNegotiationDataReceived_mC09CB0CA6F6B750106551EA34C1B4D1212572333 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, NegotiationData_t7D015037808F8339A800E24386B9761B55059859* ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8925AFE0320095898DD6584F6C7066EC9324524E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = (-1); V_1 = 0; goto IL_0021; } IL_0006: { NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_0 = ___0_data; NullCheck(L_0); String_t* L_1; L_1 = NegotiationData_get_ProtocolVersion_mC777B2477132A795AF2372D763A50FFE47643087_inline(L_0, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = __this->___ClientProtocols; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_5, NULL); if (!L_6) { goto IL_001d; } } { int32_t L_7 = V_1; V_0 = L_7; } IL_001d: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_0021: { int32_t L_9 = V_1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = __this->___ClientProtocols; NullCheck(L_10); if ((((int32_t)L_9) >= ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) { goto IL_0030; } } { int32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)(-1)))) { goto IL_0006; } } IL_0030: { int32_t L_12 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { goto IL_0055; } } { V_0 = 2; il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_14 = ___0_data; NullCheck(L_14); String_t* L_15; L_15 = NegotiationData_get_ProtocolVersion_mC777B2477132A795AF2372D763A50FFE47643087_inline(L_14, NULL); String_t* L_16; L_16 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral8925AFE0320095898DD6584F6C7066EC9324524E, L_15, NULL); NullCheck(L_13); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_13, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_16); } IL_0055: { int32_t L_17 = V_0; Connection_set_Protocol_m8E97463AA0B582991A705C3045BC8B487B514FFD_inline(__this, ((int32_t)(uint8_t)L_17), NULL); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_18 = ___0_data; NullCheck(L_18); bool L_19; L_19 = NegotiationData_get_TryWebSockets_mE722B7C4E5081A5AC9D01CF19421D79E9AE5B5C1_inline(L_18, NULL); if (!L_19) { goto IL_007a; } } { WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* L_20 = (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B*)il2cpp_codegen_object_new(WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B_il2cpp_TypeInfo_var); WebSocketTransport__ctor_m45891B5535D90AD8C35B25C7C6A4B9C44D2050F4(L_20, __this, NULL); Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57_inline(__this, L_20, NULL); __this->___NextProtocolToTry = 3; goto IL_008d; } IL_007a: { ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* L_21 = (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14*)il2cpp_codegen_object_new(ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14_il2cpp_TypeInfo_var); ServerSentEventsTransport__ctor_m8E86959D52FC2CBFC5ACE4A8FEEA84E1D00BB7DF(L_21, __this, NULL); Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57_inline(__this, L_21, NULL); __this->___NextProtocolToTry = 1; } IL_008d: { Connection_set_State_mFB464C11F3161462973E8D71D9F4012F2E25AD64(__this, 3, NULL); il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_22; L_22 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_23; memset((&L_23), 0, sizeof(L_23)); Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF((&L_23), L_22, Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var); __this->___TransportConnectionStartedAt = L_23; TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_24; L_24 = Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline(__this, NULL); NullCheck(L_24); VirtualActionInvoker0::Invoke(6, L_24); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnNegotiationError_mAC2067CB31875A9787F9E1DA3226B46B3F80B713 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, NegotiationData_t7D015037808F8339A800E24386B9761B55059859* ___0_data, String_t* ___1_error, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___1_error; InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Close_m64C8C6B47BBD82A2B199DB95168E636BD292B552 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0; L_0 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_000a; } } { return; } IL_000a: { Connection_set_State_mFB464C11F3161462973E8D71D9F4012F2E25AD64(__this, 6, NULL); __this->___ReconnectStarted = (bool)0; Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* L_1 = (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*)(&__this->___TransportConnectionStartedAt); il2cpp_codegen_initobj(L_1, sizeof(Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC)); TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_2; L_2 = Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline(__this, NULL); if (!L_2) { goto IL_003e; } } { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_3; L_3 = Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline(__this, NULL); NullCheck(L_3); VirtualActionInvoker0::Invoke(11, L_3); Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57_inline(__this, (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A*)NULL, NULL); } IL_003e: { Connection_set_NegotiationResult_m2B4467DAFCEC9C33A5210FA59E13A0FA8EB1CC4D_inline(__this, (NegotiationData_t7D015037808F8339A800E24386B9761B55059859*)NULL, NULL); il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* L_4; L_4 = HTTPManager_get_Heartbeats_mB06494ABA048C6A5B0DEFB58CA127B58B16E4879(NULL); NullCheck(L_4); HeartbeatManager_Unsubscribe_m5C86433F1B3AC8902C7EFD0A2D91A49790A7B43B(L_4, __this, NULL); __this->___LastReceivedMessage = (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___LastReceivedMessage), (void*)(MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3*)NULL); HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_5; L_5 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); if (!L_5) { goto IL_007f; } } { V_0 = 0; goto IL_0074; } IL_0063: { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_6; L_6 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); InterfaceActionInvoker0::Invoke(4, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_9); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0074: { int32_t L_11 = V_0; HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_12; L_12 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) { goto IL_0063; } } IL_007f: { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_13 = __this->___BufferedMessages; if (!L_13) { goto IL_0099; } } { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_14 = __this->___BufferedMessages; NullCheck(L_14); List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_inline(L_14, List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_RuntimeMethod_var); __this->___BufferedMessages = (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___BufferedMessages), (void*)(List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*)NULL); } IL_0099: { OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_15 = __this->___OnClosed; if (!L_15) { goto IL_00c7; } } try { OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* L_16 = __this->___OnClosed; NullCheck(L_16); OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39_inline(L_16, __this, NULL); goto IL_00c7; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00af; } throw e; } CATCH_00af: { Exception_t* L_17 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_1 = L_17; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_18; L_18 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_19 = V_1; NullCheck(L_18); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral291C5499E585335468C83B4B3FECDCE45C923C61)), L_19); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00c7; } IL_00c7: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Reconnect_m2690C376D32CAC712A27AE2C4B6089C6700D7234 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { bool L_0 = __this->___ReconnectStarted; if (!L_0) { goto IL_0009; } } { return; } IL_0009: { __this->___ReconnectStarted = (bool)1; int32_t L_1; L_1 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_0024; } } { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2; L_2 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___ReconnectStartedAt = L_2; } IL_0024: { Connection_set_State_mFB464C11F3161462973E8D71D9F4012F2E25AD64(__this, 5, NULL); il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_3); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_3, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB); TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_4; L_4 = Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline(__this, NULL); NullCheck(L_4); TransportBase_Reconnect_mC357BDD16B330540824502560072279AE7DEC805(L_4, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_5 = __this->___PingRequest; if (!L_5) { goto IL_005d; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_6 = __this->___PingRequest; NullCheck(L_6); HTTPRequest_Abort_m0A2B78A699A3656F8F957A102D36503D6E33FE6B(L_6, NULL); } IL_005d: { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_7 = __this->___OnReconnecting; if (!L_7) { goto IL_008b; } } try { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_8 = __this->___OnReconnecting; NullCheck(L_8); OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_inline(L_8, __this, NULL); goto IL_008b; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0073; } throw e; } CATCH_0073: { Exception_t* L_9 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = L_9; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_10; L_10 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_11 = V_0; NullCheck(L_10); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E1FCAD6D5F2EAD952FAE28EAF9E10DB43823BC4)), L_11); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_008b; } IL_008b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_Send_mD2F223727F86533BA4E0D47572E99CE9A51D1271 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, RuntimeObject* ___0_arg, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonEncoder_tDF9FF5FAC544F6BDCFD682648392B934B6E4640B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6950CA27E84F0121B23E70215D6455ED500578B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; bool V_3 = false; { RuntimeObject* L_0 = ___0_arg; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E5BAAFDAB120B872A321DA81FC38A34E0BC9C3E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Connection_Send_mD2F223727F86533BA4E0D47572E99CE9A51D1271_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = __this->___SyncRoot; V_0 = L_2; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0065: { { bool L_3 = V_1; if (!L_3) { goto IL_006e; } } { RuntimeObject* L_4 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_006e: { return; } } }); try { { RuntimeObject* L_5 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_1), NULL); int32_t L_6; L_6 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((((int32_t)L_6) == ((int32_t)4))) { goto IL_002c_1; } } { V_3 = (bool)0; goto IL_0071; } IL_002c_1: { RuntimeObject* L_7; L_7 = Connection_get_JsonEncoder_mCD0BF49DACA36A7238A610E55686DE6AA1039594_inline(__this, NULL); RuntimeObject* L_8 = ___0_arg; NullCheck(L_7); String_t* L_9; L_9 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(0, IJsonEncoder_tDF9FF5FAC544F6BDCFD682648392B934B6E4640B_il2cpp_TypeInfo_var, L_7, L_8); V_2 = L_9; String_t* L_10 = V_2; bool L_11; L_11 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_10, NULL); if (!L_11) { goto IL_0057_1; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_12; L_12 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_12); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_12, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral6950CA27E84F0121B23E70215D6455ED500578B2); goto IL_006f; } IL_0057_1: { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_13; L_13 = Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline(__this, NULL); String_t* L_14 = V_2; NullCheck(L_13); TransportBase_Send_mE6E89A25DEF9EEFFB62B52F9CBA1A4311FD0A33B(L_13, L_14, NULL); goto IL_006f; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_006f: { return (bool)1; } IL_0071: { bool L_15 = V_3; return L_15; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_SendJson_m0B8D7FD77BFCB9DFF7616F37B65170F35269160F (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, String_t* ___0_json, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { String_t* L_0 = ___0_json; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Connection_SendJson_m0B8D7FD77BFCB9DFF7616F37B65170F35269160F_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = __this->___SyncRoot; V_0 = L_2; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003a: { { bool L_3 = V_1; if (!L_3) { goto IL_0043; } } { RuntimeObject* L_4 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_0043: { return; } } }); try { { RuntimeObject* L_5 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_1), NULL); int32_t L_6; L_6 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((((int32_t)L_6) == ((int32_t)4))) { goto IL_002c_1; } } { V_2 = (bool)0; goto IL_0046; } IL_002c_1: { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_7; L_7 = Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline(__this, NULL); String_t* L_8 = ___0_json; NullCheck(L_7); TransportBase_Send_mE6E89A25DEF9EEFFB62B52F9CBA1A4311FD0A33B(L_7, L_8, NULL); goto IL_0044; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0044: { return (bool)1; } IL_0046: { bool L_9 = V_2; return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_OnMessage_mF0F38C4B8C8C8858C51D01E079518B27C4693F0D (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, RuntimeObject* ___0_msg, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHubMessage_tCAB15605A47E458A977F2BCC1ED87B078D1ACC1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1136AD5EB7130D2E5EFBA3942B33F7A41BFD876B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7C3D25B0B842B29064BBA5C2E92DF068AAB80205_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m25C2A8710EFE10D82C84CC4F00D3DCF1AF425114_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB0FB1F4F52B8F378F6BE2192E207F522A5A0E3D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageTypes_t7AB4D28DC6AD2BCD55828D9CD5FEF33E3F11C12A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25C8C9D8DED0F6BF5FE80824BCD945BA765C50DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51B5FB9EEAF4CFB176E8F21724F1435334E06EE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E902A6412ADA2E1E05F0578E698FEE324A15384); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EF278D8D07F0E47053613FE3302895B279B5E55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE09B53726A3B15D06907F26A6FC6E14B94B648A6); s_Il2CppMethodInitialized = true; } MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* V_0 = NULL; Hub_t031250F588A18B3354937398C9FB54119774E3C0* V_1 = NULL; uint64_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0; L_0 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_000a; } } { return; } IL_000a: { int32_t L_1; L_1 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0033; } } { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_2 = __this->___BufferedMessages; if (L_2) { goto IL_0026; } } { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_3 = (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*)il2cpp_codegen_object_new(List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5_il2cpp_TypeInfo_var); List_1__ctor_m7C3D25B0B842B29064BBA5C2E92DF068AAB80205(L_3, List_1__ctor_m7C3D25B0B842B29064BBA5C2E92DF068AAB80205_RuntimeMethod_var); __this->___BufferedMessages = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___BufferedMessages), (void*)L_3); } IL_0026: { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_4 = __this->___BufferedMessages; RuntimeObject* L_5 = ___0_msg; NullCheck(L_4); List_1_Add_m1136AD5EB7130D2E5EFBA3942B33F7A41BFD876B_inline(L_4, L_5, List_1_Add_m1136AD5EB7130D2E5EFBA3942B33F7A41BFD876B_RuntimeMethod_var); return; } IL_0033: { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6; L_6 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___LastMessageReceivedAt = L_6; RuntimeObject* L_7 = ___0_msg; NullCheck(L_7); int32_t L_8; L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0, IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var, L_7); V_3 = L_8; int32_t L_9 = V_3; switch (L_9) { case 0: { goto IL_01f3; } case 1: { goto IL_01a5; } case 2: { goto IL_006c; } case 3: { goto IL_0165; } case 4: { goto IL_0165; } case 5: { goto IL_0126; } case 6: { goto IL_0165; } } } { goto IL_01c5; } IL_006c: { RuntimeObject* L_10 = ___0_msg; __this->___LastReceivedMessage = ((MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3*)IsInstSealed((RuntimeObject*)L_10, MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___LastReceivedMessage), (void*)((MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3*)IsInstSealed((RuntimeObject*)L_10, MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var))); MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_11 = __this->___LastReceivedMessage; NullCheck(L_11); bool L_12; L_12 = MultiMessage_get_IsInitialization_m1236397A5F1A607F3EE8250A2F635F366BAF83A5_inline(L_11, NULL); if (!L_12) { goto IL_0099; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_13); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_13, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral51B5FB9EEAF4CFB176E8F21724F1435334E06EE7); } IL_0099: { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_14 = __this->___LastReceivedMessage; NullCheck(L_14); String_t* L_15; L_15 = MultiMessage_get_GroupsToken_mF87E4D397BCFAACA1B1DA2BF8A474CAA388C30F6_inline(L_14, NULL); if (!L_15) { goto IL_00b7; } } { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_16 = __this->___LastReceivedMessage; NullCheck(L_16); String_t* L_17; L_17 = MultiMessage_get_GroupsToken_mF87E4D397BCFAACA1B1DA2BF8A474CAA388C30F6_inline(L_16, NULL); __this->___GroupsToken = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___GroupsToken), (void*)L_17); } IL_00b7: { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_18 = __this->___LastReceivedMessage; NullCheck(L_18); bool L_19; L_19 = MultiMessage_get_ShouldReconnect_m8F36D4CC6ABF3ADB5846470AC467C23FEEC3804E_inline(L_18, NULL); if (!L_19) { goto IL_00de; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_20; L_20 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_20); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_20, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral8E902A6412ADA2E1E05F0578E698FEE324A15384); Connection_Reconnect_m2690C376D32CAC712A27AE2C4B6089C6700D7234(__this, NULL); } IL_00de: { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_21 = __this->___LastReceivedMessage; NullCheck(L_21); List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_22; L_22 = MultiMessage_get_Data_m0FA26FF1CE4E192E957964635BF41C1FE065DC6C_inline(L_21, NULL); if (!L_22) { goto IL_01f3; } } { V_4 = 0; goto IL_0111; } IL_00f3: { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_23 = __this->___LastReceivedMessage; NullCheck(L_23); List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_24; L_24 = MultiMessage_get_Data_m0FA26FF1CE4E192E957964635BF41C1FE065DC6C_inline(L_23, NULL); int32_t L_25 = V_4; NullCheck(L_24); RuntimeObject* L_26; L_26 = List_1_get_Item_mB0FB1F4F52B8F378F6BE2192E207F522A5A0E3D3(L_24, L_25, List_1_get_Item_mB0FB1F4F52B8F378F6BE2192E207F522A5A0E3D3_RuntimeMethod_var); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_26); int32_t L_27 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_27, 1)); } IL_0111: { int32_t L_28 = V_4; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_29 = __this->___LastReceivedMessage; NullCheck(L_29); List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_30; L_30 = MultiMessage_get_Data_m0FA26FF1CE4E192E957964635BF41C1FE065DC6C_inline(L_29, NULL); NullCheck(L_30); int32_t L_31; L_31 = List_1_get_Count_m25C2A8710EFE10D82C84CC4F00D3DCF1AF425114_inline(L_30, List_1_get_Count_m25C2A8710EFE10D82C84CC4F00D3DCF1AF425114_RuntimeMethod_var); if ((((int32_t)L_28) < ((int32_t)L_31))) { goto IL_00f3; } } { return; } IL_0126: { RuntimeObject* L_32 = ___0_msg; V_0 = ((MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0*)IsInstSealed((RuntimeObject*)L_32, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0_il2cpp_TypeInfo_var)); MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_33 = V_0; NullCheck(L_33); String_t* L_34; L_34 = MethodCallMessage_get_Hub_m9803024D88A8E29574A2AED35A8C4ACBDB301419_inline(L_33, NULL); Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_35; L_35 = Connection_get_Item_mBA9A03CC144F29F4AF3656DE6D1ADDEBED3C35F9(__this, L_34, NULL); V_1 = L_35; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_36 = V_1; if (!L_36) { goto IL_0145; } } { Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_37 = V_1; MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_38 = V_0; NullCheck(L_37); InterfaceActionInvoker1< MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* >::Invoke(5, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_37, L_38); return; } IL_0145: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_39; L_39 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_40 = V_0; NullCheck(L_40); String_t* L_41; L_41 = MethodCallMessage_get_Hub_m9803024D88A8E29574A2AED35A8C4ACBDB301419_inline(L_40, NULL); String_t* L_42; L_42 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral25C8C9D8DED0F6BF5FE80824BCD945BA765C50DF, L_41, NULL); NullCheck(L_39); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_39, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_42); return; } IL_0165: { RuntimeObject* L_43 = ___0_msg; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_43, IHubMessage_tCAB15605A47E458A977F2BCC1ED87B078D1ACC1C_il2cpp_TypeInfo_var))); uint64_t L_44; L_44 = InterfaceFuncInvoker0< uint64_t >::Invoke(0, IHubMessage_tCAB15605A47E458A977F2BCC1ED87B078D1ACC1C_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_43, IHubMessage_tCAB15605A47E458A977F2BCC1ED87B078D1ACC1C_il2cpp_TypeInfo_var))); V_2 = L_44; uint64_t L_45 = V_2; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_46; L_46 = Connection_FindHub_mB023F7599554A76465313F8F489062A5DB83B9F2(__this, L_45, NULL); V_1 = L_46; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_47 = V_1; if (!L_47) { goto IL_0184; } } { Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_48 = V_1; RuntimeObject* L_49 = ___0_msg; NullCheck(L_48); InterfaceActionInvoker1< RuntimeObject* >::Invoke(6, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_48, L_49); return; } IL_0184: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_50; L_50 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_51; L_51 = UInt64_ToString_mD3AAE57EA18A6779F5A17E4F91C900A231EB0A6F((&V_2), NULL); String_t* L_52; L_52 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral9EF278D8D07F0E47053613FE3302895B279B5E55, L_51, NULL); NullCheck(L_50); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_50, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_52); return; } IL_01a5: { OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_53 = __this->___OnNonHubMessage; if (!L_53) { goto IL_01f3; } } { OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* L_54 = __this->___OnNonHubMessage; RuntimeObject* L_55 = ___0_msg; NullCheck(((DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B*)IsInstSealed((RuntimeObject*)L_55, DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B_il2cpp_TypeInfo_var))); RuntimeObject* L_56; L_56 = DataMessage_get_Data_mA6CE8B2BEDE3FD6D390B6675A24EB6A1EA1600AC_inline(((DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B*)IsInstSealed((RuntimeObject*)L_55, DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B_il2cpp_TypeInfo_var)), NULL); NullCheck(L_54); OnNonHubMessageDelegate_Invoke_m885C033484D337229A1473EBBCB3CE531D58F489_inline(L_54, __this, L_56, NULL); return; } IL_01c5: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_57; L_57 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); RuntimeObject* L_58 = ___0_msg; NullCheck(L_58); int32_t L_59; L_59 = InterfaceFuncInvoker0< int32_t >::Invoke(0, IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var, L_58); V_5 = L_59; Il2CppFakeBox L_60(MessageTypes_t7AB4D28DC6AD2BCD55828D9CD5FEF33E3F11C12A_il2cpp_TypeInfo_var, (&V_5)); String_t* L_61; L_61 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_60), NULL); String_t* L_62; L_62 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralE09B53726A3B15D06907F26A6FC6E14B94B648A6, L_61, NULL); NullCheck(L_57); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_57, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_62); } IL_01f3: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_TransportStarted_m55E1BA1734E134474EB1F4D5623BA24DB40501C8 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m25C2A8710EFE10D82C84CC4F00D3DCF1AF425114_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB0FB1F4F52B8F378F6BE2192E207F522A5A0E3D3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0; L_0 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_000a; } } { return; } IL_000a: { Connection_InitOnStart_m4A68B04DB0E04B6F438A94F4765F63B51FD8B530(__this, NULL); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_1 = __this->___OnConnected; if (!L_1) { goto IL_003e; } } try { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_2 = __this->___OnConnected; NullCheck(L_2); OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_inline(L_2, __this, NULL); goto IL_003e; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0026; } throw e; } CATCH_0026: { Exception_t* L_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_5 = V_0; NullCheck(L_4); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4C077225E26FCA470BAFA41549990018E0E8BF07)), L_5); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_003e; } IL_003e: { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_6 = __this->___BufferedMessages; if (!L_6) { goto IL_0080; } } { V_1 = 0; goto IL_0060; } IL_004a: { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_7 = __this->___BufferedMessages; int32_t L_8 = V_1; NullCheck(L_7); RuntimeObject* L_9; L_9 = List_1_get_Item_mB0FB1F4F52B8F378F6BE2192E207F522A5A0E3D3(L_7, L_8, List_1_get_Item_mB0FB1F4F52B8F378F6BE2192E207F522A5A0E3D3_RuntimeMethod_var); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_9); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0060: { int32_t L_11 = V_1; List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_12 = __this->___BufferedMessages; NullCheck(L_12); int32_t L_13; L_13 = List_1_get_Count_m25C2A8710EFE10D82C84CC4F00D3DCF1AF425114_inline(L_12, List_1_get_Count_m25C2A8710EFE10D82C84CC4F00D3DCF1AF425114_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_004a; } } { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_14 = __this->___BufferedMessages; NullCheck(L_14); List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_inline(L_14, List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_RuntimeMethod_var); __this->___BufferedMessages = (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___BufferedMessages), (void*)(List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*)NULL); } IL_0080: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_TransportReconnected_mC0F1A131818F49B4865949837EE60D0876DA7BB2 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64DE97B0A40713DE0786C1D9FD8ADBF5E0FB439A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0; L_0 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((((int32_t)L_0) == ((int32_t)5))) { goto IL_000a; } } { return; } IL_000a: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_1); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_1, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral64DE97B0A40713DE0786C1D9FD8ADBF5E0FB439A); Connection_InitOnStart_m4A68B04DB0E04B6F438A94F4765F63B51FD8B530(__this, NULL); OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_2 = __this->___OnReconnected; if (!L_2) { goto IL_0052; } } try { OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* L_3 = __this->___OnReconnected; NullCheck(L_3); OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_inline(L_3, __this, NULL); goto IL_0052; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003a; } throw e; } CATCH_003a: { Exception_t* L_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = L_4; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_6 = V_0; NullCheck(L_5); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E0D978978904EBEA2BD04FA212CD9EB323C21E8)), L_6); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0052; } IL_0052: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_TransportAborted_mDEA2CFF5C1E5EBBFD3CAB32CF904A27C2E3FFE73 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { Connection_Close_m64C8C6B47BBD82A2B199DB95168E636BD292B552(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_Error_m8F062D7F3BE8B9D7E67E84C06FCD7E2F2A5C6561 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, String_t* ___0_reason, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_000a; } } { return; } IL_000a: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); bool L_1; L_1 = HTTPManager_get_IsQuitting_m3C6FBCD6CA13C373F730C95ECA61A65E74307623_inline(NULL); if (!L_1) { goto IL_0018; } } { Connection_Close_m64C8C6B47BBD82A2B199DB95168E636BD292B552(__this, NULL); return; } IL_0018: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_3 = ___0_reason; NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_2, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_3); __this->___ReconnectStarted = (bool)0; OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_4 = __this->___OnError; if (!L_4) { goto IL_0044; } } { OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* L_5 = __this->___OnError; String_t* L_6 = ___0_reason; NullCheck(L_5); OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9_inline(L_5, __this, L_6, NULL); } IL_0044: { int32_t L_7; L_7 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((((int32_t)L_7) == ((int32_t)4))) { goto IL_0056; } } { int32_t L_8; L_8 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((!(((uint32_t)L_8) == ((uint32_t)5)))) { goto IL_0076; } } IL_0056: { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9; L_9 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___ReconnectDelayStartedAt = L_9; int32_t L_10; L_10 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((((int32_t)L_10) == ((int32_t)5))) { goto IL_008d; } } { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11; L_11 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___ReconnectStartedAt = L_11; return; } IL_0076: { int32_t L_12; L_12 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((!(((uint32_t)L_12) == ((uint32_t)3)))) { goto IL_0087; } } { bool L_13; L_13 = Connection_TryFallbackTransport_m7FB031224B7A035734CBE17D6957CF65ADE9100A(__this, NULL); if (L_13) { goto IL_008d; } } IL_0087: { Connection_Close_m64C8C6B47BBD82A2B199DB95168E636BD292B552(__this, NULL); } IL_008d: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* Connection_BestHTTP_SignalR_IConnection_BuildUri_m780FCEF33DDEB5FEF84EF8C633992035AAA2F734 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, int32_t ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_type; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1; L_1 = InterfaceFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* >::Invoke(10, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_0, (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A*)NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* Connection_BestHTTP_SignalR_IConnection_BuildUri_mF54C21F6C0309DCDBA644B86C537077113B01EC9 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, int32_t ___0_type, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___1_transport, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FB2203678071B1B76C752F05037848ADF7A5112); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21A47880E9DC63ED78135373BE427410F8B71E25); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26CD9693C7D92B2C8133452FFD5B46923FD76C3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3901678227861A6D76F59003A9F98EDEA7FC9D97); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4196D6E4ED2E5A9DE68CB2E67EC618DA631874C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68C3EE9F5E416A76A5FACA45D6C3F8E1E4B72A5A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79BFCA6463815FA3B5BAFD6B034B1D4C8B109DE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90338991D082834A6F29AC9133D2674F9FD47ED7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral982CE8C1FE0A1662563599037CBA1672BB211789); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB037B233124E587AB9ECC1339CC4D14E7F4BAB91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4D615541A928FAEEBADAF8C29FA5916F992FB50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8E1ADD98C1F59CDD52328F930023A0547B5B296); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF55D269160666B2F36128EE06373D8B1003BF31E); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* V_2 = NULL; uint64_t V_3 = 0; uint32_t V_4 = 0; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_5 = NULL; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B10_0 = NULL; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B9_0 = NULL; String_t* G_B11_0 = NULL; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B11_1 = NULL; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B25_0 = NULL; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B24_0 = NULL; String_t* G_B26_0 = NULL; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B26_1 = NULL; { RuntimeObject* L_0 = __this->___SyncRoot; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_04ae: { { bool L_1 = V_1; if (!L_1) { goto IL_04b7; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_04b7: { return; } } }); try { { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); StringBuilder_t* L_4 = __this->___queryBuilder; NullCheck(L_4); StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_4, 0, NULL); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5; L_5 = Connection_get_Uri_m9F42BE6D724DF425849233B58E199150D92A4C74_inline(__this, NULL); UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_6 = (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72*)il2cpp_codegen_object_new(UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72_il2cpp_TypeInfo_var); UriBuilder__ctor_mD45945E23BE6C1AA8C56E64DEC181E36EE826C25(L_6, L_5, NULL); V_2 = L_6; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_7 = V_2; NullCheck(L_7); String_t* L_8; L_8 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_7, NULL); NullCheck(L_8); bool L_9; L_9 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_8, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, NULL); if (L_9) { goto IL_0051_1; } } { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_10 = V_2; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_11 = L_10; NullCheck(L_11); String_t* L_12; L_12 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_11, NULL); String_t* L_13; L_13 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_12, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, NULL); NullCheck(L_11); UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0(L_11, L_13, NULL); } IL_0051_1: { uint64_t L_14 = __this->___RequestCounter; __this->___RequestCounter = ((int64_t)((uint64_t)(int64_t)L_14%(uint64_t)(int64_t)((int64_t)(-1)))); int32_t L_15 = ___0_type; switch (L_15) { case 0: { goto IL_008b_1; } case 1: { goto IL_00a6_1; } case 2: { goto IL_00eb_1; } case 3: { goto IL_0106_1; } case 4: { goto IL_01a3_1; } case 5: { goto IL_01be_1; } case 6: { goto IL_0285_1; } case 7: { goto IL_029d_1; } } } { goto IL_0319_1; } IL_008b_1: { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_16 = V_2; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_17 = L_16; NullCheck(L_17); String_t* L_18; L_18 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_17, NULL); String_t* L_19; L_19 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_18, _stringLiteral68C3EE9F5E416A76A5FACA45D6C3F8E1E4B72A5A, NULL); NullCheck(L_17); UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0(L_17, L_19, NULL); goto IL_0319_1; } IL_00a6_1: { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_20 = ___1_transport; if (!L_20) { goto IL_00d0_1; } } { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_21 = ___1_transport; NullCheck(L_21); int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_21); if (L_22) { goto IL_00d0_1; } } { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_23 = V_2; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_24; L_24 = Connection_get_Uri_m9F42BE6D724DF425849233B58E199150D92A4C74_inline(__this, NULL); bool L_25; L_25 = HTTPProtocolFactory_IsSecureProtocol_mD1AAD5981521261A0EDD464F742CDEA6A82857B4(L_24, NULL); if (L_25) { G_B10_0 = L_23; goto IL_00c6_1; } G_B9_0 = L_23; } { G_B11_0 = _stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95; G_B11_1 = G_B9_0; goto IL_00cb_1; } IL_00c6_1: { G_B11_0 = _stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C; G_B11_1 = G_B10_0; } IL_00cb_1: { NullCheck(G_B11_1); UriBuilder_set_Scheme_m02C71DED53B5BDB8CA03E7484B8B554D0EF4B3BA(G_B11_1, G_B11_0, NULL); } IL_00d0_1: { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_26 = V_2; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_27 = L_26; NullCheck(L_27); String_t* L_28; L_28 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_27, NULL); String_t* L_29; L_29 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_28, _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11, NULL); NullCheck(L_27); UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0(L_27, L_29, NULL); goto IL_0319_1; } IL_00eb_1: { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_30 = V_2; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_31 = L_30; NullCheck(L_31); String_t* L_32; L_32 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_31, NULL); String_t* L_33; L_33 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_32, _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD, NULL); NullCheck(L_31); UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0(L_31, L_33, NULL); goto IL_0319_1; } IL_0106_1: { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_34 = V_2; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_35 = L_34; NullCheck(L_35); String_t* L_36; L_36 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_35, NULL); String_t* L_37; L_37 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_36, _stringLiteralB037B233124E587AB9ECC1339CC4D14E7F4BAB91, NULL); NullCheck(L_35); UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0(L_35, L_37, NULL); MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_38 = __this->___LastReceivedMessage; if (!L_38) { goto IL_014c_1; } } { StringBuilder_t* L_39 = __this->___queryBuilder; NullCheck(L_39); StringBuilder_t* L_40; L_40 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_39, _stringLiteral79BFCA6463815FA3B5BAFD6B034B1D4C8B109DE0, NULL); StringBuilder_t* L_41 = __this->___queryBuilder; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_42 = __this->___LastReceivedMessage; NullCheck(L_42); String_t* L_43; L_43 = MultiMessage_get_MessageId_m271F13C732DAE367330CD504A269B344467C4E05_inline(L_42, NULL); NullCheck(L_41); StringBuilder_t* L_44; L_44 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_41, L_43, NULL); } IL_014c_1: { String_t* L_45 = __this->___GroupsToken; bool L_46; L_46 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_45, NULL); if (L_46) { goto IL_0319_1; } } { StringBuilder_t* L_47 = __this->___queryBuilder; NullCheck(L_47); int32_t L_48; L_48 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_47, NULL); if ((((int32_t)L_48) <= ((int32_t)0))) { goto IL_017b_1; } } { StringBuilder_t* L_49 = __this->___queryBuilder; NullCheck(L_49); StringBuilder_t* L_50; L_50 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_49, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, NULL); } IL_017b_1: { StringBuilder_t* L_51 = __this->___queryBuilder; NullCheck(L_51); StringBuilder_t* L_52; L_52 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_51, _stringLiteralF55D269160666B2F36128EE06373D8B1003BF31E, NULL); StringBuilder_t* L_53 = __this->___queryBuilder; String_t* L_54 = __this->___GroupsToken; NullCheck(L_53); StringBuilder_t* L_55; L_55 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_53, L_54, NULL); goto IL_0319_1; } IL_01a3_1: { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_56 = V_2; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_57 = L_56; NullCheck(L_57); String_t* L_58; L_58 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_57, NULL); String_t* L_59; L_59 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_58, _stringLiteralE8E1ADD98C1F59CDD52328F930023A0547B5B296, NULL); NullCheck(L_57); UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0(L_57, L_59, NULL); goto IL_0319_1; } IL_01be_1: { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_60 = ___1_transport; if (!L_60) { goto IL_01e8_1; } } { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_61 = ___1_transport; NullCheck(L_61); int32_t L_62; L_62 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_61); if (L_62) { goto IL_01e8_1; } } { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_63 = V_2; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_64; L_64 = Connection_get_Uri_m9F42BE6D724DF425849233B58E199150D92A4C74_inline(__this, NULL); bool L_65; L_65 = HTTPProtocolFactory_IsSecureProtocol_mD1AAD5981521261A0EDD464F742CDEA6A82857B4(L_64, NULL); if (L_65) { G_B25_0 = L_63; goto IL_01de_1; } G_B24_0 = L_63; } { G_B26_0 = _stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95; G_B26_1 = G_B24_0; goto IL_01e3_1; } IL_01de_1: { G_B26_0 = _stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C; G_B26_1 = G_B25_0; } IL_01e3_1: { NullCheck(G_B26_1); UriBuilder_set_Scheme_m02C71DED53B5BDB8CA03E7484B8B554D0EF4B3BA(G_B26_1, G_B26_0, NULL); } IL_01e8_1: { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_66 = V_2; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_67 = L_66; NullCheck(L_67); String_t* L_68; L_68 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_67, NULL); String_t* L_69; L_69 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_68, _stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E, NULL); NullCheck(L_67); UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0(L_67, L_69, NULL); MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_70 = __this->___LastReceivedMessage; if (!L_70) { goto IL_022e_1; } } { StringBuilder_t* L_71 = __this->___queryBuilder; NullCheck(L_71); StringBuilder_t* L_72; L_72 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_71, _stringLiteral79BFCA6463815FA3B5BAFD6B034B1D4C8B109DE0, NULL); StringBuilder_t* L_73 = __this->___queryBuilder; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_74 = __this->___LastReceivedMessage; NullCheck(L_74); String_t* L_75; L_75 = MultiMessage_get_MessageId_m271F13C732DAE367330CD504A269B344467C4E05_inline(L_74, NULL); NullCheck(L_73); StringBuilder_t* L_76; L_76 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_73, L_75, NULL); } IL_022e_1: { String_t* L_77 = __this->___GroupsToken; bool L_78; L_78 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_77, NULL); if (L_78) { goto IL_0319_1; } } { StringBuilder_t* L_79 = __this->___queryBuilder; NullCheck(L_79); int32_t L_80; L_80 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_79, NULL); if ((((int32_t)L_80) <= ((int32_t)0))) { goto IL_025d_1; } } { StringBuilder_t* L_81 = __this->___queryBuilder; NullCheck(L_81); StringBuilder_t* L_82; L_82 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_81, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, NULL); } IL_025d_1: { StringBuilder_t* L_83 = __this->___queryBuilder; NullCheck(L_83); StringBuilder_t* L_84; L_84 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_83, _stringLiteralF55D269160666B2F36128EE06373D8B1003BF31E, NULL); StringBuilder_t* L_85 = __this->___queryBuilder; String_t* L_86 = __this->___GroupsToken; NullCheck(L_85); StringBuilder_t* L_87; L_87 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_85, L_86, NULL); goto IL_0319_1; } IL_0285_1: { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_88 = V_2; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_89 = L_88; NullCheck(L_89); String_t* L_90; L_90 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_89, NULL); String_t* L_91; L_91 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_90, _stringLiteralB4D615541A928FAEEBADAF8C29FA5916F992FB50, NULL); NullCheck(L_89); UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0(L_89, L_91, NULL); goto IL_0319_1; } IL_029d_1: { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_92 = V_2; UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_93 = L_92; NullCheck(L_93); String_t* L_94; L_94 = UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline(L_93, NULL); String_t* L_95; L_95 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_94, _stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2, NULL); NullCheck(L_93); UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0(L_93, L_95, NULL); StringBuilder_t* L_96 = __this->___queryBuilder; NullCheck(L_96); StringBuilder_t* L_97; L_97 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_96, _stringLiteral3901678227861A6D76F59003A9F98EDEA7FC9D97, NULL); StringBuilder_t* L_98 = __this->___queryBuilder; uint64_t L_99 = __this->___RequestCounter; V_3 = L_99; uint64_t L_100 = V_3; __this->___RequestCounter = ((int64_t)il2cpp_codegen_add((int64_t)L_100, ((int64_t)1))); String_t* L_101; L_101 = UInt64_ToString_mD3AAE57EA18A6779F5A17E4F91C900A231EB0A6F((&V_3), NULL); NullCheck(L_98); StringBuilder_t* L_102; L_102 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_98, L_101, NULL); StringBuilder_t* L_103 = __this->___queryBuilder; NullCheck(L_103); StringBuilder_t* L_104; L_104 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_103, _stringLiteral4196D6E4ED2E5A9DE68CB2E67EC618DA631874C8, NULL); StringBuilder_t* L_105 = __this->___queryBuilder; uint32_t L_106; L_106 = Connection_get_Timestamp_m833CBEFEA6427E7803D0E34264A660FB3802ED0D(__this, NULL); V_4 = L_106; String_t* L_107; L_107 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154((&V_4), NULL); NullCheck(L_105); StringBuilder_t* L_108; L_108 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_105, L_107, NULL); goto IL_045f_1; } IL_0319_1: { StringBuilder_t* L_109 = __this->___queryBuilder; NullCheck(L_109); int32_t L_110; L_110 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_109, NULL); if ((((int32_t)L_110) <= ((int32_t)0))) { goto IL_0338_1; } } { StringBuilder_t* L_111 = __this->___queryBuilder; NullCheck(L_111); StringBuilder_t* L_112; L_112 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_111, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, NULL); } IL_0338_1: { StringBuilder_t* L_113 = __this->___queryBuilder; NullCheck(L_113); StringBuilder_t* L_114; L_114 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_113, _stringLiteral0FB2203678071B1B76C752F05037848ADF7A5112, NULL); StringBuilder_t* L_115 = __this->___queryBuilder; uint64_t L_116 = __this->___RequestCounter; V_3 = L_116; uint64_t L_117 = V_3; __this->___RequestCounter = ((int64_t)il2cpp_codegen_add((int64_t)L_117, ((int64_t)1))); String_t* L_118; L_118 = UInt64_ToString_mD3AAE57EA18A6779F5A17E4F91C900A231EB0A6F((&V_3), NULL); NullCheck(L_115); StringBuilder_t* L_119; L_119 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_115, L_118, NULL); StringBuilder_t* L_120 = __this->___queryBuilder; NullCheck(L_120); StringBuilder_t* L_121; L_121 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_120, _stringLiteral4196D6E4ED2E5A9DE68CB2E67EC618DA631874C8, NULL); StringBuilder_t* L_122 = __this->___queryBuilder; uint32_t L_123; L_123 = Connection_get_Timestamp_m833CBEFEA6427E7803D0E34264A660FB3802ED0D(__this, NULL); V_4 = L_123; String_t* L_124; L_124 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154((&V_4), NULL); NullCheck(L_122); StringBuilder_t* L_125; L_125 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_122, L_124, NULL); TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_126 = ___1_transport; if (!L_126) { goto IL_03bf_1; } } { StringBuilder_t* L_127 = __this->___queryBuilder; NullCheck(L_127); StringBuilder_t* L_128; L_128 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_127, _stringLiteral982CE8C1FE0A1662563599037CBA1672BB211789, NULL); StringBuilder_t* L_129 = __this->___queryBuilder; TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_130 = ___1_transport; NullCheck(L_130); String_t* L_131; L_131 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(L_130, NULL); NullCheck(L_129); StringBuilder_t* L_132; L_132 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_129, L_131, NULL); } IL_03bf_1: { StringBuilder_t* L_133 = __this->___queryBuilder; NullCheck(L_133); StringBuilder_t* L_134; L_134 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_133, _stringLiteral90338991D082834A6F29AC9133D2674F9FD47ED7, NULL); StringBuilder_t* L_135 = __this->___queryBuilder; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_136 = __this->___ClientProtocols; uint8_t L_137; L_137 = Connection_get_Protocol_m2B77B554C27EE3E32061FB8DEBF6CC326B16EFC6_inline(__this, NULL); NullCheck(L_136); uint8_t L_138 = L_137; String_t* L_139 = (L_136)->GetAt(static_cast(L_138)); NullCheck(L_135); StringBuilder_t* L_140; L_140 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_135, L_139, NULL); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_141; L_141 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); if (!L_141) { goto IL_042b_1; } } { NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_142; L_142 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); NullCheck(L_142); String_t* L_143; L_143 = NegotiationData_get_ConnectionToken_mB14FC06235150D0816296E3093AEBC82F5D6D045_inline(L_142, NULL); bool L_144; L_144 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_143, NULL); if (L_144) { goto IL_042b_1; } } { StringBuilder_t* L_145 = __this->___queryBuilder; NullCheck(L_145); StringBuilder_t* L_146; L_146 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_145, _stringLiteral21A47880E9DC63ED78135373BE427410F8B71E25, NULL); StringBuilder_t* L_147 = __this->___queryBuilder; NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_148; L_148 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); NullCheck(L_148); String_t* L_149; L_149 = NegotiationData_get_ConnectionToken_mB14FC06235150D0816296E3093AEBC82F5D6D045_inline(L_148, NULL); NullCheck(L_147); StringBuilder_t* L_150; L_150 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_147, L_149, NULL); } IL_042b_1: { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_151; L_151 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); if (!L_151) { goto IL_045f_1; } } { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_152; L_152 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); NullCheck(L_152); if (!(((RuntimeArray*)L_152)->max_length)) { goto IL_045f_1; } } { StringBuilder_t* L_153 = __this->___queryBuilder; NullCheck(L_153); StringBuilder_t* L_154; L_154 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_153, _stringLiteral26CD9693C7D92B2C8133452FFD5B46923FD76C3B, NULL); StringBuilder_t* L_155 = __this->___queryBuilder; String_t* L_156; L_156 = Connection_get_ConnectionData_m64B715CEE191FCEA6B35505C9DA5004C23160174(__this, NULL); NullCheck(L_155); StringBuilder_t* L_157; L_157 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_155, L_156, NULL); } IL_045f_1: { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_158; L_158 = Connection_get_AdditionalQueryParams_mEEFAB4EF41AEAF4F8922B161480D848A0510F11A_inline(__this, NULL); if (!L_158) { goto IL_0487_1; } } { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_159; L_159 = Connection_get_AdditionalQueryParams_mEEFAB4EF41AEAF4F8922B161480D848A0510F11A_inline(__this, NULL); NullCheck(L_159); int32_t L_160; L_160 = ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB(L_159, ObservableDictionary_2_get_Count_mBECCC1B3EF14AC3BACADD91E10E1ACD4E03C9BEB_RuntimeMethod_var); if ((((int32_t)L_160) <= ((int32_t)0))) { goto IL_0487_1; } } { StringBuilder_t* L_161 = __this->___queryBuilder; String_t* L_162; L_162 = Connection_get_QueryParams_mC6BE84BB53754D97D00206F76338CA71F538C299(__this, NULL); NullCheck(L_161); StringBuilder_t* L_163; L_163 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_161, L_162, NULL); } IL_0487_1: { UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_164 = V_2; StringBuilder_t* L_165 = __this->___queryBuilder; NullCheck(L_165); String_t* L_166; L_166 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_165); NullCheck(L_164); UriBuilder_set_Query_m1B7AB6F65BBAC94C07681D79F2A8DBDB15E844ED(L_164, L_166, NULL); StringBuilder_t* L_167 = __this->___queryBuilder; NullCheck(L_167); StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_167, 0, NULL); UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* L_168 = V_2; NullCheck(L_168); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_169; L_169 = UriBuilder_get_Uri_mD0DF3F7DDF7C56CC99E2D29E06C959F80A4171A1(L_168, NULL); V_5 = L_169; goto IL_04b8; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_04b8: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_170 = V_5; return L_170; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* Connection_BestHTTP_SignalR_IConnection_PrepareRequest_mF8452B5A834F7102E12AFD9C42FB19B426EAE27D (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, int32_t ___1_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_req; if (!L_0) { goto IL_0018; } } { RuntimeObject* L_1; L_1 = Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180_inline(__this, NULL); if (!L_1) { goto IL_0018; } } { RuntimeObject* L_2; L_2 = Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180_inline(__this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_3 = ___0_req; int32_t L_4 = ___1_type; NullCheck(L_2); InterfaceActionInvoker2< HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t >::Invoke(6, IAuthenticationProvider_t7A1D07E7F46AF38437900348AAF97B5947347D66_il2cpp_TypeInfo_var, L_2, L_3, L_4); } IL_0018: { OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* L_5; L_5 = Connection_get_RequestPreparator_m036E7B05B47894CE531747256C43684C7C78D729_inline(__this, NULL); if (!L_5) { goto IL_002e; } } { OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* L_6; L_6 = Connection_get_RequestPreparator_m036E7B05B47894CE531747256C43684C7C78D729_inline(__this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7 = ___0_req; int32_t L_8 = ___1_type; NullCheck(L_6); OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715_inline(L_6, __this, L_7, L_8, NULL); } IL_002e: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9 = ___0_req; return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_BestHTTP_SignalR_IConnection_ParseResponse_m5EF6DB088497A39E6C7A95848C7C0B2282BAA874 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, String_t* ___0_responseStr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mC14A0401676B34A68B06FC858BA801E7DF99B7D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44BDAEAC4527E4A113C39DD109CE9B80FF29FA70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53502E85A92CE4D07E514EE6E63F4DCA32C85206); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA75B767329600F30A045DC0D406F408CFADE1A1); s_Il2CppMethodInitialized = true; } Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* V_0 = NULL; RuntimeObject* V_1 = NULL; { String_t* L_0 = ___0_responseStr; RuntimeObject* L_1; L_1 = Json_Decode_m40A86A0E6654E3C2843EE89E80E5D3CA98BB66C0(L_0, NULL); V_0 = ((Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)IsInstClass((RuntimeObject*)L_1, Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var)); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_2 = V_0; if (L_2) { goto IL_0026; } } { String_t* L_3 = ___0_responseStr; String_t* L_4; L_4 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralAA75B767329600F30A045DC0D406F408CFADE1A1, L_3, NULL); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_5; } IL_0026: { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = Dictionary_2_TryGetValue_mC14A0401676B34A68B06FC858BA801E7DF99B7D8(L_6, _stringLiteral53502E85A92CE4D07E514EE6E63F4DCA32C85206, (&V_1), Dictionary_2_TryGetValue_mC14A0401676B34A68B06FC858BA801E7DF99B7D8_RuntimeMethod_var); if (!L_7) { goto IL_0038; } } { RuntimeObject* L_8 = V_1; if (L_8) { goto IL_004f; } } IL_0038: { String_t* L_9 = ___0_responseStr; String_t* L_10; L_10 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral44BDAEAC4527E4A113C39DD109CE9B80FF29FA70, L_9, NULL); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_10); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_11; } IL_004f: { RuntimeObject* L_12 = V_1; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_12); return L_13; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_Extensions_IHeartbeat_OnHeartbeatUpdate_m1D177A1FD63925B73527B5B7A434116106517F2E (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_dif, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mBE26FDBA8873F7AE883FF290864E1D2665EAC52F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02DD31C6DDCF959F2F78207B9FED5C828B05AFE6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4122E1A3F876D75C9BD432286A100D893045D3ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E8D12678FB2F5B7E9C54DC03FFB449B90BF4820); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 V_1; memset((&V_1), 0, sizeof(V_1)); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_2; memset((&V_2), 0, sizeof(V_2)); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_3; memset((&V_3), 0, sizeof(V_3)); Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC V_4; memset((&V_4), 0, sizeof(V_4)); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t G_B8_0 = 0; Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 G_B23_0; memset((&G_B23_0), 0, sizeof(G_B23_0)); int32_t G_B26_0 = 0; { int32_t L_0; L_0 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0017; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_00a9; } } { goto IL_017c; } IL_0017: { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_3; L_3 = Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline(__this, NULL); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(4, L_3); if (!L_4) { goto IL_0077; } } { NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_5; L_5 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); NullCheck(L_5); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_6; L_6 = NegotiationData_get_KeepAliveTimeout_m3CF985C2E9A4E25864A97AC8E955A89E44430817_inline(L_5, NULL); V_1 = L_6; bool L_7; L_7 = Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_inline((&V_1), Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var); if (!L_7) { goto IL_0077; } } { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8; L_8 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9 = __this->___LastMessageReceivedAt; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_10; L_10 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_8, L_9, NULL); V_2 = L_10; NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_11; L_11 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); NullCheck(L_11); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_12; L_12 = NegotiationData_get_KeepAliveTimeout_m3CF985C2E9A4E25864A97AC8E955A89E44430817_inline(L_11, NULL); V_1 = L_12; bool L_13; L_13 = Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_inline((&V_1), Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var); if (L_13) { goto IL_0062; } } { G_B8_0 = 0; goto IL_006f; } IL_0062: { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_14 = V_2; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_15; L_15 = Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_inline((&V_1), Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); bool L_16; L_16 = TimeSpan_op_GreaterThanOrEqual_m75F60A7DA7C0BB62E4A21E7784E6FFE6D2D73CFE(L_14, L_15, NULL); G_B8_0 = ((int32_t)(L_16)); } IL_006f: { if (!G_B8_0) { goto IL_0077; } } { Connection_Reconnect_m2690C376D32CAC712A27AE2C4B6089C6700D7234(__this, NULL); } IL_0077: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_17 = __this->___PingRequest; if (L_17) { goto IL_0205; } } { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18; L_18 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_19 = __this->___LastPingSentAt; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_20; L_20 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_18, L_19, NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_21; L_21 = Connection_get_PingInterval_mB23F180C48D4CFC7AD8064FEDA2E41C75D5B69A5_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); bool L_22; L_22 = TimeSpan_op_GreaterThanOrEqual_m75F60A7DA7C0BB62E4A21E7784E6FFE6D2D73CFE(L_20, L_21, NULL); if (!L_22) { goto IL_0205; } } { Connection_Ping_mF0CB25FB8E6A6FCCF07F183291394F7E59FDD942(__this, NULL); return; } IL_00a9: { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_23; L_23 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_24 = __this->___ReconnectStartedAt; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_25; L_25 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_23, L_24, NULL); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_26; L_26 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); NullCheck(L_26); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_27; L_27 = NegotiationData_get_DisconnectTimeout_mEC8EDB6E282837934A256E0B36F5A4EBD993695D_inline(L_26, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); bool L_28; L_28 = TimeSpan_op_GreaterThanOrEqual_m75F60A7DA7C0BB62E4A21E7784E6FFE6D2D73CFE(L_25, L_27, NULL); if (!L_28) { goto IL_00e6; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_29; L_29 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_29); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_29, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral4122E1A3F876D75C9BD432286A100D893045D3ED); Connection_Close_m64C8C6B47BBD82A2B199DB95168E636BD292B552(__this, NULL); return; } IL_00e6: { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_30; L_30 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_31 = __this->___ReconnectDelayStartedAt; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_32; L_32 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_30, L_31, NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_33; L_33 = Connection_get_ReconnectDelay_mF18A9BAF3D8073EBC3F58A7BCCF3DDE8C828FF89_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); bool L_34; L_34 = TimeSpan_op_GreaterThanOrEqual_m75F60A7DA7C0BB62E4A21E7784E6FFE6D2D73CFE(L_32, L_33, NULL); if (!L_34) { goto IL_0205; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_35; L_35 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_35); uint8_t L_36; L_36 = InterfaceFuncInvoker0< uint8_t >::Invoke(0, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_35); if ((((int32_t)L_36) > ((int32_t)2))) { goto IL_0175; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_37; L_37 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_38 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_39 = L_38; bool* L_40 = (bool*)(&__this->___ReconnectStarted); il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); String_t* L_41; L_41 = Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63(L_40, NULL); NullCheck(L_39); (L_39)->SetAt(static_cast(0), (String_t*)L_41); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_42 = L_39; NullCheck(L_42); (L_42)->SetAt(static_cast(1), (String_t*)_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43 = L_42; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_44 = (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(&__this->___ReconnectStartedAt); il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); String_t* L_45; L_45 = DateTime_ToString_m447C83E1F8FFFFF4D20C0F7D5C18DEB160F9833A(L_44, NULL); NullCheck(L_43); (L_43)->SetAt(static_cast(2), (String_t*)L_45); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_46 = L_43; NullCheck(L_46); (L_46)->SetAt(static_cast(3), (String_t*)_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_47 = L_46; NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_48; L_48 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); NullCheck(L_48); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_49; L_49 = NegotiationData_get_DisconnectTimeout_mEC8EDB6E282837934A256E0B36F5A4EBD993695D_inline(L_48, NULL); V_2 = L_49; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); String_t* L_50; L_50 = TimeSpan_ToString_m44D5BF48E35E18BB8B99A86B6535DA5E847FFE92((&V_2), NULL); NullCheck(L_47); (L_47)->SetAt(static_cast(4), (String_t*)L_50); String_t* L_51; L_51 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_47, NULL); NullCheck(L_37); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_37, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_51); } IL_0175: { Connection_Reconnect_m2690C376D32CAC712A27AE2C4B6089C6700D7234(__this, NULL); return; } IL_017c: { Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* L_52 = (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*)(&__this->___TransportConnectionStartedAt); bool L_53; L_53 = Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_inline(L_52, Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_RuntimeMethod_var); if (!L_53) { goto IL_0205; } } { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_54; L_54 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); V_3 = L_54; Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_55 = __this->___TransportConnectionStartedAt; V_4 = L_55; bool L_56; L_56 = Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_inline((&V_4), Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_RuntimeMethod_var); if (L_56) { goto IL_01ac; } } { il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272)); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_57 = V_5; G_B23_0 = L_57; goto IL_01be; } IL_01ac: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_58 = V_3; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_59; L_59 = Nullable_1_GetValueOrDefault_mBE26FDBA8873F7AE883FF290864E1D2665EAC52F_inline((&V_4), Nullable_1_GetValueOrDefault_mBE26FDBA8873F7AE883FF290864E1D2665EAC52F_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_60; L_60 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_58, L_59, NULL); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_61; memset((&L_61), 0, sizeof(L_61)); Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC((&L_61), L_60, Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var); G_B23_0 = L_61; } IL_01be: { V_1 = G_B23_0; NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_62; L_62 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(__this, NULL); NullCheck(L_62); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_63; L_63 = NegotiationData_get_TransportConnectTimeout_mCEBCE34227C0284EEC3189C3D2D980125F81CC29_inline(L_62, NULL); V_2 = L_63; bool L_64; L_64 = Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_inline((&V_1), Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var); if (L_64) { goto IL_01d7; } } { G_B26_0 = 0; goto IL_01e4; } IL_01d7: { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_65; L_65 = Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_inline((&V_1), Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_RuntimeMethod_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_66 = V_2; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); bool L_67; L_67 = TimeSpan_op_GreaterThanOrEqual_m75F60A7DA7C0BB62E4A21E7784E6FFE6D2D73CFE(L_65, L_66, NULL); G_B26_0 = ((int32_t)(L_67)); } IL_01e4: { if (!G_B26_0) { goto IL_0205; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_68; L_68 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_68); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_68, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral8E8D12678FB2F5B7E9C54DC03FFB449B90BF4820); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, _stringLiteral02DD31C6DDCF959F2F78207B9FED5C828B05AFE6); } IL_0205: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_InitOnStart_m4A68B04DB0E04B6F438A94F4765F63B51FD8B530 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Connection_set_State_mFB464C11F3161462973E8D71D9F4012F2E25AD64(__this, 4, NULL); __this->___ReconnectStarted = (bool)0; Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* L_0 = (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*)(&__this->___TransportConnectionStartedAt); il2cpp_codegen_initobj(L_0, sizeof(Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC)); il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1; L_1 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___LastPingSentAt = L_1; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2; L_2 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___LastMessageReceivedAt = L_2; il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* L_3; L_3 = HTTPManager_get_Heartbeats_mB06494ABA048C6A5B0DEFB58CA127B58B16E4879(NULL); NullCheck(L_3); HeartbeatManager_Subscribe_m0D38271ED9769AE81CD7CBEA9B356DD798D59FF5(L_3, __this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t031250F588A18B3354937398C9FB54119774E3C0* Connection_FindHub_mB023F7599554A76465313F8F489062A5DB83B9F2 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, uint64_t ___0_msgId, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_0; L_0 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); if (!L_0) { goto IL_0034; } } { V_0 = 0; goto IL_0029; } IL_000c: { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_1; L_1 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_4 = (L_1)->GetAt(static_cast(L_3)); uint64_t L_5 = ___0_msgId; NullCheck(L_4); bool L_6; L_6 = InterfaceFuncInvoker1< bool, uint64_t >::Invoke(3, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_4, L_5); if (!L_6) { goto IL_0025; } } { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_7; L_7 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_10 = (L_7)->GetAt(static_cast(L_9)); return L_10; } IL_0025: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_0029: { int32_t L_12 = V_0; HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_13; L_13 = Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline(__this, NULL); NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))) { goto IL_000c; } } IL_0034: { return (Hub_t031250F588A18B3354937398C9FB54119774E3C0*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_TryFallbackTransport_m7FB031224B7A035734CBE17D6957CF65ADE9100A (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_00ba; } } { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_1 = __this->___BufferedMessages; if (!L_1) { goto IL_001f; } } { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_2 = __this->___BufferedMessages; NullCheck(L_2); List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_inline(L_2, List_1_Clear_m581E4059A7F4152307EAC41A6028309574E84CFA_RuntimeMethod_var); } IL_001f: { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_3; L_3 = Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline(__this, NULL); NullCheck(L_3); VirtualActionInvoker0::Invoke(7, L_3); Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57_inline(__this, (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A*)NULL, NULL); int32_t L_4 = __this->___NextProtocolToTry; V_0 = L_4; int32_t L_5 = V_0; switch (L_5) { case 0: { goto IL_0088; } case 1: { goto IL_0073; } case 2: { goto IL_0050; } case 3: { goto IL_005e; } } } { goto IL_008a; } IL_0050: { WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* L_6 = (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B*)il2cpp_codegen_object_new(WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B_il2cpp_TypeInfo_var); WebSocketTransport__ctor_m45891B5535D90AD8C35B25C7C6A4B9C44D2050F4(L_6, __this, NULL); Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57_inline(__this, L_6, NULL); goto IL_008a; } IL_005e: { ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* L_7 = (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14*)il2cpp_codegen_object_new(ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14_il2cpp_TypeInfo_var); ServerSentEventsTransport__ctor_m8E86959D52FC2CBFC5ACE4A8FEEA84E1D00BB7DF(L_7, __this, NULL); Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57_inline(__this, L_7, NULL); __this->___NextProtocolToTry = 1; goto IL_008a; } IL_0073: { PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* L_8 = (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18*)il2cpp_codegen_object_new(PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18_il2cpp_TypeInfo_var); PollingTransport__ctor_mA0A8ABEE4E5D7F89FE909A12917C1ACA768DFC55(L_8, __this, NULL); Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57_inline(__this, L_8, NULL); __this->___NextProtocolToTry = 0; goto IL_008a; } IL_0088: { return (bool)0; } IL_008a: { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9; L_9 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_10; memset((&L_10), 0, sizeof(L_10)); Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF((&L_10), L_9, Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var); __this->___TransportConnectionStartedAt = L_10; TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_11; L_11 = Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline(__this, NULL); NullCheck(L_11); VirtualActionInvoker0::Invoke(6, L_11); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_12 = __this->___PingRequest; if (!L_12) { goto IL_00b8; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_13 = __this->___PingRequest; NullCheck(L_13); HTTPRequest_Abort_m0A2B78A699A3656F8F957A102D36503D6E33FE6B(L_13, NULL); } IL_00b8: { return (bool)1; } IL_00ba: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_AdditionalQueryParams_CollectionChanged_mBB71B52020C014A3A675FB09D12BC80A74D83DA2 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, const RuntimeMethod* method) { { __this->___BuiltQueryParams = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___BuiltQueryParams), (void*)(String_t*)NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Ping_mF0CB25FB8E6A6FCCF07F183291394F7E59FDD942 (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnPingRequestFinished_m5ECB3A8113B8A226A620511B6F2769C6EEAC1A5E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0833FBDC067FCF2E7612F9A7CDCD25E210936641); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_0, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral0833FBDC067FCF2E7612F9A7CDCD25E210936641); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1; L_1 = InterfaceFuncInvoker1< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t >::Invoke(9, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, 7); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_2 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_2, __this, (intptr_t)((void*)Connection_OnPingRequestFinished_m5ECB3A8113B8A226A620511B6F2769C6EEAC1A5E_RuntimeMethod_var), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_3 = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)il2cpp_codegen_object_new(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); HTTPRequest__ctor_mC876BD67B29C81DA807F636637069CB7AE061294(L_3, L_1, L_2, NULL); __this->___PingRequest = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___PingRequest), (void*)L_3); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_4 = __this->___PingRequest; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_5; L_5 = Connection_get_PingInterval_mB23F180C48D4CFC7AD8064FEDA2E41C75D5B69A5_inline(__this, NULL); NullCheck(L_4); HTTPRequest_set_ConnectTimeout_m6526C5DCC62983274200EB4AD0A0B34D31A9F7B3_inline(L_4, L_5, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_6 = __this->___PingRequest; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7; L_7 = InterfaceFuncInvoker2< HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t >::Invoke(11, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_6, 7); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_8 = __this->___PingRequest; NullCheck(L_8); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9; L_9 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_8, NULL); il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10; L_10 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___LastPingSentAt = L_10; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnPingRequestFinished_m5ECB3A8113B8A226A620511B6F2769C6EEAC1A5E (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_resp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1229CDA70216E5A3B75756A3D6E525BA4DD26363); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2685E7725703696BDD3A2FD84AF2213B11F42B79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F09CF3F4128543F4C0EFFAA49CA30CEB8E31417); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral640C8C5A1E0890A67607E2F6A65AB733B772220B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral715D2D7C1318F699AB1384C022324830F0A33BE2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE66402A74CDA61517FFC840C048A4994EA1D8681); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* G_B9_0 = NULL; String_t* G_B8_0 = NULL; String_t* G_B10_0 = NULL; String_t* G_B10_1 = NULL; { __this->___PingRequest = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___PingRequest), (void*)(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_0 = L_0; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_1 = ___0_req; NullCheck(L_1); int32_t L_2; L_2 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_1, NULL); V_1 = L_2; int32_t L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 3))) { case 0: { goto IL_0035; } case 1: { goto IL_00a2; } case 2: { goto IL_00ec; } case 3: { goto IL_00de; } case 4: { goto IL_00e6; } } } { goto IL_00ec; } IL_0035: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_4 = ___1_resp; NullCheck(L_4); bool L_5; L_5 = HTTPResponse_get_IsSuccess_m7E7F314E869ECD4B73710604B01C1A57FDF603F3(L_4, NULL); if (!L_5) { goto IL_007e; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_6 = ___1_resp; NullCheck(L_6); String_t* L_7; L_7 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_6, NULL); String_t* L_8; L_8 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(12, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_7); V_2 = L_8; String_t* L_9 = V_2; bool L_10; L_10 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_9, _stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113, NULL); if (!L_10) { goto IL_0068; } } { String_t* L_11 = V_2; String_t* L_12; L_12 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral715D2D7C1318F699AB1384C022324830F0A33BE2, L_11, NULL); V_0 = L_12; goto IL_00ec; } IL_0068: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_13); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_13, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteralE66402A74CDA61517FFC840C048A4994EA1D8681); goto IL_00ec; } IL_007e: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_14 = ___1_resp; NullCheck(L_14); int32_t L_15; L_15 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_14, NULL); int32_t L_16 = L_15; RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_18 = ___1_resp; NullCheck(L_18); String_t* L_19; L_19 = HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline(L_18, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_20 = ___1_resp; NullCheck(L_20); String_t* L_21; L_21 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_20, NULL); String_t* L_22; L_22 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral640C8C5A1E0890A67607E2F6A65AB733B772220B, L_17, L_19, L_21, NULL); V_0 = L_22; goto IL_00ec; } IL_00a2: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_23 = ___0_req; NullCheck(L_23); Exception_t* L_24; L_24 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_23, NULL); if (L_24) { G_B9_0 = _stringLiteral2685E7725703696BDD3A2FD84AF2213B11F42B79; goto IL_00b6; } G_B8_0 = _stringLiteral2685E7725703696BDD3A2FD84AF2213B11F42B79; } { G_B10_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B10_1 = G_B8_0; goto IL_00d6; } IL_00b6: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_25 = ___0_req; NullCheck(L_25); Exception_t* L_26; L_26 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_25, NULL); NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_26); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_28 = ___0_req; NullCheck(L_28); Exception_t* L_29; L_29 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_28, NULL); NullCheck(L_29); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_29); String_t* L_31; L_31 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_27, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_30, NULL); G_B10_0 = L_31; G_B10_1 = G_B9_0; } IL_00d6: { String_t* L_32; L_32 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B10_1, G_B10_0, NULL); V_0 = L_32; goto IL_00ec; } IL_00de: { V_0 = _stringLiteral3F09CF3F4128543F4C0EFFAA49CA30CEB8E31417; goto IL_00ec; } IL_00e6: { V_0 = _stringLiteral1229CDA70216E5A3B75756A3D6E525BA4DD26363; } IL_00ec: { String_t* L_33 = V_0; bool L_34; L_34 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_33, NULL); if (L_34) { goto IL_00fb; } } { String_t* L_35 = V_0; InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, __this, L_35); } IL_00fb: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__cctor_mBB488A2198C7D1F7A074D43B629207293B6C54CE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B* L_0 = (DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B*)il2cpp_codegen_object_new(DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B_il2cpp_TypeInfo_var); DefaultJsonEncoder__ctor_mA8508DDCAEE7D90E4B8BCFAD57641195E6A282A5(L_0, NULL); ((Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_StaticFields*)il2cpp_codegen_static_fields_for(Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_il2cpp_TypeInfo_var))->___DefaultEncoder = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_StaticFields*)il2cpp_codegen_static_fields_for(Connection_tA9A0C3B2D16699776D955D53F497123E122182CB_il2cpp_TypeInfo_var))->___DefaultEncoder), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegotiationData_get_Url_m46C868B120AAD82B573987E1A65CF86BD2F1BB59 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CUrlU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_Url_mBCDD4C09DBA01D16AFCA7DC043F3CB333479B8FE (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CUrlU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUrlU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegotiationData_get_WebSocketServerUrl_mCBAEDA8A08E97E990522FC199306130BD01334D0 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CWebSocketServerUrlU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_WebSocketServerUrl_m47693A660EC3A459938F3F501A2929CB4CA7D6B1 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CWebSocketServerUrlU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CWebSocketServerUrlU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ConnectionToken_mB14FC06235150D0816296E3093AEBC82F5D6D045 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CConnectionTokenU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_ConnectionToken_m193D43A03F7378206B461AB09371E248C5E9EAFF (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CConnectionTokenU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConnectionTokenU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ConnectionId_m77DCF36EAAF05A807D6F989AC9078E8E41251189 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CConnectionIdU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_ConnectionId_m0245B08DCB119C16EC87177604E2A00DA53C3A76 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CConnectionIdU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConnectionIdU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 NegotiationData_get_KeepAliveTimeout_m3CF985C2E9A4E25864A97AC8E955A89E44430817 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_0 = __this->___U3CKeepAliveTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_KeepAliveTimeout_mF313DCD7A65E787EEE80C3B04C839CBFAC29DEEC (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___0_value, const RuntimeMethod* method) { { Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_0 = ___0_value; __this->___U3CKeepAliveTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_DisconnectTimeout_mEC8EDB6E282837934A256E0B36F5A4EBD993695D (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CDisconnectTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_DisconnectTimeout_m9BCECD4FC48A98BE709A107C8432EBBD6D9292B7 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CDisconnectTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_ConnectionTimeout_mC775D2DB2D0F8FDFF422C08F9B15C0D2885B8EF8 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CConnectionTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_ConnectionTimeout_m3749B69C8CA97B23162682531FF6632902B578FF (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CConnectionTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NegotiationData_get_TryWebSockets_mE722B7C4E5081A5AC9D01CF19421D79E9AE5B5C1 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CTryWebSocketsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_TryWebSockets_m9D5AF7AD5F521A27F4FDC453860C5C61A9A51B81 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CTryWebSocketsU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ProtocolVersion_mC777B2477132A795AF2372D763A50FFE47643087 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CProtocolVersionU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_ProtocolVersion_m842555A75C5BFFAA97193D175BECCB00EE3DA6AF (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CProtocolVersionU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CProtocolVersionU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_TransportConnectTimeout_mCEBCE34227C0284EEC3189C3D2D980125F81CC29 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CTransportConnectTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_TransportConnectTimeout_m5E6A725BBDD866E12317F2CA87624DFEBD98A043 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CTransportConnectTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_LongPollDelay_mEF9213A450F736CE1EA8CA14138EAC3C9740896F (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CLongPollDelayU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_set_LongPollDelay_mBC43FF7A0E32FC1B9ECB18060ABFA055FEB310FA (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CLongPollDelayU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData__ctor_mB10A609252718A9ED1D034AC0B093AB541080E00 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_0 = ___0_connection; __this->___Connection = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___Connection), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_Start_m17E6E3CF4A8D16C8794D251D94D87965C12F0B2C (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegotiationData_OnNegotiationRequestFinished_m5FE8AC57777BF186A33C679C501047C3F03E938A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E616BCCB0462632A2052D787BE5257255025F4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC207F95A70DAF2FF53E6B3F975F2726C62AED9EF); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->___Connection; NullCheck(L_0); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1; L_1 = InterfaceFuncInvoker1< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t >::Invoke(9, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_0, 0); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_2 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_2, __this, (intptr_t)((void*)NegotiationData_OnNegotiationRequestFinished_m5FE8AC57777BF186A33C679C501047C3F03E938A_RuntimeMethod_var), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_3 = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)il2cpp_codegen_object_new(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); HTTPRequest__ctor_m5AA6744370787997E8F2EA020BB79CE2083E6CD0(L_3, L_1, 0, (bool)1, (bool)1, L_2, NULL); __this->___NegotiationRequest = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___NegotiationRequest), (void*)L_3); RuntimeObject* L_4 = __this->___Connection; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_5 = __this->___NegotiationRequest; NullCheck(L_4); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_6; L_6 = InterfaceFuncInvoker2< HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t >::Invoke(11, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_4, L_5, 0); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7 = __this->___NegotiationRequest; NullCheck(L_7); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_8; L_8 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_7, NULL); il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_9); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_9, _stringLiteral0E616BCCB0462632A2052D787BE5257255025F4D, _stringLiteralC207F95A70DAF2FF53E6B3F975F2726C62AED9EF); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_Abort_m66DB77B6CCB5C7602CF92DD350A90AFFB30A32D5 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = __this->___NegotiationRequest; if (!L_0) { goto IL_0021; } } { __this->___OnReceived = (Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___OnReceived), (void*)(Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093*)NULL); __this->___OnError = (Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___OnError), (void*)(Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84*)NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_1 = __this->___NegotiationRequest; NullCheck(L_1); HTTPRequest_Abort_m0A2B78A699A3656F8F957A102D36503D6E33FE6B(L_1, NULL); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_OnNegotiationRequestFinished_m5FE8AC57777BF186A33C679C501047C3F03E938A (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_resp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequestStates_t2B9968F8437B3721205EFA162D99045C72699F60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D09CCF18C4510764493D8C50333C217ACC724B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E616BCCB0462632A2052D787BE5257255025F4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5246E5D8781C89EBCB9D9B05EA1D4B874D8C838D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB76829482E926D143AF1E1E3CD8927B791DBD1E6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB606E4AF67D1797595FF0F8DDF41C19984F29E2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; NegotiationData_t7D015037808F8339A800E24386B9761B55059859* G_B13_0 = NULL; NegotiationData_t7D015037808F8339A800E24386B9761B55059859* G_B12_0 = NULL; String_t* G_B14_0 = NULL; NegotiationData_t7D015037808F8339A800E24386B9761B55059859* G_B14_1 = NULL; { __this->___NegotiationRequest = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___NegotiationRequest), (void*)(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_req; NullCheck(L_0); int32_t L_1; L_1 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_001e; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)4))) { goto IL_00fe; } } { goto IL_0134; } IL_001e: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_4 = ___1_resp; NullCheck(L_4); bool L_5; L_5 = HTTPResponse_get_IsSuccess_m7E7F314E869ECD4B73710604B01C1A57FDF603F3(L_4, NULL); if (!L_5) { goto IL_00be; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_7 = ___1_resp; NullCheck(L_7); String_t* L_8; L_8 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_7, NULL); String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral5246E5D8781C89EBCB9D9B05EA1D4B874D8C838D, L_8, NULL); NullCheck(L_6); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_6, _stringLiteral0E616BCCB0462632A2052D787BE5257255025F4D, L_9); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_10 = ___1_resp; NullCheck(L_10); String_t* L_11; L_11 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_10, NULL); NullCheck(L_11); int32_t L_12; L_12 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_11, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL); V_1 = L_12; int32_t L_13 = V_1; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_0074; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_14 = ___1_resp; NullCheck(L_14); String_t* L_15; L_15 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_14, NULL); String_t* L_16; L_16 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralB76829482E926D143AF1E1E3CD8927B791DBD1E6, L_15, NULL); NegotiationData_RaiseOnError_m114F643057AD3B4E2341B480D98561B734593BC3(__this, L_16, NULL); return; } IL_0074: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_17 = ___1_resp; NullCheck(L_17); String_t* L_18; L_18 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_17, NULL); int32_t L_19 = V_1; NullCheck(L_18); String_t* L_20; L_20 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_18, L_19, NULL); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_21; L_21 = NegotiationData_Parse_mF6FC06CD487ED9C6B11E45C81B4AD5D299FC8B38(__this, L_20, NULL); if (L_21) { goto IL_009f; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_22 = ___1_resp; NullCheck(L_22); String_t* L_23; L_23 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_22, NULL); String_t* L_24; L_24 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralBB606E4AF67D1797595FF0F8DDF41C19984F29E2, L_23, NULL); NegotiationData_RaiseOnError_m114F643057AD3B4E2341B480D98561B734593BC3(__this, L_24, NULL); return; } IL_009f: { Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093* L_25 = __this->___OnReceived; if (!L_25) { goto IL_014e; } } { Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093* L_26 = __this->___OnReceived; NullCheck(L_26); Action_1_Invoke_m5B5D1192F02B87CA72478ACBF1BE947D38EE4EBE_inline(L_26, __this, NULL); __this->___OnReceived = (Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___OnReceived), (void*)(Action_1_tB080E029EEEF357FA262F0D8BF67F682E9409093*)NULL); return; } IL_00be: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_27; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_29 = ___1_resp; NullCheck(L_29); int32_t L_30; L_30 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_29, NULL); int32_t L_31 = L_30; RuntimeObject* L_32 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_31); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_32); (L_28)->SetAt(static_cast(0), (RuntimeObject*)L_32); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_33 = L_28; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_34 = ___1_resp; NullCheck(L_34); String_t* L_35; L_35 = HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline(L_34, NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(1), (RuntimeObject*)L_35); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_33; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_37 = ___1_resp; NullCheck(L_37); String_t* L_38; L_38 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_37, NULL); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(2), (RuntimeObject*)L_38); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_39 = L_36; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_40 = ___0_req; NullCheck(L_40); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_41; L_41 = HTTPRequest_get_CurrentUri_m8284AB87679F1570286BF13495B93AFD9F417129(L_40, NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_41); (L_39)->SetAt(static_cast(3), (RuntimeObject*)L_41); String_t* L_42; L_42 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral0D09CCF18C4510764493D8C50333C217ACC724B0, L_39, NULL); NegotiationData_RaiseOnError_m114F643057AD3B4E2341B480D98561B734593BC3(__this, L_42, NULL); return; } IL_00fe: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_43 = ___0_req; NullCheck(L_43); Exception_t* L_44; L_44 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_43, NULL); if (L_44) { G_B13_0 = __this; goto IL_010e; } G_B12_0 = __this; } { String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; G_B14_0 = L_45; G_B14_1 = G_B12_0; goto IL_012e; } IL_010e: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_46 = ___0_req; NullCheck(L_46); Exception_t* L_47; L_47 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_46, NULL); NullCheck(L_47); String_t* L_48; L_48 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_47); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_49 = ___0_req; NullCheck(L_49); Exception_t* L_50; L_50 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_49, NULL); NullCheck(L_50); String_t* L_51; L_51 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_50); String_t* L_52; L_52 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_48, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_51, NULL); G_B14_0 = L_52; G_B14_1 = G_B13_0; } IL_012e: { NullCheck(G_B14_1); NegotiationData_RaiseOnError_m114F643057AD3B4E2341B480D98561B734593BC3(G_B14_1, G_B14_0, NULL); return; } IL_0134: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_53 = ___0_req; NullCheck(L_53); int32_t L_54; L_54 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_53, NULL); V_2 = L_54; Il2CppFakeBox L_55(HTTPRequestStates_t2B9968F8437B3721205EFA162D99045C72699F60_il2cpp_TypeInfo_var, (&V_2)); String_t* L_56; L_56 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_55), NULL); NegotiationData_RaiseOnError_m114F643057AD3B4E2341B480D98561B734593BC3(__this, L_56, NULL); } IL_014e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_RaiseOnError_m114F643057AD3B4E2341B480D98561B734593BC3 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_err, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E616BCCB0462632A2052D787BE5257255025F4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6ABFE6726AEB6A09AFE2DB2C21E041485299AF0); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_1 = ___0_err; String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralF6ABFE6726AEB6A09AFE2DB2C21E041485299AF0, L_1, NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_0, _stringLiteral0E616BCCB0462632A2052D787BE5257255025F4D, L_2); Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84* L_3 = __this->___OnError; if (!L_3) { goto IL_0036; } } { Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84* L_4 = __this->___OnError; String_t* L_5 = ___0_err; NullCheck(L_4); Action_2_Invoke_m8E4AAF338573D844B27D222B9F14FD046E658BD7_inline(L_4, __this, L_5, NULL); __this->___OnError = (Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___OnError), (void*)(Action_2_t15A5187379FD7E963854E4D1A2E5C7D4971DAF84*)NULL); } IL_0036: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NegotiationData_t7D015037808F8339A800E24386B9761B55059859* NegotiationData_Parse_mF6FC06CD487ED9C6B11E45C81B4AD5D299FC8B38 (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_str, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2258EB5F9258653748577B964DC8266D5A63ACDC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41728828FC1C790016A8B9B38739E29574C417B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B65E579EF6C410FFA14599F439A8697CF8BBCFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C39E1930ED6CEFAC14EB95AEDF2B290664DC36A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60705F376C909187E6CC8857D9F34A43AB08701F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E4344AF68FDEDA272F354BF80024E732446F641); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99CF73467F0FD3FF356C644063E74A9D76A30EDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5B3EC78F1188BB18FD6C83A74A6840DFE6F3AF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9F5EEE18DC5235BE3B6EDC8A493409986EA51C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7A51E6814E129478046F762A279E5A0094220EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC09586BF8895AA401AAD6C5FB8EEF21163FE142); s_Il2CppMethodInitialized = true; } bool V_0 = false; Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* V_1 = NULL; Exception_t* V_2 = NULL; NegotiationData_t7D015037808F8339A800E24386B9761B55059859* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { V_0 = (bool)0; String_t* L_0 = ___0_str; RuntimeObject* L_1; L_1 = Json_Decode_mEE093D258F4A0D2A6B206D046294410F5CD7F783(L_0, (&V_0), NULL); V_1 = ((Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)IsInstClass((RuntimeObject*)L_1, Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var)); bool L_2 = V_0; if (L_2) { goto IL_0015; } } { return (NegotiationData_t7D015037808F8339A800E24386B9761B55059859*)NULL; } IL_0015: { } try { { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_3 = V_1; String_t* L_4; L_4 = NegotiationData_GetString_mD19DF60CAB2E23C938EE11568FF8578A68D15F88(L_3, _stringLiteral7E4344AF68FDEDA272F354BF80024E732446F641, NULL); NegotiationData_set_Url_mBCDD4C09DBA01D16AFCA7DC043F3CB333479B8FE_inline(__this, L_4, NULL); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_5 = V_1; NullCheck(L_5); bool L_6; L_6 = Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC(L_5, _stringLiteralB7A51E6814E129478046F762A279E5A0094220EE, Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC_RuntimeMethod_var); if (!L_6) { goto IL_0045_1; } } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_7 = V_1; String_t* L_8; L_8 = NegotiationData_GetString_mD19DF60CAB2E23C938EE11568FF8578A68D15F88(L_7, _stringLiteralB7A51E6814E129478046F762A279E5A0094220EE, NULL); NegotiationData_set_WebSocketServerUrl_m47693A660EC3A459938F3F501A2929CB4CA7D6B1_inline(__this, L_8, NULL); } IL_0045_1: { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_9 = V_1; String_t* L_10; L_10 = NegotiationData_GetString_mD19DF60CAB2E23C938EE11568FF8578A68D15F88(L_9, _stringLiteralCC09586BF8895AA401AAD6C5FB8EEF21163FE142, NULL); il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); String_t* L_11; L_11 = Uri_EscapeDataString_m844D0FB6899488BDEBAF160B23397CD7ED8CA2DF(L_10, NULL); NegotiationData_set_ConnectionToken_m193D43A03F7378206B461AB09371E248C5E9EAFF_inline(__this, L_11, NULL); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_12 = V_1; String_t* L_13; L_13 = NegotiationData_GetString_mD19DF60CAB2E23C938EE11568FF8578A68D15F88(L_12, _stringLiteral5B65E579EF6C410FFA14599F439A8697CF8BBCFA, NULL); NegotiationData_set_ConnectionId_m0245B08DCB119C16EC87177604E2A00DA53C3A76_inline(__this, L_13, NULL); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_14 = V_1; NullCheck(L_14); bool L_15; L_15 = Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC(L_14, _stringLiteralA9F5EEE18DC5235BE3B6EDC8A493409986EA51C1, Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC_RuntimeMethod_var); if (!L_15) { goto IL_0094_1; } } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_16 = V_1; double L_17; L_17 = NegotiationData_GetDouble_mD853C041D7888F94E28E589129B3DF496E5AD72D(L_16, _stringLiteralA9F5EEE18DC5235BE3B6EDC8A493409986EA51C1, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18; L_18 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F(L_17, NULL); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_19; memset((&L_19), 0, sizeof(L_19)); Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC((&L_19), L_18, Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var); NegotiationData_set_KeepAliveTimeout_mF313DCD7A65E787EEE80C3B04C839CBFAC29DEEC_inline(__this, L_19, NULL); } IL_0094_1: { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_20 = V_1; double L_21; L_21 = NegotiationData_GetDouble_mD853C041D7888F94E28E589129B3DF496E5AD72D(L_20, _stringLiteral5C39E1930ED6CEFAC14EB95AEDF2B290664DC36A, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_22; L_22 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F(L_21, NULL); NegotiationData_set_DisconnectTimeout_m9BCECD4FC48A98BE709A107C8432EBBD6D9292B7_inline(__this, L_22, NULL); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_23 = V_1; NullCheck(L_23); bool L_24; L_24 = Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC(L_23, _stringLiteral60705F376C909187E6CC8857D9F34A43AB08701F, Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC_RuntimeMethod_var); if (!L_24) { goto IL_00cf_1; } } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_25 = V_1; double L_26; L_26 = NegotiationData_GetDouble_mD853C041D7888F94E28E589129B3DF496E5AD72D(L_25, _stringLiteral60705F376C909187E6CC8857D9F34A43AB08701F, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_27; L_27 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F(L_26, NULL); NegotiationData_set_ConnectionTimeout_m3749B69C8CA97B23162682531FF6632902B578FF_inline(__this, L_27, NULL); goto IL_00e3_1; } IL_00cf_1: { il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_28; L_28 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F((120.0), NULL); NegotiationData_set_ConnectionTimeout_m3749B69C8CA97B23162682531FF6632902B578FF_inline(__this, L_28, NULL); } IL_00e3_1: { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_29 = V_1; RuntimeObject* L_30; L_30 = NegotiationData_Get_mF02BD988B610C5231A4B8479F0A9699F0081568E(L_29, _stringLiteral2258EB5F9258653748577B964DC8266D5A63ACDC, NULL); NegotiationData_set_TryWebSockets_m9D5AF7AD5F521A27F4FDC453860C5C61A9A51B81_inline(__this, ((*(bool*)((bool*)(bool*)UnBox(L_30, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_31 = V_1; String_t* L_32; L_32 = NegotiationData_GetString_mD19DF60CAB2E23C938EE11568FF8578A68D15F88(L_31, _stringLiteral99CF73467F0FD3FF356C644063E74A9D76A30EDD, NULL); NegotiationData_set_ProtocolVersion_m842555A75C5BFFAA97193D175BECCB00EE3DA6AF_inline(__this, L_32, NULL); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_33 = V_1; double L_34; L_34 = NegotiationData_GetDouble_mD853C041D7888F94E28E589129B3DF496E5AD72D(L_33, _stringLiteralA5B3EC78F1188BB18FD6C83A74A6840DFE6F3AF7, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_35; L_35 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F(L_34, NULL); NegotiationData_set_TransportConnectTimeout_m5E6A725BBDD866E12317F2CA87624DFEBD98A043_inline(__this, L_35, NULL); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_36 = V_1; NullCheck(L_36); bool L_37; L_37 = Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC(L_36, _stringLiteral41728828FC1C790016A8B9B38739E29574C417B8, Dictionary_2_ContainsKey_m1A594D39FA446EBD9EA6FFBA95D3AB82D16565CC_RuntimeMethod_var); if (!L_37) { goto IL_0143_1; } } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_38 = V_1; double L_39; L_39 = NegotiationData_GetDouble_mD853C041D7888F94E28E589129B3DF496E5AD72D(L_38, _stringLiteral41728828FC1C790016A8B9B38739E29574C417B8, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_40; L_40 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F(L_39, NULL); NegotiationData_set_LongPollDelay_mBC43FF7A0E32FC1B9ECB18060ABFA055FEB310FA_inline(__this, L_40, NULL); } IL_0143_1: { goto IL_015f; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0145; } throw e; } CATCH_0145: { Exception_t* L_41 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_2 = L_41; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_42; L_42 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_43 = V_2; NullCheck(L_42); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_42, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0E616BCCB0462632A2052D787BE5257255025F4D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9)), L_43); V_3 = (NegotiationData_t7D015037808F8339A800E24386B9761B55059859*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0161; } IL_015f: { return __this; } IL_0161: { NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_44 = V_3; return L_44; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NegotiationData_Get_mF02BD988B610C5231A4B8479F0A9699F0081568E (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___0_from, String_t* ___1_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mC14A0401676B34A68B06FC858BA801E7DF99B7D8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = ___0_from; String_t* L_1 = ___1_key; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_mC14A0401676B34A68B06FC858BA801E7DF99B7D8(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mC14A0401676B34A68B06FC858BA801E7DF99B7D8_RuntimeMethod_var); if (L_2) { goto IL_001c; } } { String_t* L_3 = ___1_key; String_t* L_4; L_4 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9EDCB18C094B7E75CE8422EA67E8FDE40063293E)), L_3, NULL); Exception_t* L_5 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_5, L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NegotiationData_Get_mF02BD988B610C5231A4B8479F0A9699F0081568E_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_6 = V_0; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegotiationData_GetString_mD19DF60CAB2E23C938EE11568FF8578A68D15F88 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___0_from, String_t* ___1_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = ___0_from; String_t* L_1 = ___1_key; RuntimeObject* L_2; L_2 = NegotiationData_Get_mF02BD988B610C5231A4B8479F0A9699F0081568E(L_0, L_1, NULL); return ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* NegotiationData_GetStringList_mE31142FAED65A597515146139F3449042DDD1D9F (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___0_from, String_t* ___1_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* V_0 = NULL; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = ___0_from; String_t* L_1 = ___1_key; RuntimeObject* L_2; L_2 = NegotiationData_Get_mF02BD988B610C5231A4B8479F0A9699F0081568E(L_0, L_1, NULL); V_0 = ((List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)IsInstClass((RuntimeObject*)L_2, List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var)); List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_inline(L_3, List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_RuntimeMethod_var); List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_5 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF(L_5, L_4, List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF_RuntimeMethod_var); V_1 = L_5; V_2 = 0; goto IL_0038; } IL_001d: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_6 = V_0; int32_t L_7 = V_2; NullCheck(L_6); RuntimeObject* L_8; L_8 = List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38(L_6, L_7, List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_RuntimeMethod_var); V_3 = ((String_t*)IsInstSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)); String_t* L_9 = V_3; if (!L_9) { goto IL_0034; } } { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_10 = V_1; String_t* L_11 = V_3; NullCheck(L_10); List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_10, L_11, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var); } IL_0034: { int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_0038: { int32_t L_13 = V_2; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_inline(L_14, List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_001d; } } { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_16 = V_1; return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegotiationData_GetInt_m87F87452A775B4AD1485BE4A915D5A5E56AEE823 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___0_from, String_t* ___1_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = ___0_from; String_t* L_1 = ___1_key; RuntimeObject* L_2; L_2 = NegotiationData_Get_mF02BD988B610C5231A4B8479F0A9699F0081568E(L_0, L_1, NULL); return il2cpp_codegen_cast_double_to_int(((*(double*)((double*)(double*)UnBox(L_2, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NegotiationData_GetDouble_mD853C041D7888F94E28E589129B3DF496E5AD72D (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___0_from, String_t* ___1_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = ___0_from; String_t* L_1 = ___1_key; RuntimeObject* L_2; L_2 = NegotiationData_Get_mF02BD988B610C5231A4B8479F0A9699F0081568E(L_0, L_1, NULL); return ((*(double*)((double*)(double*)UnBox(L_2, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PollingTransport_get_SupportsKeepAlive_mC13B8025F5A997E9FE2711641780017DC874C3D8 (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PollingTransport_get_Type_mC9D1F0D9F3D500E9DE7CD9DD7EA2A1DA86435D1C (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, const RuntimeMethod* method) { { return (int32_t)(2); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport__ctor_mA0A8ABEE4E5D7F89FE909A12917C1ACA768DFC55 (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B707BAA338D53BDBAB48C4466951E816A70C4DD); s_Il2CppMethodInitialized = true; } { Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_0 = ___0_connection; PostSendTransportBase__ctor_mE307D42BEC4764261E9898DE1C52BC4756B15FC4(__this, _stringLiteral4B707BAA338D53BDBAB48C4466951E816A70C4DD, L_0, NULL); il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue; __this->___LastPoll = L_1; Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_2 = ___0_connection; NullCheck(L_2); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_3; L_3 = Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline(L_2, NULL); NullCheck(L_3); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4; L_4 = NegotiationData_get_ConnectionTimeout_mC775D2DB2D0F8FDFF422C08F9B15C0D2885B8EF8_inline(L_3, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_5; L_5 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F((10.0), NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6; L_6 = TimeSpan_op_Addition_mD8B0E0E30595D82C7336CCCA411FE384441DE1A6(L_4, L_5, NULL); __this->___PollTimeout = L_6; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport_Connect_mC81450C78003E3F5FDF7E41DAD597CFF14532413 (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PollingTransport_OnConnectRequestFinished_mBEACB4D3F51925136ADBDD88940CC53B5D7F37DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBEF06308E074267F4F37217A2069B9B5B0E0E49); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* V_1 = NULL; int32_t G_B5_0 = 0; { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_1; L_1 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_0, L_2, _stringLiteralBBEF06308E074267F4F37217A2069B9B5B0E0E49); int32_t L_3; L_3 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_002f; } } { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 1, NULL); } IL_002f: { int32_t L_4; L_4 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_003b; } } { G_B5_0 = 1; goto IL_003c; } IL_003b: { G_B5_0 = 5; } IL_003c: { V_0 = G_B5_0; RuntimeObject* L_5; L_5 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); int32_t L_6 = V_0; NullCheck(L_5); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7; L_7 = InterfaceFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* >::Invoke(10, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_5, L_6, __this); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_8 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_8, __this, (intptr_t)((void*)PollingTransport_OnConnectRequestFinished_mBEACB4D3F51925136ADBDD88940CC53B5D7F37DD_RuntimeMethod_var), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9 = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)il2cpp_codegen_object_new(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); HTTPRequest__ctor_m5AA6744370787997E8F2EA020BB79CE2083E6CD0(L_9, L_7, 0, (bool)1, (bool)1, L_8, NULL); V_1 = L_9; RuntimeObject* L_10; L_10 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_10); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_13; L_13 = InterfaceFuncInvoker2< HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t >::Invoke(11, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_10, L_11, L_12); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_14 = V_1; NullCheck(L_14); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_15; L_15 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_14, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport_Stop_mD1AE4F1B966D1D989FAE7A647C53A73BF0533675 (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* L_0; L_0 = HTTPManager_get_Heartbeats_mB06494ABA048C6A5B0DEFB58CA127B58B16E4879(NULL); NullCheck(L_0); HeartbeatManager_Unsubscribe_m5C86433F1B3AC8902C7EFD0A2D91A49790A7B43B(L_0, __this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_1 = __this->___pollRequest; if (!L_1) { goto IL_0025; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_2 = __this->___pollRequest; NullCheck(L_2); HTTPRequest_Abort_m0A2B78A699A3656F8F957A102D36503D6E33FE6B(L_2, NULL); __this->___pollRequest = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___pollRequest), (void*)(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL); } IL_0025: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport_Started_mFCA0D58BF261AA3F0C440B5B64659B56D0FD2B22 (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0; L_0 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___LastPoll = L_0; il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* L_1; L_1 = HTTPManager_get_Heartbeats_mB06494ABA048C6A5B0DEFB58CA127B58B16E4879(NULL); NullCheck(L_1); HeartbeatManager_Subscribe_m0D38271ED9769AE81CD7CBEA9B356DD798D59FF5(L_1, __this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport_Aborted_m42B3640F56814E2D04D65B97258E4316B6CCC56E (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* L_0; L_0 = HTTPManager_get_Heartbeats_mB06494ABA048C6A5B0DEFB58CA127B58B16E4879(NULL); NullCheck(L_0); HeartbeatManager_Unsubscribe_m5C86433F1B3AC8902C7EFD0A2D91A49790A7B43B(L_0, __this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport_OnConnectRequestFinished_mBEACB4D3F51925136ADBDD88940CC53B5D7F37DD (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_resp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E90905A32221D820DF77DDED42774E08DEF1DA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ED87F592754236EB2715EF87AF5A22D253CCB16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E032C28C91BA98A21076F708066BED6FC59B72B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96524BED26C8B91404BA092F1499043757E769C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDEE79F7B9F11E5EE8458D32894F3C4F38E67513); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3FC5E642840165BB2DF15BB59692C7E140C82AF); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* V_3 = NULL; Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 V_4; memset((&V_4), 0, sizeof(V_4)); String_t* G_B10_0 = NULL; String_t* G_B9_0 = NULL; String_t* G_B11_0 = NULL; String_t* G_B11_1 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_0 = L_0; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_1 = ___0_req; NullCheck(L_1); int32_t L_2; L_2 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_1, NULL); V_1 = L_2; int32_t L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 3))) { case 0: { goto IL_002e; } case 1: { goto IL_00ee; } case 2: { goto IL_012a; } case 3: { goto IL_0132; } case 4: { goto IL_013a; } } } { goto IL_0140; } IL_002e: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_4 = ___1_resp; NullCheck(L_4); bool L_5; L_5 = HTTPResponse_get_IsSuccess_m7E7F314E869ECD4B73710604B01C1A57FDF603F3(L_4, NULL); if (!L_5) { goto IL_00ca; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_7; L_7 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_8; L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_7, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_9 = ___1_resp; NullCheck(L_9); String_t* L_10; L_10 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_9, NULL); String_t* L_11; L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral96524BED26C8B91404BA092F1499043757E769C6, L_10, NULL); NullCheck(L_6); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_6, L_8, L_11); TransportBase_OnConnected_m3902E8553071F51C5D67C962EDDA9109A4AC6E8B(__this, NULL); RuntimeObject* L_12; L_12 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_12); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_12); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_14 = ___1_resp; NullCheck(L_14); String_t* L_15; L_15 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_14, NULL); RuntimeObject* L_16; L_16 = TransportBase_Parse_m65191B616E0EDD9F9B9B6C969AC29DE916FF45E5(L_13, L_15, NULL); V_2 = L_16; RuntimeObject* L_17 = V_2; if (!L_17) { goto IL_0140; } } { RuntimeObject* L_18; L_18 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); RuntimeObject* L_19 = V_2; NullCheck(L_18); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_18, L_19); RuntimeObject* L_20 = V_2; V_3 = ((MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3*)IsInstSealed((RuntimeObject*)L_20, MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var)); MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_21 = V_3; if (!L_21) { goto IL_0140; } } { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_22 = V_3; NullCheck(L_22); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_23; L_23 = MultiMessage_get_PollDelay_mBF2853C67EAEFBABE42F0CDF2ACDF03E7BCAF50C_inline(L_22, NULL); V_4 = L_23; bool L_24; L_24 = Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_inline((&V_4), Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var); if (!L_24) { goto IL_0140; } } { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_25 = V_3; NullCheck(L_25); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_26; L_26 = MultiMessage_get_PollDelay_mBF2853C67EAEFBABE42F0CDF2ACDF03E7BCAF50C_inline(L_25, NULL); V_4 = L_26; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_27; L_27 = Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3((&V_4), Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3_RuntimeMethod_var); __this->___PollDelay = L_27; goto IL_0140; } IL_00ca: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_28 = ___1_resp; NullCheck(L_28); int32_t L_29; L_29 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_28, NULL); int32_t L_30 = L_29; RuntimeObject* L_31 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_30); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_32 = ___1_resp; NullCheck(L_32); String_t* L_33; L_33 = HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline(L_32, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_34 = ___1_resp; NullCheck(L_34); String_t* L_35; L_35 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_34, NULL); String_t* L_36; L_36 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral6ED87F592754236EB2715EF87AF5A22D253CCB16, L_31, L_33, L_35, NULL); V_0 = L_36; goto IL_0140; } IL_00ee: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_37 = ___0_req; NullCheck(L_37); Exception_t* L_38; L_38 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_37, NULL); if (L_38) { G_B10_0 = _stringLiteral8E032C28C91BA98A21076F708066BED6FC59B72B; goto IL_0102; } G_B9_0 = _stringLiteral8E032C28C91BA98A21076F708066BED6FC59B72B; } { G_B11_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B11_1 = G_B9_0; goto IL_0122; } IL_0102: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_39 = ___0_req; NullCheck(L_39); Exception_t* L_40; L_40 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_39, NULL); NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_40); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_42 = ___0_req; NullCheck(L_42); Exception_t* L_43; L_43 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_42, NULL); NullCheck(L_43); String_t* L_44; L_44 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_43); String_t* L_45; L_45 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_41, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_44, NULL); G_B11_0 = L_45; G_B11_1 = G_B10_0; } IL_0122: { String_t* L_46; L_46 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B11_1, G_B11_0, NULL); V_0 = L_46; goto IL_0140; } IL_012a: { V_0 = _stringLiteralC3FC5E642840165BB2DF15BB59692C7E140C82AF; goto IL_0140; } IL_0132: { V_0 = _stringLiteralBDEE79F7B9F11E5EE8458D32894F3C4F38E67513; goto IL_0140; } IL_013a: { V_0 = _stringLiteral4E90905A32221D820DF77DDED42774E08DEF1DA1; } IL_0140: { String_t* L_47 = V_0; bool L_48; L_48 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_47, NULL); if (L_48) { goto IL_0154; } } { RuntimeObject* L_49; L_49 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); String_t* L_50 = V_0; NullCheck(L_49); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_49, L_50); } IL_0154: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport_OnPollRequestFinished_mA4714479061215D1098BE49744F308447DA0DA98 (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_resp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C43BBC730D6554284492E177CC73792E5456CE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4812C522A64DD418F200FF20FBC3BA22B30509CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C36D862E75198A8B6B51C2ABF8D0D28DDD83084); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral707021CF2C305E593037CE2A4359A12FDEFC9234); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral881B6DAC0DD3784AA04C0935ED4E866A321B2775); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98AAA933A28DAE37D9076745940F6F36A2F9CB11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* V_3 = NULL; Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 V_4; memset((&V_4), 0, sizeof(V_4)); String_t* G_B13_0 = NULL; String_t* G_B12_0 = NULL; String_t* G_B14_0 = NULL; String_t* G_B14_1 = NULL; { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_req; NullCheck(L_0); int32_t L_1; L_1 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_0, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_0029; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_3; L_3 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_4; L_4 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_3, NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_2, L_4, _stringLiteral6C36D862E75198A8B6B51C2ABF8D0D28DDD83084); return; } IL_0029: { __this->___pollRequest = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___pollRequest), (void*)(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_0 = L_5; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_6 = ___0_req; NullCheck(L_6); int32_t L_7; L_7 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_6, NULL); V_1 = L_7; int32_t L_8 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, 3))) { case 0: { goto IL_005e; } case 1: { goto IL_011d; } case 2: { goto IL_0167; } case 3: { goto IL_0159; } case 4: { goto IL_0161; } } } { goto IL_0167; } IL_005e: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_9 = ___1_resp; NullCheck(L_9); bool L_10; L_10 = HTTPResponse_get_IsSuccess_m7E7F314E869ECD4B73710604B01C1A57FDF603F3(L_9, NULL); if (!L_10) { goto IL_00f9; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_12; L_12 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_13; L_13 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_12, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_14 = ___1_resp; NullCheck(L_14); String_t* L_15; L_15 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_14, NULL); String_t* L_16; L_16 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral1C43BBC730D6554284492E177CC73792E5456CE7, L_15, NULL); NullCheck(L_11); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_11, L_13, L_16); RuntimeObject* L_17; L_17 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_17); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_19 = ___1_resp; NullCheck(L_19); String_t* L_20; L_20 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_19, NULL); RuntimeObject* L_21; L_21 = TransportBase_Parse_m65191B616E0EDD9F9B9B6C969AC29DE916FF45E5(L_18, L_20, NULL); V_2 = L_21; RuntimeObject* L_22 = V_2; if (!L_22) { goto IL_0167; } } { RuntimeObject* L_23; L_23 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); RuntimeObject* L_24 = V_2; NullCheck(L_23); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_23, L_24); RuntimeObject* L_25 = V_2; V_3 = ((MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3*)IsInstSealed((RuntimeObject*)L_25, MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var)); MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_26 = V_3; if (!L_26) { goto IL_00ec; } } { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_27 = V_3; NullCheck(L_27); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_28; L_28 = MultiMessage_get_PollDelay_mBF2853C67EAEFBABE42F0CDF2ACDF03E7BCAF50C_inline(L_27, NULL); V_4 = L_28; bool L_29; L_29 = Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_inline((&V_4), Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var); if (!L_29) { goto IL_00ec; } } { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_30 = V_3; NullCheck(L_30); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_31; L_31 = MultiMessage_get_PollDelay_mBF2853C67EAEFBABE42F0CDF2ACDF03E7BCAF50C_inline(L_30, NULL); V_4 = L_31; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_32; L_32 = Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3((&V_4), Nullable_1_get_Value_mC7511CCEBD1BB6FEEA7903DBB81ED7290D00DDD3_RuntimeMethod_var); __this->___PollDelay = L_32; } IL_00ec: { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_33; L_33 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___LastPoll = L_33; goto IL_0167; } IL_00f9: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_34 = ___1_resp; NullCheck(L_34); int32_t L_35; L_35 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_34, NULL); int32_t L_36 = L_35; RuntimeObject* L_37 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_36); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_38 = ___1_resp; NullCheck(L_38); String_t* L_39; L_39 = HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline(L_38, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_40 = ___1_resp; NullCheck(L_40); String_t* L_41; L_41 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_40, NULL); String_t* L_42; L_42 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral707021CF2C305E593037CE2A4359A12FDEFC9234, L_37, L_39, L_41, NULL); V_0 = L_42; goto IL_0167; } IL_011d: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_43 = ___0_req; NullCheck(L_43); Exception_t* L_44; L_44 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_43, NULL); if (L_44) { G_B13_0 = _stringLiteral881B6DAC0DD3784AA04C0935ED4E866A321B2775; goto IL_0131; } G_B12_0 = _stringLiteral881B6DAC0DD3784AA04C0935ED4E866A321B2775; } { G_B14_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B14_1 = G_B12_0; goto IL_0151; } IL_0131: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_45 = ___0_req; NullCheck(L_45); Exception_t* L_46; L_46 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_45, NULL); NullCheck(L_46); String_t* L_47; L_47 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_46); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_48 = ___0_req; NullCheck(L_48); Exception_t* L_49; L_49 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_48, NULL); NullCheck(L_49); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_49); String_t* L_51; L_51 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_47, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_50, NULL); G_B14_0 = L_51; G_B14_1 = G_B13_0; } IL_0151: { String_t* L_52; L_52 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B14_1, G_B14_0, NULL); V_0 = L_52; goto IL_0167; } IL_0159: { V_0 = _stringLiteral98AAA933A28DAE37D9076745940F6F36A2F9CB11; goto IL_0167; } IL_0161: { V_0 = _stringLiteral4812C522A64DD418F200FF20FBC3BA22B30509CE; } IL_0167: { String_t* L_53 = V_0; bool L_54; L_54 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_53, NULL); if (L_54) { goto IL_017b; } } { RuntimeObject* L_55; L_55 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); String_t* L_56 = V_0; NullCheck(L_55); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_55, L_56); } IL_017b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport_Poll_m8237E727D4FDD99322C26E982A00BF20143DE433 (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PollingTransport_OnPollRequestFinished_mA4714479061215D1098BE49744F308447DA0DA98_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_0); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1; L_1 = InterfaceFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* >::Invoke(10, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_0, 3, __this); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_2 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_2, __this, (intptr_t)((void*)PollingTransport_OnPollRequestFinished_mA4714479061215D1098BE49744F308447DA0DA98_RuntimeMethod_var), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_3 = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)il2cpp_codegen_object_new(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); HTTPRequest__ctor_m5AA6744370787997E8F2EA020BB79CE2083E6CD0(L_3, L_1, 0, (bool)1, (bool)1, L_2, NULL); __this->___pollRequest = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___pollRequest), (void*)L_3); RuntimeObject* L_4; L_4 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_5 = __this->___pollRequest; NullCheck(L_4); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_6; L_6 = InterfaceFuncInvoker2< HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t >::Invoke(11, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_4, L_5, 3); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7 = __this->___pollRequest; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8 = __this->___PollTimeout; NullCheck(L_7); HTTPRequest_set_Timeout_m2C40ADD06F4DFD11171CA176749AA9F344DC0621_inline(L_7, L_8, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9 = __this->___pollRequest; NullCheck(L_9); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_10; L_10 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_9, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport_BestHTTP_Extensions_IHeartbeat_OnHeartbeatUpdate_m5C92A1D6F6694764B8567703A4FD46FBBF3C9BBE (PollingTransport_t976B98000F429F8303A08DCB0C7BA5D10BBE4A18* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_dif, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0049; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_1 = __this->___pollRequest; if (L_1) { goto IL_0049; } } { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2; L_2 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = __this->___LastPoll; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4 = __this->___PollDelay; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5; L_5 = DateTime_op_Addition_m652BE1306897DBE4CDF3ADA99FFFE2E70BFE3865(L_3, L_4, NULL); RuntimeObject* L_6; L_6 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_6); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_7; L_7 = InterfaceFuncInvoker0< NegotiationData_t7D015037808F8339A800E24386B9761B55059859* >::Invoke(1, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_6); NullCheck(L_7); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8; L_8 = NegotiationData_get_LongPollDelay_mEF9213A450F736CE1EA8CA14138EAC3C9740896F_inline(L_7, NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9; L_9 = DateTime_op_Addition_m652BE1306897DBE4CDF3ADA99FFFE2E70BFE3865(L_5, L_8, NULL); bool L_10; L_10 = DateTime_op_GreaterThanOrEqual_m3B83DFFCC29B04E344ECBD436FA71606FDE710BD(L_2, L_9, NULL); if (!L_10) { goto IL_0049; } } { PollingTransport_Poll_m8237E727D4FDD99322C26E982A00BF20143DE433(__this, NULL); } IL_0049: { 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 IL2CPP_METHOD_ATTR void PostSendTransportBase__ctor_mE307D42BEC4764261E9898DE1C52BC4756B15FC4 (PostSendTransportBase_tC26ABA779DA12130FF6BBC31899D323AF4BA07C8* __this, String_t* ___0_name, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___1_con, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB66A6A90793FA23F14BF0975B2C07367940AE050_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8* L_0 = (List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8*)il2cpp_codegen_object_new(List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8_il2cpp_TypeInfo_var); List_1__ctor_mB66A6A90793FA23F14BF0975B2C07367940AE050(L_0, List_1__ctor_mB66A6A90793FA23F14BF0975B2C07367940AE050_RuntimeMethod_var); __this->___sendRequestQueue = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___sendRequestQueue), (void*)L_0); String_t* L_1 = ___0_name; Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_2 = ___1_con; TransportBase__ctor_m08878FBE373F88FA0F1503AB99FE412A77899FB1(__this, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostSendTransportBase_SendImpl_mA8B18DC8FD3D9164E95E77B908D1AD2A7CE6891C (PostSendTransportBase_tC26ABA779DA12130FF6BBC31899D323AF4BA07C8* __this, String_t* ___0_json, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m51CFE0C3B787AD14D794FC2A395AB3FBD18E0075_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostSendTransportBase_OnSendRequestFinished_m093C1788F5AD8E3A1D83311F7107AC981B1EB0DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469); s_Il2CppMethodInitialized = true; } HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* V_0 = NULL; { RuntimeObject* L_0; L_0 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_0); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1; L_1 = InterfaceFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* >::Invoke(10, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_0, 4, __this); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_2 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_2, __this, (intptr_t)((void*)PostSendTransportBase_OnSendRequestFinished_m093C1788F5AD8E3A1D83311F7107AC981B1EB0DD_RuntimeMethod_var), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_3 = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)il2cpp_codegen_object_new(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); HTTPRequest__ctor_m5AA6744370787997E8F2EA020BB79CE2083E6CD0(L_3, L_1, 2, (bool)1, (bool)1, L_2, NULL); V_0 = L_3; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_4 = V_0; NullCheck(L_4); HTTPRequest_set_FormUsage_mBDD1DBBD8F540A7127FE43BA4D1B0037A0ECC73E_inline(L_4, 1, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_5 = V_0; String_t* L_6 = ___0_json; NullCheck(L_5); HTTPRequest_AddField_m675B6AC509FF4B7B3117ACD8E96E80D4552ABDAF(L_5, _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469, L_6, NULL); RuntimeObject* L_7; L_7 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_8 = V_0; NullCheck(L_7); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9; L_9 = InterfaceFuncInvoker2< HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t >::Invoke(11, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_7, L_8, 4); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_10 = V_0; NullCheck(L_10); HTTPRequest_set_Priority_m656224EC56FF4B6E1FD2370F9D92721B6CC5057D_inline(L_10, (-1), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_11 = V_0; NullCheck(L_11); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_12; L_12 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_11, NULL); List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8* L_13 = __this->___sendRequestQueue; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_14 = V_0; NullCheck(L_13); List_1_Add_m51CFE0C3B787AD14D794FC2A395AB3FBD18E0075_inline(L_13, L_14, List_1_Add_m51CFE0C3B787AD14D794FC2A395AB3FBD18E0075_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostSendTransportBase_OnSendRequestFinished_m093C1788F5AD8E3A1D83311F7107AC981B1EB0DD (PostSendTransportBase_tC26ABA779DA12130FF6BBC31899D323AF4BA07C8* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_resp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m926D5669179A99FE5EA4AECEFE2C38893739F601_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234F44FED3A099CBAA179ED1947F5A4F20E9F0D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4423BC60525F1ABE8E8DC5BD289F50278EAB2C7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56102BC5B6EBFF5E930EEA2D56ABB1185594B135); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CB274AEE14364B446D15E41933B56960ECE84E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA824C3F1CE5005C77AFD4BDCEFF867DD3012DBF8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB5268260420F4410E6918BF412D7780830F112C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; String_t* G_B9_0 = NULL; String_t* G_B8_0 = NULL; String_t* G_B10_0 = NULL; String_t* G_B10_1 = NULL; { List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8* L_0 = __this->___sendRequestQueue; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_1 = ___0_req; NullCheck(L_0); bool L_2; L_2 = List_1_Remove_m926D5669179A99FE5EA4AECEFE2C38893739F601(L_0, L_1, List_1_Remove_m926D5669179A99FE5EA4AECEFE2C38893739F601_RuntimeMethod_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_0 = L_3; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_4 = ___0_req; NullCheck(L_4); int32_t L_5; L_5 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, 3))) { case 0: { goto IL_003b; } case 1: { goto IL_00cc; } case 2: { goto IL_0108; } case 3: { goto IL_0110; } case 4: { goto IL_0118; } } } { goto IL_011e; } IL_003b: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_7 = ___1_resp; NullCheck(L_7); bool L_8; L_8 = HTTPResponse_get_IsSuccess_m7E7F314E869ECD4B73710604B01C1A57FDF603F3(L_7, NULL); if (!L_8) { goto IL_00a8; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_10; L_10 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_11; L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_10, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_12 = ___1_resp; NullCheck(L_12); String_t* L_13; L_13 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_12, NULL); String_t* L_14; L_14 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral4423BC60525F1ABE8E8DC5BD289F50278EAB2C7C, L_13, NULL); NullCheck(L_9); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_9, L_11, L_14); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_15 = ___1_resp; NullCheck(L_15); String_t* L_16; L_16 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_15, NULL); bool L_17; L_17 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_16, NULL); if (L_17) { goto IL_011e; } } { RuntimeObject* L_18; L_18 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_18); RuntimeObject* L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_18); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_20 = ___1_resp; NullCheck(L_20); String_t* L_21; L_21 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_20, NULL); RuntimeObject* L_22; L_22 = TransportBase_Parse_m65191B616E0EDD9F9B9B6C969AC29DE916FF45E5(L_19, L_21, NULL); V_2 = L_22; RuntimeObject* L_23 = V_2; if (!L_23) { goto IL_011e; } } { RuntimeObject* L_24; L_24 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); RuntimeObject* L_25 = V_2; NullCheck(L_24); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_24, L_25); goto IL_011e; } IL_00a8: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_26 = ___1_resp; NullCheck(L_26); int32_t L_27; L_27 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_26, NULL); int32_t L_28 = L_27; RuntimeObject* L_29 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_28); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_30 = ___1_resp; NullCheck(L_30); String_t* L_31; L_31 = HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline(L_30, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_32 = ___1_resp; NullCheck(L_32); String_t* L_33; L_33 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_32, NULL); String_t* L_34; L_34 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral6CB274AEE14364B446D15E41933B56960ECE84E0, L_29, L_31, L_33, NULL); V_0 = L_34; goto IL_011e; } IL_00cc: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_35 = ___0_req; NullCheck(L_35); Exception_t* L_36; L_36 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_35, NULL); if (L_36) { G_B9_0 = _stringLiteral56102BC5B6EBFF5E930EEA2D56ABB1185594B135; goto IL_00e0; } G_B8_0 = _stringLiteral56102BC5B6EBFF5E930EEA2D56ABB1185594B135; } { G_B10_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B10_1 = G_B8_0; goto IL_0100; } IL_00e0: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_37 = ___0_req; NullCheck(L_37); Exception_t* L_38; L_38 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_37, NULL); NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_38); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_40 = ___0_req; NullCheck(L_40); Exception_t* L_41; L_41 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_40, NULL); NullCheck(L_41); String_t* L_42; L_42 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_41); String_t* L_43; L_43 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_39, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_42, NULL); G_B10_0 = L_43; G_B10_1 = G_B9_0; } IL_0100: { String_t* L_44; L_44 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B10_1, G_B10_0, NULL); V_0 = L_44; goto IL_011e; } IL_0108: { V_0 = _stringLiteralBB5268260420F4410E6918BF412D7780830F112C; goto IL_011e; } IL_0110: { V_0 = _stringLiteral234F44FED3A099CBAA179ED1947F5A4F20E9F0D1; goto IL_011e; } IL_0118: { V_0 = _stringLiteralA824C3F1CE5005C77AFD4BDCEFF867DD3012DBF8; } IL_011e: { String_t* L_45 = V_0; bool L_46; L_46 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_45, NULL); if (L_46) { goto IL_0132; } } { RuntimeObject* L_47; L_47 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); String_t* L_48 = V_0; NullCheck(L_47); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_47, L_48); } IL_0132: { 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 IL2CPP_METHOD_ATTR bool ServerSentEventsTransport_get_SupportsKeepAlive_m08D375D6598A36C5253CCC16563D953DF397FADA (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServerSentEventsTransport_get_Type_m7D6A99A3A3C717C0DA7788FB7DE169F32677422D (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, const RuntimeMethod* method) { { return (int32_t)(1); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport__ctor_m8E86959D52FC2CBFC5ACE4A8FEEA84E1D00BB7DF (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_con, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F3B1EC3278F236FE2EAE3C1F912C736BD7233C4); s_Il2CppMethodInitialized = true; } { Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_0 = ___0_con; PostSendTransportBase__ctor_mE307D42BEC4764261E9898DE1C52BC4756B15FC4(__this, _stringLiteral8F3B1EC3278F236FE2EAE3C1F912C736BD7233C4, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Connect_m8C08E1CFC90FF3AD55ADD7C69F700FE7C28D931D (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceClosed_mC92E8094708EBE502CF516799AE67C08CBFBAA6D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceError_m332A72357EFF617CDDBA8DD1180D12CD32B2081D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceMessage_m50D5AF9DCA2E163536C9AFFC8F962E8235FE3176_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceOpen_m8CBE3606AC100ABB35067C4FAE99A9F75C6047A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CConnectU3Eb__6_0_mBC4CC8B8AF52B4E3DF4EA0BEC1F86DB435AA08C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E1BB40D3151F7D284144C16BA0C1E7558A35EC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EB0E5D5DCB6F5A4C2E01CC41E2EEC8C95A4E55F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_1 = NULL; int32_t G_B7_0 = 0; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* G_B9_0 = NULL; EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* G_B9_1 = NULL; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* G_B8_0 = NULL; EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* G_B8_1 = NULL; { EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_0 = __this->___EventSource; if (!L_0) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_1); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_1, _stringLiteral8EB0E5D5DCB6F5A4C2E01CC41E2EEC8C95A4E55F, _stringLiteral0E1BB40D3151F7D284144C16BA0C1E7558A35EC1); return; } IL_001d: { int32_t L_2; L_2 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_002d; } } { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 1, NULL); } IL_002d: { int32_t L_3; L_3 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0039; } } { G_B7_0 = 1; goto IL_003a; } IL_0039: { G_B7_0 = 5; } IL_003a: { V_0 = G_B7_0; RuntimeObject* L_4; L_4 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); int32_t L_5 = V_0; NullCheck(L_4); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6; L_6 = InterfaceFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* >::Invoke(10, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_4, L_5, __this); V_1 = L_6; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7 = V_1; EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_8 = (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*)il2cpp_codegen_object_new(EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020_il2cpp_TypeInfo_var); EventSource__ctor_m0B2313DDE91AACB921D70E007BB89FEDDECED441(L_8, L_7, NULL); __this->___EventSource = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___EventSource), (void*)L_8); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_9 = __this->___EventSource; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_10 = (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)il2cpp_codegen_object_new(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); OnGeneralEventDelegate__ctor_m691CB5FB34E3376FF31ED21BA02C483BE68ACCE0(L_10, __this, (intptr_t)((void*)ServerSentEventsTransport_OnEventSourceOpen_m8CBE3606AC100ABB35067C4FAE99A9F75C6047A2_RuntimeMethod_var), NULL); NullCheck(L_9); EventSource_add_OnOpen_mCD179035263D4340910AAA8EA38B0F57F37E5ABD(L_9, L_10, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_11 = __this->___EventSource; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_12 = (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19*)il2cpp_codegen_object_new(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19_il2cpp_TypeInfo_var); OnMessageDelegate__ctor_mE1A17135060B9D849291C4B5F7C772649E378421(L_12, __this, (intptr_t)((void*)ServerSentEventsTransport_OnEventSourceMessage_m50D5AF9DCA2E163536C9AFFC8F962E8235FE3176_RuntimeMethod_var), NULL); NullCheck(L_11); EventSource_add_OnMessage_mB50E7FC3718CC4656EF7C59A309D804CAF6A9117(L_11, L_12, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_13 = __this->___EventSource; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_14 = (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17*)il2cpp_codegen_object_new(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17_il2cpp_TypeInfo_var); OnErrorDelegate__ctor_m466645EA9454314D76EAD0AE542908A576A66E58(L_14, __this, (intptr_t)((void*)ServerSentEventsTransport_OnEventSourceError_m332A72357EFF617CDDBA8DD1180D12CD32B2081D_RuntimeMethod_var), NULL); NullCheck(L_13); EventSource_add_OnError_mA91975A944D58737A25DC55FD108CB2E42C2A949(L_13, L_14, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_15 = __this->___EventSource; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_16 = (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)il2cpp_codegen_object_new(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); OnGeneralEventDelegate__ctor_m691CB5FB34E3376FF31ED21BA02C483BE68ACCE0(L_16, __this, (intptr_t)((void*)ServerSentEventsTransport_OnEventSourceClosed_mC92E8094708EBE502CF516799AE67C08CBFBAA6D_RuntimeMethod_var), NULL); NullCheck(L_15); EventSource_add_OnClosed_m2212046A4C585C29FBD436A3134F29AB0318EA5B(L_15, L_16, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_17 = __this->___EventSource; il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var); OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_18 = ((U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var))->___U3CU3E9__6_0; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_19 = L_18; if (L_19) { G_B9_0 = L_19; G_B9_1 = L_17; goto IL_00d6; } G_B8_0 = L_19; G_B8_1 = L_17; } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var); U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF* L_20 = ((U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var))->___U3CU3E9; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_21 = (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E*)il2cpp_codegen_object_new(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E_il2cpp_TypeInfo_var); OnRetryDelegate__ctor_m39FA3C141B166D631D9C9382A712F75C544F8AC7(L_21, L_20, (intptr_t)((void*)U3CU3Ec_U3CConnectU3Eb__6_0_mBC4CC8B8AF52B4E3DF4EA0BEC1F86DB435AA08C2_RuntimeMethod_var), NULL); OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_22 = L_21; ((U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var))->___U3CU3E9__6_0 = L_22; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var))->___U3CU3E9__6_0), (void*)L_22); G_B9_0 = L_22; G_B9_1 = G_B8_1; } IL_00d6: { NullCheck(G_B9_1); EventSource_add_OnRetry_m523AC4707EA732AF9B3DA22768ED24EE0CA494E4(G_B9_1, G_B9_0, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_23 = __this->___EventSource; NullCheck(L_23); EventSource_Open_m90C446B5D06AEBE30E5EBF3DB2AAAA64F27F5229(L_23, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Stop_m71F824DA6C498B8F788913E27371B4D8A56490F3 (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceClosed_mC92E8094708EBE502CF516799AE67C08CBFBAA6D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceError_m332A72357EFF617CDDBA8DD1180D12CD32B2081D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceMessage_m50D5AF9DCA2E163536C9AFFC8F962E8235FE3176_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceOpen_m8CBE3606AC100ABB35067C4FAE99A9F75C6047A2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_0 = __this->___EventSource; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_1 = (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)il2cpp_codegen_object_new(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); OnGeneralEventDelegate__ctor_m691CB5FB34E3376FF31ED21BA02C483BE68ACCE0(L_1, __this, (intptr_t)((void*)ServerSentEventsTransport_OnEventSourceOpen_m8CBE3606AC100ABB35067C4FAE99A9F75C6047A2_RuntimeMethod_var), NULL); NullCheck(L_0); EventSource_remove_OnOpen_m3C10B1A01960585FA27A93D9C1BF73758453A38A(L_0, L_1, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_2 = __this->___EventSource; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_3 = (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19*)il2cpp_codegen_object_new(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19_il2cpp_TypeInfo_var); OnMessageDelegate__ctor_mE1A17135060B9D849291C4B5F7C772649E378421(L_3, __this, (intptr_t)((void*)ServerSentEventsTransport_OnEventSourceMessage_m50D5AF9DCA2E163536C9AFFC8F962E8235FE3176_RuntimeMethod_var), NULL); NullCheck(L_2); EventSource_remove_OnMessage_m68161C16208C99E4A43BCE7D2FCA65F63EB10023(L_2, L_3, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_4 = __this->___EventSource; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_5 = (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17*)il2cpp_codegen_object_new(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17_il2cpp_TypeInfo_var); OnErrorDelegate__ctor_m466645EA9454314D76EAD0AE542908A576A66E58(L_5, __this, (intptr_t)((void*)ServerSentEventsTransport_OnEventSourceError_m332A72357EFF617CDDBA8DD1180D12CD32B2081D_RuntimeMethod_var), NULL); NullCheck(L_4); EventSource_remove_OnError_m474C33F17C817C8B8899B50278532A6CEC54AAEA(L_4, L_5, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_6 = __this->___EventSource; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_7 = (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)il2cpp_codegen_object_new(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); OnGeneralEventDelegate__ctor_m691CB5FB34E3376FF31ED21BA02C483BE68ACCE0(L_7, __this, (intptr_t)((void*)ServerSentEventsTransport_OnEventSourceClosed_mC92E8094708EBE502CF516799AE67C08CBFBAA6D_RuntimeMethod_var), NULL); NullCheck(L_6); EventSource_remove_OnClosed_m3629DF3D1A80B769D25230005D920C03CFFEEE90(L_6, L_7, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_8 = __this->___EventSource; NullCheck(L_8); EventSource_Close_m97D16F0603712B0BC5E69EA03D3DB9672A403780(L_8, NULL); __this->___EventSource = (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___EventSource), (void*)(EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*)NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Started_m41AE144BC3B4B782E61FB248AB0C5020837121FA (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Abort_m9DF20BECFF7F444A91158F314A8C27B526F7E1E8 (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, const RuntimeMethod* method) { { TransportBase_Abort_mCC30434290AC1B6BCCAE10BCB600F030412CC7C4(__this, NULL); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_0 = __this->___EventSource; NullCheck(L_0); EventSource_Close_m97D16F0603712B0BC5E69EA03D3DB9672A403780(L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Aborted_m11290ABA2F2D0EFFD89013412E5BB0CFE62434A0 (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)5)))) { goto IL_0010; } } { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 6, NULL); } IL_0010: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceOpen_m8CBE3606AC100ABB35067C4FAE99A9F75C6047A2 (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC66887D4ECC4EA448EBC296229BC70CC1DCB211); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_1; L_1 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_0, L_2, _stringLiteralAC66887D4ECC4EA448EBC296229BC70CC1DCB211); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceMessage_m50D5AF9DCA2E163536C9AFFC8F962E8235FE3176 (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BF0AD212FF31D14B66FB656531BB4AD38FD332); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_0 = ___1_message; NullCheck(L_0); String_t* L_1; L_1 = Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51_inline(L_0, NULL); NullCheck(L_1); bool L_2; L_2 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_1, _stringLiteralE9BF0AD212FF31D14B66FB656531BB4AD38FD332, NULL); if (!L_2) { goto IL_0019; } } { TransportBase_OnConnected_m3902E8553071F51C5D67C962EDDA9109A4AC6E8B(__this, NULL); return; } IL_0019: { RuntimeObject* L_3; L_3 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_3); Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_5 = ___1_message; NullCheck(L_5); String_t* L_6; L_6 = Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51_inline(L_5, NULL); RuntimeObject* L_7; L_7 = TransportBase_Parse_m65191B616E0EDD9F9B9B6C969AC29DE916FF45E5(L_4, L_6, NULL); V_0 = L_7; RuntimeObject* L_8 = V_0; if (!L_8) { goto IL_003f; } } { RuntimeObject* L_9; L_9 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); RuntimeObject* L_10 = V_0; NullCheck(L_9); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_9, L_10); } IL_003f: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceError_m332A72357EFF617CDDBA8DD1180D12CD32B2081D (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral612E84FBECBC675B907AD95B5F48D659BB0281F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_1; L_1 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_0, L_2, _stringLiteral612E84FBECBC675B907AD95B5F48D659BB0281F4); int32_t L_3; L_3 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_002f; } } { VirtualActionInvoker0::Invoke(6, __this); return; } IL_002f: { int32_t L_4; L_4 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((!(((uint32_t)L_4) == ((uint32_t)6)))) { goto IL_0039; } } { return; } IL_0039: { int32_t L_5; L_5 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((!(((uint32_t)L_5) == ((uint32_t)5)))) { goto IL_004a; } } { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 6, NULL); return; } IL_004a: { RuntimeObject* L_6; L_6 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); String_t* L_7 = ___1_error; NullCheck(L_6); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_6, L_7); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceClosed_mC92E8094708EBE502CF516799AE67C08CBFBAA6D (ServerSentEventsTransport_t854276EC6F21CF1AC2D46162D62D68544ED58D14* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18A51F3163E9EBC2ABE5D098BC5BB929C16D19F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D6EFDD171E5D11AF3F43BC8FFF973173D778F0C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_1; L_1 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_0, L_2, _stringLiteral9D6EFDD171E5D11AF3F43BC8FFF973173D778F0C); EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* L_3 = ___0_eventSource; ServerSentEventsTransport_OnEventSourceError_m332A72357EFF617CDDBA8DD1180D12CD32B2081D(__this, L_3, _stringLiteral18A51F3163E9EBC2ABE5D098BC5BB929C16D19F1, 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 IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m7394AECCE0A219AEC534BC86287BA6065F155AA5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF* L_0 = (U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF*)il2cpp_codegen_object_new(U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mE7961400F729D75DD196F5391373B511AE00D6AF(L_0, NULL); ((U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE7961400F729D75DD196F5391373B511AE00D6AF (U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CConnectU3Eb__6_0_mBC4CC8B8AF52B4E3DF4EA0BEC1F86DB435AA08C2 (U3CU3Ec_tE6D2D84CBEE9F26C8AF9E29A9A68B698BA1C47EF* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_es, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_Multicast(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_transport, ___1_oldState, ___2_newState, reinterpret_cast(currentDelegate->___method)); } } void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenInst(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_transport); typedef void (*FunctionPointerType) (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_transport, ___1_oldState, ___2_newState, method); } void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenStatic(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_transport, ___1_oldState, ___2_newState, method); } void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenVirtual(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_transport); VirtualActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_transport, ___1_oldState, ___2_newState); } void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenInterface(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_transport); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_transport, ___1_oldState, ___2_newState); } void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenGenericVirtual(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_transport); GenericVirtualActionInvoker2< int32_t, int32_t >::Invoke(method, ___0_transport, ___1_oldState, ___2_newState); } void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenGenericInterface(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_transport); GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(method, ___0_transport, ___1_oldState, ___2_newState); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnTransportStateChangedDelegate__ctor_mC34169052897A63771A95498D1BD86A887527383 (OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (isOpen) __this->___invoke_impl = (intptr_t)&OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 2; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603 (OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_transport, ___1_oldState, ___2_newState, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnTransportStateChangedDelegate_BeginInvoke_m5A628441C0EB1DD37FD33E65B273127C3B2D353E (OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransportStates_t119A892882D12E97D03F17009BF1450CF040AEDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___0_transport; __d_args[1] = Box(TransportStates_t119A892882D12E97D03F17009BF1450CF040AEDC_il2cpp_TypeInfo_var, &___1_oldState); __d_args[2] = Box(TransportStates_t119A892882D12E97D03F17009BF1450CF040AEDC_il2cpp_TypeInfo_var, &___2_newState); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnTransportStateChangedDelegate_EndInvoke_m18737BE10AE7E570F4F9889ECE9FB6276CE25995 (OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_set_Name_m570E52A11FBAD221ADE77C5D8D42DEA2C0848552 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CConnectionU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_set_Connection_mD55B73A6836E773AC5D73DC6677FC531344C939A (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CConnectionU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConnectionU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____state; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, int32_t ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->____state; V_0 = L_0; int32_t L_1 = ___0_value; __this->____state = L_1; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_2 = __this->___OnStateChanged; if (!L_2) { goto IL_0029; } } { OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_3 = __this->___OnStateChanged; int32_t L_4 = V_0; int32_t L_5 = __this->____state; NullCheck(L_3); OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_inline(L_3, __this, L_4, L_5, NULL); } IL_0029: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_add_OnStateChanged_mB1530A54FDE0DD0497277B1B3FC0079093F32B78 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* V_0 = NULL; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* V_1 = NULL; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* V_2 = NULL; { OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_0 = __this->___OnStateChanged; V_0 = L_0; } IL_0007: { OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_1 = V_0; V_1 = L_1; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_2 = V_1; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26*)CastclassSealed((RuntimeObject*)L_4, OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26_il2cpp_TypeInfo_var)); OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26** L_5 = (OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26**)(&__this->___OnStateChanged); OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_6 = V_2; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_7 = V_1; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_9 = V_0; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_10 = V_1; if ((!(((RuntimeObject*)(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26*)L_9) == ((RuntimeObject*)(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_remove_OnStateChanged_m79577218EF14346DE994EFF7864F7EEBBFB8E127 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* V_0 = NULL; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* V_1 = NULL; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* V_2 = NULL; { OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_0 = __this->___OnStateChanged; V_0 = L_0; } IL_0007: { OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_1 = V_0; V_1 = L_1; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_2 = V_1; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26*)CastclassSealed((RuntimeObject*)L_4, OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26_il2cpp_TypeInfo_var)); OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26** L_5 = (OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26**)(&__this->___OnStateChanged); OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_6 = V_2; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_7 = V_1; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_9 = V_0; OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* L_10 = V_1; if ((!(((RuntimeObject*)(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26*)L_9) == ((RuntimeObject*)(OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase__ctor_m08878FBE373F88FA0F1503AB99FE412A77899FB1 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, String_t* ___0_name, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___1_connection, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); String_t* L_0 = ___0_name; TransportBase_set_Name_m570E52A11FBAD221ADE77C5D8D42DEA2C0848552_inline(__this, L_0, NULL); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_1 = ___1_connection; TransportBase_set_Connection_mD55B73A6836E773AC5D73DC6677FC531344C939A_inline(__this, L_1, NULL); TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_OnConnected_m3902E8553071F51C5D67C962EDDA9109A4AC6E8B (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0010; } } { TransportBase_Start_mFF5916E96E454B1D24D8F583D14C2BEAA711192E(__this, NULL); return; } IL_0010: { RuntimeObject* L_1; L_1 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_1); InterfaceActionInvoker0::Invoke(6, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_1); VirtualActionInvoker0::Invoke(9, __this); TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 4, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Start_mFF5916E96E454B1D24D8F583D14C2BEAA711192E (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransportBase_OnStartRequestFinished_mADEE6D3CAE9E0FFF52D45A1FE638DBF2FE24498E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3557DFD17900BD9911856B86C542BA84347915EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); s_Il2CppMethodInitialized = true; } HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_1; L_1 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_0, L_2, _stringLiteral3557DFD17900BD9911856B86C542BA84347915EA); TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 3, NULL); RuntimeObject* L_3; L_3 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_3); uint8_t L_4; L_4 = InterfaceFuncInvoker0< uint8_t >::Invoke(0, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_3); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_00a8; } } { RuntimeObject* L_5; L_5 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_5); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6; L_6 = InterfaceFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* >::Invoke(10, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_5, 2, __this); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_7 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_7, __this, (intptr_t)((void*)TransportBase_OnStartRequestFinished_mADEE6D3CAE9E0FFF52D45A1FE638DBF2FE24498E_RuntimeMethod_var), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_8 = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)il2cpp_codegen_object_new(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); HTTPRequest__ctor_m5AA6744370787997E8F2EA020BB79CE2083E6CD0(L_8, L_6, 0, (bool)1, (bool)1, L_7, NULL); V_0 = L_8; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9 = V_0; int32_t L_10 = 0; RuntimeObject* L_11 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_10); NullCheck(L_9); HTTPRequest_set_Tag_m644FF47B4A5E82B26AEAD0CA3D7B2C56958A32FF_inline(L_9, L_11, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_12 = V_0; NullCheck(L_12); HTTPRequest_set_DisableRetry_m85D3AEB10F63B8B1189A64E9CDBD4C9874340314_inline(L_12, (bool)1, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_13 = V_0; RuntimeObject* L_14; L_14 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_14); NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_15; L_15 = InterfaceFuncInvoker0< NegotiationData_t7D015037808F8339A800E24386B9761B55059859* >::Invoke(1, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_14); NullCheck(L_15); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_16; L_16 = NegotiationData_get_ConnectionTimeout_mC775D2DB2D0F8FDFF422C08F9B15C0D2885B8EF8_inline(L_15, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_17; L_17 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F((10.0), NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18; L_18 = TimeSpan_op_Addition_mD8B0E0E30595D82C7336CCCA411FE384441DE1A6(L_16, L_17, NULL); NullCheck(L_13); HTTPRequest_set_Timeout_m2C40ADD06F4DFD11171CA176749AA9F344DC0621_inline(L_13, L_18, NULL); RuntimeObject* L_19; L_19 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_20 = V_0; NullCheck(L_19); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_21; L_21 = InterfaceFuncInvoker2< HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t >::Invoke(11, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_19, L_20, 2); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_22 = V_0; NullCheck(L_22); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_23; L_23 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_22, NULL); return; } IL_00a8: { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 4, NULL); VirtualActionInvoker0::Invoke(9, __this); RuntimeObject* L_24; L_24 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_24); InterfaceActionInvoker0::Invoke(5, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_24); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_OnStartRequestFinished_mADEE6D3CAE9E0FFF52D45A1FE638DBF2FE24498E (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_resp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequestStates_t2B9968F8437B3721205EFA162D99045C72699F60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47A43C4737C1E86A02E115C112129980C151BEDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D98D46698C89D6A2DD0B89264462F0A28F825F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FD58C87CE343AB25D9A63CF4A24A16BBBE97AC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral881D5E4124645FCED85FFFBD2EF13867AAD9E3DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3B4C98585BA6B61D122EA8FCE8B45CB9844801F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_req; NullCheck(L_0); int32_t L_1; L_1 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_0, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_00e0; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_2 = ___1_resp; NullCheck(L_2); bool L_3; L_3 = HTTPResponse_get_IsSuccess_m7E7F314E869ECD4B73710604B01C1A57FDF603F3(L_2, NULL); if (!L_3) { goto IL_008d; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_5; L_5 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_6; L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_5, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_7 = ___1_resp; NullCheck(L_7); String_t* L_8; L_8 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_7, NULL); String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral47A43C4737C1E86A02E115C112129980C151BEDB, L_8, NULL); NullCheck(L_4); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_4, L_6, L_9); RuntimeObject* L_10; L_10 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_11 = ___1_resp; NullCheck(L_11); String_t* L_12; L_12 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_11, NULL); NullCheck(L_10); String_t* L_13; L_13 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(12, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_10, L_12); V_1 = L_13; String_t* L_14 = V_1; bool L_15; L_15 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_14, _stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51, NULL); if (!L_15) { goto IL_0074; } } { RuntimeObject* L_16; L_16 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); String_t* L_17 = V_1; String_t* L_18; L_18 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral4D98D46698C89D6A2DD0B89264462F0A28F825F5, L_17, NULL); NullCheck(L_16); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_16, L_18); return; } IL_0074: { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 4, NULL); VirtualActionInvoker0::Invoke(9, __this); RuntimeObject* L_19; L_19 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_19); InterfaceActionInvoker0::Invoke(5, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_19); return; } IL_008d: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_20; L_20 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_21; L_21 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_22; L_22 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_21, NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = L_23; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_25 = ___1_resp; NullCheck(L_25); int32_t L_26; L_26 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_25, NULL); int32_t L_27 = L_26; RuntimeObject* L_28 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_27); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(0), (RuntimeObject*)L_28); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = L_24; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_30 = ___1_resp; NullCheck(L_30); String_t* L_31; L_31 = HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline(L_30, NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_31); (L_29)->SetAt(static_cast(1), (RuntimeObject*)L_31); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_32 = L_29; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_33 = ___1_resp; NullCheck(L_33); String_t* L_34; L_34 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_33, NULL); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_34); (L_32)->SetAt(static_cast(2), (RuntimeObject*)L_34); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_35 = L_32; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_36 = ___0_req; NullCheck(L_36); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_37; L_37 = HTTPRequest_get_CurrentUri_m8284AB87679F1570286BF13495B93AFD9F417129(L_36, NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_37); (L_35)->SetAt(static_cast(3), (RuntimeObject*)L_37); String_t* L_38; L_38 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralB3B4C98585BA6B61D122EA8FCE8B45CB9844801F, L_35, NULL); NullCheck(L_20); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_20, L_22, L_38); } IL_00e0: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_39; L_39 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_40; L_40 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_41; L_41 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_40, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_42 = ___0_req; NullCheck(L_42); int32_t L_43; L_43 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_42, NULL); V_2 = L_43; Il2CppFakeBox L_44(HTTPRequestStates_t2B9968F8437B3721205EFA162D99045C72699F60_il2cpp_TypeInfo_var, (&V_2)); String_t* L_45; L_45 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_44), NULL); String_t* L_46; L_46 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral5FD58C87CE343AB25D9A63CF4A24A16BBBE97AC2, L_45, NULL); NullCheck(L_39); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_39, L_41, L_46); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_47 = ___0_req; NullCheck(L_47); RuntimeObject* L_48; L_48 = HTTPRequest_get_Tag_m149F5A5787A60283FF9AC29803DD32B55C1AB161_inline(L_47, NULL); V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_48, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); int32_t L_49 = V_0; int32_t L_50 = L_49; V_0 = ((int32_t)il2cpp_codegen_add(L_50, 1)); if ((((int32_t)L_50) >= ((int32_t)5))) { goto IL_0140; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_51 = ___0_req; int32_t L_52 = V_0; int32_t L_53 = L_52; RuntimeObject* L_54 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_53); NullCheck(L_51); HTTPRequest_set_Tag_m644FF47B4A5E82B26AEAD0CA3D7B2C56958A32FF_inline(L_51, L_54, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_55 = ___0_req; NullCheck(L_55); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_56; L_56 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_55, NULL); return; } IL_0140: { RuntimeObject* L_57; L_57 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_57); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_57, _stringLiteral881D5E4124645FCED85FFFBD2EF13867AAD9E3DC); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Abort_mCC30434290AC1B6BCCAE10BCB600F030412CC7C4 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransportBase_OnAbortRequestFinished_m918E23B8565D1DFFFF13274EDAF09763097A1D4B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* V_0 = NULL; { int32_t L_0; L_0 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_000a; } } { return; } IL_000a: { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 5, NULL); RuntimeObject* L_1; L_1 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_1); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2; L_2 = InterfaceFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* >::Invoke(10, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_1, 6, __this); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_3 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_3, __this, (intptr_t)((void*)TransportBase_OnAbortRequestFinished_m918E23B8565D1DFFFF13274EDAF09763097A1D4B_RuntimeMethod_var), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_4 = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)il2cpp_codegen_object_new(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); HTTPRequest__ctor_m5AA6744370787997E8F2EA020BB79CE2083E6CD0(L_4, L_2, 0, (bool)1, (bool)1, L_3, NULL); V_0 = L_4; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_5 = V_0; int32_t L_6 = 0; RuntimeObject* L_7 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_6); NullCheck(L_5); HTTPRequest_set_Tag_m644FF47B4A5E82B26AEAD0CA3D7B2C56958A32FF_inline(L_5, L_7, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_8 = V_0; NullCheck(L_8); HTTPRequest_set_DisableRetry_m85D3AEB10F63B8B1189A64E9CDBD4C9874340314_inline(L_8, (bool)1, NULL); RuntimeObject* L_9; L_9 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_10 = V_0; NullCheck(L_9); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_11; L_11 = InterfaceFuncInvoker2< HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t >::Invoke(11, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_9, L_10, 6); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_12 = V_0; NullCheck(L_12); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_13; L_13 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_12, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_AbortFinished_m6F7E58D094347EE0AACBF056CC154B8C1D725F6A (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 6, NULL); RuntimeObject* L_0; L_0 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_0); InterfaceActionInvoker0::Invoke(7, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_0); VirtualActionInvoker0::Invoke(10, __this); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_OnAbortRequestFinished_m918E23B8565D1DFFFF13274EDAF09763097A1D4B (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_resp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequestStates_t2B9968F8437B3721205EFA162D99045C72699F60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral070480449A650B8CE54776FA437911FA08C7D56A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07F24E3663513333E4ADB9AAAFEFBA87D41163FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BA08BB232AAA53AA037B254F9B69A429D4706F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF7C2C5975D01C898B45382517AF4E569BC20D87); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_req; NullCheck(L_0); int32_t L_1; L_1 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_0, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_00a4; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_2 = ___1_resp; NullCheck(L_2); bool L_3; L_3 = HTTPResponse_get_IsSuccess_m7E7F314E869ECD4B73710604B01C1A57FDF603F3(L_2, NULL); if (!L_3) { goto IL_0051; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_5; L_5 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_6; L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_5, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_7 = ___1_resp; NullCheck(L_7); String_t* L_8; L_8 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_7, NULL); String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral070480449A650B8CE54776FA437911FA08C7D56A, L_8, NULL); NullCheck(L_4); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_4, L_6, L_9); int32_t L_10; L_10 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((!(((uint32_t)L_10) == ((uint32_t)5)))) { goto IL_0114; } } { TransportBase_AbortFinished_m6F7E58D094347EE0AACBF056CC154B8C1D725F6A(__this, NULL); return; } IL_0051: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_12; L_12 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_13; L_13 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_12, NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = L_14; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_16 = ___1_resp; NullCheck(L_16); int32_t L_17; L_17 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_16, NULL); int32_t L_18 = L_17; RuntimeObject* L_19 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_18); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_19); (L_15)->SetAt(static_cast(0), (RuntimeObject*)L_19); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_15; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_21 = ___1_resp; NullCheck(L_21); String_t* L_22; L_22 = HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline(L_21, NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(1), (RuntimeObject*)L_22); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_20; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_24 = ___1_resp; NullCheck(L_24); String_t* L_25; L_25 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_24, NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(2), (RuntimeObject*)L_25); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_23; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_27 = ___0_req; NullCheck(L_27); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_28; L_28 = HTTPRequest_get_CurrentUri_m8284AB87679F1570286BF13495B93AFD9F417129(L_27, NULL); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_28); (L_26)->SetAt(static_cast(3), (RuntimeObject*)L_28); String_t* L_29; L_29 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralAF7C2C5975D01C898B45382517AF4E569BC20D87, L_26, NULL); NullCheck(L_11); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_11, L_13, L_29); } IL_00a4: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_30; L_30 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_31; L_31 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_32; L_32 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_31, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_33 = ___0_req; NullCheck(L_33); int32_t L_34; L_34 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_33, NULL); V_1 = L_34; Il2CppFakeBox L_35(HTTPRequestStates_t2B9968F8437B3721205EFA162D99045C72699F60_il2cpp_TypeInfo_var, (&V_1)); String_t* L_36; L_36 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_35), NULL); String_t* L_37; L_37 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral07F24E3663513333E4ADB9AAAFEFBA87D41163FF, L_36, NULL); NullCheck(L_30); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_30, L_32, L_37); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_38 = ___0_req; NullCheck(L_38); RuntimeObject* L_39; L_39 = HTTPRequest_get_Tag_m149F5A5787A60283FF9AC29803DD32B55C1AB161_inline(L_38, NULL); V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_39, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); int32_t L_40 = V_0; int32_t L_41 = L_40; V_0 = ((int32_t)il2cpp_codegen_add(L_41, 1)); if ((((int32_t)L_41) >= ((int32_t)5))) { goto IL_0104; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_42 = ___0_req; int32_t L_43 = V_0; int32_t L_44 = L_43; RuntimeObject* L_45 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_44); NullCheck(L_42); HTTPRequest_set_Tag_m644FF47B4A5E82B26AEAD0CA3D7B2C56958A32FF_inline(L_42, L_45, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_46 = ___0_req; NullCheck(L_46); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_47; L_47 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_46, NULL); return; } IL_0104: { RuntimeObject* L_48; L_48 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_48); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_48, _stringLiteral9BA08BB232AAA53AA037B254F9B69A429D4706F9); } IL_0114: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Send_mE6E89A25DEF9EEFFB62B52F9CBA1A4311FD0A33B (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, String_t* ___0_jsonStr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6694B5F6F3666B90EF97D3CC74C9D8B36A63411A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_1; L_1 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, NULL); String_t* L_3 = ___0_jsonStr; String_t* L_4; L_4 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral6694B5F6F3666B90EF97D3CC74C9D8B36A63411A, L_3, NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_0, L_2, L_4); String_t* L_5 = ___0_jsonStr; VirtualActionInvoker1< String_t* >::Invoke(8, __this, L_5); goto IL_0051; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002e; } throw e; } CATCH_002e: { Exception_t* L_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_7; L_7 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_8; L_8 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56)), L_8, NULL); Exception_t* L_10 = V_0; NullCheck(L_7); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_7, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D)), L_10); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0051; } IL_0051: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Reconnect_mC357BDD16B330540824502560072279AE7DEC805 (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_1; L_1 = TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline(__this, NULL); String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_0, L_2, _stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB); VirtualActionInvoker0::Invoke(7, __this); TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 2, NULL); VirtualActionInvoker0::Invoke(6, __this); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_Parse_m65191B616E0EDD9F9B9B6C969AC29DE916FF45E5 (RuntimeObject* ___0_encoder, String_t* ___1_json, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonEncoder_tDF9FF5FAC544F6BDCFD682648392B934B6E4640B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AA8D0D29F5A4E3BCDD7388F723265F40C36E256); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9ED931619E39F59A8520C1E3B03FEA2E9A56FB60); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FEBA96F5A80DE3F6A5D3AE4086E330210884439); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDC0029568FA61F6C0423AD76B42F549D1767550); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t* V_2 = NULL; RuntimeObject* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { String_t* L_0 = ___1_json; bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_2, _stringLiteralDDC0029568FA61F6C0423AD76B42F549D1767550, _stringLiteral2AA8D0D29F5A4E3BCDD7388F723265F40C36E256); return (RuntimeObject*)NULL; } IL_001e: { String_t* L_3 = ___1_json; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_003a; } } { String_t* L_5 = ___1_json; bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, _stringLiteral9ED931619E39F59A8520C1E3B03FEA2E9A56FB60, NULL); if (!L_6) { goto IL_003a; } } { KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5* L_7 = (KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5*)il2cpp_codegen_object_new(KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5_il2cpp_TypeInfo_var); KeepAliveMessage__ctor_mE952EF56B23BF77EA5E0FF3FC88AAFE36A52F08B(L_7, NULL); return L_7; } IL_003a: { V_0 = (RuntimeObject*)NULL; } try { RuntimeObject* L_8 = ___0_encoder; String_t* L_9 = ___1_json; NullCheck(L_8); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(1, IJsonEncoder_tDF9FF5FAC544F6BDCFD682648392B934B6E4640B_il2cpp_TypeInfo_var, L_8, L_9); V_0 = L_10; goto IL_0060; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0046; } throw e; } CATCH_0046: { Exception_t* L_11 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_2 = L_11; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_12; L_12 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_13 = V_2; NullCheck(L_12); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDC0029568FA61F6C0423AD76B42F549D1767550)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7D971E44BE784EC1A51AC87F6B04DBB274BD564)), L_13); V_3 = (RuntimeObject*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00df; } IL_0060: { RuntimeObject* L_14 = V_0; if (L_14) { goto IL_0084; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_15; L_15 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_16 = ___1_json; String_t* L_17; L_17 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral9FEBA96F5A80DE3F6A5D3AE4086E330210884439, L_16, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL); NullCheck(L_15); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_15, _stringLiteralDDC0029568FA61F6C0423AD76B42F549D1767550, L_17); return (RuntimeObject*)NULL; } IL_0084: { V_1 = (RuntimeObject*)NULL; RuntimeObject* L_18 = V_0; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_18, _stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC); if (L_19) { goto IL_00b0; } } { RuntimeObject* L_20 = V_0; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_20, _stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D); if (L_21) { goto IL_00a8; } } { ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* L_22 = (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D*)il2cpp_codegen_object_new(ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D_il2cpp_TypeInfo_var); ResultMessage__ctor_mF009D3477051E240F0F0AF9D8111324ED3960487(L_22, NULL); V_1 = L_22; goto IL_00b6; } IL_00a8: { FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* L_23 = (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7*)il2cpp_codegen_object_new(FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7_il2cpp_TypeInfo_var); FailureMessage__ctor_m0A43DE34BBD6316D67D26EAAA65F39B90757EDA4(L_23, NULL); V_1 = L_23; goto IL_00b6; } IL_00b0: { MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* L_24 = (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3*)il2cpp_codegen_object_new(MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3_il2cpp_TypeInfo_var); MultiMessage__ctor_m2EC5C5D20861C6C9504A4397EF910261F3118CCA(L_24, NULL); V_1 = L_24; } IL_00b6: { } try { RuntimeObject* L_25 = V_1; RuntimeObject* L_26 = V_0; NullCheck(L_25); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var, L_25, L_26); goto IL_00dd; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c0; } throw e; } CATCH_00c0: { RuntimeObject* L_27 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_28; L_28 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_29 = ___1_json; String_t* L_30; L_30 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0AA66FA8A2B832FDCDA5626FAB472BEADA99BC7)), L_29, NULL); NullCheck(L_28); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDC0029568FA61F6C0423AD76B42F549D1767550)), L_30); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*)); } IL_00dd: { RuntimeObject* L_31 = V_1; return L_31; } IL_00df: { RuntimeObject* L_32 = V_3; return L_32; } } #ifdef __clang__ #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 IL2CPP_METHOD_ATTR bool WebSocketTransport_get_SupportsKeepAlive_m04D04737CA54D2EEC268F7A92D8C045F6E7EA06E (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_Type_m62408DFD71C7BF5C475F6D91D51EB8B139204546 (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, const RuntimeMethod* method) { { return (int32_t)(0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport__ctor_m45891B5535D90AD8C35B25C7C6A4B9C44D2050F4 (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A71FE076CAD4253916D4F519B842BD257367B3A); s_Il2CppMethodInitialized = true; } { Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_0 = ___0_connection; TransportBase__ctor_m08878FBE373F88FA0F1503AB99FE412A77899FB1(__this, _stringLiteral9A71FE076CAD4253916D4F519B842BD257367B3A, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Connect_m8FFEFE0270D121406D35CBC94EA73AF538EC5387 (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_WSocket_OnClosed_mF044B7D1AD034ED29031A299CE673342318C11FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_WSocket_OnError_m29A5CC0F6E3D1CAF52C45236578226702F4B5198_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_WSocket_OnMessage_mF4F73E589B2897986C056338A5C5C5AC00ADC3E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_WSocket_OnOpen_mB022C894FBDE508362742CB91F78CC3B9DF25932_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62FC0CD2E5280B18B4D1A4C72EE8E019E6352516); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_1 = NULL; int32_t G_B7_0 = 0; { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_0 = __this->___wSocket; if (!L_0) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_1); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_1, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral62FC0CD2E5280B18B4D1A4C72EE8E019E6352516); return; } IL_001d: { int32_t L_2; L_2 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_002d; } } { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 1, NULL); } IL_002d: { int32_t L_3; L_3 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0039; } } { G_B7_0 = 1; goto IL_003a; } IL_0039: { G_B7_0 = 5; } IL_003a: { V_0 = G_B7_0; RuntimeObject* L_4; L_4 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); int32_t L_5 = V_0; NullCheck(L_4); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6; L_6 = InterfaceFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, int32_t, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* >::Invoke(10, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_4, L_5, __this); V_1 = L_6; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7 = V_1; WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_8 = (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)il2cpp_codegen_object_new(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73_il2cpp_TypeInfo_var); WebSocket__ctor_mA53145B8E037260ADAEE08DF02BEF386C9C96C14(L_8, L_7, NULL); __this->___wSocket = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___wSocket), (void*)L_8); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_9 = __this->___wSocket; WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_10 = L_9; NullCheck(L_10); OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A* L_11 = L_10->___OnOpen; OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A* L_12 = (OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A*)il2cpp_codegen_object_new(OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A_il2cpp_TypeInfo_var); OnWebSocketOpenDelegate__ctor_m5EE4043C3629ECE2D568767F31A32A7B7DF8788E(L_12, __this, (intptr_t)((void*)WebSocketTransport_WSocket_OnOpen_mB022C894FBDE508362742CB91F78CC3B9DF25932_RuntimeMethod_var), NULL); Delegate_t* L_13; L_13 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_11, L_12, NULL); NullCheck(L_10); L_10->___OnOpen = ((OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A*)CastclassSealed((RuntimeObject*)L_13, OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&L_10->___OnOpen), (void*)((OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A*)CastclassSealed((RuntimeObject*)L_13, OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A_il2cpp_TypeInfo_var))); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_14 = __this->___wSocket; WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_15 = L_14; NullCheck(L_15); OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881* L_16 = L_15->___OnMessage; OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881* L_17 = (OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881*)il2cpp_codegen_object_new(OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881_il2cpp_TypeInfo_var); OnWebSocketMessageDelegate__ctor_m9978A8FE88D64A141433567641F5DDD3629DFA67(L_17, __this, (intptr_t)((void*)WebSocketTransport_WSocket_OnMessage_mF4F73E589B2897986C056338A5C5C5AC00ADC3E3_RuntimeMethod_var), NULL); Delegate_t* L_18; L_18 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_16, L_17, NULL); NullCheck(L_15); L_15->___OnMessage = ((OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881*)CastclassSealed((RuntimeObject*)L_18, OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&L_15->___OnMessage), (void*)((OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881*)CastclassSealed((RuntimeObject*)L_18, OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881_il2cpp_TypeInfo_var))); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_19 = __this->___wSocket; WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_20 = L_19; NullCheck(L_20); OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580* L_21 = L_20->___OnClosed; OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580* L_22 = (OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580*)il2cpp_codegen_object_new(OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580_il2cpp_TypeInfo_var); OnWebSocketClosedDelegate__ctor_m02D7A18933C7965418B15CEAEA909B7BE45ACBBA(L_22, __this, (intptr_t)((void*)WebSocketTransport_WSocket_OnClosed_mF044B7D1AD034ED29031A299CE673342318C11FA_RuntimeMethod_var), NULL); Delegate_t* L_23; L_23 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_21, L_22, NULL); NullCheck(L_20); L_20->___OnClosed = ((OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580*)CastclassSealed((RuntimeObject*)L_23, OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&L_20->___OnClosed), (void*)((OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580*)CastclassSealed((RuntimeObject*)L_23, OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580_il2cpp_TypeInfo_var))); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_24 = __this->___wSocket; WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_25 = L_24; NullCheck(L_25); OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2* L_26 = L_25->___OnErrorDesc; OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2* L_27 = (OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2*)il2cpp_codegen_object_new(OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2_il2cpp_TypeInfo_var); OnWebSocketErrorDescriptionDelegate__ctor_m91579EA9BE7A5AF20EBB8415F9387F804FF266E8(L_27, __this, (intptr_t)((void*)WebSocketTransport_WSocket_OnError_m29A5CC0F6E3D1CAF52C45236578226702F4B5198_RuntimeMethod_var), NULL); Delegate_t* L_28; L_28 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_26, L_27, NULL); NullCheck(L_25); L_25->___OnErrorDesc = ((OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2*)CastclassSealed((RuntimeObject*)L_28, OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&L_25->___OnErrorDesc), (void*)((OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2*)CastclassSealed((RuntimeObject*)L_28, OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2_il2cpp_TypeInfo_var))); RuntimeObject* L_29; L_29 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_30 = __this->___wSocket; NullCheck(L_30); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_31; L_31 = WebSocket_get_InternalRequest_m522E6D8CADFCACF12C952682D3BD1B4FA797036E_inline(L_30, NULL); int32_t L_32 = V_0; NullCheck(L_29); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_33; L_33 = InterfaceFuncInvoker2< HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t >::Invoke(11, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_29, L_31, L_32); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_34 = __this->___wSocket; NullCheck(L_34); WebSocket_Open_m0512F3ACA4B8E92B085865C93E62B05AB0ABEEA6(L_34, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_SendImpl_m30D11BDDB57B4D4577A42A872DD62668E0E155FE (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, String_t* ___0_json, const RuntimeMethod* method) { { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_0 = __this->___wSocket; if (!L_0) { goto IL_0021; } } { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_1 = __this->___wSocket; NullCheck(L_1); bool L_2; L_2 = WebSocket_get_IsOpen_m95B3365C77AF02AB0CA5CC2318FFA823DA697767(L_1, NULL); if (!L_2) { goto IL_0021; } } { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_3 = __this->___wSocket; String_t* L_4 = ___0_json; NullCheck(L_3); WebSocket_Send_m74013230769A09D9D7EE95512D645EA1397820DB(L_3, L_4, NULL); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Stop_m09CE389A7E47E6C96EF3AA5072B09273F92A538B (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, const RuntimeMethod* method) { { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_0 = __this->___wSocket; if (!L_0) { goto IL_004a; } } { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_1 = __this->___wSocket; NullCheck(L_1); L_1->___OnOpen = (OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A*)NULL; Il2CppCodeGenWriteBarrier((void**)(&L_1->___OnOpen), (void*)(OnWebSocketOpenDelegate_tD9393F7A84C450C3F1C6942694F057A8F8CB967A*)NULL); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_2 = __this->___wSocket; NullCheck(L_2); L_2->___OnMessage = (OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881*)NULL; Il2CppCodeGenWriteBarrier((void**)(&L_2->___OnMessage), (void*)(OnWebSocketMessageDelegate_tA23BC7FBCB2951661CD0E1C14FDDE10842E18881*)NULL); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_3 = __this->___wSocket; NullCheck(L_3); L_3->___OnClosed = (OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580*)NULL; Il2CppCodeGenWriteBarrier((void**)(&L_3->___OnClosed), (void*)(OnWebSocketClosedDelegate_t03680D2D316E8B3CBAB1091DEB5FB4C4FF9F3580*)NULL); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_4 = __this->___wSocket; NullCheck(L_4); L_4->___OnErrorDesc = (OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2*)NULL; Il2CppCodeGenWriteBarrier((void**)(&L_4->___OnErrorDesc), (void*)(OnWebSocketErrorDescriptionDelegate_tE6C07F2A9D7DB595AF6B43AC9B2AC43722A485D2*)NULL); WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_5 = __this->___wSocket; NullCheck(L_5); WebSocket_Close_m0B628EABE61CF5436158561EC93E84C7B4766770(L_5, NULL); __this->___wSocket = (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___wSocket), (void*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)NULL); } IL_004a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Started_mE75C729422F03C22854BB3ED5A519F57543E2009 (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Aborted_mF159D4128ABC53E012A43339F9C34A81B517E5FA (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, const RuntimeMethod* method) { { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_0 = __this->___wSocket; if (!L_0) { goto IL_0027; } } { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_1 = __this->___wSocket; NullCheck(L_1); bool L_2; L_2 = WebSocket_get_IsOpen_m95B3365C77AF02AB0CA5CC2318FFA823DA697767(L_1, NULL); if (!L_2) { goto IL_0027; } } { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_3 = __this->___wSocket; NullCheck(L_3); WebSocket_Close_m0B628EABE61CF5436158561EC93E84C7B4766770(L_3, NULL); __this->___wSocket = (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___wSocket), (void*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)NULL); } IL_0027: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_WSocket_OnOpen_mB022C894FBDE508362742CB91F78CC3B9DF25932 (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* ___0_webSocket, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90F82CF9C96F90B223584FEFD111337DEF9471E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_0 = ___0_webSocket; WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_1 = __this->___wSocket; if ((((RuntimeObject*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)L_0) == ((RuntimeObject*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)L_1))) { goto IL_000a; } } { return; } IL_000a: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_2, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral90F82CF9C96F90B223584FEFD111337DEF9471E9); TransportBase_OnConnected_m3902E8553071F51C5D67C962EDDA9109A4AC6E8B(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_WSocket_OnMessage_mF4F73E589B2897986C056338A5C5C5AC00ADC3E3 (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* ___0_webSocket, String_t* ___1_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_0 = ___0_webSocket; WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_1 = __this->___wSocket; if ((((RuntimeObject*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)L_0) == ((RuntimeObject*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)L_1))) { goto IL_000a; } } { return; } IL_000a: { RuntimeObject* L_2; L_2 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_2); String_t* L_4 = ___1_message; RuntimeObject* L_5; L_5 = TransportBase_Parse_m65191B616E0EDD9F9B9B6C969AC29DE916FF45E5(L_3, L_4, NULL); V_0 = L_5; RuntimeObject* L_6 = V_0; if (!L_6) { goto IL_002b; } } { RuntimeObject* L_7; L_7 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); RuntimeObject* L_8 = V_0; NullCheck(L_7); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_7, L_8); } IL_002b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_WSocket_OnClosed_mF044B7D1AD034ED29031A299CE673342318C11FA (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* ___0_webSocket, uint16_t ___1_code, String_t* ___2_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0767326DBE1DD31063256737FD019DC6682353E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EBA0370EA9430793588A9009EF345CB936D8214); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_0 = ___0_webSocket; WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_1 = __this->___wSocket; if ((((RuntimeObject*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)L_0) == ((RuntimeObject*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)L_1))) { goto IL_000a; } } { return; } IL_000a: { String_t* L_2; L_2 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&___1_code), NULL); String_t* L_3 = ___2_message; String_t* L_4; L_4 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_2, _stringLiteral0767326DBE1DD31063256737FD019DC6682353E2, L_3, NULL); V_0 = L_4; il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_6 = V_0; String_t* L_7; L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral5EBA0370EA9430793588A9009EF345CB936D8214, L_6, NULL); NullCheck(L_5); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_5, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_7); int32_t L_8; L_8 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((!(((uint32_t)L_8) == ((uint32_t)5)))) { goto IL_0048; } } { TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 6, NULL); return; } IL_0048: { RuntimeObject* L_9; L_9 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); String_t* L_10 = V_0; NullCheck(L_9); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_9, L_10); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_WSocket_OnError_m29A5CC0F6E3D1CAF52C45236578226702F4B5198 (WebSocketTransport_t8679E3A5EF41935952B68E455ADC850EC9A0ED7B* __this, WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* ___0_webSocket, String_t* ___1_reason, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D24E86656637133654DB39033983C83A4F7B076); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } { WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_0 = ___0_webSocket; WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* L_1 = __this->___wSocket; if ((((RuntimeObject*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)L_0) == ((RuntimeObject*)(WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73*)L_1))) { goto IL_000a; } } { return; } IL_000a: { int32_t L_2; L_2 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_001c; } } { int32_t L_3; L_3 = TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline(__this, NULL); if ((!(((uint32_t)L_3) == ((uint32_t)6)))) { goto IL_0023; } } IL_001c: { TransportBase_AbortFinished_m6F7E58D094347EE0AACBF056CC154B8C1D725F6A(__this, NULL); return; } IL_0023: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_5 = ___1_reason; String_t* L_6; L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral9D24E86656637133654DB39033983C83A4F7B076, L_5, NULL); NullCheck(L_4); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_4, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_6); TransportBase_set_State_m1B48BCD65D7BC7E8E2295DA29EF1616515F2CCC4(__this, 6, NULL); RuntimeObject* L_7; L_7 = TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline(__this, NULL); String_t* L_8 = ___1_reason; NullCheck(L_7); InterfaceActionInvoker1< String_t* >::Invoke(8, IConnection_t4A22895E75F8CA6A86A67823B3FA6B49EBFF9852_il2cpp_TypeInfo_var, L_7, L_8); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshal_pinvoke(const ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA& unmarshaled, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshaled_pinvoke& marshaled) { Exception_t* ___HubException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Hub' of type 'ClientMessage': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___HubException, NULL); } IL2CPP_EXTERN_C void ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshal_pinvoke_back(const ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshaled_pinvoke& marshaled, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA& unmarshaled) { Exception_t* ___HubException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Hub' of type 'ClientMessage': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___HubException, NULL); } IL2CPP_EXTERN_C void ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshal_pinvoke_cleanup(ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshal_com(const ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA& unmarshaled, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshaled_com& marshaled) { Exception_t* ___HubException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Hub' of type 'ClientMessage': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___HubException, NULL); } IL2CPP_EXTERN_C void ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshal_com_back(const ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshaled_com& marshaled, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA& unmarshaled) { Exception_t* ___HubException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Hub' of type 'ClientMessage': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___HubException, NULL); } IL2CPP_EXTERN_C void ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshal_com_cleanup(ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientMessage__ctor_m42847011607498AD173D0ADD95BB889311097832 (ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, uint64_t ___3_callIdx, OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* ___4_resultCallback, OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* ___5_resultErrorCallback, OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* ___6_progressCallback, const RuntimeMethod* method) { { Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_0 = ___0_hub; __this->___Hub = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___Hub), (void*)L_0); String_t* L_1 = ___1_method; __this->___Method = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___Method), (void*)L_1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___2_args; __this->___Args = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___Args), (void*)L_2); uint64_t L_3 = ___3_callIdx; __this->___CallIdx = L_3; OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* L_4 = ___4_resultCallback; __this->___ResultCallback = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___ResultCallback), (void*)L_4); OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* L_5 = ___5_resultErrorCallback; __this->___ResultErrorCallback = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___ResultErrorCallback), (void*)L_5); OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* L_6 = ___6_progressCallback; __this->___ProgressCallback = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___ProgressCallback), (void*)L_6); return; } } IL2CPP_EXTERN_C void ClientMessage__ctor_m42847011607498AD173D0ADD95BB889311097832_AdjustorThunk (RuntimeObject* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, uint64_t ___3_callIdx, OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* ___4_resultCallback, OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* ___5_resultErrorCallback, OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* ___6_progressCallback, const RuntimeMethod* method) { ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ClientMessage__ctor_m42847011607498AD173D0ADD95BB889311097832(_thisAdjusted, ___0_hub, ___1_method, ___2_args, ___3_callIdx, ___4_resultCallback, ___5_resultErrorCallback, ___6_progressCallback, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeepAliveMessage_BestHTTP_SignalR_Messages_IServerMessage_get_Type_m4C3DB238EDBD322CA7D3AC560E7B5E1DD5BF8981 (KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5* __this, const RuntimeMethod* method) { { return (int32_t)(0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeepAliveMessage_BestHTTP_SignalR_Messages_IServerMessage_Parse_m1D5F45AE864F1B8903AB175FA75761F94CBACCC7 (KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5* __this, RuntimeObject* ___0_data, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeepAliveMessage__ctor_mE952EF56B23BF77EA5E0FF3FC88AAFE36A52F08B (KeepAliveMessage_t2C50A3E4940230116A7CFA83416E612DFC81B3F5* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MultiMessage_BestHTTP_SignalR_Messages_IServerMessage_get_Type_m0BA17B16FE4C4B6D6D1037463AA356B797975E12 (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { return (int32_t)(2); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MultiMessage_get_MessageId_m271F13C732DAE367330CD504A269B344467C4E05 (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMessageIdU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiMessage_set_MessageId_m9227FBCB226F1F6E735A88C1C929F37C0A46CBA8 (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CMessageIdU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMessageIdU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MultiMessage_get_IsInitialization_m1236397A5F1A607F3EE8250A2F635F366BAF83A5 (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsInitializationU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiMessage_set_IsInitialization_mBB157A4160FF80A0F25342E722A8C0E599B65475 (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsInitializationU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MultiMessage_get_GroupsToken_mF87E4D397BCFAACA1B1DA2BF8A474CAA388C30F6 (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CGroupsTokenU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiMessage_set_GroupsToken_m48D2F2102D0EB25BF9769FD9A39F5DC2B00E331B (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CGroupsTokenU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGroupsTokenU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MultiMessage_get_ShouldReconnect_m8F36D4CC6ABF3ADB5846470AC467C23FEEC3804E (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CShouldReconnectU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiMessage_set_ShouldReconnect_m8EB9EF996EF54B1E3B66AF42FB59ECAFF81C8C65 (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CShouldReconnectU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 MultiMessage_get_PollDelay_mBF2853C67EAEFBABE42F0CDF2ACDF03E7BCAF50C (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_0 = __this->___U3CPollDelayU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiMessage_set_PollDelay_m714C2F8049BC007DE80D23F1E36123A2EAA55D8C (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___0_value, const RuntimeMethod* method) { { Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_0 = ___0_value; __this->___U3CPollDelayU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* MultiMessage_get_Data_m0FA26FF1CE4E192E957964635BF41C1FE065DC6C (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_0 = __this->___U3CDataU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiMessage_set_Data_m436C11FF0D3A120F97721E0F2F438CEA3BB7C021 (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* ___0_value, const RuntimeMethod* method) { { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_0 = ___0_value; __this->___U3CDataU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDataU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiMessage_BestHTTP_SignalR_Messages_IServerMessage_Parse_m8A3405F263EE8B858E2D24FC7F51C10C11D7A87F (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, RuntimeObject* ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1136AD5EB7130D2E5EFBA3942B33F7A41BFD876B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7C3D25B0B842B29064BBA5C2E92DF068AAB80205_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* G_B3_0 = NULL; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* G_B2_0 = NULL; int32_t G_B4_0 = 0; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* G_B4_1 = NULL; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* G_B11_0 = NULL; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* G_B10_0 = NULL; int32_t G_B12_0 = 0; MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* G_B12_1 = NULL; { RuntimeObject* L_0 = ___0_data; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_1, _stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_2); MultiMessage_set_MessageId_m9227FBCB226F1F6E735A88C1C929F37C0A46CBA8_inline(__this, L_3, NULL); RuntimeObject* L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_4, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, (&V_1)); if (!L_5) { goto IL_0046; } } { RuntimeObject* L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_6); int32_t L_8; L_8 = Int32_Parse_m273CA1A9C7717C99641291A95C543711C0202AF0(L_7, NULL); if ((((int32_t)L_8) == ((int32_t)1))) { G_B3_0 = __this; goto IL_003e; } G_B2_0 = __this; } { G_B4_0 = 0; G_B4_1 = G_B2_0; goto IL_003f; } IL_003e: { G_B4_0 = 1; G_B4_1 = G_B3_0; } IL_003f: { NullCheck(G_B4_1); MultiMessage_set_IsInitialization_mBB157A4160FF80A0F25342E722A8C0E599B65475_inline(G_B4_1, (bool)G_B4_0, NULL); goto IL_004d; } IL_0046: { MultiMessage_set_IsInitialization_mBB157A4160FF80A0F25342E722A8C0E599B65475_inline(__this, (bool)0, NULL); } IL_004d: { RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_9, _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, (&V_1)); if (!L_10) { goto IL_0068; } } { RuntimeObject* L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_11); MultiMessage_set_GroupsToken_m48D2F2102D0EB25BF9769FD9A39F5DC2B00E331B_inline(__this, L_12, NULL); } IL_0068: { RuntimeObject* L_13 = V_0; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_13, _stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758, (&V_1)); if (!L_14) { goto IL_0091; } } { RuntimeObject* L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_15); int32_t L_17; L_17 = Int32_Parse_m273CA1A9C7717C99641291A95C543711C0202AF0(L_16, NULL); if ((((int32_t)L_17) == ((int32_t)1))) { G_B11_0 = __this; goto IL_0089; } G_B10_0 = __this; } { G_B12_0 = 0; G_B12_1 = G_B10_0; goto IL_008a; } IL_0089: { G_B12_0 = 1; G_B12_1 = G_B11_0; } IL_008a: { NullCheck(G_B12_1); MultiMessage_set_ShouldReconnect_m8EB9EF996EF54B1E3B66AF42FB59ECAFF81C8C65_inline(G_B12_1, (bool)G_B12_0, NULL); goto IL_0098; } IL_0091: { MultiMessage_set_ShouldReconnect_m8EB9EF996EF54B1E3B66AF42FB59ECAFF81C8C65_inline(__this, (bool)0, NULL); } IL_0098: { RuntimeObject* L_18 = V_0; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_18, _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A, (&V_1)); if (!L_19) { goto IL_00c2; } } { RuntimeObject* L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_20); double L_22; L_22 = Double_Parse_mEBC644CE0C86A405283EC4839F872EF9E556670A(L_21, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_23; L_23 = TimeSpan_FromMilliseconds_mFDCBE9EDA3F6743302C3DD81259AF5D2F00EF775(L_22, NULL); Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_24; memset((&L_24), 0, sizeof(L_24)); Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC((&L_24), L_23, Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var); MultiMessage_set_PollDelay_m714C2F8049BC007DE80D23F1E36123A2EAA55D8C_inline(__this, L_24, NULL); } IL_00c2: { RuntimeObject* L_25 = V_0; NullCheck(L_25); RuntimeObject* L_26; L_26 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_25, _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17); V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_2; if (!L_27) { goto IL_0177; } } { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_28 = (List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5*)il2cpp_codegen_object_new(List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5_il2cpp_TypeInfo_var); List_1__ctor_m7C3D25B0B842B29064BBA5C2E92DF068AAB80205(L_28, List_1__ctor_m7C3D25B0B842B29064BBA5C2E92DF068AAB80205_RuntimeMethod_var); MultiMessage_set_Data_m436C11FF0D3A120F97721E0F2F438CEA3BB7C021_inline(__this, L_28, NULL); RuntimeObject* L_29 = V_2; NullCheck(L_29); RuntimeObject* L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_29); V_3 = L_30; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0163: { { RuntimeObject* L_31 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_32 = V_7; if (!L_32) { goto IL_0176; } } { RuntimeObject* L_33 = V_7; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_33); } IL_0176: { return; } } }); try { { goto IL_0159_1; } IL_00ed_1: { RuntimeObject* L_34 = V_3; NullCheck(L_34); RuntimeObject* L_35; L_35 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_34); V_4 = L_35; RuntimeObject* L_36 = V_4; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)); V_6 = (RuntimeObject*)NULL; RuntimeObject* L_37 = V_5; if (!L_37) { goto IL_013c_1; } } { RuntimeObject* L_38 = V_5; NullCheck(L_38); bool L_39; L_39 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_38, _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E); if (!L_39) { goto IL_011c_1; } } { MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_40 = (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0*)il2cpp_codegen_object_new(MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0_il2cpp_TypeInfo_var); MethodCallMessage__ctor_m5A819C9B9B49149BBAB91A2DB43DC32571C3B35F(L_40, NULL); V_6 = L_40; goto IL_0143_1; } IL_011c_1: { RuntimeObject* L_41 = V_5; NullCheck(L_41); bool L_42; L_42 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(4, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_41, _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); if (!L_42) { goto IL_0133_1; } } { ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* L_43 = (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B*)il2cpp_codegen_object_new(ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B_il2cpp_TypeInfo_var); ProgressMessage__ctor_mE75DC09D2E01A79CA2247EFC8FF28CAA3C05D301(L_43, NULL); V_6 = L_43; goto IL_0143_1; } IL_0133_1: { DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* L_44 = (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B*)il2cpp_codegen_object_new(DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B_il2cpp_TypeInfo_var); DataMessage__ctor_m963885729DA31FCD7BB81FF09611BF60505831A9(L_44, NULL); V_6 = L_44; goto IL_0143_1; } IL_013c_1: { DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* L_45 = (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B*)il2cpp_codegen_object_new(DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B_il2cpp_TypeInfo_var); DataMessage__ctor_m963885729DA31FCD7BB81FF09611BF60505831A9(L_45, NULL); V_6 = L_45; } IL_0143_1: { RuntimeObject* L_46 = V_6; RuntimeObject* L_47 = V_4; NullCheck(L_46); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var, L_46, L_47); List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_48; L_48 = MultiMessage_get_Data_m0FA26FF1CE4E192E957964635BF41C1FE065DC6C_inline(__this, NULL); RuntimeObject* L_49 = V_6; NullCheck(L_48); List_1_Add_m1136AD5EB7130D2E5EFBA3942B33F7A41BFD876B_inline(L_48, L_49, List_1_Add_m1136AD5EB7130D2E5EFBA3942B33F7A41BFD876B_RuntimeMethod_var); } IL_0159_1: { RuntimeObject* L_50 = V_3; NullCheck(L_50); bool L_51; L_51 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_50); if (L_51) { goto IL_00ed_1; } } { goto IL_0177; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0177: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiMessage__ctor_m2EC5C5D20861C6C9504A4397EF910261F3118CCA (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataMessage_BestHTTP_SignalR_Messages_IServerMessage_get_Type_mA2FFC1825E6E1F10C63849FA28876363BCCFE7C6 (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, const RuntimeMethod* method) { { return (int32_t)(1); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DataMessage_get_Data_mA6CE8B2BEDE3FD6D390B6675A24EB6A1EA1600AC (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CDataU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataMessage_set_Data_mA72DD7084E6D430C01C595FD2886977B1FEE3BE3 (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CDataU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDataU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataMessage_BestHTTP_SignalR_Messages_IServerMessage_Parse_m7FDEF67BE0DA5700F6DF8DEF1377C7F5080D959F (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, RuntimeObject* ___0_data, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_data; DataMessage_set_Data_mA72DD7084E6D430C01C595FD2886977B1FEE3BE3_inline(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataMessage__ctor_m963885729DA31FCD7BB81FF09611BF60505831A9 (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodCallMessage_BestHTTP_SignalR_Messages_IServerMessage_get_Type_m7A3037072757A014EC8303986D6EFAA4A97EF768 (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { return (int32_t)(5); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodCallMessage_get_Hub_m9803024D88A8E29574A2AED35A8C4ACBDB301419 (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CHubU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallMessage_set_Hub_mA3E9653CFE1E1D098FF509CB38216656685925DF (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CHubU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHubU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodCallMessage_get_Method_m81577A8EC9CA6B5357E3820D9F71EB6D311109ED (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMethodU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallMessage_set_Method_m79AD0E686AD736BECDE808DDB7539F1D43CC88F6 (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CMethodU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* MethodCallMessage_get_Arguments_mCB5D82797C5E56D9772FB8744B396D3D5D1478B3 (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CArgumentsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallMessage_set_Arguments_mBF70168FC8F22CC9C667763817DAFCE0E90F2209 (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_value, const RuntimeMethod* method) { { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___0_value; __this->___U3CArgumentsU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CArgumentsU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodCallMessage_get_State_m912AA6B4FE84924B1FA7E4362D914F95F1ACBB68 (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CStateU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallMessage_set_State_m9436085EDA59C22BA89D15F49E083D20D4FE8287 (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CStateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallMessage_BestHTTP_SignalR_Messages_IServerMessage_Parse_m4315EC897221B512D2DEEE071FD2BA23B36A7E15 (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, RuntimeObject* ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; { RuntimeObject* L_0 = ___0_data; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_1, _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_2); MethodCallMessage_set_Hub_mA3E9653CFE1E1D098FF509CB38216656685925DF_inline(__this, L_3, NULL); RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_4, _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_5); MethodCallMessage_set_Method_m79AD0E686AD736BECDE808DDB7539F1D43CC88F6_inline(__this, L_6, NULL); List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_7 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_7, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); V_1 = L_7; RuntimeObject* L_8 = V_0; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_8, _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_9, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var))); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var))); V_3 = L_10; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_006b: { { RuntimeObject* L_11 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_5; if (!L_12) { goto IL_007e; } } { RuntimeObject* L_13 = V_5; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_13); } IL_007e: { return; } } }); try { { goto IL_0061_1; } IL_0051_1: { RuntimeObject* L_14 = V_3; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14); V_4 = L_15; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_16 = V_1; RuntimeObject* L_17 = V_4; NullCheck(L_16); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_16, L_17, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); } IL_0061_1: { RuntimeObject* L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0051_1; } } { goto IL_007f; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007f: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_20 = V_1; NullCheck(L_20); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21; L_21 = List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F(L_20, List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var); MethodCallMessage_set_Arguments_mBF70168FC8F22CC9C667763817DAFCE0E90F2209_inline(__this, L_21, NULL); RuntimeObject* L_22 = V_0; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_22, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, (&V_2)); if (!L_23) { goto IL_00a6; } } { RuntimeObject* L_24 = V_2; MethodCallMessage_set_State_m9436085EDA59C22BA89D15F49E083D20D4FE8287_inline(__this, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)), NULL); } IL_00a6: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCallMessage__ctor_m5A819C9B9B49149BBAB91A2DB43DC32571C3B35F (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResultMessage_BestHTTP_SignalR_Messages_IServerMessage_get_Type_m902C69C5F89B1B890E7C181414704147A931A28F (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, const RuntimeMethod* method) { { return (int32_t)(3); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t ResultMessage_get_InvocationId_mCB76861120D4BE5EF31ECB1E312A0A3F046509D4 (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___U3CInvocationIdU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultMessage_set_InvocationId_mD27A6B9D987950330529CD190D20D1637813B059 (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CInvocationIdU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResultMessage_get_ReturnValue_mBE10B2562DBC1A43C2FF869655DBF9B77FD9A76F (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CReturnValueU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultMessage_set_ReturnValue_m22395BCF1ADC19A87DF2218A48C0447B6BE6057E (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CReturnValueU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReturnValueU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResultMessage_get_State_m39E34EA28DE2C2FBCD0EA9A76995F8DC4B72DC51 (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CStateU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultMessage_set_State_mEBB26455FD6FBC835BC8103600DC4BC1900A2613 (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CStateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultMessage_BestHTTP_SignalR_Messages_IServerMessage_Parse_mC4554FB5C9B917840A8749B4D6B364AE3B6506C9 (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, RuntimeObject* ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___0_data; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_1, _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_2); uint64_t L_4; L_4 = UInt64_Parse_m90068CF93B1268DCAD57BD1D8E1FE811E0AABDC7(L_3, NULL); ResultMessage_set_InvocationId_mD27A6B9D987950330529CD190D20D1637813B059_inline(__this, L_4, NULL); RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_5, _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, (&V_1)); if (!L_6) { goto IL_0038; } } { RuntimeObject* L_7 = V_1; ResultMessage_set_ReturnValue_m22395BCF1ADC19A87DF2218A48C0447B6BE6057E_inline(__this, L_7, NULL); } IL_0038: { RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_8, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, (&V_1)); if (!L_9) { goto IL_0053; } } { RuntimeObject* L_10 = V_1; ResultMessage_set_State_mEBB26455FD6FBC835BC8103600DC4BC1900A2613_inline(__this, ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)), NULL); } IL_0053: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultMessage__ctor_mF009D3477051E240F0F0AF9D8111324ED3960487 (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FailureMessage_BestHTTP_SignalR_Messages_IServerMessage_get_Type_m9C94C815D75766C0844B4268AB8F00D75B8F3C68 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) { { return (int32_t)(4); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FailureMessage_get_InvocationId_m637A7FF45383962E70E6A6FD86EB6A704BC66313 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___U3CInvocationIdU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_InvocationId_m845949F28BEB3599E84CB8FB6CF28212AAD36854 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CInvocationIdU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FailureMessage_get_IsHubError_mAE45151B99C11CF8E377ABAF2D3F393934715FC5 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsHubErrorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_IsHubError_m6723FFFD10CA5263EAD4B90C9020D03076F3816E (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsHubErrorU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FailureMessage_get_ErrorMessage_mF438207C646CA010C4D7CE36037EDFE529A86E97 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CErrorMessageU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_ErrorMessage_m5A5B08D4FB19CAD6BD07E94FB6C338F9D3092603 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CErrorMessageU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CErrorMessageU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FailureMessage_get_AdditionalData_m5CE97EEF68DC886AE98230BE823284AB0BD8E1DE (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CAdditionalDataU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_AdditionalData_m406C6957C8CCB64B14C43CE79E68AD4CE7DD39C6 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CAdditionalDataU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAdditionalDataU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FailureMessage_get_StackTrace_m695DF03D2125CF70E63C1637D9C41659DA11CAF0 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CStackTraceU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_StackTrace_mAA39B58D5551629D4109A9D1F796433300EDE4E9 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CStackTraceU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStackTraceU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FailureMessage_get_State_m44B595607C80522E79BB55916759E0F90B898D81 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CStateU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_State_m65272F3587934DED0D79CF07A68606F4EA65E1C3 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CStateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_BestHTTP_SignalR_Messages_IServerMessage_Parse_m6F8C2E2E586F602D32751B003490BA9F3AB4E523 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, RuntimeObject* ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* G_B5_0 = NULL; FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* G_B4_0 = NULL; int32_t G_B6_0 = 0; FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* G_B6_1 = NULL; { RuntimeObject* L_0 = ___0_data; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_1, _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_2); uint64_t L_4; L_4 = UInt64_Parse_m90068CF93B1268DCAD57BD1D8E1FE811E0AABDC7(L_3, NULL); FailureMessage_set_InvocationId_m845949F28BEB3599E84CB8FB6CF28212AAD36854_inline(__this, L_4, NULL); RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_5, _stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D, (&V_1)); if (!L_6) { goto IL_003d; } } { RuntimeObject* L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_7); FailureMessage_set_ErrorMessage_m5A5B08D4FB19CAD6BD07E94FB6C338F9D3092603_inline(__this, L_8, NULL); } IL_003d: { RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_9, _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E, (&V_1)); if (!L_10) { goto IL_0064; } } { RuntimeObject* L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_11); int32_t L_13; L_13 = Int32_Parse_m273CA1A9C7717C99641291A95C543711C0202AF0(L_12, NULL); if ((((int32_t)L_13) == ((int32_t)1))) { G_B5_0 = __this; goto IL_005e; } G_B4_0 = __this; } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_005f; } IL_005e: { G_B6_0 = 1; G_B6_1 = G_B5_0; } IL_005f: { NullCheck(G_B6_1); FailureMessage_set_IsHubError_m6723FFFD10CA5263EAD4B90C9020D03076F3816E_inline(G_B6_1, (bool)G_B6_0, NULL); } IL_0064: { RuntimeObject* L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_14, _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158, (&V_1)); if (!L_15) { goto IL_007f; } } { RuntimeObject* L_16 = V_1; FailureMessage_set_AdditionalData_m406C6957C8CCB64B14C43CE79E68AD4CE7DD39C6_inline(__this, ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)), NULL); } IL_007f: { RuntimeObject* L_17 = V_0; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_17, _stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758, (&V_1)); if (!L_18) { goto IL_009a; } } { RuntimeObject* L_19 = V_1; NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_19); FailureMessage_set_StackTrace_mAA39B58D5551629D4109A9D1F796433300EDE4E9_inline(__this, L_20, NULL); } IL_009a: { RuntimeObject* L_21 = V_0; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject** >::Invoke(7, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_21, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, (&V_1)); if (!L_22) { goto IL_00b5; } } { RuntimeObject* L_23 = V_1; FailureMessage_set_State_m65272F3587934DED0D79CF07A68606F4EA65E1C3_inline(__this, ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)), NULL); } IL_00b5: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage__ctor_m0A43DE34BBD6316D67D26EAAA65F39B90757EDA4 (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProgressMessage_BestHTTP_SignalR_Messages_IServerMessage_get_Type_m4992AD0EE59B7C8515E3B93A58AFF4AF33372BDA (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, const RuntimeMethod* method) { { return (int32_t)(6); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t ProgressMessage_get_InvocationId_mFC8FF4E1558C29ACEF652536CDD25E8268D59257 (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___U3CInvocationIdU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressMessage_set_InvocationId_m44B9A378FC251ADF1B78E4CFB5EE5B1C7724E483 (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CInvocationIdU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ProgressMessage_get_Progress_mB161C2CF1ECF49A535A414D37689BF996A4CB06B (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, const RuntimeMethod* method) { { double L_0 = __this->___U3CProgressU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressMessage_set_Progress_mEC7FD86EE5CDFD3E23429C0C8C3B29A5F3AF8BB3 (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, double ___0_value, const RuntimeMethod* method) { { double L_0 = ___0_value; __this->___U3CProgressU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressMessage_BestHTTP_SignalR_Messages_IServerMessage_Parse_m2C365797848FC9A1C65C228E3F7E8676EFC5EAE6 (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, RuntimeObject* ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___0_data; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var))); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)), _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_2, _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_3); uint64_t L_5; L_5 = UInt64_Parse_m90068CF93B1268DCAD57BD1D8E1FE811E0AABDC7(L_4, NULL); ProgressMessage_set_InvocationId_m44B9A378FC251ADF1B78E4CFB5EE5B1C7724E483_inline(__this, L_5, NULL); RuntimeObject* L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var, L_6, _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_7); double L_9; L_9 = Double_Parse_mEBC644CE0C86A405283EC4839F872EF9E556670A(L_8, NULL); ProgressMessage_set_Progress_mEC7FD86EE5CDFD3E23429C0C8C3B29A5F3AF8BB3_inline(__this, L_9, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressMessage__ctor_mE75DC09D2E01A79CA2247EFC8FF28CAA3C05D301 (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultJsonEncoder_Encode_m575D6FCB783E008D5BA1FA1AB3116192F48D026B (DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_obj; String_t* L_1; L_1 = Json_Encode_mE70087687189574C31C01AEE3BEA552296833DBA(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultJsonEncoder_DecodeMessage_m5CC4FA5A0259270A205EC3A62BC50C7C3BF1E75D (DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B* __this, String_t* ___0_json, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; { V_0 = (bool)0; String_t* L_0 = ___0_json; RuntimeObject* L_1; L_1 = Json_Decode_mEE093D258F4A0D2A6B206D046294410F5CD7F783(L_0, (&V_0), NULL); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19_il2cpp_TypeInfo_var)); bool L_2 = V_0; if (L_2) { goto IL_0015; } } { return (RuntimeObject*)NULL; } IL_0015: { RuntimeObject* L_3 = V_1; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJsonEncoder__ctor_mA8508DDCAEE7D90E4B8BCFAD57641195E6A282A5 (DefaultJsonEncoder_tC335ECD5E25333E3133E25DD539F4B7023379C2B* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LitJsonEncoder_Encode_m8683C5ACA376150693234B50229C248977D86BC0 (LitJsonEncoder_tB44B9FCDCA35E40A37C132EFDF4E334A8AA3068B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonMapper_t1D8418D75E295325E817EEBABCF549B289BDD24A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F* V_0 = NULL; { JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F* L_0 = (JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F*)il2cpp_codegen_object_new(JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F_il2cpp_TypeInfo_var); JsonWriter__ctor_mFF4C2DE4CAD061714750C2D87291FCF9D0AE4EF0(L_0, NULL); V_0 = L_0; RuntimeObject* L_1 = ___0_obj; JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F* L_2 = V_0; il2cpp_codegen_runtime_class_init_inline(JsonMapper_t1D8418D75E295325E817EEBABCF549B289BDD24A_il2cpp_TypeInfo_var); JsonMapper_ToJson_m3FBB1723553372CD6BACDEB43C496AA7264BBA63(L_1, L_2, NULL); JsonWriter_t303427DE92107A0D92969763C95C5C20DB2D6F8F* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LitJsonEncoder_DecodeMessage_mA9435A0EE7ED6D5E3DBA18D628B93858921DAA96 (LitJsonEncoder_tB44B9FCDCA35E40A37C132EFDF4E334A8AA3068B* __this, String_t* ___0_json, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonMapper_ToObject_TisDictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_mF93ACC239FD523630DD3CFEAE0D87C1F729F5D10_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonMapper_t1D8418D75E295325E817EEBABCF549B289BDD24A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_json; JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD* L_1 = (JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD*)il2cpp_codegen_object_new(JsonReader_t848C81F0C12BBE7E0135F28350F6635928FAAABD_il2cpp_TypeInfo_var); JsonReader__ctor_mA7B3448630453E385BCAADCA985410AFFCE4ACC3(L_1, L_0, NULL); il2cpp_codegen_runtime_class_init_inline(JsonMapper_t1D8418D75E295325E817EEBABCF549B289BDD24A_il2cpp_TypeInfo_var); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_2; L_2 = JsonMapper_ToObject_TisDictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_mF93ACC239FD523630DD3CFEAE0D87C1F729F5D10(L_1, JsonMapper_ToObject_TisDictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_mF93ACC239FD523630DD3CFEAE0D87C1F729F5D10_RuntimeMethod_var); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LitJsonEncoder__ctor_m33A082D2E70A39F9C8AD19541910B0C92157E099 (LitJsonEncoder_tB44B9FCDCA35E40A37C132EFDF4E334A8AA3068B* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_Multicast(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_hub, ___1_method, ___2_args, reinterpret_cast(currentDelegate->___method)); } } void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenInst(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { NullCheck(___0_hub); typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_method, ___2_args, method); } void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenStatic(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_method, ___2_args, method); } void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenVirtual(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { NullCheck(___0_hub); VirtualActionInvoker2< String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_hub, ___1_method, ___2_args); } void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenInterface(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { NullCheck(___0_hub); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_hub, ___1_method, ___2_args); } void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenGenericVirtual(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { NullCheck(___0_hub); GenericVirtualActionInvoker2< String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(method, ___0_hub, ___1_method, ___2_args); } void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenGenericInterface(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { NullCheck(___0_hub); GenericInterfaceActionInvoker2< String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(method, ___0_hub, ___1_method, ___2_args); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallDelegate__ctor_mC40093299F61CF51CDAD37E362E6EA02FC5374C0 (OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (isOpen) __this->___invoke_impl = (intptr_t)&OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 2; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747 (OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_method, ___2_args, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnMethodCallDelegate_BeginInvoke_m06920EA54CD9974E9A2085BE3DC7B070CF4B8FF9 (OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method) { void *__d_args[4] = {0}; __d_args[0] = ___0_hub; __d_args[1] = ___1_method; __d_args[2] = ___2_args; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallDelegate_EndInvoke_mBE7A9C99952FF64F85C776573F9EAC6B8EC6CBD5 (OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_Multicast(OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_hub, ___1_methodCall, reinterpret_cast(currentDelegate->___method)); } } void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenInst(OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) { NullCheck(___0_hub); typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_methodCall, method); } void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenStatic(OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_methodCall, method); } void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenVirtual(OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) { NullCheck(___0_hub); VirtualActionInvoker1< MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_hub, ___1_methodCall); } void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenInterface(OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) { NullCheck(___0_hub); InterfaceActionInvoker1< MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_hub, ___1_methodCall); } void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenGenericVirtual(OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) { NullCheck(___0_hub); GenericVirtualActionInvoker1< MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* >::Invoke(method, ___0_hub, ___1_methodCall); } void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenGenericInterface(OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) { NullCheck(___0_hub); GenericInterfaceActionInvoker1< MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* >::Invoke(method, ___0_hub, ___1_methodCall); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallCallbackDelegate__ctor_m135C4C1E871C95DAC538317E1B4340D76452383D (OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (isOpen) __this->___invoke_impl = (intptr_t)&OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F (OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_methodCall, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnMethodCallCallbackDelegate_BeginInvoke_m6C4F3AD937901BD2C3E3DD2B9F911A1943108EAE (OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_hub; __d_args[1] = ___1_methodCall; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallCallbackDelegate_EndInvoke_m0E105012AD6BF5AB5BCBDB0B44EF5FFC0D7B8EEC (OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_Multicast(OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_hub, ___1_originalMessage, ___2_result, reinterpret_cast(currentDelegate->___method)); } } void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenInst(OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) { NullCheck(___0_hub); typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_originalMessage, ___2_result, method); } void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenStatic(OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_originalMessage, ___2_result, method); } void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenVirtual(OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) { NullCheck(___0_hub); VirtualActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_hub, ___1_originalMessage, ___2_result); } void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenInterface(OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) { NullCheck(___0_hub); InterfaceActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_hub, ___1_originalMessage, ___2_result); } void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenGenericVirtual(OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) { NullCheck(___0_hub); GenericVirtualActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* >::Invoke(method, ___0_hub, ___1_originalMessage, ___2_result); } void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenGenericInterface(OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) { NullCheck(___0_hub); GenericInterfaceActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* >::Invoke(method, ___0_hub, ___1_originalMessage, ___2_result); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodResultDelegate__ctor_m8205BD0C049F229E91C0F1713E1E37CACF241F2C (OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (isOpen) __this->___invoke_impl = (intptr_t)&OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 2; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0 (OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_originalMessage, ___2_result, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnMethodResultDelegate_BeginInvoke_m03187547D6035F7A6AC1DDE29A4BE8CC01E17B30 (OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___0_hub; __d_args[1] = Box(ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_il2cpp_TypeInfo_var, &___1_originalMessage); __d_args[2] = ___2_result; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodResultDelegate_EndInvoke_m72E601514E62D1570B0DC54B946032AEB02E7764 (OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_Multicast(OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_hub, ___1_originalMessage, ___2_error, reinterpret_cast(currentDelegate->___method)); } } void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenInst(OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) { NullCheck(___0_hub); typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_originalMessage, ___2_error, method); } void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenStatic(OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_originalMessage, ___2_error, method); } void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenVirtual(OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) { NullCheck(___0_hub); VirtualActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_hub, ___1_originalMessage, ___2_error); } void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenInterface(OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) { NullCheck(___0_hub); InterfaceActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_hub, ___1_originalMessage, ___2_error); } void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenGenericVirtual(OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) { NullCheck(___0_hub); GenericVirtualActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* >::Invoke(method, ___0_hub, ___1_originalMessage, ___2_error); } void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenGenericInterface(OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) { NullCheck(___0_hub); GenericInterfaceActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* >::Invoke(method, ___0_hub, ___1_originalMessage, ___2_error); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodFailedDelegate__ctor_m1121B8835AA960DB9FF740ABCC952F8CEFB99A1B (OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (isOpen) __this->___invoke_impl = (intptr_t)&OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 2; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9 (OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_originalMessage, ___2_error, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnMethodFailedDelegate_BeginInvoke_mC359B9A627179ECB7147249349E2065FBD4FD4F8 (OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___0_hub; __d_args[1] = Box(ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_il2cpp_TypeInfo_var, &___1_originalMessage); __d_args[2] = ___2_error; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodFailedDelegate_EndInvoke_mB888F43EAB2D34D4CF31216772829364B03EF444 (OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_Multicast(OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_hub, ___1_originialMessage, ___2_progress, reinterpret_cast(currentDelegate->___method)); } } void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenInst(OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) { NullCheck(___0_hub); typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_originialMessage, ___2_progress, method); } void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenStatic(OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_hub, ___1_originialMessage, ___2_progress, method); } void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenVirtual(OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) { NullCheck(___0_hub); VirtualActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_hub, ___1_originialMessage, ___2_progress); } void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenInterface(OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) { NullCheck(___0_hub); InterfaceActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_hub, ___1_originialMessage, ___2_progress); } void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenGenericVirtual(OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) { NullCheck(___0_hub); GenericVirtualActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* >::Invoke(method, ___0_hub, ___1_originialMessage, ___2_progress); } void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenGenericInterface(OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) { NullCheck(___0_hub); GenericInterfaceActionInvoker2< ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* >::Invoke(method, ___0_hub, ___1_originialMessage, ___2_progress); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodProgressDelegate__ctor_m6A4DFDA6298AE4BBB57146AC6EC20ED6A4B2F9AA (OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (isOpen) __this->___invoke_impl = (intptr_t)&OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 2; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7 (OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_originialMessage, ___2_progress, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnMethodProgressDelegate_BeginInvoke_m385A7CB9F86BCE313CC10B3E0C7E8908C8B596C9 (OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___0_hub; __d_args[1] = Box(ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA_il2cpp_TypeInfo_var, &___1_originialMessage); __d_args[2] = ___2_progress; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodProgressDelegate_EndInvoke_m7CF1CA260EEB6E2DB03A6017B2330DE59EAE6208 (OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_set_Name_mAD430B6FD104F7E01DF62C05069CE52102A40C42 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* Hub_get_State_m44F49D590706FB0989AC64042FF11F6EAA83F1FC (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = __this->___state; if (L_0) { goto IL_0013; } } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_1 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_1, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var); __this->___state = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___state), (void*)L_1); } IL_0013: { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_2 = __this->___state; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_add_OnMethodCall_m58FE77A7D1FE472565F5299AE3362C5CB1E45B9F (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* V_0 = NULL; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* V_1 = NULL; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* V_2 = NULL; { OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_0 = __this->___OnMethodCall; V_0 = L_0; } IL_0007: { OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_1 = V_0; V_1 = L_1; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_2 = V_1; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A*)CastclassSealed((RuntimeObject*)L_4, OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A_il2cpp_TypeInfo_var)); OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A** L_5 = (OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A**)(&__this->___OnMethodCall); OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_6 = V_2; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_7 = V_1; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_9 = V_0; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_10 = V_1; if ((!(((RuntimeObject*)(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A*)L_9) == ((RuntimeObject*)(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_remove_OnMethodCall_m08BB63AA86668F1EC7C276F5E78C6CE13E894B98 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* V_0 = NULL; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* V_1 = NULL; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* V_2 = NULL; { OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_0 = __this->___OnMethodCall; V_0 = L_0; } IL_0007: { OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_1 = V_0; V_1 = L_1; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_2 = V_1; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A*)CastclassSealed((RuntimeObject*)L_4, OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A_il2cpp_TypeInfo_var)); OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A** L_5 = (OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A**)(&__this->___OnMethodCall); OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_6 = V_2; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_7 = V_1; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_9 = V_0; OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_10 = V_1; if ((!(((RuntimeObject*)(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A*)L_9) == ((RuntimeObject*)(OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* Hub_BestHTTP_SignalR_Hubs_IHub_get_Connection_m2B8CC9B045B8EDE83C031AB5D180DEEA5C3C6B7C (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, const RuntimeMethod* method) { { Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_0 = __this->___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_BestHTTP_SignalR_Hubs_IHub_set_Connection_mF5EA52051F0174F6EA1D34E5F8F8F4A3481F5925 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_value, const RuntimeMethod* method) { { Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_0 = ___0_value; __this->___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub__ctor_mD00A265E7CD2B69224358A1BDE4F45509AB7F8CD (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_name, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; Hub__ctor_mCD38EECBFE1B7F13BD5698B17903D6C22A0BDD3B(__this, L_0, (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub__ctor_mCD38EECBFE1B7F13BD5698B17903D6C22A0BDD3B (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_name, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___1_manager, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m2FD1D604A4C06CBF498D6AF13BB0BA88DB797FC0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m867B7409315BB6BC8D1F46CD87ED64A83F366022_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* L_0 = (Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B*)il2cpp_codegen_object_new(Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2FD1D604A4C06CBF498D6AF13BB0BA88DB797FC0(L_0, Dictionary_2__ctor_m2FD1D604A4C06CBF498D6AF13BB0BA88DB797FC0_RuntimeMethod_var); __this->___SentMessages = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___SentMessages), (void*)L_0); Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04* L_1 = (Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04*)il2cpp_codegen_object_new(Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04_il2cpp_TypeInfo_var); Dictionary_2__ctor_m867B7409315BB6BC8D1F46CD87ED64A83F366022(L_1, Dictionary_2__ctor_m867B7409315BB6BC8D1F46CD87ED64A83F366022_RuntimeMethod_var); __this->___MethodTable = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___MethodTable), (void*)L_1); StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL); __this->___builder = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___builder), (void*)L_2); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); String_t* L_3 = ___0_name; Hub_set_Name_mAD430B6FD104F7E01DF62C05069CE52102A40C42_inline(__this, L_3, NULL); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_4 = ___1_manager; InterfaceActionInvoker1< Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* >::Invoke(1, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, __this, L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_On_m7DFD10AC92DEB4F6C743A9964BD09393B6294306 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_method, OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* ___1_callback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD80DA559447CCD499D683404021B11B6263ACEEF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04* L_0 = __this->___MethodTable; String_t* L_1 = ___0_method; OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* L_2 = ___1_callback; NullCheck(L_0); Dictionary_2_set_Item_mD80DA559447CCD499D683404021B11B6263ACEEF(L_0, L_1, L_2, Dictionary_2_set_Item_mD80DA559447CCD499D683404021B11B6263ACEEF_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_Off_mC452F5A16990A70392C26034DDA3B07B073BECB8 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_method, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD80DA559447CCD499D683404021B11B6263ACEEF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04* L_0 = __this->___MethodTable; String_t* L_1 = ___0_method; NullCheck(L_0); Dictionary_2_set_Item_mD80DA559447CCD499D683404021B11B6263ACEEF(L_0, L_1, (OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D*)NULL, Dictionary_2_set_Item_mD80DA559447CCD499D683404021B11B6263ACEEF_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_mC1D9E60AB357AF198D44112B80E38E3177307633 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) { { String_t* L_0 = ___0_method; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___1_args; bool L_2; L_2 = Hub_Call_m4A972CDFF7339E23685E0DC37D1506F81DDAC2D3(__this, L_0, (OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F*)NULL, (OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977*)NULL, (OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF*)NULL, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m6D3F34BD45229541FF85BC4E0B68D8D39E096938 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_method, OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* ___1_onResult, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { { String_t* L_0 = ___0_method; OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* L_1 = ___1_onResult; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___2_args; bool L_3; L_3 = Hub_Call_m4A972CDFF7339E23685E0DC37D1506F81DDAC2D3(__this, L_0, L_1, (OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977*)NULL, (OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF*)NULL, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_mD6F6047A5C24F4233C25F2E17CC8E4088F6C4E39 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_method, OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* ___1_onResult, OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* ___2_onResultError, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method) { { String_t* L_0 = ___0_method; OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* L_1 = ___1_onResult; OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* L_2 = ___2_onResultError; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ___3_args; bool L_4; L_4 = Hub_Call_m4A972CDFF7339E23685E0DC37D1506F81DDAC2D3(__this, L_0, L_1, L_2, (OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF*)NULL, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m70E9DF32530D08CE6366267E45C61C9DFA289738 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_method, OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* ___1_onResult, OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* ___2_onProgress, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method) { { String_t* L_0 = ___0_method; OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* L_1 = ___1_onResult; OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* L_2 = ___2_onProgress; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ___3_args; bool L_4; L_4 = Hub_Call_m4A972CDFF7339E23685E0DC37D1506F81DDAC2D3(__this, L_0, L_1, (OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977*)NULL, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m4A972CDFF7339E23685E0DC37D1506F81DDAC2D3 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_method, OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* ___1_onResult, OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* ___2_onResultError, OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* ___3_onProgress, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___4_args, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; uint64_t V_3 = 0; bool V_4 = false; { V_0 = __this; RuntimeObject* L_0 = V_0; NullCheck(L_0); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_1; L_1 = InterfaceFuncInvoker0< Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* >::Invoke(0, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); RuntimeObject* L_2 = L_1->___SyncRoot; V_1 = L_2; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005a: { { bool L_3 = V_2; if (!L_3) { goto IL_0063; } } { RuntimeObject* L_4 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_0063: { return; } } }); try { RuntimeObject* L_5 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL); RuntimeObject* L_6 = V_0; NullCheck(L_6); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_7; L_7 = InterfaceFuncInvoker0< Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* >::Invoke(0, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_6); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_8 = L_7; NullCheck(L_8); uint64_t L_9; L_9 = Connection_get_ClientMessageCounter_mF169D5A5E9CA4444D12B2CD28CDD1A761B3E831B_inline(L_8, NULL); NullCheck(L_8); Connection_set_ClientMessageCounter_mB612420473F5C7493490DE3195B7AB0A91DD5878_inline(L_8, ((int64_t)((uint64_t)(int64_t)L_9%(uint64_t)(int64_t)((int64_t)(-1)))), NULL); RuntimeObject* L_10 = V_0; String_t* L_11 = ___0_method; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = ___4_args; RuntimeObject* L_13 = V_0; NullCheck(L_13); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_14; L_14 = InterfaceFuncInvoker0< Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* >::Invoke(0, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_13); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_15 = L_14; NullCheck(L_15); uint64_t L_16; L_16 = Connection_get_ClientMessageCounter_mF169D5A5E9CA4444D12B2CD28CDD1A761B3E831B_inline(L_15, NULL); V_3 = L_16; uint64_t L_17 = V_3; NullCheck(L_15); Connection_set_ClientMessageCounter_mB612420473F5C7493490DE3195B7AB0A91DD5878_inline(L_15, ((int64_t)il2cpp_codegen_add((int64_t)L_17, ((int64_t)1))), NULL); uint64_t L_18 = V_3; OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* L_19 = ___1_onResult; OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* L_20 = ___2_onResultError; OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* L_21 = ___3_onProgress; ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_22; memset((&L_22), 0, sizeof(L_22)); ClientMessage__ctor_m42847011607498AD173D0ADD95BB889311097832((&L_22), __this, L_11, L_12, L_18, L_19, L_20, L_21, NULL); NullCheck(L_10); bool L_23; L_23 = InterfaceFuncInvoker1< bool, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA >::Invoke(2, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_10, L_22); V_4 = L_23; goto IL_0064; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0064: { bool L_24 = V_4; return L_24; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_BestHTTP_SignalR_Hubs_IHub_Call_m9EDA24A0D335B3894EBCD40222B782841DC5E3F4 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___0_msg, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m7135355D8C07707EA75EA11684C9CB28C9CCAAD8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; { V_0 = __this; RuntimeObject* L_0 = V_0; NullCheck(L_0); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_1; L_1 = InterfaceFuncInvoker0< Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* >::Invoke(0, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); RuntimeObject* L_2 = L_1->___SyncRoot; V_1 = L_2; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0044: { { bool L_3 = V_2; if (!L_3) { goto IL_004d; } } { RuntimeObject* L_4 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_004d: { return; } } }); try { { RuntimeObject* L_5 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL); RuntimeObject* L_6 = V_0; NullCheck(L_6); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_7; L_7 = InterfaceFuncInvoker0< Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* >::Invoke(0, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, L_6); ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_8 = ___0_msg; String_t* L_9; L_9 = Hub_BuildMessage_mAF108B3787EAC156839A3029798B345458C5B6C1(__this, L_8, NULL); NullCheck(L_7); bool L_10; L_10 = Connection_SendJson_m0B8D7FD77BFCB9DFF7616F37B65170F35269160F(L_7, L_9, NULL); if (L_10) { goto IL_0030_1; } } { V_3 = (bool)0; goto IL_0050; } IL_0030_1: { Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* L_11 = __this->___SentMessages; ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_12 = ___0_msg; uint64_t L_13 = L_12.___CallIdx; ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_14 = ___0_msg; NullCheck(L_11); Dictionary_2_Add_m7135355D8C07707EA75EA11684C9CB28C9CCAAD8(L_11, L_13, L_14, Dictionary_2_Add_m7135355D8C07707EA75EA11684C9CB28C9CCAAD8_RuntimeMethod_var); goto IL_004e; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004e: { return (bool)1; } IL_0050: { bool L_15 = V_3; return L_15; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_BestHTTP_SignalR_Hubs_IHub_HasSentMessageId_m3C1161D29FBD2FBFF084AAB26EEA151E3ECCC3A6 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, uint64_t ___0_id, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mE444E9C992C0CDECEC0D77F6BB0B534405F33857_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* L_0 = __this->___SentMessages; uint64_t L_1 = ___0_id; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_ContainsKey_mE444E9C992C0CDECEC0D77F6BB0B534405F33857(L_0, L_1, Dictionary_2_ContainsKey_mE444E9C992C0CDECEC0D77F6BB0B534405F33857_RuntimeMethod_var); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_BestHTTP_SignalR_Hubs_IHub_Close_m9819C1328D8A7CD25F6B68E4F86EE2194AE01E8B (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m7A107B30C5331AD503EDD5B9395EC8A389DEBC4C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* L_0 = __this->___SentMessages; NullCheck(L_0); Dictionary_2_Clear_m7A107B30C5331AD503EDD5B9395EC8A389DEBC4C(L_0, Dictionary_2_Clear_m7A107B30C5331AD503EDD5B9395EC8A389DEBC4C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_BestHTTP_SignalR_Hubs_IHub_OnMethod_m6FD03A140C2CFD91E3AEC9B0A67A54A73559699D (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___0_msg, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m59B33F6DC60F546AB2340E8E1D2E76E0D0061189_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5003179EF96A91A0848E7B4544B22658295360DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96); s_Il2CppMethodInitialized = true; } OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* V_0 = NULL; Exception_t* V_1 = NULL; Exception_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_0 = ___0_msg; NullCheck(L_0); RuntimeObject* L_1; L_1 = MethodCallMessage_get_State_m912AA6B4FE84924B1FA7E4362D914F95F1ACBB68_inline(L_0, NULL); Hub_MergeState_m82714198ECA311A2591F738C323D5399672EE3B0(__this, L_1, NULL); OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_2 = __this->___OnMethodCall; if (!L_2) { goto IL_0051; } } try { OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* L_3 = __this->___OnMethodCall; MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_4 = ___0_msg; NullCheck(L_4); String_t* L_5; L_5 = MethodCallMessage_get_Method_m81577A8EC9CA6B5357E3820D9F71EB6D311109ED_inline(L_4, NULL); MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_6 = ___0_msg; NullCheck(L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7; L_7 = MethodCallMessage_get_Arguments_mCB5D82797C5E56D9772FB8744B396D3D5D1478B3_inline(L_6, NULL); NullCheck(L_3); OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_inline(L_3, __this, L_5, L_7, NULL); goto IL_0051; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002e; } throw e; } CATCH_002e: { Exception_t* L_8 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_1 = L_8; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_10; L_10 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); String_t* L_11; L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96)), L_10, NULL); Exception_t* L_12 = V_1; NullCheck(L_9); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_9, L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8179691FB1B466DBDF736DA6A856E4D5D9C2FF4A)), L_12); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0051; } IL_0051: { Dictionary_2_t703A830A42E33EBEAB00420B4D55429F80A92F04* L_13 = __this->___MethodTable; MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_14 = ___0_msg; NullCheck(L_14); String_t* L_15; L_15 = MethodCallMessage_get_Method_m81577A8EC9CA6B5357E3820D9F71EB6D311109ED_inline(L_14, NULL); NullCheck(L_13); bool L_16; L_16 = Dictionary_2_TryGetValue_m59B33F6DC60F546AB2340E8E1D2E76E0D0061189(L_13, L_15, (&V_0), Dictionary_2_TryGetValue_m59B33F6DC60F546AB2340E8E1D2E76E0D0061189_RuntimeMethod_var); if (!L_16) { goto IL_0096; } } { OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* L_17 = V_0; if (!L_17) { goto IL_0096; } } try { OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* L_18 = V_0; MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_19 = ___0_msg; NullCheck(L_18); OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_inline(L_18, __this, L_19, NULL); goto IL_00d3; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0073; } throw e; } CATCH_0073: { Exception_t* L_20 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_2 = L_20; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_21; L_21 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_22; L_22 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); String_t* L_23; L_23 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96)), L_22, NULL); Exception_t* L_24 = V_2; NullCheck(L_21); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_21, L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0F3885041B08F24433786068C2FC57B9F3DE1610)), L_24); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00d3; } IL_0096: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_25; L_25 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_26; L_26 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); String_t* L_27; L_27 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96, L_26, NULL); String_t* L_28; L_28 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_29 = ___0_msg; NullCheck(L_29); String_t* L_30; L_30 = MethodCallMessage_get_Method_m81577A8EC9CA6B5357E3820D9F71EB6D311109ED_inline(L_29, NULL); MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* L_31 = ___0_msg; NullCheck(L_31); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_32; L_32 = MethodCallMessage_get_Arguments_mCB5D82797C5E56D9772FB8744B396D3D5D1478B3_inline(L_31, NULL); NullCheck(L_32); int32_t L_33 = ((int32_t)(((RuntimeArray*)L_32)->max_length)); RuntimeObject* L_34 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_33); String_t* L_35; L_35 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral5003179EF96A91A0848E7B4544B22658295360DE, L_28, L_30, L_34, NULL); NullCheck(L_25); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_25, L_27, L_35); } IL_00d3: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_BestHTTP_SignalR_Hubs_IHub_OnMessage_mE34955DEF5A6A1A986F4C946F36E36B5FC26BFBD (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, RuntimeObject* ___0_msg, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m1552899B260F47520A22176E23EA859A3E680EE4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mCBA59D7CAC477D89399A19FE5507D2BBAD1AF4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHubMessage_tCAB15605A47E458A977F2BCC1ED87B078D1ACC1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2B306D82330FDC1F4F18BDA7ED68757DC41492C); s_Il2CppMethodInitialized = true; } ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA V_0; memset((&V_0), 0, sizeof(V_0)); uint64_t V_1 = 0; ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* V_2 = NULL; FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* V_3 = NULL; int32_t V_4 = 0; Exception_t* V_5 = NULL; Exception_t* V_6 = NULL; Exception_t* V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___0_msg; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_0, IHubMessage_tCAB15605A47E458A977F2BCC1ED87B078D1ACC1C_il2cpp_TypeInfo_var))); uint64_t L_1; L_1 = InterfaceFuncInvoker0< uint64_t >::Invoke(0, IHubMessage_tCAB15605A47E458A977F2BCC1ED87B078D1ACC1C_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IHubMessage_tCAB15605A47E458A977F2BCC1ED87B078D1ACC1C_il2cpp_TypeInfo_var))); V_1 = L_1; Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* L_2 = __this->___SentMessages; uint64_t L_3 = V_1; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_TryGetValue_mCBA59D7CAC477D89399A19FE5507D2BBAD1AF4D3(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_mCBA59D7CAC477D89399A19FE5507D2BBAD1AF4D3_RuntimeMethod_var); if (L_4) { goto IL_0048; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_6; L_6 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); String_t* L_7; L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96, L_6, NULL); String_t* L_8; L_8 = UInt64_ToString_mD3AAE57EA18A6779F5A17E4F91C900A231EB0A6F((&V_1), NULL); String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralC2B306D82330FDC1F4F18BDA7ED68757DC41492C, L_8, NULL); NullCheck(L_5); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_5, L_7, L_9); return; } IL_0048: { RuntimeObject* L_10 = ___0_msg; NullCheck(L_10); int32_t L_11; L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(0, IServerMessage_t73ECE69D1019CBB98F5EFB8C454D2D50C24FB01D_il2cpp_TypeInfo_var, L_10); V_4 = L_11; int32_t L_12 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, 3))) { case 0: { goto IL_006a; } case 1: { goto IL_00c8; } case 2: { goto IL_0168; } case 3: { goto IL_0126; } } } { return; } IL_006a: { RuntimeObject* L_13 = ___0_msg; V_2 = ((ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D*)IsInstSealed((RuntimeObject*)L_13, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D_il2cpp_TypeInfo_var)); ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* L_14 = V_2; NullCheck(L_14); RuntimeObject* L_15; L_15 = ResultMessage_get_State_m39E34EA28DE2C2FBCD0EA9A76995F8DC4B72DC51_inline(L_14, NULL); Hub_MergeState_m82714198ECA311A2591F738C323D5399672EE3B0(__this, L_15, NULL); ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_16 = V_0; OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* L_17 = L_16.___ResultCallback; if (!L_17) { goto IL_00ba; } } try { ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_18 = V_0; OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* L_19 = L_18.___ResultCallback; ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_20 = V_0; ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* L_21 = V_2; NullCheck(L_19); OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_inline(L_19, __this, L_20, L_21, NULL); goto IL_00ba; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0095; } throw e; } CATCH_0095: { Exception_t* L_22 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_5 = L_22; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_23; L_23 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_24; L_24 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); String_t* L_25; L_25 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE63B727CB892FA382A223ADAA38661EE6545AF7)), L_24, NULL); Exception_t* L_26 = V_5; NullCheck(L_23); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_23, L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E8779109C8DE5831BDDF3CF3905FD03460BC270)), L_26); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00ba; } IL_00ba: { Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* L_27 = __this->___SentMessages; uint64_t L_28 = V_1; NullCheck(L_27); bool L_29; L_29 = Dictionary_2_Remove_m1552899B260F47520A22176E23EA859A3E680EE4(L_27, L_28, Dictionary_2_Remove_m1552899B260F47520A22176E23EA859A3E680EE4_RuntimeMethod_var); return; } IL_00c8: { RuntimeObject* L_30 = ___0_msg; V_3 = ((FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7*)IsInstSealed((RuntimeObject*)L_30, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7_il2cpp_TypeInfo_var)); FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* L_31 = V_3; NullCheck(L_31); RuntimeObject* L_32; L_32 = FailureMessage_get_State_m44B595607C80522E79BB55916759E0F90B898D81_inline(L_31, NULL); Hub_MergeState_m82714198ECA311A2591F738C323D5399672EE3B0(__this, L_32, NULL); ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_33 = V_0; OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* L_34 = L_33.___ResultErrorCallback; if (!L_34) { goto IL_0118; } } try { ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_35 = V_0; OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* L_36 = L_35.___ResultErrorCallback; ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_37 = V_0; FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* L_38 = V_3; NullCheck(L_36); OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_inline(L_36, __this, L_37, L_38, NULL); goto IL_0118; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00f3; } throw e; } CATCH_00f3: { Exception_t* L_39 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_6 = L_39; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_40; L_40 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_41; L_41 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); String_t* L_42; L_42 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE63B727CB892FA382A223ADAA38661EE6545AF7)), L_41, NULL); Exception_t* L_43 = V_6; NullCheck(L_40); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_40, L_42, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral100F66B34DED70C9F077241426609E1784905F15)), L_43); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0118; } IL_0118: { Dictionary_2_tF85383A9881DC104C926A5838876B84CE1EA9C5B* L_44 = __this->___SentMessages; uint64_t L_45 = V_1; NullCheck(L_44); bool L_46; L_46 = Dictionary_2_Remove_m1552899B260F47520A22176E23EA859A3E680EE4(L_44, L_45, Dictionary_2_Remove_m1552899B260F47520A22176E23EA859A3E680EE4_RuntimeMethod_var); return; } IL_0126: { ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_47 = V_0; OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* L_48 = L_47.___ProgressCallback; if (!L_48) { goto IL_0168; } } try { ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_49 = V_0; OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* L_50 = L_49.___ProgressCallback; ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_51 = V_0; RuntimeObject* L_52 = ___0_msg; NullCheck(L_50); OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_inline(L_50, __this, L_51, ((ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B*)IsInstSealed((RuntimeObject*)L_52, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B_il2cpp_TypeInfo_var)), NULL); goto IL_0168; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0143; } throw e; } CATCH_0143: { Exception_t* L_53 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_7 = L_53; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_54; L_54 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_55; L_55 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); String_t* L_56; L_56 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE63B727CB892FA382A223ADAA38661EE6545AF7)), L_55, NULL); Exception_t* L_57 = V_7; NullCheck(L_54); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_54, L_56, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA500EB6C4EAA770A74A65F9913CA6CE529AD7B8F)), L_57); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0168; } IL_0168: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_MergeState_m82714198ECA311A2591F738C323D5399672EE3B0 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, RuntimeObject* ___0_state, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t7FAFDB77857BA6F1396E710E9F065944B2183233_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t1F32F711C91AEBCFA4770668CA067447D2A4F665_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t913F242211877D391217C9D75152235266FDAF10_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject* L_0 = ___0_state; if (!L_0) { goto IL_0049; } } { RuntimeObject* L_1 = ___0_state; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0, ICollection_1_t7FAFDB77857BA6F1396E710E9F065944B2183233_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0049; } } { RuntimeObject* L_3 = ___0_state; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t1F32F711C91AEBCFA4770668CA067447D2A4F665_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003f: { { RuntimeObject* L_5 = V_0; if (!L_5) { goto IL_0048; } } { RuntimeObject* L_6 = V_0; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_0048: { return; } } }); try { { goto IL_0035_1; } IL_0015_1: { RuntimeObject* L_7 = V_0; NullCheck(L_7); KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 L_8; L_8 = InterfaceFuncInvoker0< KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 >::Invoke(0, IEnumerator_1_t913F242211877D391217C9D75152235266FDAF10_il2cpp_TypeInfo_var, L_7); V_1 = L_8; Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_9; L_9 = Hub_get_State_m44F49D590706FB0989AC64042FF11F6EAA83F1FC(__this, NULL); String_t* L_10; L_10 = KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_inline((&V_1), KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var); RuntimeObject* L_11; L_11 = KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_inline((&V_1), KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var); NullCheck(L_9); Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_9, L_10, L_11, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var); } IL_0035_1: { RuntimeObject* L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0015_1; } } { goto IL_0049; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0049: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hub_BuildMessage_mAF108B3787EAC156839A3029798B345458C5B6C1 (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___0_msg, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mA194D0E2787B81ED9FC54005AF0B23147EF51CBA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonEncoder_tDF9FF5FAC544F6BDCFD682648392B934B6E4640B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CFFCA0FD63404F4FD5ABD88691B64EB35DD6763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6185241CEEDF3838454B9B73E43267F97557BDF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80AB0500744377D0F8FE43B4E6065B7218B2DD40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA704818CAB6F39E183D25D84ADBC14AB37E22C38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC72D6939B89294A9F2EC1C41F48E257B97B8759A); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Exception_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0172: { StringBuilder_t* L_0 = __this->___builder; NullCheck(L_0); StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_0, 0, NULL); return; } }); try { try { { StringBuilder_t* L_1 = __this->___builder; NullCheck(L_1); StringBuilder_t* L_2; L_2 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_1, _stringLiteralC72D6939B89294A9F2EC1C41F48E257B97B8759A, NULL); StringBuilder_t* L_3 = __this->___builder; String_t* L_4; L_4 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); NullCheck(L_3); StringBuilder_t* L_5; L_5 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_3, L_4, NULL); StringBuilder_t* L_6 = __this->___builder; NullCheck(L_6); StringBuilder_t* L_7; L_7 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_6, _stringLiteralA704818CAB6F39E183D25D84ADBC14AB37E22C38, NULL); StringBuilder_t* L_8 = __this->___builder; ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_9 = ___0_msg; String_t* L_10 = L_9.___Method; NullCheck(L_8); StringBuilder_t* L_11; L_11 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_8, L_10, NULL); StringBuilder_t* L_12 = __this->___builder; NullCheck(L_12); StringBuilder_t* L_13; L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, _stringLiteral6185241CEEDF3838454B9B73E43267F97557BDF7, NULL); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_0 = L_14; ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_15 = ___0_msg; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_15.___Args; if (!L_16) { goto IL_0087_2; } } { ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_17 = ___0_msg; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_17.___Args; NullCheck(L_18); if (!(((RuntimeArray*)L_18)->max_length)) { goto IL_0087_2; } } { Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_19; L_19 = InterfaceFuncInvoker0< Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* >::Invoke(0, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, __this); NullCheck(L_19); RuntimeObject* L_20; L_20 = Connection_get_JsonEncoder_mCD0BF49DACA36A7238A610E55686DE6AA1039594_inline(L_19, NULL); ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_21 = ___0_msg; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = L_21.___Args; NullCheck(L_20); String_t* L_23; L_23 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(0, IJsonEncoder_tDF9FF5FAC544F6BDCFD682648392B934B6E4640B_il2cpp_TypeInfo_var, L_20, (RuntimeObject*)L_22); V_0 = L_23; goto IL_008d_2; } IL_0087_2: { V_0 = _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6; } IL_008d_2: { StringBuilder_t* L_24 = __this->___builder; String_t* L_25 = V_0; NullCheck(L_24); StringBuilder_t* L_26; L_26 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_24, L_25, NULL); StringBuilder_t* L_27 = __this->___builder; NullCheck(L_27); StringBuilder_t* L_28; L_28 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_27, _stringLiteral80AB0500744377D0F8FE43B4E6065B7218B2DD40, NULL); StringBuilder_t* L_29 = __this->___builder; uint64_t* L_30 = (uint64_t*)(&(&___0_msg)->___CallIdx); String_t* L_31; L_31 = UInt64_ToString_mD3AAE57EA18A6779F5A17E4F91C900A231EB0A6F(L_30, NULL); NullCheck(L_29); StringBuilder_t* L_32; L_32 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_29, L_31, NULL); StringBuilder_t* L_33 = __this->___builder; NullCheck(L_33); StringBuilder_t* L_34; L_34 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_33, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL); ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_35 = ___0_msg; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_36 = L_35.___Hub; NullCheck(L_36); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_37 = L_36->___state; if (!L_37) { goto IL_012e_2; } } { ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_38 = ___0_msg; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_39 = L_38.___Hub; NullCheck(L_39); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_40 = L_39->___state; NullCheck(L_40); int32_t L_41; L_41 = Dictionary_2_get_Count_mA194D0E2787B81ED9FC54005AF0B23147EF51CBA(L_40, Dictionary_2_get_Count_mA194D0E2787B81ED9FC54005AF0B23147EF51CBA_RuntimeMethod_var); if ((((int32_t)L_41) <= ((int32_t)0))) { goto IL_012e_2; } } { StringBuilder_t* L_42 = __this->___builder; NullCheck(L_42); StringBuilder_t* L_43; L_43 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_42, _stringLiteral2CFFCA0FD63404F4FD5ABD88691B64EB35DD6763, NULL); Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* L_44; L_44 = InterfaceFuncInvoker0< Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* >::Invoke(0, IHub_tAF768B269B292D9291ABEC0BBD1C7701BF203B45_il2cpp_TypeInfo_var, __this); NullCheck(L_44); RuntimeObject* L_45; L_45 = Connection_get_JsonEncoder_mCD0BF49DACA36A7238A610E55686DE6AA1039594_inline(L_44, NULL); ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA L_46 = ___0_msg; Hub_t031250F588A18B3354937398C9FB54119774E3C0* L_47 = L_46.___Hub; NullCheck(L_47); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_48 = L_47->___state; NullCheck(L_45); String_t* L_49; L_49 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(0, IJsonEncoder_tDF9FF5FAC544F6BDCFD682648392B934B6E4640B_il2cpp_TypeInfo_var, L_45, L_48); V_0 = L_49; StringBuilder_t* L_50 = __this->___builder; String_t* L_51 = V_0; NullCheck(L_50); StringBuilder_t* L_52; L_52 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_50, L_51, NULL); } IL_012e_2: { StringBuilder_t* L_53 = __this->___builder; NullCheck(L_53); StringBuilder_t* L_54; L_54 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_53, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL); StringBuilder_t* L_55 = __this->___builder; NullCheck(L_55); String_t* L_56; L_56 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_55); V_1 = L_56; goto IL_017f; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_014d_1; } throw e; } CATCH_014d_1: { Exception_t* L_57 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_2 = L_57; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_58; L_58 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_59; L_59 = Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline(__this, NULL); String_t* L_60; L_60 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96)), L_59, NULL); Exception_t* L_61 = V_2; NullCheck(L_58); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_58, L_60, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D)), L_61); V_1 = (String_t*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_017f; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_017f: { String_t* L_62 = V_1; return L_62; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_Multicast(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_provider, reinterpret_cast(currentDelegate->___method)); } } void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenInst(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { NullCheck(___0_provider); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_provider, method); } void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenStatic(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_provider, method); } void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenVirtual(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { NullCheck(___0_provider); VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), ___0_provider); } void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenInterface(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { NullCheck(___0_provider); InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_provider); } void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenGenericVirtual(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { NullCheck(___0_provider); GenericVirtualActionInvoker0::Invoke(method, ___0_provider); } void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenGenericInterface(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { NullCheck(___0_provider); GenericInterfaceActionInvoker0::Invoke(method, ___0_provider); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationSuccededDelegate__ctor_m8291FBE90B7E366E7DEBB77E4720C781458B7553 (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (isOpen) __this->___invoke_impl = (intptr_t)&OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 0; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451 (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_provider, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnAuthenticationSuccededDelegate_BeginInvoke_mC13CF394617CC187373ACBB41E399379FDB58A27 (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_provider; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationSuccededDelegate_EndInvoke_m5601F6C28FB9E6C2B6452766A1A716F8CF146B25 (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_Multicast(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_provider, ___1_reason, reinterpret_cast(currentDelegate->___method)); } } void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenInst(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { NullCheck(___0_provider); typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_provider, ___1_reason, method); } void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenStatic(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_provider, ___1_reason, method); } void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenVirtual(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { NullCheck(___0_provider); VirtualActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_provider, ___1_reason); } void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenInterface(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { NullCheck(___0_provider); InterfaceActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_provider, ___1_reason); } void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenGenericVirtual(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { NullCheck(___0_provider); GenericVirtualActionInvoker1< String_t* >::Invoke(method, ___0_provider, ___1_reason); } void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenGenericInterface(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { NullCheck(___0_provider); GenericInterfaceActionInvoker1< String_t* >::Invoke(method, ___0_provider, ___1_reason); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationFailedDelegate__ctor_mA06E58AAFDB76B19CC933190161EAAC50321ABC6 (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (isOpen) __this->___invoke_impl = (intptr_t)&OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_provider, ___1_reason, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnAuthenticationFailedDelegate_BeginInvoke_mDFA00196378C962EBE9B503AF5E9EC862080B2E0 (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_provider; __d_args[1] = ___1_reason; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationFailedDelegate_EndInvoke_m35CD152E45F8A09CF8B161243E9939495295DE49 (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* SampleCookieAuthentication_get_AuthUri_mCBD855B20A0E2A43C583F22FAF6A0158C743AE04 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___U3CAuthUriU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_AuthUri_m34EED1F26E6C6EAA6E66565036F7FE2EE4EC18C1 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___U3CAuthUriU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAuthUriU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SampleCookieAuthentication_get_UserName_m1DA043DA1413DF14492A2D20D9B45AA1C0E2A2FE (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CUserNameU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_UserName_mE62E7938F935C13EF8248240C30EC9A794B49C9C (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CUserNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUserNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SampleCookieAuthentication_get_Password_m628E9E4F8BB14C4A932C90C2FD0F074247F7A3D0 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CPasswordU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_Password_mC09DFC6B8CAFBD98C6E29AE31EDD74C0CDB127C9 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CPasswordU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPasswordU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SampleCookieAuthentication_get_UserRoles_m78A4DE70854383AFC15458B7FE75AA851D4068E4 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CUserRolesU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_UserRoles_mA6AD04E79FD36E92B292AFDFE90C674FC000586B (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CUserRolesU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUserRolesU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SampleCookieAuthentication_get_IsPreAuthRequired_mFFB041BCF4851AD2DB5D3CCBFFBAB75501F72444 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsPreAuthRequiredU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_IsPreAuthRequired_m9FF3B926CC6382912DCC106C4BEC6B41251216EF (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsPreAuthRequiredU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_add_OnAuthenticationSucceded_m461B44F1C98FF8AFDCBB0552216FC0912E5EEA1D (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_0 = NULL; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_1 = NULL; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_2 = NULL; { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_0 = __this->___OnAuthenticationSucceded; V_0 = L_0; } IL_0007: { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_1 = V_0; V_1 = L_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_2 = V_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var)); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC** L_5 = (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC**)(&__this->___OnAuthenticationSucceded); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_6 = V_2; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_7 = V_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_9 = V_0; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)L_9) == ((RuntimeObject*)(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_remove_OnAuthenticationSucceded_m73103D54E9AE951F93C4B730330CE40F74363DD0 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_0 = NULL; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_1 = NULL; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_2 = NULL; { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_0 = __this->___OnAuthenticationSucceded; V_0 = L_0; } IL_0007: { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_1 = V_0; V_1 = L_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_2 = V_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var)); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC** L_5 = (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC**)(&__this->___OnAuthenticationSucceded); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_6 = V_2; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_7 = V_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_9 = V_0; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)L_9) == ((RuntimeObject*)(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_add_OnAuthenticationFailed_mA34770D2E417E74CAEA88F9DC81F06B8719EE8A3 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_0 = NULL; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_1 = NULL; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_2 = NULL; { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_0 = __this->___OnAuthenticationFailed; V_0 = L_0; } IL_0007: { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_1 = V_0; V_1 = L_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_2 = V_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var)); OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC** L_5 = (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC**)(&__this->___OnAuthenticationFailed); OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_6 = V_2; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_7 = V_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_9 = V_0; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)L_9) == ((RuntimeObject*)(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_remove_OnAuthenticationFailed_m2DD0F2DDC38BB66EF866D968E67A839C56E4E714 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_0 = NULL; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_1 = NULL; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_2 = NULL; { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_0 = __this->___OnAuthenticationFailed; V_0 = L_0; } IL_0007: { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_1 = V_0; V_1 = L_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_2 = V_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var)); OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC** L_5 = (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC**)(&__this->___OnAuthenticationFailed); OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_6 = V_2; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_7 = V_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_9 = V_0; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)L_9) == ((RuntimeObject*)(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication__ctor_m5249BF79247ADE2202FCA4257FB65DBA0D162784 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_authUri, String_t* ___1_user, String_t* ___2_passwd, String_t* ___3_roles, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_authUri; SampleCookieAuthentication_set_AuthUri_m34EED1F26E6C6EAA6E66565036F7FE2EE4EC18C1_inline(__this, L_0, NULL); String_t* L_1 = ___1_user; SampleCookieAuthentication_set_UserName_mE62E7938F935C13EF8248240C30EC9A794B49C9C_inline(__this, L_1, NULL); String_t* L_2 = ___2_passwd; SampleCookieAuthentication_set_Password_mC09DFC6B8CAFBD98C6E29AE31EDD74C0CDB127C9_inline(__this, L_2, NULL); String_t* L_3 = ___3_roles; SampleCookieAuthentication_set_UserRoles_mA6AD04E79FD36E92B292AFDFE90C674FC000586B_inline(__this, L_3, NULL); SampleCookieAuthentication_set_IsPreAuthRequired_m9FF3B926CC6382912DCC106C4BEC6B41251216EF_inline(__this, (bool)1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_StartAuthentication_m466B399840B44724E033504598AA445609196153 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SampleCookieAuthentication_OnAuthRequestFinished_m24485BCDD73F5DE64D57A1BE2372F475BBDB0966_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral619B10A91B11AA9A20DB7AE35AD272A2124B4F8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE66D44DF1D09448A6FAEF0AF45273E3B3F32DD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81ED1B13285AB419F3E82539A7040973B0560AE); s_Il2CppMethodInitialized = true; } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0; L_0 = SampleCookieAuthentication_get_AuthUri_mCBD855B20A0E2A43C583F22FAF6A0158C743AE04_inline(__this, NULL); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_1 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_1, __this, (intptr_t)((void*)SampleCookieAuthentication_OnAuthRequestFinished_m24485BCDD73F5DE64D57A1BE2372F475BBDB0966_RuntimeMethod_var), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_2 = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)il2cpp_codegen_object_new(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); HTTPRequest__ctor_m6805D0AEA1C3BCF28EE9454A6BACE850B8F4FD52(L_2, L_0, 2, L_1, NULL); __this->___AuthRequest = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___AuthRequest), (void*)L_2); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_3 = __this->___AuthRequest; String_t* L_4; L_4 = SampleCookieAuthentication_get_UserName_m1DA043DA1413DF14492A2D20D9B45AA1C0E2A2FE_inline(__this, NULL); NullCheck(L_3); HTTPRequest_AddField_m675B6AC509FF4B7B3117ACD8E96E80D4552ABDAF(L_3, _stringLiteralF81ED1B13285AB419F3E82539A7040973B0560AE, L_4, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_5 = __this->___AuthRequest; String_t* L_6; L_6 = SampleCookieAuthentication_get_Password_m628E9E4F8BB14C4A932C90C2FD0F074247F7A3D0_inline(__this, NULL); NullCheck(L_5); HTTPRequest_AddField_m675B6AC509FF4B7B3117ACD8E96E80D4552ABDAF(L_5, _stringLiteral619B10A91B11AA9A20DB7AE35AD272A2124B4F8D, L_6, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7 = __this->___AuthRequest; String_t* L_8; L_8 = SampleCookieAuthentication_get_UserRoles_m78A4DE70854383AFC15458B7FE75AA851D4068E4_inline(__this, NULL); NullCheck(L_7); HTTPRequest_AddField_m675B6AC509FF4B7B3117ACD8E96E80D4552ABDAF(L_7, _stringLiteralEE66D44DF1D09448A6FAEF0AF45273E3B3F32DD0, L_8, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9 = __this->___AuthRequest; NullCheck(L_9); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_10; L_10 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_9, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_PrepareRequest_m0D0016CB3E6D54D0B5EC4859B42481114E2AC6EC (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_request, int32_t ___1_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA73E00E60C6A4279865D0B7CE7FC5C0B3422EF78_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_request; NullCheck(L_0); List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* L_1; L_1 = HTTPRequest_get_Cookies_m01BF3A11D609844E0024DD2FEB12033DB1769168(L_0, NULL); Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* L_2 = __this->___Cookie; NullCheck(L_1); List_1_Add_mA73E00E60C6A4279865D0B7CE7FC5C0B3422EF78_inline(L_1, L_2, List_1_Add_mA73E00E60C6A4279865D0B7CE7FC5C0B3422EF78_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleCookieAuthentication_OnAuthRequestFinished_m24485BCDD73F5DE64D57A1BE2372F475BBDB0966 (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_resp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_m9CEF43F406AB67380A7AC93F62AFD07D57CC9683_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3COnAuthRequestFinishedU3Eb__31_0_m7E23A600019EE4EFF7B8842AA73BA68EB9D573F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5982C4C6CCC703848233BC923409F4AA98B7534B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4D8C79DA983F70144C09135322D7FC5D2AFBB23); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* G_B5_0 = NULL; SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* G_B4_0 = NULL; Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* G_B8_0 = NULL; SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* G_B8_1 = NULL; Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A* G_B7_0 = NULL; List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* G_B7_1 = NULL; SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* G_B7_2 = NULL; Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A* G_B6_0 = NULL; List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* G_B6_1 = NULL; SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* G_B6_2 = NULL; String_t* G_B16_0 = NULL; String_t* G_B16_1 = NULL; RuntimeObject* G_B16_2 = NULL; String_t* G_B15_0 = NULL; String_t* G_B15_1 = NULL; RuntimeObject* G_B15_2 = NULL; String_t* G_B17_0 = NULL; String_t* G_B17_1 = NULL; String_t* G_B17_2 = NULL; RuntimeObject* G_B17_3 = NULL; { __this->___AuthRequest = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___AuthRequest), (void*)(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_0 = L_0; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_1 = ___0_req; NullCheck(L_1); int32_t L_2; L_2 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_1, NULL); V_1 = L_2; int32_t L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 3))) { case 0: { goto IL_0035; } case 1: { goto IL_00fe; } case 2: { goto IL_014a; } case 3: { goto IL_0162; } case 4: { goto IL_017a; } } } { goto IL_0190; } IL_0035: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_4 = ___1_resp; NullCheck(L_4); bool L_5; L_5 = HTTPResponse_get_IsSuccess_m7E7F314E869ECD4B73710604B01C1A57FDF603F3(L_4, NULL); if (!L_5) { goto IL_00c7; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_6 = ___1_resp; NullCheck(L_6); List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* L_7; L_7 = HTTPResponse_get_Cookies_mDF5EC6237686BBF6B34660D942B2E239FB0E2699_inline(L_6, NULL); if (L_7) { G_B5_0 = __this; goto IL_004c; } G_B4_0 = __this; } { G_B8_0 = ((Cookie_t5596A82FEB1E885383124368DB51D857DA254D02*)(NULL)); G_B8_1 = G_B4_0; goto IL_0076; } IL_004c: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_8 = ___1_resp; NullCheck(L_8); List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* L_9; L_9 = HTTPResponse_get_Cookies_mDF5EC6237686BBF6B34660D942B2E239FB0E2699_inline(L_8, NULL); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var); Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A* L_10 = ((U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var))->___U3CU3E9__31_0; Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A* L_11 = L_10; if (L_11) { G_B7_0 = L_11; G_B7_1 = L_9; G_B7_2 = G_B5_0; goto IL_0071; } G_B6_0 = L_11; G_B6_1 = L_9; G_B6_2 = G_B5_0; } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var); U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20* L_12 = ((U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var))->___U3CU3E9; Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A* L_13 = (Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A*)il2cpp_codegen_object_new(Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A_il2cpp_TypeInfo_var); Predicate_1__ctor_m2862871CD41E8480BAAE9A6B6DB8AAECAD0B9200(L_13, L_12, (intptr_t)((void*)U3CU3Ec_U3COnAuthRequestFinishedU3Eb__31_0_m7E23A600019EE4EFF7B8842AA73BA68EB9D573F5_RuntimeMethod_var), NULL); Predicate_1_tAAFF963C1F35897BBC934830A63517D20ADA638A* L_14 = L_13; ((U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var))->___U3CU3E9__31_0 = L_14; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var))->___U3CU3E9__31_0), (void*)L_14); G_B7_0 = L_14; G_B7_1 = G_B6_1; G_B7_2 = G_B6_2; } IL_0071: { NullCheck(G_B7_1); Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* L_15; L_15 = List_1_Find_m9CEF43F406AB67380A7AC93F62AFD07D57CC9683(G_B7_1, G_B7_0, List_1_Find_m9CEF43F406AB67380A7AC93F62AFD07D57CC9683_RuntimeMethod_var); G_B8_0 = L_15; G_B8_1 = G_B7_2; } IL_0076: { NullCheck(G_B8_1); G_B8_1->___Cookie = G_B8_0; Il2CppCodeGenWriteBarrier((void**)(&G_B8_1->___Cookie), (void*)G_B8_0); Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* L_16 = __this->___Cookie; if (!L_16) { goto IL_00ac; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_17; L_17 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); NullCheck(L_17); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_17, _stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E, _stringLiteral5982C4C6CCC703848233BC923409F4AA98B7534B); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_18 = __this->___OnAuthenticationSucceded; if (!L_18) { goto IL_00ab; } } { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_19 = __this->___OnAuthenticationSucceded; NullCheck(L_19); OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_inline(L_19, __this, NULL); } IL_00ab: { return; } IL_00ac: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_20; L_20 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_21 = _stringLiteralD4D8C79DA983F70144C09135322D7FC5D2AFBB23; V_0 = L_21; NullCheck(L_20); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_20, _stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E, L_21); goto IL_0190; } IL_00c7: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_22; L_22 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_23 = ___1_resp; NullCheck(L_23); int32_t L_24; L_24 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_23, NULL); int32_t L_25 = L_24; RuntimeObject* L_26 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_25); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_27 = ___1_resp; NullCheck(L_27); String_t* L_28; L_28 = HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline(L_27, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_29 = ___1_resp; NullCheck(L_29); String_t* L_30; L_30 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_29, NULL); String_t* L_31; L_31 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6, L_26, L_28, L_30, NULL); String_t* L_32 = L_31; V_0 = L_32; NullCheck(L_22); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_22, _stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E, L_32); goto IL_0190; } IL_00fe: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_33; L_33 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_34 = ___0_req; NullCheck(L_34); Exception_t* L_35; L_35 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_34, NULL); if (L_35) { G_B16_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; G_B16_1 = _stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E; G_B16_2 = L_33; goto IL_011c; } G_B15_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; G_B15_1 = _stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E; G_B15_2 = L_33; } { G_B17_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; G_B17_3 = G_B15_2; goto IL_013c; } IL_011c: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_36 = ___0_req; NullCheck(L_36); Exception_t* L_37; L_37 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_36, NULL); NullCheck(L_37); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_37); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_39 = ___0_req; NullCheck(L_39); Exception_t* L_40; L_40 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_39, NULL); NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_40); String_t* L_42; L_42 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_38, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_41, NULL); G_B17_0 = L_42; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; G_B17_3 = G_B16_2; } IL_013c: { String_t* L_43; L_43 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B17_1, G_B17_0, NULL); String_t* L_44 = L_43; V_0 = L_44; NullCheck(G_B17_3); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, G_B17_3, G_B17_2, L_44); goto IL_0190; } IL_014a: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_45; L_45 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_46 = _stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27; V_0 = L_46; NullCheck(L_45); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_45, _stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E, L_46); goto IL_0190; } IL_0162: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_47; L_47 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_48 = _stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E; V_0 = L_48; NullCheck(L_47); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_47, _stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E, L_48); goto IL_0190; } IL_017a: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_49; L_49 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_50 = _stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC; V_0 = L_50; NullCheck(L_49); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_49, _stringLiteral9BF5DCCB6A377B4DDDC9519E42AFF7DDDD39FB8E, L_50); } IL_0190: { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_51 = __this->___OnAuthenticationFailed; if (!L_51) { goto IL_01a5; } } { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_52 = __this->___OnAuthenticationFailed; String_t* L_53 = V_0; NullCheck(L_52); OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_inline(L_52, __this, L_53, NULL); } IL_01a5: { 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 IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3463129ACFF07C2F1033F1A93E64EAB2945564AF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20* L_0 = (U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20*)il2cpp_codegen_object_new(U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m920A287F60D4940F214BF8D83A8021BC0B8C9824(L_0, NULL); ((U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m920A287F60D4940F214BF8D83A8021BC0B8C9824 (U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3COnAuthRequestFinishedU3Eb__31_0_m7E23A600019EE4EFF7B8842AA73BA68EB9D573F5 (U3CU3Ec_t699CB93B5477CEE4CB188193A1573B853467DF20* __this, Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74F125623E53550B68F475F6104D64A7B4FFA002); s_Il2CppMethodInitialized = true; } { Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* L_0 = ___0_c; NullCheck(L_0); String_t* L_1; L_1 = Cookie_get_Name_mE93F2E868599F726D2668DFFF4A6014324614535_inline(L_0, NULL); NullCheck(L_1); bool L_2; L_2 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_1, _stringLiteral74F125623E53550B68F475F6104D64A7B4FFA002, NULL); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_User_m62234158480DD900FBE628F9A10690AD8376F3EE (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CUserU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_User_mDA1228A8B1ACFF4E20C3CF25B8CD82DD3119EC9C (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CUserU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUserU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_Roles_m937BF1D853547CC62E92CE485A872F3A3DDAC9D9 (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CRolesU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_Roles_mB3C17C1D1508DE19AB49F4909EF55517A9FF7343 (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CRolesU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CRolesU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeaderAuthenticator_get_IsPreAuthRequired_m59632FB73DDA0BD4931E454B04648255C827F056 (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_add_OnAuthenticationSucceded_mA77F5897493DF93C23E64279124D846E7208AB53 (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_0 = NULL; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_1 = NULL; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_2 = NULL; { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_0 = __this->___OnAuthenticationSucceded; V_0 = L_0; } IL_0007: { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_1 = V_0; V_1 = L_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_2 = V_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var)); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC** L_5 = (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC**)(&__this->___OnAuthenticationSucceded); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_6 = V_2; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_7 = V_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_9 = V_0; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)L_9) == ((RuntimeObject*)(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_remove_OnAuthenticationSucceded_mCD4A09F5616186A7BFC21C5724F662D7768B7895 (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_0 = NULL; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_1 = NULL; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* V_2 = NULL; { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_0 = __this->___OnAuthenticationSucceded; V_0 = L_0; } IL_0007: { OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_1 = V_0; V_1 = L_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_2 = V_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC_il2cpp_TypeInfo_var)); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC** L_5 = (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC**)(&__this->___OnAuthenticationSucceded); OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_6 = V_2; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_7 = V_1; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_9 = V_0; OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)L_9) == ((RuntimeObject*)(OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_add_OnAuthenticationFailed_mEAF2333DA14F73F92536BF110673807BF0836D8D (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_0 = NULL; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_1 = NULL; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_2 = NULL; { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_0 = __this->___OnAuthenticationFailed; V_0 = L_0; } IL_0007: { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_1 = V_0; V_1 = L_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_2 = V_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var)); OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC** L_5 = (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC**)(&__this->___OnAuthenticationFailed); OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_6 = V_2; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_7 = V_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_9 = V_0; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)L_9) == ((RuntimeObject*)(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_remove_OnAuthenticationFailed_m2807D79D35866BE10D7473D73362ABF1D65EDDCA (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_0 = NULL; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_1 = NULL; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* V_2 = NULL; { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_0 = __this->___OnAuthenticationFailed; V_0 = L_0; } IL_0007: { OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_1 = V_0; V_1 = L_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_2 = V_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC_il2cpp_TypeInfo_var)); OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC** L_5 = (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC**)(&__this->___OnAuthenticationFailed); OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_6 = V_2; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_7 = V_1; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_9 = V_0; OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)L_9) == ((RuntimeObject*)(OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator__ctor_m93868F916D86326EAE4865B191440BE7BB7DB801 (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, String_t* ___0_user, String_t* ___1_roles, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); String_t* L_0 = ___0_user; HeaderAuthenticator_set_User_mDA1228A8B1ACFF4E20C3CF25B8CD82DD3119EC9C_inline(__this, L_0, NULL); String_t* L_1 = ___1_roles; HeaderAuthenticator_set_Roles_mB3C17C1D1508DE19AB49F4909EF55517A9FF7343_inline(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_StartAuthentication_m798E921DB57E044C4BE27DA0684694B02156FEF9 (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_PrepareRequest_m789342E9C19E6AD2116F651BC081AE1FCA5E9263 (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_request, int32_t ___1_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE66D44DF1D09448A6FAEF0AF45273E3B3F32DD0); s_Il2CppMethodInitialized = true; } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_request; String_t* L_1; L_1 = HeaderAuthenticator_get_User_m62234158480DD900FBE628F9A10690AD8376F3EE_inline(__this, NULL); NullCheck(L_0); HTTPRequest_SetHeader_m8D46AA880AE89B2272E13B0BAC57613F1EAA8A8E(L_0, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, L_1, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_2 = ___0_request; String_t* L_3; L_3 = HeaderAuthenticator_get_Roles_m937BF1D853547CC62E92CE485A872F3A3DDAC9D9_inline(__this, NULL); NullCheck(L_2); HTTPRequest_SetHeader_m8D46AA880AE89B2272E13B0BAC57613F1EAA8A8E(L_2, _stringLiteralEE66D44DF1D09448A6FAEF0AF45273E3B3F32DD0, L_3, 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 void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_Multicast(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_eventSource, reinterpret_cast(currentDelegate->___method)); } } void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenInst(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, method); } void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenStatic(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, method); } void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenVirtual(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), ___0_eventSource); } void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenInterface(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_eventSource); } void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenGenericVirtual(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericVirtualActionInvoker0::Invoke(method, ___0_eventSource); } void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenGenericInterface(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericInterfaceActionInvoker0::Invoke(method, ___0_eventSource); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnGeneralEventDelegate__ctor_m691CB5FB34E3376FF31ED21BA02C483BE68ACCE0 (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (isOpen) __this->___invoke_impl = (intptr_t)&OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 0; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnGeneralEventDelegate_BeginInvoke_mB39EC4DFE034D4DA8EEFBD2951EC765A93E7C998 (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_eventSource; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnGeneralEventDelegate_EndInvoke_m0CC292AE09C9F6D07434B6424826F87853BFF5CA (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_Multicast(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_eventSource, ___1_message, reinterpret_cast(currentDelegate->___method)); } } void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenInst(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, ___1_message, method); } void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenStatic(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, ___1_message, method); } void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenVirtual(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); VirtualActionInvoker1< Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_eventSource, ___1_message); } void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenInterface(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); InterfaceActionInvoker1< Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_eventSource, ___1_message); } void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenGenericVirtual(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericVirtualActionInvoker1< Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* >::Invoke(method, ___0_eventSource, ___1_message); } void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenGenericInterface(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericInterfaceActionInvoker1< Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* >::Invoke(method, ___0_eventSource, ___1_message); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMessageDelegate__ctor_mE1A17135060B9D849291C4B5F7C772649E378421 (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (isOpen) __this->___invoke_impl = (intptr_t)&OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, ___1_message, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnMessageDelegate_BeginInvoke_m9517375A6C48BB5D82B0B9A32B683D689EC5BD8B (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_eventSource; __d_args[1] = ___1_message; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMessageDelegate_EndInvoke_mF065A64723229B1223625A7858C4E0BBA5B4713B (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_Multicast(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_eventSource, ___1_error, reinterpret_cast(currentDelegate->___method)); } } void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenInst(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { NullCheck(___0_eventSource); typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, ___1_error, method); } void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenStatic(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, ___1_error, method); } void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenVirtual(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { NullCheck(___0_eventSource); VirtualActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_eventSource, ___1_error); } void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenInterface(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { NullCheck(___0_eventSource); InterfaceActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_eventSource, ___1_error); } void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenGenericVirtual(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericVirtualActionInvoker1< String_t* >::Invoke(method, ___0_eventSource, ___1_error); } void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenGenericInterface(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericInterfaceActionInvoker1< String_t* >::Invoke(method, ___0_eventSource, ___1_error); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate__ctor_m466645EA9454314D76EAD0AE542908A576A66E58 (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (isOpen) __this->___invoke_impl = (intptr_t)&OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446 (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, ___1_error, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnErrorDelegate_BeginInvoke_m1ADE9FC81F090D3D6507726FC73719C6B12D8B57 (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_eventSource; __d_args[1] = ___1_error; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate_EndInvoke_m33A21882E371C0C05ABB585C5560C08DCAF07FE8 (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_Multicast(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); bool retVal = false; for (il2cpp_array_size_t i = 0; i < length; i++) { OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef bool (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_eventSource, reinterpret_cast(currentDelegate->___method)); } return retVal; } bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenInst(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); typedef bool (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, method); } bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenStatic(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, method); } bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenVirtual(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); return VirtualFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_eventSource); } bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenInterface(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); return InterfaceFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_eventSource); } bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenGenericVirtual(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); return GenericVirtualFuncInvoker0< bool >::Invoke(method, ___0_eventSource); } bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenGenericInterface(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { NullCheck(___0_eventSource); return GenericInterfaceFuncInvoker0< bool >::Invoke(method, ___0_eventSource); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRetryDelegate__ctor_m39FA3C141B166D631D9C9382A712F75C544F8AC7 (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (isOpen) __this->___invoke_impl = (intptr_t)&OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 0; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnRetryDelegate_BeginInvoke_mA01ADA352AD72473F9279738C10F7E8AFF182E91 (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_eventSource; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnRetryDelegate_EndInvoke_mA98D41EF1FEFB24B71AEEBE2CE60A43267EA66CB (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_Multicast(OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_eventSource, ___1_message, reinterpret_cast(currentDelegate->___method)); } } void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenInst(OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, ___1_message, method); } void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenStatic(OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, ___1_message, method); } void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenVirtual(OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); VirtualActionInvoker1< Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_eventSource, ___1_message); } void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenInterface(OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); InterfaceActionInvoker1< Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_eventSource, ___1_message); } void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenGenericVirtual(OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericVirtualActionInvoker1< Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* >::Invoke(method, ___0_eventSource, ___1_message); } void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenGenericInterface(OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericInterfaceActionInvoker1< Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* >::Invoke(method, ___0_eventSource, ___1_message); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEventDelegate__ctor_m6C43D1A12B17711B16D082D5144BBA11679E25ED (OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (isOpen) __this->___invoke_impl = (intptr_t)&OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401 (OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, ___1_message, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnEventDelegate_BeginInvoke_mD503B42BB3AA9EAFE13C26BA3DBB9506F666BADF (OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_eventSource; __d_args[1] = ___1_message; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEventDelegate_EndInvoke_mA496BC6F4A84F6DCEEAC69C58CC77C4FEF10D8DC (OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_Multicast(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_eventSource, ___1_oldState, ___2_newState, reinterpret_cast(currentDelegate->___method)); } } void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenInst(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_eventSource); typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, ___1_oldState, ___2_newState, method); } void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenStatic(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_eventSource, ___1_oldState, ___2_newState, method); } void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenVirtual(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_eventSource); VirtualActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_eventSource, ___1_oldState, ___2_newState); } void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenInterface(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_eventSource); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_eventSource, ___1_oldState, ___2_newState); } void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenGenericVirtual(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericVirtualActionInvoker2< int32_t, int32_t >::Invoke(method, ___0_eventSource, ___1_oldState, ___2_newState); } void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenGenericInterface(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { NullCheck(___0_eventSource); GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(method, ___0_eventSource, ___1_oldState, ___2_newState); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChangedDelegate__ctor_mF9FF4008586409E9F8AC07CFA4D7C5605D96C8C9 (OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (isOpen) __this->___invoke_impl = (intptr_t)&OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 2; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenInterface; else __this->___invoke_impl = (intptr_t)&OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D (OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, ___1_oldState, ___2_newState, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnStateChangedDelegate_BeginInvoke_mCA02F55339D57CD7A16DC638FC01DFEC32BBE027 (OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&States_t7B67C1043717C160A59679FB6959A50AC9081D88_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___0_eventSource; __d_args[1] = Box(States_t7B67C1043717C160A59679FB6959A50AC9081D88_il2cpp_TypeInfo_var, &___1_oldState); __d_args[2] = Box(States_t7B67C1043717C160A59679FB6959A50AC9081D88_il2cpp_TypeInfo_var, &___2_newState); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChangedDelegate_EndInvoke_mC68F60A2FE76FF0AA4403F1C42B4578BB9937D6B (OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* EventSource_get_Uri_m5EAF4EB4455C9696B53056362FE6BCA1036F513E (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___U3CUriU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_Uri_m5CC3AFD502D4F1B57D233C674A58CEF450CD8001 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___U3CUriU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUriU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____state; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_State_mF45C19BCAF0D9638B2DCF49FD9F93E14ADDB150F (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, int32_t ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->____state; V_0 = L_0; int32_t L_1 = ___0_value; __this->____state = L_1; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_2 = __this->___OnStateChanged; if (!L_2) { goto IL_0043; } } try { OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_3 = __this->___OnStateChanged; int32_t L_4 = V_0; int32_t L_5 = __this->____state; NullCheck(L_3); OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_inline(L_3, __this, L_4, L_5, NULL); goto IL_0043; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: { Exception_t* L_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_1 = L_6; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_7; L_7 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_8 = V_1; NullCheck(L_7); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40E6D4B4BEEBFAD2F30C933AE25E725F43CF0F66)), L_8); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0043; } IL_0043: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A EventSource_get_ReconnectionTime_mB03383864B654FCA975D34E7952A01CE8AA9AFAD (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CReconnectionTimeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_ReconnectionTime_m6EE5A24089759BD00C37B80B90AEC37B6C3D3204 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CReconnectionTimeU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventSource_get_LastEventId_m308413EF64D04C4B24FEEFFB8D29023D77022DF9 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CLastEventIdU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_LastEventId_m6E536265A7D04F7A1F78A6C1E9EC9F6CAEE48940 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CLastEventIdU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CLastEventIdU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = __this->___U3CInternalRequestU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_InternalRequest_mA60D1C3E0ACE85CD17D767F41BAFAA49B5619433 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_value, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_value; __this->___U3CInternalRequestU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CInternalRequestU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnOpen_mCD179035263D4340910AAA8EA38B0F57F37E5ABD (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_0 = NULL; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_1 = NULL; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_2 = NULL; { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_0 = __this->___OnOpen; V_0 = L_0; } IL_0007: { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_1 = V_0; V_1 = L_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_2 = V_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)CastclassSealed((RuntimeObject*)L_4, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var)); OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66** L_5 = (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66**)(&__this->___OnOpen); OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_6 = V_2; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_7 = V_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_9 = V_0; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_10 = V_1; if ((!(((RuntimeObject*)(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)L_9) == ((RuntimeObject*)(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnOpen_m3C10B1A01960585FA27A93D9C1BF73758453A38A (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_0 = NULL; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_1 = NULL; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_2 = NULL; { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_0 = __this->___OnOpen; V_0 = L_0; } IL_0007: { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_1 = V_0; V_1 = L_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_2 = V_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)CastclassSealed((RuntimeObject*)L_4, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var)); OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66** L_5 = (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66**)(&__this->___OnOpen); OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_6 = V_2; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_7 = V_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_9 = V_0; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_10 = V_1; if ((!(((RuntimeObject*)(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)L_9) == ((RuntimeObject*)(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnMessage_mB50E7FC3718CC4656EF7C59A309D804CAF6A9117 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* V_0 = NULL; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* V_1 = NULL; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* V_2 = NULL; { OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_0 = __this->___OnMessage; V_0 = L_0; } IL_0007: { OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_1 = V_0; V_1 = L_1; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_2 = V_1; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19*)CastclassSealed((RuntimeObject*)L_4, OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19_il2cpp_TypeInfo_var)); OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19** L_5 = (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19**)(&__this->___OnMessage); OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_6 = V_2; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_7 = V_1; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_9 = V_0; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_10 = V_1; if ((!(((RuntimeObject*)(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19*)L_9) == ((RuntimeObject*)(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnMessage_m68161C16208C99E4A43BCE7D2FCA65F63EB10023 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* V_0 = NULL; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* V_1 = NULL; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* V_2 = NULL; { OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_0 = __this->___OnMessage; V_0 = L_0; } IL_0007: { OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_1 = V_0; V_1 = L_1; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_2 = V_1; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19*)CastclassSealed((RuntimeObject*)L_4, OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19_il2cpp_TypeInfo_var)); OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19** L_5 = (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19**)(&__this->___OnMessage); OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_6 = V_2; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_7 = V_1; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_9 = V_0; OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_10 = V_1; if ((!(((RuntimeObject*)(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19*)L_9) == ((RuntimeObject*)(OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnError_mA91975A944D58737A25DC55FD108CB2E42C2A949 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* V_0 = NULL; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* V_1 = NULL; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* V_2 = NULL; { OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_0 = __this->___OnError; V_0 = L_0; } IL_0007: { OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_1 = V_0; V_1 = L_1; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_2 = V_1; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17*)CastclassSealed((RuntimeObject*)L_4, OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17_il2cpp_TypeInfo_var)); OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17** L_5 = (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17**)(&__this->___OnError); OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_6 = V_2; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_7 = V_1; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_9 = V_0; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_10 = V_1; if ((!(((RuntimeObject*)(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17*)L_9) == ((RuntimeObject*)(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnError_m474C33F17C817C8B8899B50278532A6CEC54AAEA (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* V_0 = NULL; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* V_1 = NULL; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* V_2 = NULL; { OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_0 = __this->___OnError; V_0 = L_0; } IL_0007: { OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_1 = V_0; V_1 = L_1; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_2 = V_1; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17*)CastclassSealed((RuntimeObject*)L_4, OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17_il2cpp_TypeInfo_var)); OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17** L_5 = (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17**)(&__this->___OnError); OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_6 = V_2; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_7 = V_1; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_9 = V_0; OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_10 = V_1; if ((!(((RuntimeObject*)(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17*)L_9) == ((RuntimeObject*)(OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnRetry_m523AC4707EA732AF9B3DA22768ED24EE0CA494E4 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* V_0 = NULL; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* V_1 = NULL; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* V_2 = NULL; { OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_0 = __this->___OnRetry; V_0 = L_0; } IL_0007: { OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_1 = V_0; V_1 = L_1; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_2 = V_1; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E*)CastclassSealed((RuntimeObject*)L_4, OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E_il2cpp_TypeInfo_var)); OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E** L_5 = (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E**)(&__this->___OnRetry); OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_6 = V_2; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_7 = V_1; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_9 = V_0; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_10 = V_1; if ((!(((RuntimeObject*)(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E*)L_9) == ((RuntimeObject*)(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnRetry_m9A335F1788D6A8E23BA2A98C505AE5F1430DD7DA (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* V_0 = NULL; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* V_1 = NULL; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* V_2 = NULL; { OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_0 = __this->___OnRetry; V_0 = L_0; } IL_0007: { OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_1 = V_0; V_1 = L_1; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_2 = V_1; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E*)CastclassSealed((RuntimeObject*)L_4, OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E_il2cpp_TypeInfo_var)); OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E** L_5 = (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E**)(&__this->___OnRetry); OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_6 = V_2; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_7 = V_1; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_9 = V_0; OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_10 = V_1; if ((!(((RuntimeObject*)(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E*)L_9) == ((RuntimeObject*)(OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnClosed_m2212046A4C585C29FBD436A3134F29AB0318EA5B (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_0 = NULL; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_1 = NULL; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_2 = NULL; { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_0 = __this->___OnClosed; V_0 = L_0; } IL_0007: { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_1 = V_0; V_1 = L_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_2 = V_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)CastclassSealed((RuntimeObject*)L_4, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var)); OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66** L_5 = (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66**)(&__this->___OnClosed); OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_6 = V_2; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_7 = V_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_9 = V_0; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_10 = V_1; if ((!(((RuntimeObject*)(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)L_9) == ((RuntimeObject*)(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnClosed_m3629DF3D1A80B769D25230005D920C03CFFEEE90 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_0 = NULL; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_1 = NULL; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* V_2 = NULL; { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_0 = __this->___OnClosed; V_0 = L_0; } IL_0007: { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_1 = V_0; V_1 = L_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_2 = V_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)CastclassSealed((RuntimeObject*)L_4, OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66_il2cpp_TypeInfo_var)); OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66** L_5 = (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66**)(&__this->___OnClosed); OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_6 = V_2; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_7 = V_1; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_9 = V_0; OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_10 = V_1; if ((!(((RuntimeObject*)(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)L_9) == ((RuntimeObject*)(OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnStateChanged_mE4A55368E10D673F49CEB5EFFB862A99497F90CA (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* V_0 = NULL; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* V_1 = NULL; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* V_2 = NULL; { OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_0 = __this->___OnStateChanged; V_0 = L_0; } IL_0007: { OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_1 = V_0; V_1 = L_1; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_2 = V_1; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F*)CastclassSealed((RuntimeObject*)L_4, OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F_il2cpp_TypeInfo_var)); OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F** L_5 = (OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F**)(&__this->___OnStateChanged); OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_6 = V_2; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_7 = V_1; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_9 = V_0; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_10 = V_1; if ((!(((RuntimeObject*)(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F*)L_9) == ((RuntimeObject*)(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnStateChanged_m89E4FB048134760B8B0364CFF1ECFEB42AFFF518 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* V_0 = NULL; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* V_1 = NULL; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* V_2 = NULL; { OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_0 = __this->___OnStateChanged; V_0 = L_0; } IL_0007: { OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_1 = V_0; V_1 = L_1; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_2 = V_1; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F*)CastclassSealed((RuntimeObject*)L_4, OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F_il2cpp_TypeInfo_var)); OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F** L_5 = (OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F**)(&__this->___OnStateChanged); OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_6 = V_2; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_7 = V_1; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_9 = V_0; OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* L_10 = V_1; if ((!(((RuntimeObject*)(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F*)L_9) == ((RuntimeObject*)(OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F*)L_10)))) { goto IL_0007; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource__ctor_m0B2313DDE91AACB921D70E007BB89FEDDECED441 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSource_OnRequestFinished_mE704DDF33E02CD021FB0C15C8BEE8C02FF83598F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSource_OnUpgraded_mC40229488949198D2A8C3E13640BFA33C51F5A8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34077EF4BA7E36D7E714C11E9B448D6C536ED8A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri; EventSource_set_Uri_m5CC3AFD502D4F1B57D233C674A58CEF450CD8001_inline(__this, L_0, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1; L_1 = TimeSpan_FromMilliseconds_mFDCBE9EDA3F6743302C3DD81259AF5D2F00EF775((2000.0), NULL); EventSource_set_ReconnectionTime_m6EE5A24089759BD00C37B80B90AEC37B6C3D3204_inline(__this, L_1, NULL); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2; L_2 = EventSource_get_Uri_m5EAF4EB4455C9696B53056362FE6BCA1036F513E_inline(__this, NULL); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_3 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_3, __this, (intptr_t)((void*)EventSource_OnRequestFinished_mE704DDF33E02CD021FB0C15C8BEE8C02FF83598F_RuntimeMethod_var), NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_4 = (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)il2cpp_codegen_object_new(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); HTTPRequest__ctor_m5AA6744370787997E8F2EA020BB79CE2083E6CD0(L_4, L_2, 0, (bool)1, (bool)1, L_3, NULL); EventSource_set_InternalRequest_mA60D1C3E0ACE85CD17D767F41BAFAA49B5619433_inline(__this, L_4, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_5; L_5 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); NullCheck(L_5); HTTPRequest_SetHeader_m8D46AA880AE89B2272E13B0BAC57613F1EAA8A8E(L_5, _stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92, _stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_6; L_6 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); NullCheck(L_6); HTTPRequest_SetHeader_m8D46AA880AE89B2272E13B0BAC57613F1EAA8A8E(L_6, _stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018, _stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7; L_7 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); NullCheck(L_7); HTTPRequest_SetHeader_m8D46AA880AE89B2272E13B0BAC57613F1EAA8A8E(L_7, _stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D, _stringLiteral34077EF4BA7E36D7E714C11E9B448D6C536ED8A3, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_8; L_8 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); NullCheck(L_8); HTTPRequest_set_ProtocolHandler_m682E7A617719F05541BD4D2F55F93052FE45AE34_inline(L_8, 3, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9; L_9 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* L_10 = (OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954*)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m025BDBEC779117C24ECCD285CF4FA95C6488DA4B(L_10, __this, (intptr_t)((void*)EventSource_OnUpgraded_mC40229488949198D2A8C3E13640BFA33C51F5A8B_RuntimeMethod_var), NULL); NullCheck(L_9); L_9->___OnUpgraded = L_10; Il2CppCodeGenWriteBarrier((void**)(&L_9->___OnUpgraded), (void*)L_10); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_11; L_11 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); NullCheck(L_11); HTTPRequest_set_DisableRetry_m85D3AEB10F63B8B1189A64E9CDBD4C9874340314_inline(L_11, (bool)1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Open_m90C446B5D06AEBE30E5EBF3DB2AAAA64F27F5229 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8F3A4B20DE2D07C570794754E5C0174EC695CF); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if (!L_0) { goto IL_001b; } } { int32_t L_1; L_1 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((((int32_t)L_1) == ((int32_t)3))) { goto IL_001b; } } { int32_t L_2; L_2 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_001b; } } { return; } IL_001b: { EventSource_set_State_mF45C19BCAF0D9638B2DCF49FD9F93E14ADDB150F(__this, 1, NULL); String_t* L_3; L_3 = EventSource_get_LastEventId_m308413EF64D04C4B24FEEFFB8D29023D77022DF9_inline(__this, NULL); bool L_4; L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL); if (L_4) { goto IL_0045; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_5; L_5 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); String_t* L_6; L_6 = EventSource_get_LastEventId_m308413EF64D04C4B24FEEFFB8D29023D77022DF9_inline(__this, NULL); NullCheck(L_5); HTTPRequest_SetHeader_m8D46AA880AE89B2272E13B0BAC57613F1EAA8A8E(L_5, _stringLiteralEF8F3A4B20DE2D07C570794754E5C0174EC695CF, L_6, NULL); } IL_0045: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7; L_7 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); NullCheck(L_7); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_8; L_8 = HTTPRequest_Send_mCA84CCD2FDBDEC59E4CC6DA79E2A311F48096A19(L_7, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Close_m97D16F0603712B0BC5E69EA03D3DB9672A403780 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0012; } } { int32_t L_1; L_1 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_0013; } } IL_0012: { return; } IL_0013: { EventSource_set_State_mF45C19BCAF0D9638B2DCF49FD9F93E14ADDB150F(__this, 4, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_2; L_2 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); if (!L_2) { goto IL_002e; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_3; L_3 = EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline(__this, NULL); NullCheck(L_3); HTTPRequest_Abort_m0A2B78A699A3656F8F957A102D36503D6E33FE6B(L_3, NULL); return; } IL_002e: { EventSource_set_State_mF45C19BCAF0D9638B2DCF49FD9F93E14ADDB150F(__this, 5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_On_mB0D63CDCAA30A1AF73358C8D27ACE55A2C900E05 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, String_t* ___0_eventName, OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* ___1_action, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m0C4A904E950CFF84F5DE46CFF661BB8844B99C03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m104E927BCED13CE658D0B0D5FA7E5DBBCF789FA3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* L_0 = __this->___EventTable; if (L_0) { goto IL_0013; } } { Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* L_1 = (Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125*)il2cpp_codegen_object_new(Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125_il2cpp_TypeInfo_var); Dictionary_2__ctor_m0C4A904E950CFF84F5DE46CFF661BB8844B99C03(L_1, Dictionary_2__ctor_m0C4A904E950CFF84F5DE46CFF661BB8844B99C03_RuntimeMethod_var); __this->___EventTable = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___EventTable), (void*)L_1); } IL_0013: { Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* L_2 = __this->___EventTable; String_t* L_3 = ___0_eventName; OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* L_4 = ___1_action; NullCheck(L_2); Dictionary_2_set_Item_m104E927BCED13CE658D0B0D5FA7E5DBBCF789FA3(L_2, L_3, L_4, Dictionary_2_set_Item_m104E927BCED13CE658D0B0D5FA7E5DBBCF789FA3_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Off_m76E3110D529FCFF97FC189FAFC03722FFD6153ED (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, String_t* ___0_eventName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m210706A72787DB8AA227E9B664663758365123FF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_eventName; if (!L_0) { goto IL_000b; } } { Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* L_1 = __this->___EventTable; if (L_1) { goto IL_000c; } } IL_000b: { return; } IL_000c: { Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* L_2 = __this->___EventTable; String_t* L_3 = ___0_eventName; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_Remove_m210706A72787DB8AA227E9B664663758365123FF(L_2, L_3, Dictionary_2_Remove_m210706A72787DB8AA227E9B664663758365123FF_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_CallOnError_mD590E6267C69311B3B2CE5287A0ECE1E0137CC94 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, String_t* ___0_error, String_t* ___1_msg, const RuntimeMethod* method) { Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_0 = __this->___OnError; if (!L_0) { goto IL_0035; } } try { OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* L_1 = __this->___OnError; String_t* L_2 = ___0_error; NullCheck(L_1); OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_inline(L_1, __this, L_2, NULL); goto IL_0035; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0017; } throw e; } CATCH_0017: { Exception_t* L_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_5 = ___1_msg; String_t* L_6; L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD266A55D56AB6AB80222A65D44A4516B86281744)), NULL); Exception_t* L_7 = V_0; NullCheck(L_4); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), L_6, L_7); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0035; } IL_0035: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSource_CallOnRetry_m6AA580479D552CBF4162E131B4102EBAF8ED0F11 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { bool V_0 = false; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_0 = __this->___OnRetry; if (!L_0) { goto IL_002f; } } try { OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* L_1 = __this->___OnRetry; NullCheck(L_1); bool L_2; L_2 = OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_inline(L_1, __this, NULL); V_0 = L_2; goto IL_0031; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0017; } throw e; } CATCH_0017: { Exception_t* L_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_1 = L_3; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_5 = V_1; NullCheck(L_4); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF1AACEE7E0350A726031D23B5E4F4E3099650789)), L_5); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_002f; } IL_002f: { return (bool)1; } IL_0031: { bool L_6 = V_0; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_SetClosed_m54DB8E7F829CF2080AEC4B3354D606978503AF0C (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, String_t* ___0_msg, const RuntimeMethod* method) { Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { EventSource_set_State_mF45C19BCAF0D9638B2DCF49FD9F93E14ADDB150F(__this, 5, NULL); OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_0 = __this->___OnClosed; if (!L_0) { goto IL_003b; } } try { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_1 = __this->___OnClosed; NullCheck(L_1); OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_inline(L_1, __this, NULL); goto IL_003b; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001d; } throw e; } CATCH_001d: { Exception_t* L_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); String_t* L_4 = ___0_msg; String_t* L_5; L_5 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66221EC07E3EAAEC942F468E20A50DB89438EC52)), NULL); Exception_t* L_6 = V_0; NullCheck(L_3); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), L_5, L_6); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_003b; } IL_003b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Retry_mA8EBD3836B3A81AD8E4CFDC5811578E759EF88DF (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18425C4666158E8AFC752182BAA35A0F096B4D2A); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = __this->___RetryCount; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0011; } } { bool L_1; L_1 = EventSource_CallOnRetry_m6AA580479D552CBF4162E131B4102EBAF8ED0F11(__this, NULL); if (L_1) { goto IL_001d; } } IL_0011: { EventSource_SetClosed_m54DB8E7F829CF2080AEC4B3354D606978503AF0C(__this, _stringLiteral18425C4666158E8AFC752182BAA35A0F096B4D2A, NULL); return; } IL_001d: { uint8_t L_2 = __this->___RetryCount; __this->___RetryCount = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, 1))); il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3; L_3 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___RetryCalled = L_3; il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* L_4; L_4 = HTTPManager_get_Heartbeats_mB06494ABA048C6A5B0DEFB58CA127B58B16E4879(NULL); NullCheck(L_4); HeartbeatManager_Subscribe_m0D38271ED9769AE81CD7CBEA9B356DD798D59FF5(L_4, __this, NULL); EventSource_set_State_mF45C19BCAF0D9638B2DCF49FD9F93E14ADDB150F(__this, 3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_OnUpgraded_mC40229488949198D2A8C3E13640BFA33C51F5A8B (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_originalRequest, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_response, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSource_OnMessageReceived_m2D139F108E101FE64E0C7F7972711BB205E51E0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5694BFA30EC67CCD558C768EEFED819B3020915C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA718FD06E8C27E541F457EFEF9F0011D0B67DA8F); s_Il2CppMethodInitialized = true; } EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* V_0 = NULL; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_0 = ___1_response; V_0 = ((EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E*)IsInstSealed((RuntimeObject*)L_0, EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E_il2cpp_TypeInfo_var)); EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* L_1 = V_0; if (L_1) { goto IL_001b; } } { EventSource_CallOnError_mD590E6267C69311B3B2CE5287A0ECE1E0137CC94(__this, _stringLiteral5694BFA30EC67CCD558C768EEFED819B3020915C, _stringLiteralA718FD06E8C27E541F457EFEF9F0011D0B67DA8F, NULL); return; } IL_001b: { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_2 = __this->___OnOpen; if (!L_2) { goto IL_0049; } } try { OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* L_3 = __this->___OnOpen; NullCheck(L_3); OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_inline(L_3, __this, NULL); goto IL_0049; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0031; } throw e; } CATCH_0031: { Exception_t* L_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_1 = L_4; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_6 = V_1; NullCheck(L_5); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4CB86F2199AEF79F6A30E9EF3D5ECD9E7E45F6E5)), L_6); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0049; } IL_0049: { EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* L_7 = V_0; EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* L_8 = L_7; NullCheck(L_8); Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E* L_9 = L_8->___OnMessage; Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E* L_10 = (Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E*)il2cpp_codegen_object_new(Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E_il2cpp_TypeInfo_var); Action_2__ctor_m5DAE33D7ECBF839B1DE9EE8CB3F7E135D5457A27(L_10, __this, (intptr_t)((void*)EventSource_OnMessageReceived_m2D139F108E101FE64E0C7F7972711BB205E51E0B_RuntimeMethod_var), NULL); Delegate_t* L_11; L_11 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_9, L_10, NULL); NullCheck(L_8); L_8->___OnMessage = ((Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E*)Castclass((RuntimeObject*)L_11, Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&L_8->___OnMessage), (void*)((Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E*)Castclass((RuntimeObject*)L_11, Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E_il2cpp_TypeInfo_var))); EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* L_12 = V_0; NullCheck(L_12); EventSourceResponse_StartReceive_mC084230E359E6212F6C69312F5CFF9BEE88CB894(L_12, NULL); __this->___RetryCount = (uint8_t)0; EventSource_set_State_mF45C19BCAF0D9638B2DCF49FD9F93E14ADDB150F(__this, 2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_OnRequestFinished_mE704DDF33E02CD021FB0C15C8BEE8C02FF83598F (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_req, HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___1_resp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&States_t7B67C1043717C160A59679FB6959A50AC9081D88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral283B032BD6AD83D538DFFC5F6B55104EAEEEA51F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3B229A523CAC52E4290F08C4156FD7BA9494C13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC120E8086292A6919B443E0A183B424912411C70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3667A4D276FAA0FFE19E1208BBCB7F66ED6F3D2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; String_t* G_B19_0 = NULL; String_t* G_B18_0 = NULL; String_t* G_B20_0 = NULL; String_t* G_B20_1 = NULL; { int32_t L_0; L_0 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)5)))) { goto IL_000a; } } { return; } IL_000a: { int32_t L_1; L_1 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_001c; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_2 = ___0_req; NullCheck(L_2); int32_t L_3; L_3 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_2, NULL); if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_0028; } } IL_001c: { EventSource_SetClosed_m54DB8E7F829CF2080AEC4B3354D606978503AF0C(__this, _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0, NULL); return; } IL_0028: { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_0 = L_4; V_1 = (bool)1; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_5 = ___0_req; NullCheck(L_5); int32_t L_6; L_6 = HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline(L_5, NULL); V_2 = L_6; int32_t L_7 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, 2))) { case 0: { goto IL_005c; } case 1: { goto IL_0070; } case 2: { goto IL_0103; } case 3: { goto IL_013f; } case 4: { goto IL_0160; } case 5: { goto IL_0168; } } } { goto IL_016e; } IL_005c: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_8 = ___1_resp; NullCheck(L_8); bool L_9; L_9 = HTTPResponse_HasHeader_mC6E3E741DA758D4B0CAA8CB71889E5686DCB0355(L_8, _stringLiteralE3667A4D276FAA0FFE19E1208BBCB7F66ED6F3D2, NULL); V_1 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0); goto IL_016e; } IL_0070: { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_10 = ___1_resp; NullCheck(L_10); int32_t L_11; L_11 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_10, NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)200))))) { goto IL_0097; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_12 = ___1_resp; NullCheck(L_12); bool L_13; L_13 = HTTPResponse_HasHeaderWithValue_mC676EA50921A814FA347FFF51C8BB4B89A1276CC(L_12, _stringLiteralC120E8086292A6919B443E0A183B424912411C70, _stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B, NULL); if (L_13) { goto IL_0097; } } { V_0 = _stringLiteral283B032BD6AD83D538DFFC5F6B55104EAEEEA51F; V_1 = (bool)0; } IL_0097: { bool L_14 = V_1; if (!L_14) { goto IL_016e; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_15 = ___1_resp; NullCheck(L_15); int32_t L_16; L_16 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_15, NULL); if ((((int32_t)L_16) == ((int32_t)((int32_t)500)))) { goto IL_016e; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_17 = ___1_resp; NullCheck(L_17); int32_t L_18; L_18 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_17, NULL); if ((((int32_t)L_18) == ((int32_t)((int32_t)502)))) { goto IL_016e; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_19 = ___1_resp; NullCheck(L_19); int32_t L_20; L_20 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_19, NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)503)))) { goto IL_016e; } } { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_21 = ___1_resp; NullCheck(L_21); int32_t L_22; L_22 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_21, NULL); if ((((int32_t)L_22) == ((int32_t)((int32_t)504)))) { goto IL_016e; } } { V_1 = (bool)0; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_23 = ___1_resp; NullCheck(L_23); int32_t L_24; L_24 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(L_23, NULL); int32_t L_25 = L_24; RuntimeObject* L_26 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_25); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_27 = ___1_resp; NullCheck(L_27); String_t* L_28; L_28 = HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline(L_27, NULL); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_29 = ___1_resp; NullCheck(L_29); String_t* L_30; L_30 = HTTPResponse_get_DataAsText_m1519A53C1E026C710B727CF35CFFE17C199B3887(L_29, NULL); String_t* L_31; L_31 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6, L_26, L_28, L_30, NULL); V_0 = L_31; goto IL_016e; } IL_0103: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_32 = ___0_req; NullCheck(L_32); Exception_t* L_33; L_33 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_32, NULL); if (L_33) { G_B19_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; goto IL_0117; } G_B18_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; } { G_B20_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B20_1 = G_B18_0; goto IL_0137; } IL_0117: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_34 = ___0_req; NullCheck(L_34); Exception_t* L_35; L_35 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_34, NULL); NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_35); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_37 = ___0_req; NullCheck(L_37); Exception_t* L_38; L_38 = HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline(L_37, NULL); NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_38); String_t* L_40; L_40 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_36, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_39, NULL); G_B20_0 = L_40; G_B20_1 = G_B19_0; } IL_0137: { String_t* L_41; L_41 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B20_1, G_B20_0, NULL); V_0 = L_41; goto IL_016e; } IL_013f: { int32_t L_42; L_42 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); V_3 = L_42; Il2CppFakeBox L_43(States_t7B67C1043717C160A59679FB6959A50AC9081D88_il2cpp_TypeInfo_var, (&V_3)); String_t* L_44; L_44 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_43), NULL); String_t* L_45; L_45 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA3B229A523CAC52E4290F08C4156FD7BA9494C13, L_44, NULL); V_0 = L_45; goto IL_016e; } IL_0160: { V_0 = _stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E; goto IL_016e; } IL_0168: { V_0 = _stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC; } IL_016e: { int32_t L_46; L_46 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((((int32_t)L_46) >= ((int32_t)4))) { goto IL_01a1; } } { String_t* L_47 = V_0; bool L_48; L_48 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_47, NULL); if (L_48) { goto IL_018b; } } { String_t* L_49 = V_0; EventSource_CallOnError_mD590E6267C69311B3B2CE5287A0ECE1E0137CC94(__this, L_49, _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0, NULL); } IL_018b: { bool L_50 = V_1; if (!L_50) { goto IL_0195; } } { EventSource_Retry_mA8EBD3836B3A81AD8E4CFDC5811578E759EF88DF(__this, NULL); return; } IL_0195: { EventSource_SetClosed_m54DB8E7F829CF2080AEC4B3354D606978503AF0C(__this, _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0, NULL); return; } IL_01a1: { EventSource_SetClosed_m54DB8E7F829CF2080AEC4B3354D606978503AF0C(__this, _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_OnMessageReceived_m2D139F108E101FE64E0C7F7972711BB205E51E0B (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* ___0_resp, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m787CBB8BF655123C468F6957B35F4233D84435DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t* V_1 = NULL; OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* V_2 = NULL; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0; L_0 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((((int32_t)L_0) < ((int32_t)4))) { goto IL_000a; } } { return; } IL_000a: { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_1 = ___1_message; NullCheck(L_1); String_t* L_2; L_2 = Message_get_Id_mDDF858B97737D8FF72F977C2AB51B6623BED52F4_inline(L_1, NULL); if (!L_2) { goto IL_001e; } } { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_3 = ___1_message; NullCheck(L_3); String_t* L_4; L_4 = Message_get_Id_mDDF858B97737D8FF72F977C2AB51B6623BED52F4_inline(L_3, NULL); EventSource_set_LastEventId_m6E536265A7D04F7A1F78A6C1E9EC9F6CAEE48940_inline(__this, L_4, NULL); } IL_001e: { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_5 = ___1_message; NullCheck(L_5); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6; L_6 = Message_get_Retry_mA1D9630DF904A0573B0E138B31D7AD07C03C4555_inline(L_5, NULL); V_0 = L_6; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); double L_7; L_7 = TimeSpan_get_TotalMilliseconds_m3506C1A49F1FE37A82F3027EA061D18215EF87CF((&V_0), NULL); if ((!(((double)L_7) > ((double)(0.0))))) { goto IL_0043; } } { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_8 = ___1_message; NullCheck(L_8); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_9; L_9 = Message_get_Retry_mA1D9630DF904A0573B0E138B31D7AD07C03C4555_inline(L_8, NULL); EventSource_set_ReconnectionTime_m6EE5A24089759BD00C37B80B90AEC37B6C3D3204_inline(__this, L_9, NULL); } IL_0043: { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_10 = ___1_message; NullCheck(L_10); String_t* L_11; L_11 = Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51_inline(L_10, NULL); bool L_12; L_12 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_11, NULL); if (!L_12) { goto IL_0051; } } { return; } IL_0051: { OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_13 = __this->___OnMessage; if (!L_13) { goto IL_0080; } } try { OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* L_14 = __this->___OnMessage; Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_15 = ___1_message; NullCheck(L_14); OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_inline(L_14, __this, L_15, NULL); goto IL_0080; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0068; } throw e; } CATCH_0068: { Exception_t* L_16 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_1 = L_16; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_17; L_17 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_18 = V_1; NullCheck(L_17); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3511DB92D800773D9C2ACA4FD499B9035EA335ED)), L_18); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0080; } IL_0080: { Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* L_19 = __this->___EventTable; if (!L_19) { goto IL_00cf; } } { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_20 = ___1_message; NullCheck(L_20); String_t* L_21; L_21 = Message_get_Event_m4C42589BEBDCD022F9A4480A9BF91EF6D9FB4761_inline(L_20, NULL); bool L_22; L_22 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_21, NULL); if (L_22) { goto IL_00cf; } } { Dictionary_2_t359AC08130F76CE029AD2D41607379E34BAC7125* L_23 = __this->___EventTable; Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_24 = ___1_message; NullCheck(L_24); String_t* L_25; L_25 = Message_get_Event_m4C42589BEBDCD022F9A4480A9BF91EF6D9FB4761_inline(L_24, NULL); NullCheck(L_23); bool L_26; L_26 = Dictionary_2_TryGetValue_m787CBB8BF655123C468F6957B35F4233D84435DA(L_23, L_25, (&V_2), Dictionary_2_TryGetValue_m787CBB8BF655123C468F6957B35F4233D84435DA_RuntimeMethod_var); if (!L_26) { goto IL_00cf; } } { OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* L_27 = V_2; if (!L_27) { goto IL_00cf; } } try { OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* L_28 = V_2; Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_29 = ___1_message; NullCheck(L_28); OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_inline(L_28, __this, L_29, NULL); goto IL_00cf; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b7; } throw e; } CATCH_00b7: { Exception_t* L_30 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_3 = L_30; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_31; L_31 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_32 = V_3; NullCheck(L_31); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC408DF7B9FAAC72DAFF987FE791BAB7B55D5F25B)), L_32); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00cf; } IL_00cf: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_BestHTTP_Extensions_IHeartbeat_OnHeartbeatUpdate_mF332FBD8F9C0A7717819C90AB7346BDEBF46CA91 (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_dif, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82D5583C9193486C2E5202097C3F26F24E99E6FE); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0015; } } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* L_1; L_1 = HTTPManager_get_Heartbeats_mB06494ABA048C6A5B0DEFB58CA127B58B16E4879(NULL); NullCheck(L_1); HeartbeatManager_Unsubscribe_m5C86433F1B3AC8902C7EFD0A2D91A49790A7B43B(L_1, __this, NULL); return; } IL_0015: { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2; L_2 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = __this->___RetryCalled; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4; L_4 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_2, L_3, NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_5; L_5 = EventSource_get_ReconnectionTime_mB03383864B654FCA975D34E7952A01CE8AA9AFAD_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); bool L_6; L_6 = TimeSpan_op_GreaterThanOrEqual_m75F60A7DA7C0BB62E4A21E7784E6FFE6D2D73CFE(L_4, L_5, NULL); if (!L_6) { goto IL_0057; } } { EventSource_Open_m90C446B5D06AEBE30E5EBF3DB2AAAA64F27F5229(__this, NULL); int32_t L_7; L_7 = EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline(__this, NULL); if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_004c; } } { EventSource_SetClosed_m54DB8E7F829CF2080AEC4B3354D606978503AF0C(__this, _stringLiteral82D5583C9193486C2E5202097C3F26F24E99E6FE, NULL); } IL_004c: { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* L_8; L_8 = HTTPManager_get_Heartbeats_mB06494ABA048C6A5B0DEFB58CA127B58B16E4879(NULL); NullCheck(L_8); HeartbeatManager_Unsubscribe_m5C86433F1B3AC8902C7EFD0A2D91A49790A7B43B(L_8, __this, NULL); } IL_0057: { 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 IL2CPP_METHOD_ATTR bool EventSourceResponse_get_IsClosed_m4A0288AF53344CDC148882D1EBC6C29BDCC5FB29 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsClosedU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_set_IsClosed_m3D26B5CDB35112C260D8FC015CC615D5E2D630D5 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsClosedU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse__ctor_mEE0E9282F6871569E0C56EB7C89A721429BEB737 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_request, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_stream, bool ___2_isStreamed, bool ___3_isFromCache, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m9DC608EE030D681A49212AC9996B1B254AD78793_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); __this->___FrameLock = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___FrameLock), (void*)L_0); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)); __this->___LineBuffer = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___LineBuffer), (void*)L_1); List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* L_2 = (List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6*)il2cpp_codegen_object_new(List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6_il2cpp_TypeInfo_var); List_1__ctor_m9DC608EE030D681A49212AC9996B1B254AD78793(L_2, List_1__ctor_m9DC608EE030D681A49212AC9996B1B254AD78793_RuntimeMethod_var); __this->___CompletedMessages = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___CompletedMessages), (void*)L_2); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_3 = ___0_request; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_4 = ___1_stream; bool L_5 = ___2_isStreamed; bool L_6 = ___3_isFromCache; HTTPResponse__ctor_m7B5A1EF16B2EBE027F75C25584170D50E766B922(__this, L_3, L_4, L_5, L_6, NULL); HTTPResponse_set_IsClosedManually_mEE8FA465340D8E5C269A5F17E5367CBF9754AFFA_inline(__this, (bool)1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSourceResponse_Receive_m738D243EDF671B376F83BCCD60040B8F46342273 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, int32_t ___0_forceReadRawContentLength, bool ___1_readPayloadData, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC120E8086292A6919B443E0A183B424912411C70); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* G_B4_0 = NULL; EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* G_B1_0 = NULL; EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* G_B2_0 = NULL; EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* G_B3_0 = NULL; int32_t G_B5_0 = 0; EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* G_B5_1 = NULL; { int32_t L_0 = ___0_forceReadRawContentLength; bool L_1; L_1 = HTTPResponse_Receive_m8B1290986B77AB93BDBBFAA13E0BF60A3896A3E3(__this, L_0, (bool)0, NULL); V_0 = L_1; String_t* L_2; L_2 = HTTPResponse_GetFirstHeaderValue_m92BC069C0D068D821837632F8609B3FCB6176499(__this, _stringLiteralC120E8086292A6919B443E0A183B424912411C70, NULL); V_1 = L_2; bool L_3 = V_0; if (!L_3) { G_B4_0 = __this; goto IL_0040; } G_B1_0 = __this; } { int32_t L_4; L_4 = HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline(__this, NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)200))))) { G_B4_0 = G_B1_0; goto IL_0040; } G_B2_0 = G_B1_0; } { String_t* L_5 = V_1; bool L_6; L_6 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_5, NULL); if (L_6) { G_B4_0 = G_B2_0; goto IL_0040; } G_B3_0 = G_B2_0; } { String_t* L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_7, NULL); NullCheck(L_8); bool L_9; L_9 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_8, _stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B, NULL); G_B5_0 = ((int32_t)(L_9)); G_B5_1 = G_B3_0; goto IL_0041; } IL_0040: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_0041: { NullCheck(G_B5_1); HTTPResponse_set_IsUpgraded_mAA578CDEC2A69F7FBD2C82E3C0C319F4889E9365_inline(G_B5_1, (bool)G_B5_0, NULL); bool L_10; L_10 = HTTPResponse_get_IsUpgraded_m67F7BC60C0F7F6DECA914D60C993626DDFAB1485_inline(__this, NULL); if (L_10) { goto IL_0056; } } { int32_t L_11 = ___0_forceReadRawContentLength; bool L_12; L_12 = HTTPResponse_ReadPayload_mADF0F0A740A6E5DF332D2547E2B6D0E210D404F6(__this, L_11, NULL); } IL_0056: { bool L_13 = V_0; return L_13; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_StartReceive_mC084230E359E6212F6C69312F5CFF9BEE88CB894 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSourceResponse_ReceiveThreadFunc_m9251311B55BF2459763437B2156551774503AD54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = HTTPResponse_get_IsUpgraded_m67F7BC60C0F7F6DECA914D60C993626DDFAB1485_inline(__this, NULL); if (!L_0) { goto IL_001a; } } { WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* L_1 = (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3*)il2cpp_codegen_object_new(WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var); WaitCallback__ctor_m9730564F9A28ECB72462D05AA92CA9E43DE9B41C(L_1, __this, (intptr_t)((void*)EventSourceResponse_ReceiveThreadFunc_m9251311B55BF2459763437B2156551774503AD54_RuntimeMethod_var), NULL); bool L_2; L_2 = ThreadPool_QueueUserWorkItem_m24B9C1887DBABE1F408E31475AF15B9B9A08854D(L_1, NULL); } IL_001a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReceiveThreadFunc_m9251311B55BF2459763437B2156551774503AD54 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, RuntimeObject* ___0_param, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E9C7EC66796179F504EE3E8DA0FCDDE429FCBEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_006f: { EventSourceResponse_set_IsClosed_m3D26B5CDB35112C260D8FC015CC615D5E2D630D5_inline(__this, (bool)1, NULL); return; } }); try { try { { bool L_0; L_0 = HTTPResponse_HasHeaderWithValue_mC676EA50921A814FA347FFF51C8BB4B89A1276CC(__this, _stringLiteral0E9C7EC66796179F504EE3E8DA0FCDDE429FCBEA, _stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F, NULL); if (!L_0) { goto IL_0020_2; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ((HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774*)__this)->___Stream; EventSourceResponse_ReadChunked_m510D20A7DB7EE868BF4A491A7D9CDC369271187C(__this, L_1, NULL); goto IL_002e_2; } IL_0020_2: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = ((HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774*)__this)->___Stream; EventSourceResponse_ReadRaw_m36F99B69B732EBD3607AF3620C5F279FFA4B6150(__this, L_2, ((int64_t)(-1)), NULL); } IL_002e_2: { goto IL_0077; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0030_1; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003f_1; } throw e; } CATCH_0030_1: { ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4* L_3 = ((ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4*)IL2CPP_GET_ACTIVE_EXCEPTION(ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4*));; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_4 = ((HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774*)__this)->___baseRequest; NullCheck(L_4); HTTPRequest_set_State_m5B4DD3ABEF9AB55FAC55DFAD5439CB24ED6A9280_inline(L_4, 5, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0077; } CATCH_003f_1: { { Exception_t* L_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = L_5; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPUpdateDelegator_tE302E86BCF2FFB97EA9365D1DA4F645E3048AE5A_il2cpp_TypeInfo_var))); bool L_6; L_6 = HTTPUpdateDelegator_get_IsCreated_m4DA30A1AFDCF49FFA8C9D5CBC0BB1502041B0FB6_inline(NULL); if (!L_6) { goto IL_0061_1; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7 = ((HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774*)__this)->___baseRequest; Exception_t* L_8 = V_0; NullCheck(L_7); HTTPRequest_set_Exception_mD3C4D7BE74ABFA2F6DF5082F152CE4F522E3D748_inline(L_7, L_8, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9 = ((HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774*)__this)->___baseRequest; NullCheck(L_9); HTTPRequest_set_State_m5B4DD3ABEF9AB55FAC55DFAD5439CB24ED6A9280_inline(L_9, 4, NULL); goto IL_006d_1; } IL_0061_1: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_10 = ((HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774*)__this)->___baseRequest; NullCheck(L_10); HTTPRequest_set_State_m5B4DD3ABEF9AB55FAC55DFAD5439CB24ED6A9280_inline(L_10, 5, NULL); } IL_006d_1: { IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0077; } } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0077: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReadChunked_m510D20A7DB7EE868BF4A491A7D9CDC369271187C (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_stream; int32_t L_1; L_1 = HTTPResponse_ReadChunkLength_mE5F1230F66590343DF798AB7173AE812CEB3E3E7(__this, L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; goto IL_005c; } IL_0011: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_1; NullCheck(L_4); int32_t L_5 = V_0; if ((((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))) >= ((int32_t)L_5))) { goto IL_001f; } } { int32_t L_6 = V_0; Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297((&V_1), L_6, Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_RuntimeMethod_var); } IL_001f: { V_2 = 0; } IL_0021: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_7 = ___0_stream; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_1; int32_t L_9 = V_2; int32_t L_10 = V_0; int32_t L_11 = V_2; NullCheck(L_7); int32_t L_12; L_12 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(34, L_7, L_8, L_9, ((int32_t)il2cpp_codegen_subtract(L_10, L_11))); V_3 = L_12; int32_t L_13 = V_3; if (L_13) { goto IL_003b; } } { Exception_t* L_14 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03E9BCD3ECD3BE36275494DFFD6E1DB3C0312ED9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventSourceResponse_ReadChunked_m510D20A7DB7EE868BF4A491A7D9CDC369271187C_RuntimeMethod_var))); } IL_003b: { int32_t L_15 = V_2; int32_t L_16 = V_3; V_2 = ((int32_t)il2cpp_codegen_add(L_15, L_16)); int32_t L_17 = V_2; int32_t L_18 = V_0; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0021; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = V_1; int32_t L_20 = V_2; EventSourceResponse_FeedData_mF50E5D6056BFE09A97925F10ED46231CFBDE54EC(__this, L_19, L_20, NULL); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_21 = ___0_stream; String_t* L_22; L_22 = HTTPResponse_ReadTo_m9A5D8107BCB8EA48B501B0E3DA166180B3E654DE(L_21, (uint8_t)((int32_t)10), NULL); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_23 = ___0_stream; int32_t L_24; L_24 = HTTPResponse_ReadChunkLength_mE5F1230F66590343DF798AB7173AE812CEB3E3E7(__this, L_23, NULL); V_0 = L_24; } IL_005c: { int32_t L_25 = V_0; if (L_25) { goto IL_0011; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_26 = ___0_stream; HTTPResponse_ReadHeaders_m9A4143C3AE4DDBE898592339FBC6F5D3DD711809(__this, L_26, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReadRaw_m36F99B69B732EBD3607AF3620C5F279FFA4B6150 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, int64_t ___1_contentLength, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; int32_t V_1 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)); V_0 = L_0; } IL_000b: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___0_stream; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0; NullCheck(L_3); NullCheck(L_1); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(34, L_1, L_2, 0, ((int32_t)(((RuntimeArray*)L_3)->max_length))); V_1 = L_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_0; int32_t L_6 = V_1; EventSourceResponse_FeedData_mF50E5D6056BFE09A97925F10ED46231CFBDE54EC(__this, L_5, L_6, NULL); int32_t L_7 = V_1; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_000b; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_FeedData_mF50E5D6056BFE09A97925F10ED46231CFBDE54EC (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t G_B19_0 = 0; { int32_t L_0 = ___1_count; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0009; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; NullCheck(L_1); ___1_count = ((int32_t)(((RuntimeArray*)L_1)->max_length)); } IL_0009: { int32_t L_2 = ___1_count; if (L_2) { goto IL_000d; } } { return; } IL_000d: { V_1 = 0; } IL_000f: { V_0 = (-1); V_2 = 1; int32_t L_3 = V_1; V_4 = L_3; goto IL_0049; } IL_0018: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_buffer; int32_t L_5 = V_4; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)13))))) { goto IL_0038; } } { int32_t L_8 = V_4; int32_t L_9 = ___1_count; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_8, 1))) >= ((int32_t)L_9))) { goto IL_0033; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___0_buffer; int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_11, 1)); uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)10))))) { goto IL_0033; } } { V_2 = 2; } IL_0033: { int32_t L_14 = V_4; V_0 = L_14; goto IL_0043; } IL_0038: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_buffer; int32_t L_16 = V_4; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)10))))) { goto IL_0043; } } { int32_t L_19 = V_4; V_0 = L_19; } IL_0043: { int32_t L_20 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_0049: { int32_t L_21 = V_4; int32_t L_22 = ___1_count; if ((((int32_t)L_21) >= ((int32_t)L_22))) { goto IL_0052; } } { int32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)(-1)))) { goto IL_0018; } } IL_0052: { int32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)(-1)))) { goto IL_0059; } } { int32_t L_25 = V_0; G_B19_0 = L_25; goto IL_005a; } IL_0059: { int32_t L_26 = ___1_count; G_B19_0 = L_26; } IL_005a: { V_3 = G_B19_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = __this->___LineBuffer; NullCheck(L_27); int32_t L_28 = __this->___LineBufferPos; int32_t L_29 = V_3; int32_t L_30 = V_1; if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))) >= ((int32_t)((int32_t)il2cpp_codegen_add(L_28, ((int32_t)il2cpp_codegen_subtract(L_29, L_30))))))) { goto IL_0084; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_31 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)(&__this->___LineBuffer); int32_t L_32 = __this->___LineBufferPos; int32_t L_33 = V_3; int32_t L_34 = V_1; Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297(L_31, ((int32_t)il2cpp_codegen_add(L_32, ((int32_t)il2cpp_codegen_subtract(L_33, L_34)))), Array_Resize_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mDEA5A67641D397AE82678232B46E377173ED4297_RuntimeMethod_var); } IL_0084: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = ___0_buffer; int32_t L_36 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = __this->___LineBuffer; int32_t L_38 = __this->___LineBufferPos; int32_t L_39 = V_3; int32_t L_40 = V_1; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_35, L_36, (RuntimeArray*)L_37, L_38, ((int32_t)il2cpp_codegen_subtract(L_39, L_40)), NULL); int32_t L_41 = __this->___LineBufferPos; int32_t L_42 = V_3; int32_t L_43 = V_1; __this->___LineBufferPos = ((int32_t)il2cpp_codegen_add(L_41, ((int32_t)il2cpp_codegen_subtract(L_42, L_43)))); int32_t L_44 = V_0; if ((!(((uint32_t)L_44) == ((uint32_t)(-1))))) { goto IL_00af; } } { return; } IL_00af: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = __this->___LineBuffer; int32_t L_46 = __this->___LineBufferPos; EventSourceResponse_ParseLine_m15108E58CC479E8C9392BD1EBAC5271992192E02(__this, L_45, L_46, NULL); __this->___LineBufferPos = 0; int32_t L_47 = V_0; int32_t L_48 = V_2; V_1 = ((int32_t)il2cpp_codegen_add(L_47, L_48)); int32_t L_49 = V_0; if ((((int32_t)L_49) == ((int32_t)(-1)))) { goto IL_00d7; } } { int32_t L_50 = V_1; int32_t L_51 = ___1_count; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_000f; } } IL_00d7: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ParseLine_m15108E58CC479E8C9392BD1EBAC5271992192E02 (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4ECA293AE5E4EAB3B3781021C498ACB5D699D47B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A629696BEFA3DB857BFAF4413EBC40F6515A27F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAA8D9C3445FEBFE3701DDB0406A86D63B80BB2F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; { int32_t L_0 = ___1_count; if (L_0) { goto IL_0043; } } { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_1 = __this->___CurrentMessage; if (!L_1) { goto IL_0042; } } { RuntimeObject* L_2 = __this->___FrameLock; V_3 = L_2; V_4 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0030: { { bool L_3 = V_4; if (!L_3) { goto IL_003a; } } { RuntimeObject* L_4 = V_3; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_003a: { return; } } }); try { RuntimeObject* L_5 = V_3; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_4), NULL); List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* L_6 = __this->___CompletedMessages; Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_7 = __this->___CurrentMessage; NullCheck(L_6); List_1_Add_m4ECA293AE5E4EAB3B3781021C498ACB5D699D47B_inline(L_6, L_7, List_1_Add_m4ECA293AE5E4EAB3B3781021C498ACB5D699D47B_RuntimeMethod_var); goto IL_003b; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003b: { __this->___CurrentMessage = (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___CurrentMessage), (void*)(Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*)NULL); } IL_0042: { return; } IL_0043: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___0_buffer; NullCheck(L_8); int32_t L_9 = 0; uint8_t L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)58))))) { goto IL_004b; } } { return; } IL_004b: { V_0 = (-1); V_5 = 0; goto IL_0063; } IL_0052: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___0_buffer; int32_t L_12 = V_5; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)58))))) { goto IL_005d; } } { int32_t L_15 = V_5; V_0 = L_15; } IL_005d: { int32_t L_16 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_16, 1)); } IL_0063: { int32_t L_17 = V_5; int32_t L_18 = ___1_count; if ((((int32_t)L_17) >= ((int32_t)L_18))) { goto IL_006c; } } { int32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)(-1)))) { goto IL_0052; } } IL_006c: { int32_t L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)(-1)))) { goto IL_00ac; } } { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_21; L_21 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ___0_buffer; int32_t L_23 = V_0; NullCheck(L_21); String_t* L_24; L_24 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(38, L_21, L_22, 0, L_23); V_1 = L_24; int32_t L_25 = V_0; int32_t L_26 = ___1_count; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_25, 1))) >= ((int32_t)L_26))) { goto IL_0091; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___0_buffer; int32_t L_28 = V_0; NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_add(L_28, 1)); uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)32))))) { goto IL_0091; } } { int32_t L_31 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_31, 1)); } IL_0091: { int32_t L_32 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_32, 1)); int32_t L_33 = V_0; int32_t L_34 = ___1_count; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_009a; } } { return; } IL_009a: { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_35; L_35 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = ___0_buffer; int32_t L_37 = V_0; int32_t L_38 = ___1_count; int32_t L_39 = V_0; NullCheck(L_35); String_t* L_40; L_40 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(38, L_35, L_36, L_37, ((int32_t)il2cpp_codegen_subtract(L_38, L_39))); V_2 = L_40; goto IL_00c0; } IL_00ac: { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_41; L_41 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ___0_buffer; int32_t L_43 = ___1_count; NullCheck(L_41); String_t* L_44; L_44 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(38, L_41, L_42, 0, L_43); V_1 = L_44; String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_2 = L_45; } IL_00c0: { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_46 = __this->___CurrentMessage; if (L_46) { goto IL_00d3; } } { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_47 = (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*)il2cpp_codegen_object_new(Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C_il2cpp_TypeInfo_var); Message__ctor_mD9CBC4838358DA33788506B0ECD9D139D0CC90B9(L_47, NULL); __this->___CurrentMessage = L_47; Il2CppCodeGenWriteBarrier((void**)(&__this->___CurrentMessage), (void*)L_47); } IL_00d3: { String_t* L_48 = V_1; bool L_49; L_49 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_48, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, NULL); if (L_49) { goto IL_0108; } } { String_t* L_50 = V_1; bool L_51; L_51 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_50, _stringLiteralEAA8D9C3445FEBFE3701DDB0406A86D63B80BB2F, NULL); if (L_51) { goto IL_0115; } } { String_t* L_52 = V_1; bool L_53; L_53 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_52, _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469, NULL); if (L_53) { goto IL_0122; } } { String_t* L_54 = V_1; bool L_55; L_55 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_54, _stringLiteral4A629696BEFA3DB857BFAF4413EBC40F6515A27F, NULL); if (L_55) { goto IL_0162; } } { return; } IL_0108: { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_56 = __this->___CurrentMessage; String_t* L_57 = V_2; NullCheck(L_56); Message_set_Id_m43BFC62299500F57064F948FEE450C98E2B48E58_inline(L_56, L_57, NULL); return; } IL_0115: { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_58 = __this->___CurrentMessage; String_t* L_59 = V_2; NullCheck(L_58); Message_set_Event_m82729DBEC528C8C9EE8F29D2F8E37DC50A00EF66_inline(L_58, L_59, NULL); return; } IL_0122: { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_60 = __this->___CurrentMessage; NullCheck(L_60); String_t* L_61; L_61 = Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51_inline(L_60, NULL); if (!L_61) { goto IL_014a; } } { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_62 = __this->___CurrentMessage; Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_63 = L_62; NullCheck(L_63); String_t* L_64; L_64 = Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51_inline(L_63, NULL); String_t* L_65; L_65 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL); String_t* L_66; L_66 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_64, L_65, NULL); NullCheck(L_63); Message_set_Data_m63C7AECF90F9D7C8EB6F7D8AACF1E5A99A1E9744_inline(L_63, L_66, NULL); } IL_014a: { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_67 = __this->___CurrentMessage; Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_68 = L_67; NullCheck(L_68); String_t* L_69; L_69 = Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51_inline(L_68, NULL); String_t* L_70 = V_2; String_t* L_71; L_71 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_69, L_70, NULL); NullCheck(L_68); Message_set_Data_m63C7AECF90F9D7C8EB6F7D8AACF1E5A99A1E9744_inline(L_68, L_71, NULL); return; } IL_0162: { String_t* L_72 = V_2; bool L_73; L_73 = Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21(L_72, (&V_6), NULL); if (!L_73) { goto IL_017f; } } { Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_74 = __this->___CurrentMessage; int32_t L_75 = V_6; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_76; L_76 = TimeSpan_FromMilliseconds_mFDCBE9EDA3F6743302C3DD81259AF5D2F00EF775(((double)L_75), NULL); NullCheck(L_74); Message_set_Retry_mD6F569FA5E6B0458B1DC89B77F1146A3D812F98B_inline(L_74, L_76, NULL); } IL_017f: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_BestHTTP_IProtocol_HandleEvents_m519C44DEB15F76B5B22B80A6ADCBFE33BFB4FC9D (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mB3DFCB6CB17797B5572ADF010B717A0170E8E109_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDDE0F9ED5DF147986D00883F84C11A48D8AFCB05_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mCD710BE146E727AF34B3D602AA6716059FD54E66_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Exception_t* V_3 = NULL; Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = __this->___FrameLock; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007d: { { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } } }); try { { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* L_4 = __this->___CompletedMessages; NullCheck(L_4); int32_t L_5; L_5 = List_1_get_Count_mDDE0F9ED5DF147986D00883F84C11A48D8AFCB05_inline(L_4, List_1_get_Count_mDDE0F9ED5DF147986D00883F84C11A48D8AFCB05_RuntimeMethod_var); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_007b_1; } } { Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E* L_6 = __this->___OnMessage; if (!L_6) { goto IL_0070_1; } } { V_2 = 0; goto IL_0062_1; } IL_002b_1: { } try { Action_2_tED52F2679EE95EDB4F8269C0233F5553DF934D4E* L_7 = __this->___OnMessage; List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* L_8 = __this->___CompletedMessages; int32_t L_9 = V_2; NullCheck(L_8); Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* L_10; L_10 = List_1_get_Item_mCD710BE146E727AF34B3D602AA6716059FD54E66(L_8, L_9, List_1_get_Item_mCD710BE146E727AF34B3D602AA6716059FD54E66_RuntimeMethod_var); NullCheck(L_7); Action_2_Invoke_m83C2479E8BEE7DC2660AE1C348F45A7CC0293C3B_inline(L_7, __this, L_10, NULL); goto IL_005e_1; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0046_1; } throw e; } CATCH_0046_1: { Exception_t* L_11 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_3 = L_11; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_12; L_12 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_13 = V_3; NullCheck(L_12); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB62AD4771D1781C6DB183331E0F677ACD8655325)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C9BE877316ABBBEDC5B3242BFDD9275BE201AD6)), L_13); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_005e_1; } IL_005e_1: { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_0062_1: { int32_t L_15 = V_2; List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* L_16 = __this->___CompletedMessages; NullCheck(L_16); int32_t L_17; L_17 = List_1_get_Count_mDDE0F9ED5DF147986D00883F84C11A48D8AFCB05_inline(L_16, List_1_get_Count_mDDE0F9ED5DF147986D00883F84C11A48D8AFCB05_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_002b_1; } } IL_0070_1: { List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* L_18 = __this->___CompletedMessages; NullCheck(L_18); List_1_Clear_mB3DFCB6CB17797B5572ADF010B717A0170E8E109_inline(L_18, List_1_Clear_mB3DFCB6CB17797B5572ADF010B717A0170E8E109_RuntimeMethod_var); } IL_007b_1: { goto IL_0087; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { bool L_19; L_19 = EventSourceResponse_get_IsClosed_m4A0288AF53344CDC148882D1EBC6C29BDCC5FB29_inline(__this, NULL); if (!L_19) { goto IL_00d2; } } { List_1_t015EA8C1A142373761B941918EB4A6C79795ADA6* L_20 = __this->___CompletedMessages; NullCheck(L_20); List_1_Clear_mB3DFCB6CB17797B5572ADF010B717A0170E8E109_inline(L_20, List_1_Clear_mB3DFCB6CB17797B5572ADF010B717A0170E8E109_RuntimeMethod_var); Action_1_t9070DE061D19D248F89E68DE9AE3A0F0E41DAD8F* L_21 = __this->___OnClosed; if (!L_21) { goto IL_00d2; } } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00ca: { __this->___OnClosed = (Action_1_t9070DE061D19D248F89E68DE9AE3A0F0E41DAD8F*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___OnClosed), (void*)(Action_1_t9070DE061D19D248F89E68DE9AE3A0F0E41DAD8F*)NULL); return; } }); try { try { Action_1_t9070DE061D19D248F89E68DE9AE3A0F0E41DAD8F* L_22 = __this->___OnClosed; NullCheck(L_22); Action_1_Invoke_m2C45ED3E13A89FC91CA5E9C28C55F2F0D5A2D3D2_inline(L_22, __this, NULL); goto IL_00d2; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b0_1; } throw e; } CATCH_00b0_1: { Exception_t* L_23 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_4 = L_23; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_24; L_24 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_25 = V_4; NullCheck(L_24); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB62AD4771D1781C6DB183331E0F677ACD8655325)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral861BBC20413BBC72299C133266D4EF240C17ACE4)), L_25); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00d2; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00d2: { 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 IL2CPP_METHOD_ATTR String_t* Message_get_Id_mDDF858B97737D8FF72F977C2AB51B6623BED52F4 (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CIdU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message_set_Id_m43BFC62299500F57064F948FEE450C98E2B48E58 (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CIdU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIdU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Message_get_Event_m4C42589BEBDCD022F9A4480A9BF91EF6D9FB4761 (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CEventU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message_set_Event_m82729DBEC528C8C9EE8F29D2F8E37DC50A00EF66 (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CEventU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CEventU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51 (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDataU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message_set_Data_m63C7AECF90F9D7C8EB6F7D8AACF1E5A99A1E9744 (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CDataU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDataU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Message_get_Retry_mA1D9630DF904A0573B0E138B31D7AD07C03C4555 (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CRetryU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message_set_Retry_mD6F569FA5E6B0458B1DC89B77F1146A3D812F98B (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CRetryU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Message_ToString_m6E539FB224D2C70C2E47179265F5A1C31894829B (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40426B37CE62B75DAB564F9F12A395138B30EAA6); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Message_get_Event_m4C42589BEBDCD022F9A4480A9BF91EF6D9FB4761_inline(__this, NULL); String_t* L_1; L_1 = Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51_inline(__this, NULL); String_t* L_2; L_2 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral40426B37CE62B75DAB564F9F12A395138B30EAA6, L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message__ctor_mD9CBC4838358DA33788506B0ECD9D139D0CC90B9 (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Init_m5E531903AD512E1466FC7C0DE303B69BDEF008CF (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_family, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->___active = (bool)0; Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; if (!L_0) { goto IL_0021; } } { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_1 = __this->___client; NullCheck(L_1); Socket_Close_m5EBF3D8BE2C42EF8037BC9372CE7760B1717EEE4(L_1, NULL); __this->___client = (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___client), (void*)(Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E*)NULL); } IL_0021: { int32_t L_2 = ___0_family; Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_3 = (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E*)il2cpp_codegen_object_new(Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var); Socket__ctor_m35F1F4B4872E251867DA16460F06E903A30E4595(L_3, L_2, 1, 6, NULL); __this->___client = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___client), (void*)L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m25417E22973B5C6862CC120F838C92A1F93EAD9B (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); TcpClient_Init_m5E531903AD512E1466FC7C0DE303B69BDEF008CF(__this, 2, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0; L_0 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F((2.0), NULL); TcpClient_set_ConnectTimeout_m6828F16C2BDE1E04EB522388F768A60E94414F2C_inline(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m1CDA6163FCC1A40199EBAE22C067EB336AC92CAB (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_family, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0 = ___0_family; if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_001f; } } { int32_t L_1 = ___0_family; if ((((int32_t)L_1) == ((int32_t)((int32_t)23)))) { goto IL_001f; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3470A2C2802D7B1CC81C0D33F6124AFF6C3AED4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral319D1EB2B79ACDA1B65E4BA4BA666745E69FEECF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient__ctor_m1CDA6163FCC1A40199EBAE22C067EB336AC92CAB_RuntimeMethod_var))); } IL_001f: { int32_t L_3 = ___0_family; TcpClient_Init_m5E531903AD512E1466FC7C0DE303B69BDEF008CF(__this, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4; L_4 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F((2.0), NULL); TcpClient_set_ConnectTimeout_m6828F16C2BDE1E04EB522388F768A60E94414F2C_inline(__this, L_4, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m18B54CFEAD5DBF17BDF4440384F35281AF8E6DFA (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___0_localEP, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* L_0 = ___0_localEP; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_0); TcpClient_Init_m5E531903AD512E1466FC7C0DE303B69BDEF008CF(__this, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2; L_2 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F((2.0), NULL); TcpClient_set_ConnectTimeout_m6828F16C2BDE1E04EB522388F768A60E94414F2C_inline(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_mEAC4553F68A6E33DD38433EDFF27CBC99920A5F6 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, String_t* ___0_hostname, int32_t ___1_port, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0; L_0 = TimeSpan_FromSeconds_m4401B50C0CA831134068595C6AF2F1CA92AAF80F((2.0), NULL); TcpClient_set_ConnectTimeout_m6828F16C2BDE1E04EB522388F768A60E94414F2C_inline(__this, L_0, NULL); String_t* L_1 = ___0_hostname; int32_t L_2 = ___1_port; TcpClient_Connect_m734BFA426F4293681CECA4B755B20D7796913FCF(__this, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_Active_m4A6970A1BD2F59246E0E4EA1878E103FD6E5E389 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___active; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_Active_m43A508B3B617ECED0133A1F328ED03EFB7CC56E9 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___active = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* TcpClient_get_Client_m3A982D95AD66E774648BE334CBDF5E5FC4BF985E (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_Client_mE56A6A42363F061191F4AF8310E19B7347D5F5F0 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* ___0_value, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = ___0_value; __this->___client = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___client), (void*)L_0); __this->___stream = (NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___stream), (void*)(NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0*)NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_Available_m4783112EAA17BA2A1E31E9BFDE2128BF10E720C9 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; NullCheck(L_0); int32_t L_1; L_1 = Socket_get_Available_mDF4623F5A739F3F642D25A8905E0AF35BD7D7757(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_Connected_m9C516BCCA32B1BB8AE444D3511870EBD90F0B308 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E61ADEB0124FB8D46AC1EDFDC268D3C9F7869C5_inline(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_IsConnected_m9846C574BBADF5566FF5039ABBAF469EF2AEAB9B (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; int32_t G_B3_0 = 0; try { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0; L_0 = TcpClient_get_Client_m3A982D95AD66E774648BE334CBDF5E5FC4BF985E_inline(__this, NULL); NullCheck(L_0); bool L_1; L_1 = Socket_Poll_m65D8E383FBE5A1D4A115942182620422B6646B98(L_0, 1, 0, NULL); if (!L_1) { goto IL_001f_1; } } { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_2; L_2 = TcpClient_get_Client_m3A982D95AD66E774648BE334CBDF5E5FC4BF985E_inline(__this, NULL); NullCheck(L_2); int32_t L_3; L_3 = Socket_get_Available_mDF4623F5A739F3F642D25A8905E0AF35BD7D7757(L_2, NULL); G_B3_0 = ((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0); goto IL_0020_1; } IL_001f_1: { G_B3_0 = 1; } IL_0020_1: { V_0 = (bool)G_B3_0; goto IL_0028; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0023: { Exception_t* L_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0028; } IL_0028: { bool L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_ExclusiveAddressUse_m336C815720CDBA99CFE5C2E9C148F5397DC3FE9D (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; NullCheck(L_0); bool L_1; L_1 = Socket_get_ExclusiveAddressUse_m3C68918AC9A58E5269C8EE9F0F3D23BBE2ED2DE1(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ExclusiveAddressUse_mDA97F6D17824933D3F9C88AE71DF3311B76518B4 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, bool ___0_value, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; bool L_1 = ___0_value; NullCheck(L_0); Socket_set_ExclusiveAddressUse_m3F9A655F123086A025AD1736933B0754A5A6DF7F(L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_SetTcpClient_m5F6D2CC1F3A32294C9AF3978345ADC568BB22BFE (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* ___0_s, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = ___0_s; TcpClient_set_Client_mE56A6A42363F061191F4AF8310E19B7347D5F5F0(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98* TcpClient_get_LingerState_m1B63210503CF29BAFE638E23D0E6F310B1D3A665 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->___values; if (!((int32_t)((int32_t)L_0&1))) { goto IL_0011; } } { LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98* L_1 = __this->___linger_state; return L_1; } IL_0011: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_2 = __this->___client; NullCheck(L_2); RuntimeObject* L_3; L_3 = Socket_GetSocketOption_m39C453F9FA4D1EC664C660851CED73271B1162A2(L_2, ((int32_t)65535), ((int32_t)128), NULL); return ((LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98*)CastclassClass((RuntimeObject*)L_3, LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_LingerState_m2FC37986A803223D1ECCC25A653E9437AA6FDA50 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98* ___0_value, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E61ADEB0124FB8D46AC1EDFDC268D3C9F7869C5_inline(L_0, NULL); if (L_1) { goto IL_0023; } } { LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98* L_2 = ___0_value; __this->___linger_state = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___linger_state), (void*)L_2); uint32_t L_3 = __this->___values; __this->___values = ((int32_t)((int32_t)L_3|1)); return; } IL_0023: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_4 = __this->___client; LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98* L_5 = ___0_value; NullCheck(L_4); Socket_SetSocketOption_m02F7A59841EE8ECB06E4B3F2386D0B8CB1900958(L_4, ((int32_t)65535), ((int32_t)128), L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_NoDelay_mAB19D140C86860C0BAFA11F2B9269474ED23E17A (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->___values; if (!((int32_t)((int32_t)L_0&2))) { goto IL_0011; } } { bool L_1 = __this->___no_delay; return L_1; } IL_0011: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_2 = __this->___client; NullCheck(L_2); RuntimeObject* L_3; L_3 = Socket_GetSocketOption_m39C453F9FA4D1EC664C660851CED73271B1162A2(L_2, 6, 1, NULL); return ((*(bool*)((bool*)(bool*)UnBox(L_3, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_NoDelay_m47090C6EA7CC189175C0706625B0F294B806E304 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, bool ___0_value, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* G_B4_2 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* G_B3_2 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; int32_t G_B5_2 = 0; Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* G_B5_3 = NULL; { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E61ADEB0124FB8D46AC1EDFDC268D3C9F7869C5_inline(L_0, NULL); if (L_1) { goto IL_0023; } } { bool L_2 = ___0_value; __this->___no_delay = L_2; uint32_t L_3 = __this->___values; __this->___values = ((int32_t)((int32_t)L_3|2)); return; } IL_0023: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_4 = __this->___client; bool L_5 = ___0_value; if (L_5) { G_B4_0 = 1; G_B4_1 = 6; G_B4_2 = L_4; goto IL_0031; } G_B3_0 = 1; G_B3_1 = 6; G_B3_2 = L_4; } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; goto IL_0032; } IL_0031: { G_B5_0 = 1; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; } IL_0032: { NullCheck(G_B5_3); Socket_SetSocketOption_m19085C1856DE21260294680B7725610D71D66A58(G_B5_3, G_B5_2, G_B5_1, G_B5_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_ReceiveBufferSize_m59ECFB3AFCEBA2DD017DE02B394582ECC4F7EF24 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->___values; if (!((int32_t)((int32_t)L_0&4))) { goto IL_0011; } } { int32_t L_1 = __this->___recv_buffer_size; return L_1; } IL_0011: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_2 = __this->___client; NullCheck(L_2); RuntimeObject* L_3; L_3 = Socket_GetSocketOption_m39C453F9FA4D1EC664C660851CED73271B1162A2(L_2, ((int32_t)65535), ((int32_t)4098), NULL); return ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_3, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveBufferSize_m4A9E2442324ABFB9A47BE2A7F6FC1625FA34A6E2 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_value, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E61ADEB0124FB8D46AC1EDFDC268D3C9F7869C5_inline(L_0, NULL); if (L_1) { goto IL_0023; } } { int32_t L_2 = ___0_value; __this->___recv_buffer_size = L_2; uint32_t L_3 = __this->___values; __this->___values = ((int32_t)((int32_t)L_3|4)); return; } IL_0023: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_4 = __this->___client; int32_t L_5 = ___0_value; NullCheck(L_4); Socket_SetSocketOption_m19085C1856DE21260294680B7725610D71D66A58(L_4, ((int32_t)65535), ((int32_t)4098), L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_ReceiveTimeout_m7271DAAAB8FEAD77653CC8B3B69E79A9C8CB0E28 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->___values; if (!((int32_t)((int32_t)L_0&8))) { goto IL_0011; } } { int32_t L_1 = __this->___recv_timeout; return L_1; } IL_0011: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_2 = __this->___client; NullCheck(L_2); RuntimeObject* L_3; L_3 = Socket_GetSocketOption_m39C453F9FA4D1EC664C660851CED73271B1162A2(L_2, ((int32_t)65535), ((int32_t)4102), NULL); return ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_3, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveTimeout_m8BC0C9A8BE172FA134501018E12F77D8B2517E92 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_value, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E61ADEB0124FB8D46AC1EDFDC268D3C9F7869C5_inline(L_0, NULL); if (L_1) { goto IL_0023; } } { int32_t L_2 = ___0_value; __this->___recv_timeout = L_2; uint32_t L_3 = __this->___values; __this->___values = ((int32_t)((int32_t)L_3|8)); return; } IL_0023: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_4 = __this->___client; int32_t L_5 = ___0_value; NullCheck(L_4); Socket_SetSocketOption_m19085C1856DE21260294680B7725610D71D66A58(L_4, ((int32_t)65535), ((int32_t)4102), L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_SendBufferSize_mADD9B8F71B2E99589BD9E5CBF9E23C71F4053A28 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->___values; if (!((int32_t)((int32_t)L_0&((int32_t)16)))) { goto IL_0012; } } { int32_t L_1 = __this->___send_buffer_size; return L_1; } IL_0012: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_2 = __this->___client; NullCheck(L_2); RuntimeObject* L_3; L_3 = Socket_GetSocketOption_m39C453F9FA4D1EC664C660851CED73271B1162A2(L_2, ((int32_t)65535), ((int32_t)4097), NULL); return ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_3, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendBufferSize_m60E06BC1AC10B1C4E517458792659DFF5EF427D1 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_value, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E61ADEB0124FB8D46AC1EDFDC268D3C9F7869C5_inline(L_0, NULL); if (L_1) { goto IL_0024; } } { int32_t L_2 = ___0_value; __this->___send_buffer_size = L_2; uint32_t L_3 = __this->___values; __this->___values = ((int32_t)((int32_t)L_3|((int32_t)16))); return; } IL_0024: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_4 = __this->___client; int32_t L_5 = ___0_value; NullCheck(L_4); Socket_SetSocketOption_m19085C1856DE21260294680B7725610D71D66A58(L_4, ((int32_t)65535), ((int32_t)4097), L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_SendTimeout_m88CA66384EED5A7FD01C315731BE84D533C6C726 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->___values; if (!((int32_t)((int32_t)L_0&((int32_t)32)))) { goto IL_0012; } } { int32_t L_1 = __this->___send_timeout; return L_1; } IL_0012: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_2 = __this->___client; NullCheck(L_2); RuntimeObject* L_3; L_3 = Socket_GetSocketOption_m39C453F9FA4D1EC664C660851CED73271B1162A2(L_2, ((int32_t)65535), ((int32_t)4101), NULL); return ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_3, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendTimeout_m8B81AAEF7652C8E092903848C5A523DBA7379A4C (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, int32_t ___0_value, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E61ADEB0124FB8D46AC1EDFDC268D3C9F7869C5_inline(L_0, NULL); if (L_1) { goto IL_0024; } } { int32_t L_2 = ___0_value; __this->___send_timeout = L_2; uint32_t L_3 = __this->___values; __this->___values = ((int32_t)((int32_t)L_3|((int32_t)32))); return; } IL_0024: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_4 = __this->___client; int32_t L_5 = ___0_value; NullCheck(L_4); Socket_SetSocketOption_m19085C1856DE21260294680B7725610D71D66A58(L_4, ((int32_t)65535), ((int32_t)4101), L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TcpClient_get_ConnectTimeout_m3DC166312B545BE7FC43BDA474EB96F98ED2CF09 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CConnectTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_m6828F16C2BDE1E04EB522388F768A60E94414F2C (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CConnectTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Close_m49B884B57DE4A65FCA42EF00FEF9FC30FE42F8F1 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, __this); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mE6609F575793DA7B224D03ECB7081FE3DD0A2188 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___0_remoteEP, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mE7A7934413343234B4E9477B28CBE6B632A2C3B3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63* V_0 = NULL; RuntimeObject* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_009c: { TcpClient_CheckDisposed_m7A1B60E9C6E3A6F03511706319D89F51B290F269(__this, NULL); return; } }); try { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0; L_0 = TcpClient_get_ConnectTimeout_m3DC166312B545BE7FC43BDA474EB96F98ED2CF09_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero; bool L_2; L_2 = TimeSpan_op_GreaterThan_m346676C36494E3CD2560A604996F88CEC3D845C0(L_0, L_1, NULL); if (!L_2) { goto IL_0087_1; } } { U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63* L_3 = (U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass55_0__ctor_m7A7732F4F02475510AF7250009EFB69F5FBD8208(L_3, NULL); V_0 = L_3; U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63* L_4 = V_0; ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_5 = (ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158*)il2cpp_codegen_object_new(ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m361CFCF6AC28BFFF5C8790DC2B5951791A1C4CEE(L_5, (bool)0, NULL); NullCheck(L_4); L_4->___mre = L_5; Il2CppCodeGenWriteBarrier((void**)(&L_4->___mre), (void*)L_5); Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_6 = __this->___client; IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* L_7 = ___0_remoteEP; U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63* L_8 = V_0; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_9 = (AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C*)il2cpp_codegen_object_new(AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C_il2cpp_TypeInfo_var); AsyncCallback__ctor_mC3C0475E930E4419AED02C7335E53B425A2D68AC(L_9, L_8, (intptr_t)((void*)U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mE7A7934413343234B4E9477B28CBE6B632A2C3B3_RuntimeMethod_var), NULL); NullCheck(L_6); RuntimeObject* L_10; L_10 = Socket_BeginConnect_m5CBFB6B9DC973279CDC9E8935431972464F9E0B4(L_6, L_7, L_9, NULL, NULL); V_1 = L_10; U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63* L_11 = V_0; NullCheck(L_11); ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_12 = L_11->___mre; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_13; L_13 = TcpClient_get_ConnectTimeout_m3DC166312B545BE7FC43BDA474EB96F98ED2CF09_inline(__this, NULL); NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A >::Invoke(12, L_12, L_13); __this->___active = L_14; bool L_15 = __this->___active; if (!L_15) { goto IL_006b_1; } } { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_16 = __this->___client; RuntimeObject* L_17 = V_1; NullCheck(L_16); Socket_EndConnect_m10F5B4F43A68F96891DB3AEF493AB160CD8104D6(L_16, L_17, NULL); goto IL_00a3; } IL_006b_1: { } try { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_18 = __this->___client; NullCheck(L_18); Socket_Close_m5EBF3D8BE2C42EF8037BC9372CE7760B1717EEE4(L_18, NULL); goto IL_007c_1; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0079_1; } throw e; } CATCH_0079_1: { RuntimeObject* L_19 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_007c_1; } IL_007c_1: { TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F* L_20 = (TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F_il2cpp_TypeInfo_var))); TimeoutException__ctor_mAC3BF713E7242641234A1E292C470655E1EFA964(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFD589C41584F03B99A5330D3C8A2434112ED4ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_mE6609F575793DA7B224D03ECB7081FE3DD0A2188_RuntimeMethod_var))); } IL_0087_1: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_21 = __this->___client; IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* L_22 = ___0_remoteEP; NullCheck(L_21); Socket_Connect_m874A510F986F4D91446B2F53688D0BCFFE0A6BE1(L_21, L_22, NULL); __this->___active = (bool)1; goto IL_00a3; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a3: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m2C273D6DC4E460EFBD43D11A7B139C2054772A61 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___0_address, int32_t ___1_port, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_0 = ___0_address; int32_t L_1 = ___1_port; IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* L_2 = (IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*)il2cpp_codegen_object_new(IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB_il2cpp_TypeInfo_var); IPEndPoint__ctor_m902C98F9E3F36B20B3C2E030AA91B62E2BC7A85A(L_2, L_0, L_1, NULL); TcpClient_Connect_mE6609F575793DA7B224D03ECB7081FE3DD0A2188(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_SetOptions_m540ECD48E8903B6E2657A06F86764FE43CBA82E2 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { uint32_t G_B2_0 = 0; uint32_t G_B1_0 = 0; uint32_t G_B4_0 = 0; uint32_t G_B3_0 = 0; uint32_t G_B6_0 = 0; uint32_t G_B5_0 = 0; uint32_t G_B8_0 = 0; uint32_t G_B7_0 = 0; uint32_t G_B10_0 = 0; uint32_t G_B9_0 = 0; { uint32_t L_0 = __this->___values; __this->___values = 0; uint32_t L_1 = L_0; if (!((int32_t)((int32_t)L_1&1))) { G_B2_0 = L_1; goto IL_001e; } G_B1_0 = L_1; } { LingerOption_t0053FF52A038EABFF91A11997A93ACC04C85AB98* L_2 = __this->___linger_state; TcpClient_set_LingerState_m2FC37986A803223D1ECCC25A653E9437AA6FDA50(__this, L_2, NULL); G_B2_0 = G_B1_0; } IL_001e: { uint32_t L_3 = G_B2_0; if (!((int32_t)((int32_t)L_3&2))) { G_B4_0 = L_3; goto IL_002f; } G_B3_0 = L_3; } { bool L_4 = __this->___no_delay; TcpClient_set_NoDelay_m47090C6EA7CC189175C0706625B0F294B806E304(__this, L_4, NULL); G_B4_0 = G_B3_0; } IL_002f: { uint32_t L_5 = G_B4_0; if (!((int32_t)((int32_t)L_5&4))) { G_B6_0 = L_5; goto IL_0040; } G_B5_0 = L_5; } { int32_t L_6 = __this->___recv_buffer_size; TcpClient_set_ReceiveBufferSize_m4A9E2442324ABFB9A47BE2A7F6FC1625FA34A6E2(__this, L_6, NULL); G_B6_0 = G_B5_0; } IL_0040: { uint32_t L_7 = G_B6_0; if (!((int32_t)((int32_t)L_7&8))) { G_B8_0 = L_7; goto IL_0051; } G_B7_0 = L_7; } { int32_t L_8 = __this->___recv_timeout; TcpClient_set_ReceiveTimeout_m8BC0C9A8BE172FA134501018E12F77D8B2517E92(__this, L_8, NULL); G_B8_0 = G_B7_0; } IL_0051: { uint32_t L_9 = G_B8_0; if (!((int32_t)((int32_t)L_9&((int32_t)16)))) { G_B10_0 = L_9; goto IL_0063; } G_B9_0 = L_9; } { int32_t L_10 = __this->___send_buffer_size; TcpClient_set_SendBufferSize_m60E06BC1AC10B1C4E517458792659DFF5EF427D1(__this, L_10, NULL); G_B10_0 = G_B9_0; } IL_0063: { if (!((int32_t)((int32_t)G_B10_0&((int32_t)32)))) { goto IL_0074; } } { int32_t L_11 = __this->___send_timeout; TcpClient_set_SendTimeout_m8B81AAEF7652C8E092903848C5A523DBA7379A4C(__this, L_11, NULL); } IL_0074: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m734BFA426F4293681CECA4B755B20D7796913FCF (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, String_t* ___0_hostname, int32_t ___1_port, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass58_0_U3CConnectU3Eb__0_m055369AED5C30D9F5AD76C5E4F854A34FCE4EEDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084* V_0 = NULL; RuntimeObject* V_1 = NULL; IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* V_2 = NULL; IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* V_3 = NULL; { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0; L_0 = TcpClient_get_ConnectTimeout_m3DC166312B545BE7FC43BDA474EB96F98ED2CF09_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero; bool L_2; L_2 = TimeSpan_op_GreaterThan_m346676C36494E3CD2560A604996F88CEC3D845C0(L_0, L_1, NULL); if (!L_2) { goto IL_0066; } } { U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084* L_3 = (U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass58_0__ctor_mCE1676681715687E6450D122352515A0F3B10E85(L_3, NULL); V_0 = L_3; U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084* L_4 = V_0; ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_5 = (ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158*)il2cpp_codegen_object_new(ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m361CFCF6AC28BFFF5C8790DC2B5951791A1C4CEE(L_5, (bool)0, NULL); NullCheck(L_4); L_4->___mre = L_5; Il2CppCodeGenWriteBarrier((void**)(&L_4->___mre), (void*)L_5); String_t* L_6 = ___0_hostname; U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084* L_7 = V_0; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_8 = (AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C*)il2cpp_codegen_object_new(AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C_il2cpp_TypeInfo_var); AsyncCallback__ctor_mC3C0475E930E4419AED02C7335E53B425A2D68AC(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass58_0_U3CConnectU3Eb__0_m055369AED5C30D9F5AD76C5E4F854A34FCE4EEDB_RuntimeMethod_var), NULL); RuntimeObject* L_9; L_9 = Dns_BeginGetHostAddresses_mACA6B4A24681732E16292B65A47C95680ACCFC96(L_6, L_8, NULL, NULL); V_1 = L_9; U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084* L_10 = V_0; NullCheck(L_10); ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_11 = L_10->___mre; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_12; L_12 = TcpClient_get_ConnectTimeout_m3DC166312B545BE7FC43BDA474EB96F98ED2CF09_inline(__this, NULL); NullCheck(L_11); bool L_13; L_13 = VirtualFuncInvoker1< bool, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A >::Invoke(12, L_11, L_12); if (!L_13) { goto IL_005b; } } { RuntimeObject* L_14 = V_1; IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_15; L_15 = Dns_EndGetHostAddresses_mECC6804CEF186563D9F59217A09F7A149DB3999C(L_14, NULL); V_2 = L_15; IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_16 = V_2; int32_t L_17 = ___1_port; TcpClient_Connect_mD837DB23D3E553DB133540CB7A6D0F29EFDF5377(__this, L_16, L_17, NULL); return; } IL_005b: { TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F* L_18 = (TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeoutException_t7552449BA7E0911AEA1B6C7D1BEAC6534819305F_il2cpp_TypeInfo_var))); TimeoutException__ctor_mAC3BF713E7242641234A1E292C470655E1EFA964(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75903BE627AB22C8BE5B63C68F42B890B523784F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m734BFA426F4293681CECA4B755B20D7796913FCF_RuntimeMethod_var))); } IL_0066: { String_t* L_19 = ___0_hostname; IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_20; L_20 = Dns_GetHostAddresses_mB44EA8DE1F3C53F533578949FED6BB98B0F1F212(L_19, NULL); V_3 = L_20; IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_21 = V_3; int32_t L_22 = ___1_port; TcpClient_Connect_mD837DB23D3E553DB133540CB7A6D0F29EFDF5377(__this, L_21, L_22, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mD837DB23D3E553DB133540CB7A6D0F29EFDF5377 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* ___0_ipAddresses, int32_t ___1_port, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50ED54FF957D51DB7CD4A2ED9606AB1A8EC457E6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A2B2CF2774C75D4E1469A75F093C83970984EB2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* V_1 = NULL; Exception_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { TcpClient_CheckDisposed_m7A1B60E9C6E3A6F03511706319D89F51B290F269(__this, NULL); IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_0 = ___0_ipAddresses; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CCA5E5918116953E853CD8C3A3AB4C9B0953012)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_mD837DB23D3E553DB133540CB7A6D0F29EFDF5377_RuntimeMethod_var))); } IL_0014: { V_0 = 0; goto IL_00dc; } IL_001b: { } try { { IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_2 = ___0_ipAddresses; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_6 = V_1; il2cpp_codegen_runtime_class_init_inline(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var); IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_7 = ((IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var))->___Any; NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_6, L_7); if (L_8) { goto IL_003a_1; } } { IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_9 = V_1; il2cpp_codegen_runtime_class_init_inline(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var); IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_10 = ((IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var))->___IPv6Any; NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_9, L_10); if (!L_11) { goto IL_0045_1; } } IL_003a_1: { SocketException_t6D10102A62EA871BD31748E026A372DB6804083B* L_12 = (SocketException_t6D10102A62EA871BD31748E026A372DB6804083B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_t6D10102A62EA871BD31748E026A372DB6804083B_il2cpp_TypeInfo_var))); SocketException__ctor_mC09AA11941DA13359416179634B151A3FE2B9A64(L_12, ((int32_t)10049), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_mD837DB23D3E553DB133540CB7A6D0F29EFDF5377_RuntimeMethod_var))); } IL_0045_1: { IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_13 = V_1; NullCheck(L_13); int32_t L_14; L_14 = IPAddress_get_AddressFamily_m1CE4BCCE499BD70B22F9E37B3F266F9306A98C21(L_13, NULL); TcpClient_Init_m5E531903AD512E1466FC7C0DE303B69BDEF008CF(__this, L_14, NULL); IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_15 = V_1; NullCheck(L_15); int32_t L_16; L_16 = IPAddress_get_AddressFamily_m1CE4BCCE499BD70B22F9E37B3F266F9306A98C21(L_15, NULL); if ((((int32_t)L_16) == ((int32_t)2))) { goto IL_006f_1; } } { IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_17 = V_1; NullCheck(L_17); int32_t L_18; L_18 = IPAddress_get_AddressFamily_m1CE4BCCE499BD70B22F9E37B3F266F9306A98C21(L_17, NULL); if ((((int32_t)L_18) == ((int32_t)((int32_t)23)))) { goto IL_006f_1; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_19 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE754011421EEC91701E980324BEE633EE3AA31BE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_mD837DB23D3E553DB133540CB7A6D0F29EFDF5377_RuntimeMethod_var))); } IL_006f_1: { IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_20 = V_1; int32_t L_21 = ___1_port; IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* L_22 = (IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*)il2cpp_codegen_object_new(IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB_il2cpp_TypeInfo_var); IPEndPoint__ctor_m902C98F9E3F36B20B3C2E030AA91B62E2BC7A85A(L_22, L_20, L_21, NULL); TcpClient_Connect_mE6609F575793DA7B224D03ECB7081FE3DD0A2188(__this, L_22, NULL); uint32_t L_23 = __this->___values; if (!L_23) { goto IL_008a_1; } } { TcpClient_SetOptions_m540ECD48E8903B6E2657A06F86764FE43CBA82E2(__this, NULL); } IL_008a_1: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_24 = __this->___client; NullCheck(L_24); Socket_SetSocketOption_mE47F5DEEA190E45317AEEE6F1506940CB8E943A1(L_24, ((int32_t)65535), 8, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); RuntimeObject* L_25; L_25 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_26 = V_1; NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_26); String_t* L_28; L_28 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_port), NULL); String_t* L_29; L_29 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral5A2B2CF2774C75D4E1469A75F093C83970984EB2, L_27, L_28, NULL); NullCheck(L_25); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13, ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var, L_25, _stringLiteral50ED54FF957D51DB7CD4A2ED9606AB1A8EC457E6, L_29); goto IL_00e5; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c4; } throw e; } CATCH_00c4: { { Exception_t* L_30 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_2 = L_30; TcpClient_Init_m5E531903AD512E1466FC7C0DE303B69BDEF008CF(__this, 2, NULL); int32_t L_31 = V_0; IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_32 = ___0_ipAddresses; NullCheck(L_32); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_32)->max_length)), 1)))))) { goto IL_00d6; } } { Exception_t* L_33 = V_2; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_mD837DB23D3E553DB133540CB7A6D0F29EFDF5377_RuntimeMethod_var))); } IL_00d6: { IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00d8; } } IL_00d8: { int32_t L_34 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_34, 1)); } IL_00dc: { int32_t L_35 = V_0; IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_36 = ___0_ipAddresses; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))))) { goto IL_001b; } } IL_00e5: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_EndConnect_m1C66304B68E758C42E2F693221465C1F2A17987F (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; RuntimeObject* L_1 = ___0_asyncResult; NullCheck(L_0); Socket_EndConnect_m10F5B4F43A68F96891DB3AEF493AB160CD8104D6(L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TcpClient_BeginConnect_m56F88BE03B0C7D319928E1A8BC75CEB1F1351482 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___0_address, int32_t ___1_port, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_requestCallback, RuntimeObject* ___3_state, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_1 = ___0_address; int32_t L_2 = ___1_port; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_3 = ___2_requestCallback; RuntimeObject* L_4 = ___3_state; NullCheck(L_0); RuntimeObject* L_5; L_5 = Socket_BeginConnect_m93126F598BE9AA30948FC052CEF6A568B908C581(L_0, L_1, L_2, L_3, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TcpClient_BeginConnect_m5B892FF40EB9D1D9AAA4227854EA96493AC2BCDD (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* ___0_addresses, int32_t ___1_port, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_requestCallback, RuntimeObject* ___3_state, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_1 = ___0_addresses; int32_t L_2 = ___1_port; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_3 = ___2_requestCallback; RuntimeObject* L_4 = ___3_state; NullCheck(L_0); RuntimeObject* L_5; L_5 = Socket_BeginConnect_mB9BD267BDE0BD6D5C3C83D662E429FC65556E794(L_0, L_1, L_2, L_3, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TcpClient_BeginConnect_m42BF83B945638A813861E11CE694B6B0BF57BA7F (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, String_t* ___0_host, int32_t ___1_port, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_requestCallback, RuntimeObject* ___3_state, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; String_t* L_1 = ___0_host; int32_t L_2 = ___1_port; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_3 = ___2_requestCallback; RuntimeObject* L_4 = ___3_state; NullCheck(L_0); RuntimeObject* L_5; L_5 = Socket_BeginConnect_mC246F9195AE1804CE282BFCA75B1C14E998244FD(L_0, L_1, L_2, L_3, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_System_IDisposable_Dispose_m5B39C6B8C5A09B7425EE03ADD21FF2F7E55A4397 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Dispose_mA73C62B2587C4DA78DA78E832204A721C032DE02 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, bool ___0_disposing, const RuntimeMethod* method) { NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0* V_0 = NULL; { bool L_0 = __this->___disposed; if (!L_0) { goto IL_0009; } } { return; } IL_0009: { __this->___disposed = (bool)1; bool L_1 = ___0_disposing; if (!L_1) { goto IL_004e; } } { NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0* L_2 = __this->___stream; V_0 = L_2; __this->___stream = (NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___stream), (void*)(NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0*)NULL); NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0* L_3 = V_0; if (!L_3) { goto IL_0034; } } { NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0* L_4 = V_0; NullCheck(L_4); VirtualActionInvoker0::Invoke(20, L_4); __this->___active = (bool)0; V_0 = (NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0*)NULL; return; } IL_0034: { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_5 = __this->___client; if (!L_5) { goto IL_004e; } } { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_6 = __this->___client; NullCheck(L_6); Socket_Close_m5EBF3D8BE2C42EF8037BC9372CE7760B1717EEE4(L_6, NULL); __this->___client = (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___client), (void*)(Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E*)NULL); } IL_004e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Finalize_mC1DE53A75DF8C30D4B5E63BE26979B4F07F4960B (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0009: { Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; } }); try { VirtualActionInvoker1< bool >::Invoke(5, __this, (bool)0); goto IL_0010; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0010: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* TcpClient_GetStream_m0A7E5F2590F5B106F773334B4651CEFFC9486563 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_0 = NULL; { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0023: { TcpClient_CheckDisposed_m7A1B60E9C6E3A6F03511706319D89F51B290F269(__this, NULL); return; } }); try { { NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0* L_0 = __this->___stream; if (L_0) { goto IL_001a_1; } } { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_1 = __this->___client; NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0* L_2 = (NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0*)il2cpp_codegen_object_new(NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0_il2cpp_TypeInfo_var); NetworkStream__ctor_mA44C3DB90F5B64F230CC2176DC7E722F4077A9DE(L_2, L_1, (bool)1, NULL); __this->___stream = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___stream), (void*)L_2); } IL_001a_1: { NetworkStream_tF39C3684B6D572BF47F518AD1DB1F4B12CEE4AE0* L_3 = __this->___stream; V_0 = L_3; goto IL_002a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_002a: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_CheckDisposed_m7A1B60E9C6E3A6F03511706319D89F51B290F269 (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___disposed; if (!L_0) { goto IL_0019; } } { Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_1); ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_3 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_3, L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_CheckDisposed_m7A1B60E9C6E3A6F03511706319D89F51B290F269_RuntimeMethod_var))); } IL_0019: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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 IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0__ctor_m7A7732F4F02475510AF7250009EFB69F5FBD8208 (U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mE7A7934413343234B4E9477B28CBE6B632A2C3B3 (U3CU3Ec__DisplayClass55_0_tA30E754FAF806B398401032C8A26BF475BCC9D63* __this, RuntimeObject* ___0_res, const RuntimeMethod* method) { { ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_0 = __this->___mre; NullCheck(L_0); bool L_1; L_1 = EventWaitHandle_Set_mDF98D67F214714A9590DF82A1C51D3D851281E4D(L_0, 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 IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass58_0__ctor_mCE1676681715687E6450D122352515A0F3B10E85 (U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass58_0_U3CConnectU3Eb__0_m055369AED5C30D9F5AD76C5E4F854A34FCE4EEDB (U3CU3Ec__DisplayClass58_0_tAFBC4822CA5EFC1ACE6FD83193D91D67E2F51084* __this, RuntimeObject* ___0_res, const RuntimeMethod* method) { { ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_0 = __this->___mre; NullCheck(L_0); bool L_1; L_1 = EventWaitHandle_Set_mDF98D67F214714A9590DF82A1C51D3D851281E4D(L_0, 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 IL2CPP_METHOD_ATTR uint8_t DefaultLogger_get_Level_mF63B37970D31FA4881D190EB4BE5617161C0489E (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->___U3CLevelU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_Level_m60A098132B85E6D224476FACE773BFEDDFE409CE (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, uint8_t ___0_value, const RuntimeMethod* method) { { uint8_t L_0 = ___0_value; __this->___U3CLevelU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatVerbose_m8C6FF8DE705A88C29A550C3E3828ECB13C6B1E63 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatVerboseU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatVerbose_m0577088178EAFF67236EEFA22C4D31654A984F3A (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatVerboseU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatVerboseU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatInfo_m1BBDBD5BDF61BFDF59560DB696DAB7D6B5676068 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatInfoU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatInfo_m7E981A1D62028D9D9259C051DBFC394429BE8DF7 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatInfoU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatInfoU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatWarn_m657F9C7718681BCFB9959D4D26AF9AB35E36EC25 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatWarnU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatWarn_m0854982DDF73D4F2DA60A80E841D9A39C38D25FE (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatWarnU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatWarnU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatErr_mAE99D8AFE008DB2AD769859F34C0E2072EA6141F (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatErrU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatErr_mD8CF5E775C03DF7C0032619354BEF979D846CF50 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatErrU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatErrU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatEx_m879488598EF14262F05EE7186DE0BF0C48EB33FA (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatExU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatEx_m6F96E229CBDEF4C5D0979DE3146DF60C40B65C93 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatExU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatExU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger__ctor_m41B390CE6DA177D5658F6C510E039A618FE36E4B (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03DC1846F96E833AD5B8E25E5D85886A967D1F92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E79AA7796E32FA8FF47673D803342C900D86532); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EB4E2E4E92E372B742247AD22549D79FB608261); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64A6411E1950787B81712BD0874938037CD824F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C21E21D26EA38BE779B7BE6D5A300D89A18B686); s_Il2CppMethodInitialized = true; } DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* G_B2_0 = NULL; DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* G_B1_0 = NULL; int32_t G_B3_0 = 0; DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* G_B3_1 = NULL; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); DefaultLogger_set_FormatVerbose_m0577088178EAFF67236EEFA22C4D31654A984F3A_inline(__this, _stringLiteral7C21E21D26EA38BE779B7BE6D5A300D89A18B686, NULL); DefaultLogger_set_FormatInfo_m7E981A1D62028D9D9259C051DBFC394429BE8DF7_inline(__this, _stringLiteral03DC1846F96E833AD5B8E25E5D85886A967D1F92, NULL); DefaultLogger_set_FormatWarn_m0854982DDF73D4F2DA60A80E841D9A39C38D25FE_inline(__this, _stringLiteral5EB4E2E4E92E372B742247AD22549D79FB608261, NULL); DefaultLogger_set_FormatErr_mD8CF5E775C03DF7C0032619354BEF979D846CF50_inline(__this, _stringLiteral3E79AA7796E32FA8FF47673D803342C900D86532, NULL); DefaultLogger_set_FormatEx_m6F96E229CBDEF4C5D0979DE3146DF60C40B65C93_inline(__this, _stringLiteral64A6411E1950787B81712BD0874938037CD824F2, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); bool L_0; L_0 = Debug_get_isDebugBuild_m9277C4A9591F7E1D8B76340B4CAE5EA33D63AF01(NULL); if (L_0) { G_B2_0 = __this; goto IL_0048; } G_B1_0 = __this; } { G_B3_0 = 3; G_B3_1 = G_B1_0; goto IL_0049; } IL_0048: { G_B3_0 = 2; G_B3_1 = G_B2_0; } IL_0049: { NullCheck(G_B3_1); DefaultLogger_set_Level_m60A098132B85E6D224476FACE773BFEDDFE409CE_inline(G_B3_1, G_B3_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_Verbose_m50124BAB7C4E08BFE33E6EF34812869C9FD818B1 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_division, String_t* ___1_verb, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; { uint8_t L_0; L_0 = DefaultLogger_get_Level_mF63B37970D31FA4881D190EB4BE5617161C0489E_inline(__this, NULL); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0026; } } try { String_t* L_1; L_1 = DefaultLogger_get_FormatVerbose_m8C6FF8DE705A88C29A550C3E3828ECB13C6B1E63_inline(__this, NULL); String_t* L_2; L_2 = DefaultLogger_GetFormattedTime_mC8D9197137360E2BDE8D4B9A8E4EB77B50430601(__this, NULL); String_t* L_3 = ___0_division; String_t* L_4 = ___1_verb; String_t* L_5; L_5 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(L_1, L_2, L_3, L_4, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_5, NULL); goto IL_0026; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0023: { RuntimeObject* L_6 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0026; } IL_0026: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_Information_m0B8C7E2150E41BFA4C486B3966453430AB82B866 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_division, String_t* ___1_info, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; { uint8_t L_0; L_0 = DefaultLogger_get_Level_mF63B37970D31FA4881D190EB4BE5617161C0489E_inline(__this, NULL); if ((((int32_t)L_0) > ((int32_t)1))) { goto IL_0026; } } try { String_t* L_1; L_1 = DefaultLogger_get_FormatInfo_m1BBDBD5BDF61BFDF59560DB696DAB7D6B5676068_inline(__this, NULL); String_t* L_2; L_2 = DefaultLogger_GetFormattedTime_mC8D9197137360E2BDE8D4B9A8E4EB77B50430601(__this, NULL); String_t* L_3 = ___0_division; String_t* L_4 = ___1_info; String_t* L_5; L_5 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(L_1, L_2, L_3, L_4, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_5, NULL); goto IL_0026; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0023: { RuntimeObject* L_6 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0026; } IL_0026: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_Warning_m69C39669DC759A0268E1D66D31736151143DB4FD (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_division, String_t* ___1_warn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; { uint8_t L_0; L_0 = DefaultLogger_get_Level_mF63B37970D31FA4881D190EB4BE5617161C0489E_inline(__this, NULL); if ((((int32_t)L_0) > ((int32_t)2))) { goto IL_0026; } } try { String_t* L_1; L_1 = DefaultLogger_get_FormatWarn_m657F9C7718681BCFB9959D4D26AF9AB35E36EC25_inline(__this, NULL); String_t* L_2; L_2 = DefaultLogger_GetFormattedTime_mC8D9197137360E2BDE8D4B9A8E4EB77B50430601(__this, NULL); String_t* L_3 = ___0_division; String_t* L_4 = ___1_warn; String_t* L_5; L_5 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(L_1, L_2, L_3, L_4, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_5, NULL); goto IL_0026; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0023: { RuntimeObject* L_6 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0026; } IL_0026: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_Error_mE642F337CDC095E3C06C0241124A9CAC8877B445 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_division, String_t* ___1_err, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; { uint8_t L_0; L_0 = DefaultLogger_get_Level_mF63B37970D31FA4881D190EB4BE5617161C0489E_inline(__this, NULL); if ((((int32_t)L_0) > ((int32_t)3))) { goto IL_0026; } } try { String_t* L_1; L_1 = DefaultLogger_get_FormatErr_mAE99D8AFE008DB2AD769859F34C0E2072EA6141F_inline(__this, NULL); String_t* L_2; L_2 = DefaultLogger_GetFormattedTime_mC8D9197137360E2BDE8D4B9A8E4EB77B50430601(__this, NULL); String_t* L_3 = ___0_division; String_t* L_4 = ___1_err; String_t* L_5; L_5 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(L_1, L_2, L_3, L_4, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_5, NULL); goto IL_0026; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0023: { RuntimeObject* L_6 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0026; } IL_0026: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger_Exception_m338139A27F2F7509C5F7B88BE77324703D79EC3C (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_division, String_t* ___1_msg, Exception_t* ___2_ex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringBuilder_t* V_1 = NULL; Exception_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; int32_t G_B10_0 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B10_1 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B10_2 = NULL; String_t* G_B10_3 = NULL; int32_t G_B9_0 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B9_1 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B9_2 = NULL; String_t* G_B9_3 = NULL; String_t* G_B11_0 = NULL; int32_t G_B11_1 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B11_2 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B11_3 = NULL; String_t* G_B11_4 = NULL; { uint8_t L_0; L_0 = DefaultLogger_get_Level_mF63B37970D31FA4881D190EB4BE5617161C0489E_inline(__this, NULL); if ((((int32_t)L_0) > ((int32_t)4))) { goto IL_00ad; } } try { { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_0 = L_1; Exception_t* L_2 = ___2_ex; if (L_2) { goto IL_001d_1; } } { V_0 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; goto IL_006a_1; } IL_001d_1: { StringBuilder_t* L_3 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_3, NULL); V_1 = L_3; Exception_t* L_4 = ___2_ex; V_2 = L_4; V_3 = 1; goto IL_0060_1; } IL_0029_1: { StringBuilder_t* L_5 = V_1; int32_t L_6 = V_3; int32_t L_7 = L_6; V_3 = ((int32_t)il2cpp_codegen_add(L_7, 1)); V_4 = L_7; String_t* L_8; L_8 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_4), NULL); Exception_t* L_9 = V_2; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_9); Exception_t* L_11 = V_2; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_11); NullCheck(L_5); StringBuilder_t* L_13; L_13 = StringBuilder_AppendFormat_m40962B9C5B41720C6424721E526C0D99D95112A2(L_5, _stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F, L_8, L_10, L_12, NULL); Exception_t* L_14 = V_2; NullCheck(L_14); Exception_t* L_15; L_15 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_14, NULL); V_2 = L_15; Exception_t* L_16 = V_2; if (!L_16) { goto IL_0060_1; } } { StringBuilder_t* L_17 = V_1; NullCheck(L_17); StringBuilder_t* L_18; L_18 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_17, NULL); } IL_0060_1: { Exception_t* L_19 = V_2; if (L_19) { goto IL_0029_1; } } { StringBuilder_t* L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_20); V_0 = L_21; } IL_006a_1: { String_t* L_22; L_22 = DefaultLogger_get_FormatEx_m879488598EF14262F05EE7186DE0BF0C48EB33FA_inline(__this, NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = L_23; String_t* L_25; L_25 = DefaultLogger_GetFormattedTime_mC8D9197137360E2BDE8D4B9A8E4EB77B50430601(__this, NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (RuntimeObject*)L_25); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_24; String_t* L_27 = ___0_division; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(1), (RuntimeObject*)L_27); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_26; String_t* L_29 = ___1_msg; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(2), (RuntimeObject*)L_29); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = L_28; String_t* L_31 = V_0; NullCheck(L_30); ArrayElementTypeCheck (L_30, L_31); (L_30)->SetAt(static_cast(3), (RuntimeObject*)L_31); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_32 = L_30; Exception_t* L_33 = ___2_ex; if (L_33) { G_B10_0 = 4; G_B10_1 = L_32; G_B10_2 = L_32; G_B10_3 = L_22; goto IL_0097_1; } G_B9_0 = 4; G_B9_1 = L_32; G_B9_2 = L_32; G_B9_3 = L_22; } { G_B11_0 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; goto IL_009d_1; } IL_0097_1: { Exception_t* L_34 = ___2_ex; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_34); G_B11_0 = L_35; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; } IL_009d_1: { NullCheck(G_B11_2); ArrayElementTypeCheck (G_B11_2, G_B11_0); (G_B11_2)->SetAt(static_cast(G_B11_1), (RuntimeObject*)G_B11_0); String_t* L_36; L_36 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(G_B11_4, G_B11_3, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_36, NULL); goto IL_00ad; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00aa; } throw e; } CATCH_00aa: { RuntimeObject* L_37 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00ad; } IL_00ad: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultLogger_GetFormattedTime_mC8D9197137360E2BDE8D4B9A8E4EB77B50430601 (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0; memset((&V_0), 0, sizeof(V_0)); int64_t V_1 = 0; { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0; L_0 = DateTime_get_Now_m636CB9651A9099D20BA1CF813A0C69637317325C(NULL); V_0 = L_0; int64_t L_1; L_1 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL); V_1 = L_1; String_t* L_2; L_2 = Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B((&V_1), NULL); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Json_Decode_m40A86A0E6654E3C2843EE89E80E5D3CA98BB66C0 (String_t* ___0_json, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)1; String_t* L_0 = ___0_json; RuntimeObject* L_1; L_1 = Json_Decode_mEE093D258F4A0D2A6B206D046294410F5CD7F783(L_0, (&V_0), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Json_Decode_mEE093D258F4A0D2A6B206D046294410F5CD7F783 (String_t* ___0_json, bool* ___1_success, const RuntimeMethod* method) { int32_t V_0 = 0; { bool* L_0 = ___1_success; *((int8_t*)L_0) = (int8_t)1; String_t* L_1 = ___0_json; if (!L_1) { goto IL_0017; } } { String_t* L_2 = ___0_json; NullCheck(L_2); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3; L_3 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_2, NULL); V_0 = 0; bool* L_4 = ___1_success; RuntimeObject* L_5; L_5 = Json_ParseValue_m1E1371D5EEF2038B6C0E92031D2DF0E1A3BABD19(L_3, (&V_0), L_4, NULL); return L_5; } IL_0017: { return NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_Encode_mE70087687189574C31C01AEE3BEA552296833DBA (RuntimeObject* ___0_json, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_0, ((int32_t)2000), NULL); V_0 = L_0; RuntimeObject* L_1 = ___0_json; StringBuilder_t* L_2 = V_0; bool L_3; L_3 = Json_SerializeValue_mA4B7556CBE17FF978343BCA035687B7ACD54D42C(L_1, L_2, NULL); if (L_3) { goto IL_0016; } } { return (String_t*)NULL; } IL_0016: { StringBuilder_t* L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* Json_ParseObject_m3761CA9E202F640A35172D21E4A3F0804910D810 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_0, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var); V_0 = L_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_json; int32_t* L_2 = ___1_index; int32_t L_3; L_3 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_1, L_2, NULL); V_2 = (bool)0; goto IL_007e; } IL_0012: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___0_json; int32_t* L_5 = ___1_index; int32_t L_6 = *((int32_t*)L_5); int32_t L_7; L_7 = Json_LookAhead_mA5B9C2EEF66D839578639FA6368516C532C49D51(L_4, L_6, NULL); V_1 = L_7; int32_t L_8 = V_1; if (L_8) { goto IL_0023; } } { bool* L_9 = ___2_success; *((int8_t*)L_9) = (int8_t)0; return (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)NULL; } IL_0023: { int32_t L_10 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)6)))) { goto IL_0031; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ___0_json; int32_t* L_12 = ___1_index; int32_t L_13; L_13 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_11, L_12, NULL); goto IL_007e; } IL_0031: { int32_t L_14 = V_1; if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_003f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = ___0_json; int32_t* L_16 = ___1_index; int32_t L_17; L_17 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_15, L_16, NULL); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_18 = V_0; return L_18; } IL_003f: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = ___0_json; int32_t* L_20 = ___1_index; bool* L_21 = ___2_success; String_t* L_22; L_22 = Json_ParseString_mFA3A457F80BA2908A500491CDE994BDBDF34113F(L_19, L_20, L_21, NULL); V_3 = L_22; bool* L_23 = ___2_success; int32_t L_24 = *((uint8_t*)L_23); if (L_24) { goto IL_0051; } } { bool* L_25 = ___2_success; *((int8_t*)L_25) = (int8_t)0; return (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)NULL; } IL_0051: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = ___0_json; int32_t* L_27 = ___1_index; int32_t L_28; L_28 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_26, L_27, NULL); V_1 = L_28; int32_t L_29 = V_1; if ((((int32_t)L_29) == ((int32_t)5))) { goto IL_0062; } } { bool* L_30 = ___2_success; *((int8_t*)L_30) = (int8_t)0; return (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)NULL; } IL_0062: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = ___0_json; int32_t* L_32 = ___1_index; bool* L_33 = ___2_success; RuntimeObject* L_34; L_34 = Json_ParseValue_m1E1371D5EEF2038B6C0E92031D2DF0E1A3BABD19(L_31, L_32, L_33, NULL); V_4 = L_34; bool* L_35 = ___2_success; int32_t L_36 = *((uint8_t*)L_35); if (L_36) { goto IL_0075; } } { bool* L_37 = ___2_success; *((int8_t*)L_37) = (int8_t)0; return (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)NULL; } IL_0075: { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_38 = V_0; String_t* L_39 = V_3; RuntimeObject* L_40 = V_4; NullCheck(L_38); Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_38, L_39, L_40, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var); } IL_007e: { bool L_41 = V_2; if (!L_41) { goto IL_0012; } } { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_42 = V_0; return L_42; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* Json_ParseArray_mCDDF013A0605B400338FFF6CB9274AA3E06BA6BF (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_0 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_0, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); V_0 = L_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_json; int32_t* L_2 = ___1_index; int32_t L_3; L_3 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_1, L_2, NULL); V_1 = (bool)0; goto IL_0055; } IL_0012: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___0_json; int32_t* L_5 = ___1_index; int32_t L_6 = *((int32_t*)L_5); int32_t L_7; L_7 = Json_LookAhead_mA5B9C2EEF66D839578639FA6368516C532C49D51(L_4, L_6, NULL); V_2 = L_7; int32_t L_8 = V_2; if (L_8) { goto IL_0023; } } { bool* L_9 = ___2_success; *((int8_t*)L_9) = (int8_t)0; return (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)NULL; } IL_0023: { int32_t L_10 = V_2; if ((!(((uint32_t)L_10) == ((uint32_t)6)))) { goto IL_0031; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ___0_json; int32_t* L_12 = ___1_index; int32_t L_13; L_13 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_11, L_12, NULL); goto IL_0055; } IL_0031: { int32_t L_14 = V_2; if ((!(((uint32_t)L_14) == ((uint32_t)4)))) { goto IL_003f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = ___0_json; int32_t* L_16 = ___1_index; int32_t L_17; L_17 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_15, L_16, NULL); goto IL_0058; } IL_003f: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = ___0_json; int32_t* L_19 = ___1_index; bool* L_20 = ___2_success; RuntimeObject* L_21; L_21 = Json_ParseValue_m1E1371D5EEF2038B6C0E92031D2DF0E1A3BABD19(L_18, L_19, L_20, NULL); V_3 = L_21; bool* L_22 = ___2_success; int32_t L_23 = *((uint8_t*)L_22); if (L_23) { goto IL_004e; } } { return (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)NULL; } IL_004e: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_24 = V_0; RuntimeObject* L_25 = V_3; NullCheck(L_24); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_24, L_25, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); } IL_0055: { bool L_26 = V_1; if (!L_26) { goto IL_0012; } } IL_0058: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_27 = V_0; return L_27; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Json_ParseValue_m1E1371D5EEF2038B6C0E92031D2DF0E1A3BABD19 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_json; int32_t* L_1 = ___1_index; int32_t L_2 = *((int32_t*)L_1); int32_t L_3; L_3 = Json_LookAhead_mA5B9C2EEF66D839578639FA6368516C532C49D51(L_0, L_2, NULL); V_0 = L_3; int32_t L_4 = V_0; switch (L_4) { case 0: { goto IL_0092; } case 1: { goto IL_0058; } case 2: { goto IL_0092; } case 3: { goto IL_0061; } case 4: { goto IL_0092; } case 5: { goto IL_0092; } case 6: { goto IL_0092; } case 7: { goto IL_0041; } case 8: { goto IL_004a; } case 9: { goto IL_006a; } case 10: { goto IL_0079; } case 11: { goto IL_0088; } } } { goto IL_0092; } IL_0041: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = ___0_json; int32_t* L_6 = ___1_index; bool* L_7 = ___2_success; String_t* L_8; L_8 = Json_ParseString_mFA3A457F80BA2908A500491CDE994BDBDF34113F(L_5, L_6, L_7, NULL); return L_8; } IL_004a: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = ___0_json; int32_t* L_10 = ___1_index; bool* L_11 = ___2_success; double L_12; L_12 = Json_ParseNumber_m7CCE0A1AFFFADDB871298362354804A512840118(L_9, L_10, L_11, NULL); double L_13 = L_12; RuntimeObject* L_14 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_13); return L_14; } IL_0058: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = ___0_json; int32_t* L_16 = ___1_index; bool* L_17 = ___2_success; Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_18; L_18 = Json_ParseObject_m3761CA9E202F640A35172D21E4A3F0804910D810(L_15, L_16, L_17, NULL); return L_18; } IL_0061: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = ___0_json; int32_t* L_20 = ___1_index; bool* L_21 = ___2_success; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_22; L_22 = Json_ParseArray_mCDDF013A0605B400338FFF6CB9274AA3E06BA6BF(L_19, L_20, L_21, NULL); return L_22; } IL_006a: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = ___0_json; int32_t* L_24 = ___1_index; int32_t L_25; L_25 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_23, L_24, NULL); bool L_26 = ((bool)1); RuntimeObject* L_27 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_26); return L_27; } IL_0079: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = ___0_json; int32_t* L_29 = ___1_index; int32_t L_30; L_30 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_28, L_29, NULL); bool L_31 = ((bool)0); RuntimeObject* L_32 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_31); return L_32; } IL_0088: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_33 = ___0_json; int32_t* L_34 = ___1_index; int32_t L_35; L_35 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_33, L_34, NULL); return NULL; } IL_0092: { bool* L_36 = ___2_success; *((int8_t*)L_36) = (int8_t)0; return NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_ParseString_mFA3A457F80BA2908A500491CDE994BDBDF34113F (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; Il2CppChar V_1 = 0x0; bool V_2 = false; int32_t V_3 = 0; uint32_t V_4 = 0; bool V_5 = false; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_0, ((int32_t)2000), NULL); V_0 = L_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_json; int32_t* L_2 = ___1_index; Json_EatWhitespace_m2C12F5845BD54CDB588EAE81A29B968D065A5AE2(L_1, L_2, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ___0_json; int32_t* L_4 = ___1_index; int32_t* L_5 = ___1_index; int32_t L_6 = *((int32_t*)L_5); V_3 = L_6; int32_t L_7 = V_3; *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add(L_7, 1)); int32_t L_8 = V_3; NullCheck(L_3); int32_t L_9 = L_8; uint16_t L_10 = (uint16_t)(L_3)->GetAt(static_cast(L_9)); V_1 = L_10; V_2 = (bool)0; goto IL_0148; } IL_0025: { int32_t* L_11 = ___1_index; int32_t L_12 = *((int32_t*)L_11); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = ___0_json; NullCheck(L_13); if ((((int32_t)L_12) == ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))) { goto IL_014e; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = ___0_json; int32_t* L_15 = ___1_index; int32_t* L_16 = ___1_index; int32_t L_17 = *((int32_t*)L_16); V_3 = L_17; int32_t L_18 = V_3; *((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add(L_18, 1)); int32_t L_19 = V_3; NullCheck(L_14); int32_t L_20 = L_19; uint16_t L_21 = (uint16_t)(L_14)->GetAt(static_cast(L_20)); V_1 = L_21; Il2CppChar L_22 = V_1; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)34))))) { goto IL_0047; } } { V_2 = (bool)1; goto IL_014e; } IL_0047: { Il2CppChar L_23 = V_1; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)92))))) { goto IL_0140; } } { int32_t* L_24 = ___1_index; int32_t L_25 = *((int32_t*)L_24); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = ___0_json; NullCheck(L_26); if ((((int32_t)L_25) == ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))) { goto IL_014e; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = ___0_json; int32_t* L_28 = ___1_index; int32_t* L_29 = ___1_index; int32_t L_30 = *((int32_t*)L_29); V_3 = L_30; int32_t L_31 = V_3; *((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_add(L_31, 1)); int32_t L_32 = V_3; NullCheck(L_27); int32_t L_33 = L_32; uint16_t L_34 = (uint16_t)(L_27)->GetAt(static_cast(L_33)); V_1 = L_34; Il2CppChar L_35 = V_1; if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)34))))) { goto IL_0078; } } { StringBuilder_t* L_36 = V_0; NullCheck(L_36); StringBuilder_t* L_37; L_37 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_36, ((int32_t)34), NULL); goto IL_0148; } IL_0078: { Il2CppChar L_38 = V_1; if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)92))))) { goto IL_008b; } } { StringBuilder_t* L_39 = V_0; NullCheck(L_39); StringBuilder_t* L_40; L_40 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_39, ((int32_t)92), NULL); goto IL_0148; } IL_008b: { Il2CppChar L_41 = V_1; if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)47))))) { goto IL_009e; } } { StringBuilder_t* L_42 = V_0; NullCheck(L_42); StringBuilder_t* L_43; L_43 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_42, ((int32_t)47), NULL); goto IL_0148; } IL_009e: { Il2CppChar L_44 = V_1; if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)98))))) { goto IL_00b0; } } { StringBuilder_t* L_45 = V_0; NullCheck(L_45); StringBuilder_t* L_46; L_46 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_45, 8, NULL); goto IL_0148; } IL_00b0: { Il2CppChar L_47 = V_1; if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)102))))) { goto IL_00c3; } } { StringBuilder_t* L_48 = V_0; NullCheck(L_48); StringBuilder_t* L_49; L_49 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_48, ((int32_t)12), NULL); goto IL_0148; } IL_00c3: { Il2CppChar L_50 = V_1; if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)110))))) { goto IL_00d3; } } { StringBuilder_t* L_51 = V_0; NullCheck(L_51); StringBuilder_t* L_52; L_52 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_51, ((int32_t)10), NULL); goto IL_0148; } IL_00d3: { Il2CppChar L_53 = V_1; if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)114))))) { goto IL_00e3; } } { StringBuilder_t* L_54 = V_0; NullCheck(L_54); StringBuilder_t* L_55; L_55 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_54, ((int32_t)13), NULL); goto IL_0148; } IL_00e3: { Il2CppChar L_56 = V_1; if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)116))))) { goto IL_00f3; } } { StringBuilder_t* L_57 = V_0; NullCheck(L_57); StringBuilder_t* L_58; L_58 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_57, ((int32_t)9), NULL); goto IL_0148; } IL_00f3: { Il2CppChar L_59 = V_1; if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)117))))) { goto IL_0148; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_60 = ___0_json; NullCheck(L_60); int32_t* L_61 = ___1_index; int32_t L_62 = *((int32_t*)L_61); if ((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_60)->max_length)), L_62))) < ((int32_t)4))) { goto IL_014e; } } { bool* L_63 = ___2_success; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_64 = ___0_json; int32_t* L_65 = ___1_index; int32_t L_66 = *((int32_t*)L_65); String_t* L_67; L_67 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_64, L_66, 4, NULL); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_68; L_68 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); bool L_69; L_69 = UInt32_TryParse_m5F53514F97B4CF90C9F1D49D3794B52F6E07BBF3(L_67, ((int32_t)515), L_68, (&V_4), NULL); bool L_70 = L_69; V_5 = L_70; *((int8_t*)L_63) = (int8_t)L_70; bool L_71 = V_5; if (L_71) { goto IL_012a; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_012a: { StringBuilder_t* L_72 = V_0; uint32_t L_73 = V_4; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); String_t* L_74; L_74 = Char_ConvertFromUtf32_m6AC7B7F6371FC03CDD4C42CEC8B9ACE751CE3BC8(L_73, NULL); NullCheck(L_72); StringBuilder_t* L_75; L_75 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_72, L_74, NULL); int32_t* L_76 = ___1_index; int32_t* L_77 = ___1_index; int32_t L_78 = *((int32_t*)L_77); *((int32_t*)L_76) = (int32_t)((int32_t)il2cpp_codegen_add(L_78, 4)); goto IL_0148; } IL_0140: { StringBuilder_t* L_79 = V_0; Il2CppChar L_80 = V_1; NullCheck(L_79); StringBuilder_t* L_81; L_81 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_79, L_80, NULL); } IL_0148: { bool L_82 = V_2; if (!L_82) { goto IL_0025; } } IL_014e: { bool L_83 = V_2; if (L_83) { goto IL_0156; } } { bool* L_84 = ___2_success; *((int8_t*)L_84) = (int8_t)0; return (String_t*)NULL; } IL_0156: { StringBuilder_t* L_85 = V_0; NullCheck(L_85); String_t* L_86; L_86 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_85); return L_86; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Json_ParseNumber_m7CCE0A1AFFFADDB871298362354804A512840118 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, bool* ___2_success, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; double V_2 = 0.0; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_json; int32_t* L_1 = ___1_index; Json_EatWhitespace_m2C12F5845BD54CDB588EAE81A29B968D065A5AE2(L_0, L_1, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___0_json; int32_t* L_3 = ___1_index; int32_t L_4 = *((int32_t*)L_3); int32_t L_5; L_5 = Json_GetLastIndexOfNumber_mA01C5B4F5BE00B35727D13E333314E6E1F74A7EA(L_2, L_4, NULL); V_0 = L_5; int32_t L_6 = V_0; int32_t* L_7 = ___1_index; int32_t L_8 = *((int32_t*)L_7); V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_6, L_8)), 1)); bool* L_9 = ___2_success; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = ___0_json; int32_t* L_11 = ___1_index; int32_t L_12 = *((int32_t*)L_11); int32_t L_13 = V_1; String_t* L_14; L_14 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_10, L_12, L_13, NULL); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15; L_15 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); bool L_16; L_16 = Double_TryParse_m1D39DC22A45BC9A576B9D9130600BFD3CB6DA382(L_14, ((int32_t)511), L_15, (&V_2), NULL); *((int8_t*)L_9) = (int8_t)L_16; int32_t* L_17 = ___1_index; int32_t L_18 = V_0; *((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add(L_18, 1)); double L_19 = V_2; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Json_GetLastIndexOfNumber_mA01C5B4F5BE00B35727D13E333314E6E1F74A7EA (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t ___1_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral750483B1B79D7876103D12AD91A365DD2A867A80); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___1_index; V_0 = L_0; goto IL_0018; } IL_0004: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_json; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast(L_3)); NullCheck(_stringLiteral750483B1B79D7876103D12AD91A365DD2A867A80); int32_t L_5; L_5 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(_stringLiteral750483B1B79D7876103D12AD91A365DD2A867A80, L_4, NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_001e; } } { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1)); } IL_0018: { int32_t L_7 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = ___0_json; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))) { goto IL_0004; } } IL_001e: { int32_t L_9 = V_0; return ((int32_t)il2cpp_codegen_subtract(L_9, 1)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Json_EatWhitespace_m2C12F5845BD54CDB588EAE81A29B968D065A5AE2 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBC658B067B5C785A3F0BB67D73755F6FEE7F70C); s_Il2CppMethodInitialized = true; } { goto IL_0019; } IL_0002: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_json; int32_t* L_1 = ___1_index; int32_t L_2 = *((int32_t*)L_1); NullCheck(L_0); int32_t L_3 = L_2; uint16_t L_4 = (uint16_t)(L_0)->GetAt(static_cast(L_3)); NullCheck(_stringLiteralEBC658B067B5C785A3F0BB67D73755F6FEE7F70C); int32_t L_5; L_5 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(_stringLiteralEBC658B067B5C785A3F0BB67D73755F6FEE7F70C, L_4, NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0020; } } { int32_t* L_6 = ___1_index; int32_t* L_7 = ___1_index; int32_t L_8 = *((int32_t*)L_7); *((int32_t*)L_6) = (int32_t)((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_0019: { int32_t* L_9 = ___1_index; int32_t L_10 = *((int32_t*)L_9); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ___0_json; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))) { goto IL_0002; } } IL_0020: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Json_LookAhead_mA5B9C2EEF66D839578639FA6368516C532C49D51 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t ___1_index, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___1_index; V_0 = L_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_json; int32_t L_2; L_2 = Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E(L_1, (&V_0), NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Json_NextToken_mC1D4E09EDC5E9E21373C82CBA84AB1ABEE69312E (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_json, int32_t* ___1_index, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_json; int32_t* L_1 = ___1_index; Json_EatWhitespace_m2C12F5845BD54CDB588EAE81A29B968D065A5AE2(L_0, L_1, NULL); int32_t* L_2 = ___1_index; int32_t L_3 = *((int32_t*)L_2); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___0_json; NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0010; } } { return 0; } IL_0010: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = ___0_json; int32_t* L_6 = ___1_index; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = L_7; uint16_t L_9 = (uint16_t)(L_5)->GetAt(static_cast(L_8)); V_0 = L_9; int32_t* L_10 = ___1_index; int32_t* L_11 = ___1_index; int32_t L_12 = *((int32_t*)L_11); *((int32_t*)L_10) = (int32_t)((int32_t)il2cpp_codegen_add(L_12, 1)); Il2CppChar L_13 = V_0; if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)91))))) { goto IL_0094; } } { Il2CppChar L_14 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, ((int32_t)34)))) { case 0: { goto IL_00af; } case 1: { goto IL_00b5; } case 2: { goto IL_00b5; } case 3: { goto IL_00b5; } case 4: { goto IL_00b5; } case 5: { goto IL_00b5; } case 6: { goto IL_00b5; } case 7: { goto IL_00b5; } case 8: { goto IL_00b5; } case 9: { goto IL_00b5; } case 10: { goto IL_00ad; } case 11: { goto IL_00b1; } case 12: { goto IL_00b5; } case 13: { goto IL_00b5; } case 14: { goto IL_00b1; } case 15: { goto IL_00b1; } case 16: { goto IL_00b1; } case 17: { goto IL_00b1; } case 18: { goto IL_00b1; } case 19: { goto IL_00b1; } case 20: { goto IL_00b1; } case 21: { goto IL_00b1; } case 22: { goto IL_00b1; } case 23: { goto IL_00b1; } case 24: { goto IL_00b3; } } } { Il2CppChar L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)91)))) { goto IL_00a9; } } { goto IL_00b5; } IL_0094: { Il2CppChar L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)93)))) { goto IL_00ab; } } { Il2CppChar L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)123)))) { goto IL_00a5; } } { Il2CppChar L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)125)))) { goto IL_00a7; } } { goto IL_00b5; } IL_00a5: { return 1; } IL_00a7: { return 2; } IL_00a9: { return 3; } IL_00ab: { return 4; } IL_00ad: { return 6; } IL_00af: { return 7; } IL_00b1: { return 8; } IL_00b3: { return 5; } IL_00b5: { int32_t* L_19 = ___1_index; int32_t* L_20 = ___1_index; int32_t L_21 = *((int32_t*)L_20); *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_21, 1)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = ___0_json; NullCheck(L_22); int32_t* L_23 = ___1_index; int32_t L_24 = *((int32_t*)L_23); V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_22)->max_length)), L_24)); int32_t L_25 = V_1; if ((((int32_t)L_25) < ((int32_t)5))) { goto IL_00ff; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = ___0_json; int32_t* L_27 = ___1_index; int32_t L_28 = *((int32_t*)L_27); NullCheck(L_26); int32_t L_29 = L_28; uint16_t L_30 = (uint16_t)(L_26)->GetAt(static_cast(L_29)); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)102))))) { goto IL_00ff; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = ___0_json; int32_t* L_32 = ___1_index; int32_t L_33 = *((int32_t*)L_32); NullCheck(L_31); int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 1)); uint16_t L_35 = (uint16_t)(L_31)->GetAt(static_cast(L_34)); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)97))))) { goto IL_00ff; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_36 = ___0_json; int32_t* L_37 = ___1_index; int32_t L_38 = *((int32_t*)L_37); NullCheck(L_36); int32_t L_39 = ((int32_t)il2cpp_codegen_add(L_38, 2)); uint16_t L_40 = (uint16_t)(L_36)->GetAt(static_cast(L_39)); if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)108))))) { goto IL_00ff; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41 = ___0_json; int32_t* L_42 = ___1_index; int32_t L_43 = *((int32_t*)L_42); NullCheck(L_41); int32_t L_44 = ((int32_t)il2cpp_codegen_add(L_43, 3)); uint16_t L_45 = (uint16_t)(L_41)->GetAt(static_cast(L_44)); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)115))))) { goto IL_00ff; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_46 = ___0_json; int32_t* L_47 = ___1_index; int32_t L_48 = *((int32_t*)L_47); NullCheck(L_46); int32_t L_49 = ((int32_t)il2cpp_codegen_add(L_48, 4)); uint16_t L_50 = (uint16_t)(L_46)->GetAt(static_cast(L_49)); if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)101))))) { goto IL_00ff; } } { int32_t* L_51 = ___1_index; int32_t* L_52 = ___1_index; int32_t L_53 = *((int32_t*)L_52); *((int32_t*)L_51) = (int32_t)((int32_t)il2cpp_codegen_add(L_53, 5)); return ((int32_t)10); } IL_00ff: { int32_t L_54 = V_1; if ((((int32_t)L_54) < ((int32_t)4))) { goto IL_0132; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_55 = ___0_json; int32_t* L_56 = ___1_index; int32_t L_57 = *((int32_t*)L_56); NullCheck(L_55); int32_t L_58 = L_57; uint16_t L_59 = (uint16_t)(L_55)->GetAt(static_cast(L_58)); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)116))))) { goto IL_0132; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_60 = ___0_json; int32_t* L_61 = ___1_index; int32_t L_62 = *((int32_t*)L_61); NullCheck(L_60); int32_t L_63 = ((int32_t)il2cpp_codegen_add(L_62, 1)); uint16_t L_64 = (uint16_t)(L_60)->GetAt(static_cast(L_63)); if ((!(((uint32_t)L_64) == ((uint32_t)((int32_t)114))))) { goto IL_0132; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_65 = ___0_json; int32_t* L_66 = ___1_index; int32_t L_67 = *((int32_t*)L_66); NullCheck(L_65); int32_t L_68 = ((int32_t)il2cpp_codegen_add(L_67, 2)); uint16_t L_69 = (uint16_t)(L_65)->GetAt(static_cast(L_68)); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)117))))) { goto IL_0132; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_70 = ___0_json; int32_t* L_71 = ___1_index; int32_t L_72 = *((int32_t*)L_71); NullCheck(L_70); int32_t L_73 = ((int32_t)il2cpp_codegen_add(L_72, 3)); uint16_t L_74 = (uint16_t)(L_70)->GetAt(static_cast(L_73)); if ((!(((uint32_t)L_74) == ((uint32_t)((int32_t)101))))) { goto IL_0132; } } { int32_t* L_75 = ___1_index; int32_t* L_76 = ___1_index; int32_t L_77 = *((int32_t*)L_76); *((int32_t*)L_75) = (int32_t)((int32_t)il2cpp_codegen_add(L_77, 4)); return ((int32_t)9); } IL_0132: { int32_t L_78 = V_1; if ((((int32_t)L_78) < ((int32_t)4))) { goto IL_0165; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_79 = ___0_json; int32_t* L_80 = ___1_index; int32_t L_81 = *((int32_t*)L_80); NullCheck(L_79); int32_t L_82 = L_81; uint16_t L_83 = (uint16_t)(L_79)->GetAt(static_cast(L_82)); if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)110))))) { goto IL_0165; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_84 = ___0_json; int32_t* L_85 = ___1_index; int32_t L_86 = *((int32_t*)L_85); NullCheck(L_84); int32_t L_87 = ((int32_t)il2cpp_codegen_add(L_86, 1)); uint16_t L_88 = (uint16_t)(L_84)->GetAt(static_cast(L_87)); if ((!(((uint32_t)L_88) == ((uint32_t)((int32_t)117))))) { goto IL_0165; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_89 = ___0_json; int32_t* L_90 = ___1_index; int32_t L_91 = *((int32_t*)L_90); NullCheck(L_89); int32_t L_92 = ((int32_t)il2cpp_codegen_add(L_91, 2)); uint16_t L_93 = (uint16_t)(L_89)->GetAt(static_cast(L_92)); if ((!(((uint32_t)L_93) == ((uint32_t)((int32_t)108))))) { goto IL_0165; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_94 = ___0_json; int32_t* L_95 = ___1_index; int32_t L_96 = *((int32_t*)L_95); NullCheck(L_94); int32_t L_97 = ((int32_t)il2cpp_codegen_add(L_96, 3)); uint16_t L_98 = (uint16_t)(L_94)->GetAt(static_cast(L_97)); if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)108))))) { goto IL_0165; } } { int32_t* L_99 = ___1_index; int32_t* L_100 = ___1_index; int32_t L_101 = *((int32_t*)L_100); *((int32_t*)L_99) = (int32_t)((int32_t)il2cpp_codegen_add(L_101, 4)); return ((int32_t)11); } IL_0165: { return 0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeValue_mA4B7556CBE17FF978343BCA035687B7ACD54D42C (RuntimeObject* ___0_value, StringBuilder_t* ___1_builder, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)1; RuntimeObject* L_0 = ___0_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_001c; } } { RuntimeObject* L_1 = ___0_value; StringBuilder_t* L_2 = ___1_builder; bool L_3; L_3 = Json_SerializeString_m1F083C5F35D41698919DBEBF5137675B06E02C37(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), L_2, NULL); V_0 = L_3; goto IL_00b0; } IL_001c: { RuntimeObject* L_4 = ___0_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var))) { goto IL_0033; } } { RuntimeObject* L_5 = ___0_value; StringBuilder_t* L_6 = ___1_builder; bool L_7; L_7 = Json_SerializeObject_mA015FD58AA0409A78014FCF1BA31CB6A18128737(((RuntimeObject*)Castclass((RuntimeObject*)L_5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var)), L_6, NULL); V_0 = L_7; goto IL_00b0; } IL_0033: { RuntimeObject* L_8 = ___0_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_8, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var))) { goto IL_004a; } } { RuntimeObject* L_9 = ___0_value; StringBuilder_t* L_10 = ___1_builder; bool L_11; L_11 = Json_SerializeArray_m13B1D806B8561D6C19D5A2EB5675F47AAF0C792E(((RuntimeObject*)IsInst((RuntimeObject*)L_9, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var)), L_10, NULL); V_0 = L_11; goto IL_00b0; } IL_004a: { RuntimeObject* L_12 = ___0_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_12, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))) { goto IL_0068; } } { RuntimeObject* L_13 = ___0_value; if (!((*(bool*)((bool*)(bool*)UnBox(L_13, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))) { goto IL_0068; } } { StringBuilder_t* L_14 = ___1_builder; NullCheck(L_14); StringBuilder_t* L_15; L_15 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_14, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL); goto IL_00b0; } IL_0068: { RuntimeObject* L_16 = ___0_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_16, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))) { goto IL_0086; } } { RuntimeObject* L_17 = ___0_value; if (((*(bool*)((bool*)(bool*)UnBox(L_17, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))) { goto IL_0086; } } { StringBuilder_t* L_18 = ___1_builder; NullCheck(L_18); StringBuilder_t* L_19; L_19 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_18, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL); goto IL_00b0; } IL_0086: { RuntimeObject* L_20 = ___0_value; if (!((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)IsInstClass((RuntimeObject*)L_20, ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_il2cpp_TypeInfo_var))) { goto IL_009d; } } { RuntimeObject* L_21 = ___0_value; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); double L_22; L_22 = Convert_ToDouble_m86FF4F837721833186E883102C056A35F0860EB0(L_21, NULL); StringBuilder_t* L_23 = ___1_builder; bool L_24; L_24 = Json_SerializeNumber_m19644928F6A0FD5966B7BEA64B85349CF08F08CC(L_22, L_23, NULL); V_0 = L_24; goto IL_00b0; } IL_009d: { RuntimeObject* L_25 = ___0_value; if (L_25) { goto IL_00ae; } } { StringBuilder_t* L_26 = ___1_builder; NullCheck(L_26); StringBuilder_t* L_27; L_27 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_26, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, NULL); goto IL_00b0; } IL_00ae: { V_0 = (bool)0; } IL_00b0: { bool L_28 = V_0; return L_28; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeObject_mA015FD58AA0409A78014FCF1BA31CB6A18128737 (RuntimeObject* ___0_anObject, StringBuilder_t* ___1_builder, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_tE129D608FCDB7207E0F0ECE33473CC950A83AD16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B2_0 = NULL; { StringBuilder_t* L_0 = ___1_builder; NullCheck(L_0); StringBuilder_t* L_1; L_1 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_0, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL); RuntimeObject* L_2 = ___0_anObject; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_2); V_0 = L_3; V_1 = (bool)1; goto IL_0058; } IL_0017: { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IDictionaryEnumerator_tE129D608FCDB7207E0F0ECE33473CC950A83AD16_il2cpp_TypeInfo_var, L_4); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_5); V_2 = L_6; RuntimeObject* L_7 = V_0; NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IDictionaryEnumerator_tE129D608FCDB7207E0F0ECE33473CC950A83AD16_il2cpp_TypeInfo_var, L_7); bool L_9 = V_1; if (L_9) { G_B3_0 = L_8; goto IL_0038; } G_B2_0 = L_8; } { StringBuilder_t* L_10 = ___1_builder; NullCheck(L_10); StringBuilder_t* L_11; L_11 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_10, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL); G_B3_0 = G_B2_0; } IL_0038: { String_t* L_12 = V_2; StringBuilder_t* L_13 = ___1_builder; bool L_14; L_14 = Json_SerializeString_m1F083C5F35D41698919DBEBF5137675B06E02C37(L_12, L_13, NULL); StringBuilder_t* L_15 = ___1_builder; NullCheck(L_15); StringBuilder_t* L_16; L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_15, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, NULL); StringBuilder_t* L_17 = ___1_builder; bool L_18; L_18 = Json_SerializeValue_mA4B7556CBE17FF978343BCA035687B7ACD54D42C(G_B3_0, L_17, NULL); if (L_18) { goto IL_0056; } } { return (bool)0; } IL_0056: { V_1 = (bool)0; } IL_0058: { RuntimeObject* L_19 = V_0; NullCheck(L_19); bool L_20; L_20 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_0017; } } { StringBuilder_t* L_21 = ___1_builder; NullCheck(L_21); StringBuilder_t* L_22; L_22 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_21, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL); return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeArray_m13B1D806B8561D6C19D5A2EB5675F47AAF0C792E (RuntimeObject* ___0_anArray, StringBuilder_t* ___1_builder, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B2_0 = NULL; { StringBuilder_t* L_0 = ___1_builder; NullCheck(L_0); StringBuilder_t* L_1; L_1 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_0, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, NULL); V_0 = (bool)1; V_1 = 0; goto IL_0038; } IL_0012: { RuntimeObject* L_2 = ___0_anArray; int32_t L_3 = V_1; NullCheck(L_2); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_2, L_3); bool L_5 = V_0; if (L_5) { G_B3_0 = L_4; goto IL_0028; } G_B2_0 = L_4; } { StringBuilder_t* L_6 = ___1_builder; NullCheck(L_6); StringBuilder_t* L_7; L_7 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_6, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL); G_B3_0 = G_B2_0; } IL_0028: { StringBuilder_t* L_8 = ___1_builder; bool L_9; L_9 = Json_SerializeValue_mA4B7556CBE17FF978343BCA035687B7ACD54D42C(G_B3_0, L_8, NULL); if (L_9) { goto IL_0032; } } { return (bool)0; } IL_0032: { V_0 = (bool)0; int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0038: { int32_t L_11 = V_1; RuntimeObject* L_12 = ___0_anArray; NullCheck(L_12); int32_t L_13; L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_12); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0012; } } { StringBuilder_t* L_14 = ___1_builder; NullCheck(L_14); StringBuilder_t* L_15; L_15 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_14, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL); return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeString_m1F083C5F35D41698919DBEBF5137675B06E02C37 (String_t* ___0_aString, StringBuilder_t* ___1_builder, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB78F235D4291950A7D101307609C259F3E1F033F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA666908BB15F4E1D2649752EC5DCBD0D5C64699); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE); s_Il2CppMethodInitialized = true; } CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; { StringBuilder_t* L_0 = ___1_builder; NullCheck(L_0); StringBuilder_t* L_1; L_1 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_0, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL); String_t* L_2 = ___0_aString; NullCheck(L_2); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3; L_3 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_2, NULL); V_0 = L_3; V_1 = 0; goto IL_00eb; } IL_001a: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); V_2 = L_7; Il2CppChar L_8 = V_2; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)34))))) { goto IL_0034; } } { StringBuilder_t* L_9 = ___1_builder; NullCheck(L_9); StringBuilder_t* L_10; L_10 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_9, _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD, NULL); goto IL_00e7; } IL_0034: { Il2CppChar L_11 = V_2; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)92))))) { goto IL_004a; } } { StringBuilder_t* L_12 = ___1_builder; NullCheck(L_12); StringBuilder_t* L_13; L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, NULL); goto IL_00e7; } IL_004a: { Il2CppChar L_14 = V_2; if ((!(((uint32_t)L_14) == ((uint32_t)8)))) { goto IL_005f; } } { StringBuilder_t* L_15 = ___1_builder; NullCheck(L_15); StringBuilder_t* L_16; L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_15, _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9, NULL); goto IL_00e7; } IL_005f: { Il2CppChar L_17 = V_2; if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)12))))) { goto IL_0072; } } { StringBuilder_t* L_18 = ___1_builder; NullCheck(L_18); StringBuilder_t* L_19; L_19 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_18, _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122, NULL); goto IL_00e7; } IL_0072: { Il2CppChar L_20 = V_2; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)10))))) { goto IL_0085; } } { StringBuilder_t* L_21 = ___1_builder; NullCheck(L_21); StringBuilder_t* L_22; L_22 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_21, _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51, NULL); goto IL_00e7; } IL_0085: { Il2CppChar L_23 = V_2; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)13))))) { goto IL_0098; } } { StringBuilder_t* L_24 = ___1_builder; NullCheck(L_24); StringBuilder_t* L_25; L_25 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_24, _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F, NULL); goto IL_00e7; } IL_0098: { Il2CppChar L_26 = V_2; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)9))))) { goto IL_00ab; } } { StringBuilder_t* L_27 = ___1_builder; NullCheck(L_27); StringBuilder_t* L_28; L_28 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_27, _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462, NULL); goto IL_00e7; } IL_00ab: { Il2CppChar L_29 = V_2; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int32_t L_30; L_30 = Convert_ToInt32_mDBBE9318A7CCE1560974CE93F5BFED9931CF0052(L_29, NULL); V_3 = L_30; int32_t L_31 = V_3; if ((((int32_t)L_31) < ((int32_t)((int32_t)32)))) { goto IL_00c6; } } { int32_t L_32 = V_3; if ((((int32_t)L_32) > ((int32_t)((int32_t)126)))) { goto IL_00c6; } } { StringBuilder_t* L_33 = ___1_builder; Il2CppChar L_34 = V_2; NullCheck(L_33); StringBuilder_t* L_35; L_35 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_33, L_34, NULL); goto IL_00e7; } IL_00c6: { StringBuilder_t* L_36 = ___1_builder; int32_t L_37 = V_3; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_38; L_38 = Convert_ToString_mC3349029FE37EB00B5BFCB1F87022458A3834E35(L_37, ((int32_t)16), NULL); NullCheck(L_38); String_t* L_39; L_39 = String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F(L_38, 4, ((int32_t)48), NULL); String_t* L_40; L_40 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralDA666908BB15F4E1D2649752EC5DCBD0D5C64699, L_39, NULL); NullCheck(L_36); StringBuilder_t* L_41; L_41 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_36, L_40, NULL); } IL_00e7: { int32_t L_42 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_42, 1)); } IL_00eb: { int32_t L_43 = V_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = V_0; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length))))) { goto IL_001a; } } { StringBuilder_t* L_45 = ___1_builder; NullCheck(L_45); StringBuilder_t* L_46; L_46 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_45, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL); return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Json_SerializeNumber_m19644928F6A0FD5966B7BEA64B85349CF08F08CC (double ___0_number, StringBuilder_t* ___1_builder, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StringBuilder_t* L_0 = ___1_builder; double L_1 = ___0_number; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2; L_2 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_3; L_3 = Convert_ToString_m7EBE84B1D453D12C9514AD3EF4F6B3F55A5E5C9B(L_1, L_2, NULL); NullCheck(L_0); StringBuilder_t* L_4; L_4 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_0, L_3, NULL); return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Json__ctor_mDCD9F8B79A6420469B1E4435662480699D7C2E8A (Json_t330F19EFBE5228E2A67CA6645787383CB56BD3FE* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Name_m1D52A49C03A2082BE458D5D4F8470B7D5E68C254 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData_set_Name_m0D24C9204B12B6AD88FF7DE289E87885990E46C9 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_FileName_mB47E9FC49D76F60F019A2F88715C6F8BCA2814D9 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFileNameU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData_set_FileName_mE292CFE82AF05C20982CADADFC49D4EAE78670B9 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFileNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFileNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_MimeType_mB60939FEEA6C014DE296B161DCD3E9A302CB0286 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMimeTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData_set_MimeType_m890D6377D0002779CB2DBF8F854007AEBC3313C3 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CMimeTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMimeTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* HTTPFieldData_get_Encoding_m762F3F434882FD534237A49B2DA0DD8C2BD740E8 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = __this->___U3CEncodingU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData_set_Encoding_m36BB6EFFE7D0005070CC431C4CE9B45514DE10A4 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___0_value, const RuntimeMethod* method) { { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = ___0_value; __this->___U3CEncodingU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CEncodingU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Text_mFFD539C005C65F98CC9DB3453117904EE8DEB645 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CTextU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData_set_Text_m476DE1FB428E7784D4BDD0AFAE661232427319EB (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CTextU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTextU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HTTPFieldData_get_Binary_m2A0F44A58987D4A2C67EF46A8D1D84821CC06CE3 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___U3CBinaryU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData_set_Binary_m0BA780D341A3B23E92CC2405790D157A4CEB29E0 (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_value; __this->___U3CBinaryU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBinaryU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HTTPFieldData_get_Payload_m95C66F76F3E9EEF972F484068AA6AD1F3C53CF6E (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0; L_0 = HTTPFieldData_get_Binary_m2A0F44A58987D4A2C67EF46A8D1D84821CC06CE3_inline(__this, NULL); if (!L_0) { goto IL_000f; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1; L_1 = HTTPFieldData_get_Binary_m2A0F44A58987D4A2C67EF46A8D1D84821CC06CE3_inline(__this, NULL); return L_1; } IL_000f: { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_2; L_2 = HTTPFieldData_get_Encoding_m762F3F434882FD534237A49B2DA0DD8C2BD740E8_inline(__this, NULL); if (L_2) { goto IL_0022; } } { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3; L_3 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL); HTTPFieldData_set_Encoding_m36BB6EFFE7D0005070CC431C4CE9B45514DE10A4_inline(__this, L_3, NULL); } IL_0022: { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_4; L_4 = HTTPFieldData_get_Encoding_m762F3F434882FD534237A49B2DA0DD8C2BD740E8_inline(__this, NULL); String_t* L_5; L_5 = HTTPFieldData_get_Text_mFFD539C005C65F98CC9DB3453117904EE8DEB645_inline(__this, NULL); NullCheck(L_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6; L_6 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(19, L_4, L_5); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = L_6; V_0 = L_7; HTTPFieldData_set_Binary_m0BA780D341A3B23E92CC2405790D157A4CEB29E0_inline(__this, L_7, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_0; return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData__ctor_mA966CE56688FEEFB8E6AA1CD77DEB085C07396AB (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_0 = __this->___U3CFieldsU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_set_Fields_mCD83E666D838AC3B0D110617C7287B8E129798CD (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* ___0_value, const RuntimeMethod* method) { { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_0 = ___0_value; __this->___U3CFieldsU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFieldsU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPFormBase_get_IsEmpty_mECE3720D106F35495157CBA2A4133205E10F66B0 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA72F0D9D44A7EF3867B328A32A82CDD609EDE58B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_0; L_0 = HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline(__this, NULL); if (!L_0) { goto IL_0017; } } { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_1; L_1 = HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline(__this, NULL); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mA72F0D9D44A7EF3867B328A32A82CDD609EDE58B_inline(L_1, List_1_get_Count_mA72F0D9D44A7EF3867B328A32A82CDD609EDE58B_RuntimeMethod_var); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_0017: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPFormBase_get_IsChanged_m0BF07491B288FD2F1938AE9CC7AEAFAAC1586F9F (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsChangedU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_set_IsChanged_m35DEA37C41246D1C3F5723A39FB07D2DA7029FF5 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsChangedU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasBinary_mD008F59BE8A8485B388F56150A1CA4BE134A074F (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CHasBinaryU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasBinary_mD6AB665750B0867A0159A1E73976CD66D32D9667 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CHasBinaryU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasLongValue_mDECD3A0E2DA88EC16E1EA1CB93C46A65C5204882 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CHasLongValueU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasLongValue_mFE81E1F3642E586CB12B58E0DA9262513EBD4A36 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CHasLongValueU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_AddBinaryData_m2A3DCA42D6444D99FC86183C6D2F1B7D8CB7259F (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, String_t* ___0_fieldName, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_content, const RuntimeMethod* method) { { String_t* L_0 = ___0_fieldName; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___1_content; HTTPFormBase_AddBinaryData_m4AF3C51208F2CFC2D2C2CBE30D054FD905D21E2E(__this, L_0, L_1, (String_t*)NULL, (String_t*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_AddBinaryData_m5D7B40A6CC83218D6B620870BECA93A9592B315C (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, String_t* ___0_fieldName, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_content, String_t* ___2_fileName, const RuntimeMethod* method) { { String_t* L_0 = ___0_fieldName; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___1_content; String_t* L_2 = ___2_fileName; HTTPFormBase_AddBinaryData_m4AF3C51208F2CFC2D2C2CBE30D054FD905D21E2E(__this, L_0, L_1, L_2, (String_t*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_AddBinaryData_m4AF3C51208F2CFC2D2C2CBE30D054FD905D21E2E (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, String_t* ___0_fieldName, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_content, String_t* ___2_fileName, String_t* ___3_mimeType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43AE0AC68BFC2660496DD85165BF61048F2991B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2FE27B19DF8C81EE3EB5FF4ECA4D615BF633C55E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral641255E7CDC790311725CCB47DB63D989117D244); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D6783AA5E64857D25AFFFBD74CE5D0AF2558309); s_Il2CppMethodInitialized = true; } HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* V_0 = NULL; bool V_1 = false; { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_0; L_0 = HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline(__this, NULL); if (L_0) { goto IL_0013; } } { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_1 = (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436*)il2cpp_codegen_object_new(List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436_il2cpp_TypeInfo_var); List_1__ctor_m2FE27B19DF8C81EE3EB5FF4ECA4D615BF633C55E(L_1, List_1__ctor_m2FE27B19DF8C81EE3EB5FF4ECA4D615BF633C55E_RuntimeMethod_var); HTTPFormBase_set_Fields_mCD83E666D838AC3B0D110617C7287B8E129798CD_inline(__this, L_1, NULL); } IL_0013: { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_2 = (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77*)il2cpp_codegen_object_new(HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77_il2cpp_TypeInfo_var); HTTPFieldData__ctor_mA966CE56688FEEFB8E6AA1CD77DEB085C07396AB(L_2, NULL); V_0 = L_2; HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_3 = V_0; String_t* L_4 = ___0_fieldName; NullCheck(L_3); HTTPFieldData_set_Name_m0D24C9204B12B6AD88FF7DE289E87885990E46C9_inline(L_3, L_4, NULL); String_t* L_5 = ___2_fileName; if (L_5) { goto IL_0036; } } { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_6 = V_0; String_t* L_7 = ___0_fieldName; String_t* L_8; L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_7, _stringLiteral7D6783AA5E64857D25AFFFBD74CE5D0AF2558309, NULL); NullCheck(L_6); HTTPFieldData_set_FileName_mE292CFE82AF05C20982CADADFC49D4EAE78670B9_inline(L_6, L_8, NULL); goto IL_003d; } IL_0036: { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_9 = V_0; String_t* L_10 = ___2_fileName; NullCheck(L_9); HTTPFieldData_set_FileName_mE292CFE82AF05C20982CADADFC49D4EAE78670B9_inline(L_9, L_10, NULL); } IL_003d: { String_t* L_11 = ___3_mimeType; if (L_11) { goto IL_004e; } } { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_12 = V_0; NullCheck(L_12); HTTPFieldData_set_MimeType_m890D6377D0002779CB2DBF8F854007AEBC3313C3_inline(L_12, _stringLiteral641255E7CDC790311725CCB47DB63D989117D244, NULL); goto IL_0056; } IL_004e: { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_13 = V_0; String_t* L_14 = ___3_mimeType; NullCheck(L_13); HTTPFieldData_set_MimeType_m890D6377D0002779CB2DBF8F854007AEBC3313C3_inline(L_13, L_14, NULL); } IL_0056: { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_15 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___1_content; NullCheck(L_15); HTTPFieldData_set_Binary_m0BA780D341A3B23E92CC2405790D157A4CEB29E0_inline(L_15, L_16, NULL); List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_17; L_17 = HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline(__this, NULL); HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_18 = V_0; NullCheck(L_17); List_1_Add_m43AE0AC68BFC2660496DD85165BF61048F2991B0_inline(L_17, L_18, List_1_Add_m43AE0AC68BFC2660496DD85165BF61048F2991B0_RuntimeMethod_var); int32_t L_19 = 1; V_1 = (bool)L_19; HTTPFormBase_set_IsChanged_m35DEA37C41246D1C3F5723A39FB07D2DA7029FF5_inline(__this, (bool)L_19, NULL); bool L_20 = V_1; HTTPFormBase_set_HasBinary_mD6AB665750B0867A0159A1E73976CD66D32D9667_inline(__this, L_20, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_AddField_m3116FB6A32381BAEF0F884B0DE2AE05DEA091F17 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, String_t* ___0_fieldName, String_t* ___1_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_fieldName; String_t* L_1 = ___1_value; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_2; L_2 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL); HTTPFormBase_AddField_m414406825417674B30FD8D858CC55239B195392B(__this, L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_AddField_m414406825417674B30FD8D858CC55239B195392B (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, String_t* ___0_fieldName, String_t* ___1_value, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___2_e, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43AE0AC68BFC2660496DD85165BF61048F2991B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2FE27B19DF8C81EE3EB5FF4ECA4D615BF633C55E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A9D2661874D1734F812A4E97E86DB97E8527D22); s_Il2CppMethodInitialized = true; } HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* V_0 = NULL; { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_0; L_0 = HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline(__this, NULL); if (L_0) { goto IL_0013; } } { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_1 = (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436*)il2cpp_codegen_object_new(List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436_il2cpp_TypeInfo_var); List_1__ctor_m2FE27B19DF8C81EE3EB5FF4ECA4D615BF633C55E(L_1, List_1__ctor_m2FE27B19DF8C81EE3EB5FF4ECA4D615BF633C55E_RuntimeMethod_var); HTTPFormBase_set_Fields_mCD83E666D838AC3B0D110617C7287B8E129798CD_inline(__this, L_1, NULL); } IL_0013: { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_2 = (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77*)il2cpp_codegen_object_new(HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77_il2cpp_TypeInfo_var); HTTPFieldData__ctor_mA966CE56688FEEFB8E6AA1CD77DEB085C07396AB(L_2, NULL); V_0 = L_2; HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_3 = V_0; String_t* L_4 = ___0_fieldName; NullCheck(L_3); HTTPFieldData_set_Name_m0D24C9204B12B6AD88FF7DE289E87885990E46C9_inline(L_3, L_4, NULL); HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_5 = V_0; NullCheck(L_5); HTTPFieldData_set_FileName_mE292CFE82AF05C20982CADADFC49D4EAE78670B9_inline(L_5, (String_t*)NULL, NULL); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_6 = ___2_e; if (!L_6) { goto IL_0040; } } { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_7 = V_0; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_8 = ___2_e; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_8); String_t* L_10; L_10 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral7A9D2661874D1734F812A4E97E86DB97E8527D22, L_9, NULL); NullCheck(L_7); HTTPFieldData_set_MimeType_m890D6377D0002779CB2DBF8F854007AEBC3313C3_inline(L_7, L_10, NULL); } IL_0040: { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_11 = V_0; String_t* L_12 = ___1_value; NullCheck(L_11); HTTPFieldData_set_Text_m476DE1FB428E7784D4BDD0AFAE661232427319EB_inline(L_11, L_12, NULL); HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_13 = V_0; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_14 = ___2_e; NullCheck(L_13); HTTPFieldData_set_Encoding_m36BB6EFFE7D0005070CC431C4CE9B45514DE10A4_inline(L_13, L_14, NULL); List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_15; L_15 = HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline(__this, NULL); HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_16 = V_0; NullCheck(L_15); List_1_Add_m43AE0AC68BFC2660496DD85165BF61048F2991B0_inline(L_15, L_16, List_1_Add_m43AE0AC68BFC2660496DD85165BF61048F2991B0_RuntimeMethod_var); HTTPFormBase_set_IsChanged_m35DEA37C41246D1C3F5723A39FB07D2DA7029FF5_inline(__this, (bool)1, NULL); bool L_17; L_17 = HTTPFormBase_get_HasLongValue_mDECD3A0E2DA88EC16E1EA1CB93C46A65C5204882_inline(__this, NULL); String_t* L_18 = ___1_value; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL); HTTPFormBase_set_HasLongValue_mFE81E1F3642E586CB12B58E0DA9262513EBD4A36_inline(__this, (bool)((int32_t)((int32_t)L_17|((((int32_t)L_19) > ((int32_t)((int32_t)256)))? 1 : 0))), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_CopyFrom_mDD1F51335D6275F422717C31F02802FC2D036E94 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* ___0_fields, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m70AE332BA21BD4A783604DFA07996780266F4CD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* L_0 = ___0_fields; NullCheck(L_0); List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_1; L_1 = HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline(L_0, NULL); List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_2 = (List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436*)il2cpp_codegen_object_new(List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436_il2cpp_TypeInfo_var); List_1__ctor_m70AE332BA21BD4A783604DFA07996780266F4CD2(L_2, L_1, List_1__ctor_m70AE332BA21BD4A783604DFA07996780266F4CD2_RuntimeMethod_var); HTTPFormBase_set_Fields_mCD83E666D838AC3B0D110617C7287B8E129798CD_inline(__this, L_2, NULL); HTTPFormBase_set_IsChanged_m35DEA37C41246D1C3F5723A39FB07D2DA7029FF5_inline(__this, (bool)1, NULL); HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* L_3 = ___0_fields; NullCheck(L_3); bool L_4; L_4 = HTTPFormBase_get_HasBinary_mD008F59BE8A8485B388F56150A1CA4BE134A074F_inline(L_3, NULL); HTTPFormBase_set_HasBinary_mD6AB665750B0867A0159A1E73976CD66D32D9667_inline(__this, L_4, NULL); HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* L_5 = ___0_fields; NullCheck(L_5); bool L_6; L_6 = HTTPFormBase_get_HasLongValue_mDECD3A0E2DA88EC16E1EA1CB93C46A65C5204882_inline(L_5, NULL); HTTPFormBase_set_HasLongValue_mFE81E1F3642E586CB12B58E0DA9262513EBD4A36_inline(__this, L_6, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_PrepareRequest_mBD025F139ED4C16E2896DB5886EF6FDF57DA0FF9 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_request, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPFormBase_PrepareRequest_mBD025F139ED4C16E2896DB5886EF6FDF57DA0FF9_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HTTPFormBase_GetData_mC265CE46058DC5ABC7C28D208ECAB97CDB695B04 (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPFormBase_GetData_mC265CE46058DC5ABC7C28D208ECAB97CDB695B04_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase__ctor_mF8E1E081232F3EB6F0B4B2E8F098BCDAA0024FBA (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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 IL2CPP_METHOD_ATTR void HTTPMultiPartForm__ctor_mC9E74FE7C9E7B73B5ED0A5290C792E459A30A8D0 (HTTPMultiPartForm_t92300223232A7F05091AC33A6E5BCD9CB44298C2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D41707E1E7E0CCB37B99DE9EBB7454930BBCD62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { HTTPFormBase__ctor_mF8E1E081232F3EB6F0B4B2E8F098BCDAA0024FBA(__this, NULL); int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(2, __this); V_0 = L_0; String_t* L_1; L_1 = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9((&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, NULL); String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral8D41707E1E7E0CCB37B99DE9EBB7454930BBCD62, L_1, NULL); __this->___Boundary = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___Boundary), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPMultiPartForm_PrepareRequest_mF8E1D23AA9143DC248AA6B2DB8C869F22F6D59A7 (HTTPMultiPartForm_t92300223232A7F05091AC33A6E5BCD9CB44298C2* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_request, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56B70A227BDF525F3B35BE8F7F19C2510184DC02); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_request; String_t* L_1 = __this->___Boundary; String_t* L_2; L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral56B70A227BDF525F3B35BE8F7F19C2510184DC02, L_1, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL); NullCheck(L_0); HTTPRequest_SetHeader_m8D46AA880AE89B2272E13B0BAC57613F1EAA8A8E(L_0, _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HTTPMultiPartForm_GetData_m6A9E9ADDC2620C72B4B6DE340638290DC5444344 (HTTPMultiPartForm_t92300223232A7F05091AC33A6E5BCD9CB44298C2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA72F0D9D44A7EF3867B328A32A82CDD609EDE58B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8605C485EB3F57D299C789B3E5ABDD85891137CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D237ADC0A2A1323199D8ECEAF721FC4EA117317); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral466A2A81EC044064EE193D200EA26C2AFB6AE235); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6368F0E7D93228A17418B2196B50D031204143E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD65B2B7CE306C7EE6A36785EB8503CD74EEACADF); s_Il2CppMethodInitialized = true; } MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_0 = NULL; int32_t V_1 = 0; HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_4 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* G_B6_3 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* G_B5_3 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; String_t* G_B7_2 = NULL; String_t* G_B7_3 = NULL; MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* G_B7_4 = NULL; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___CachedData; if (!L_0) { goto IL_000f; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___CachedData; return L_1; } IL_000f: { MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_2 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var); MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B(L_2, NULL); V_0 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0140: { { MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_3 = V_0; if (!L_3) { goto IL_0149; } } { MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_4 = V_0; NullCheck(L_4); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4); } IL_0149: { return; } } }); try { { V_1 = 0; goto IL_00f8_1; } IL_001c_1: { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_5; L_5 = HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline(__this, NULL); int32_t L_6 = V_1; NullCheck(L_5); HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_7; L_7 = List_1_get_Item_m8605C485EB3F57D299C789B3E5ABDD85891137CC(L_5, L_6, List_1_get_Item_m8605C485EB3F57D299C789B3E5ABDD85891137CC_RuntimeMethod_var); V_2 = L_7; MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_8 = V_0; String_t* L_9 = __this->___Boundary; String_t* L_10; L_10 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA, L_9, NULL); il2cpp_codegen_runtime_class_init_inline(Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var); Extensions_WriteLine_m3D9DA99DDDDFB4C020E2105282F919B074CA0ED5(L_8, L_10, NULL); MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_11 = V_0; HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_12 = V_2; NullCheck(L_12); String_t* L_13; L_13 = HTTPFieldData_get_Name_m1D52A49C03A2082BE458D5D4F8470B7D5E68C254_inline(L_12, NULL); HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_14 = V_2; NullCheck(L_14); String_t* L_15; L_15 = HTTPFieldData_get_FileName_mB47E9FC49D76F60F019A2F88715C6F8BCA2814D9_inline(L_14, NULL); bool L_16; L_16 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_15, NULL); if (!L_16) { G_B6_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B6_1 = L_13; G_B6_2 = _stringLiteral466A2A81EC044064EE193D200EA26C2AFB6AE235; G_B6_3 = L_11; goto IL_0064_1; } G_B5_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B5_1 = L_13; G_B5_2 = _stringLiteral466A2A81EC044064EE193D200EA26C2AFB6AE235; G_B5_3 = L_11; } { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; G_B7_0 = L_17; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; G_B7_4 = G_B5_3; goto IL_0079_1; } IL_0064_1: { HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_18 = V_2; NullCheck(L_18); String_t* L_19; L_19 = HTTPFieldData_get_FileName_mB47E9FC49D76F60F019A2F88715C6F8BCA2814D9_inline(L_18, NULL); String_t* L_20; L_20 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralD65B2B7CE306C7EE6A36785EB8503CD74EEACADF, L_19, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL); G_B7_0 = L_20; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; G_B7_4 = G_B6_3; } IL_0079_1: { String_t* L_21; L_21 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(G_B7_3, G_B7_2, G_B7_1, G_B7_0, NULL); il2cpp_codegen_runtime_class_init_inline(Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var); Extensions_WriteLine_m3D9DA99DDDDFB4C020E2105282F919B074CA0ED5(G_B7_4, L_21, NULL); HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_22 = V_2; NullCheck(L_22); String_t* L_23; L_23 = HTTPFieldData_get_MimeType_mB60939FEEA6C014DE296B161DCD3E9A302CB0286_inline(L_22, NULL); bool L_24; L_24 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_23, NULL); if (L_24) { goto IL_00a6_1; } } { MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_25 = V_0; HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_26 = V_2; NullCheck(L_26); String_t* L_27; L_27 = HTTPFieldData_get_MimeType_mB60939FEEA6C014DE296B161DCD3E9A302CB0286_inline(L_26, NULL); String_t* L_28; L_28 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral2D237ADC0A2A1323199D8ECEAF721FC4EA117317, L_27, NULL); il2cpp_codegen_runtime_class_init_inline(Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var); Extensions_WriteLine_m3D9DA99DDDDFB4C020E2105282F919B074CA0ED5(L_25, L_28, NULL); } IL_00a6_1: { MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_29 = V_0; HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_30 = V_2; NullCheck(L_30); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31; L_31 = HTTPFieldData_get_Payload_m95C66F76F3E9EEF972F484068AA6AD1F3C53CF6E(L_30, NULL); NullCheck(L_31); V_3 = ((int32_t)(((RuntimeArray*)L_31)->max_length)); String_t* L_32; L_32 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_3), NULL); String_t* L_33; L_33 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA6368F0E7D93228A17418B2196B50D031204143E, L_32, NULL); il2cpp_codegen_runtime_class_init_inline(Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var); Extensions_WriteLine_m3D9DA99DDDDFB4C020E2105282F919B074CA0ED5(L_29, L_33, NULL); MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_34 = V_0; Extensions_WriteLine_mED6CF6A566B9FAC7247F6043276AA5EF9B5855E3(L_34, NULL); MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_35 = V_0; HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_36 = V_2; NullCheck(L_36); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37; L_37 = HTTPFieldData_get_Payload_m95C66F76F3E9EEF972F484068AA6AD1F3C53CF6E(L_36, NULL); HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* L_38 = V_2; NullCheck(L_38); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39; L_39 = HTTPFieldData_get_Payload_m95C66F76F3E9EEF972F484068AA6AD1F3C53CF6E(L_38, NULL); NullCheck(L_39); NullCheck(L_35); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(37, L_35, L_37, 0, ((int32_t)(((RuntimeArray*)L_39)->max_length))); MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_40 = V_0; il2cpp_codegen_runtime_class_init_inline(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = ((HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var))->___EOL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ((HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_il2cpp_TypeInfo_var))->___EOL; NullCheck(L_42); NullCheck(L_40); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(37, L_40, L_41, 0, ((int32_t)(((RuntimeArray*)L_42)->max_length))); int32_t L_43 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_43, 1)); } IL_00f8_1: { int32_t L_44 = V_1; List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_45; L_45 = HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline(__this, NULL); NullCheck(L_45); int32_t L_46; L_46 = List_1_get_Count_mA72F0D9D44A7EF3867B328A32A82CDD609EDE58B_inline(L_45, List_1_get_Count_mA72F0D9D44A7EF3867B328A32A82CDD609EDE58B_RuntimeMethod_var); if ((((int32_t)L_44) < ((int32_t)L_46))) { goto IL_001c_1; } } { MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_47 = V_0; String_t* L_48 = __this->___Boundary; String_t* L_49; L_49 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA, L_48, _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA, NULL); il2cpp_codegen_runtime_class_init_inline(Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var); Extensions_WriteLine_m3D9DA99DDDDFB4C020E2105282F919B074CA0ED5(L_47, L_49, NULL); HTTPFormBase_set_IsChanged_m35DEA37C41246D1C3F5723A39FB07D2DA7029FF5_inline(__this, (bool)0, NULL); MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_50 = V_0; NullCheck(L_50); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51; L_51 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(43, L_50); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52 = L_51; V_4 = L_52; __this->___CachedData = L_52; Il2CppCodeGenWriteBarrier((void**)(&__this->___CachedData), (void*)L_52); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = V_4; V_4 = L_53; goto IL_014a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_014a: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_54 = V_4; return L_54; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnStateChanged_Invoke_mD75F427F007623A2BBADB0AF1C3D8D3FD5960642_inline (OnStateChanged_t88F30EC46526372DA72A63D9B83ED08FAA3FB579* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, ___1_oldState, ___2_newState, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* Connection_get_Hubs_m292FC4367FD6438FD4AAF28686BD6559385F3D44_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_0 = __this->___U3CHubsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Hub_get_Name_m0F296EF1072A249D57F3782D8382CB64DD2C1947_inline (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) { { int64_t L_0 = __this->____ticks; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* Connection_get_AdditionalQueryParams_mEEFAB4EF41AEAF4F8922B161480D848A0510F11A_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { ObservableDictionary_2_t270B9AFCF455DFDDA2F4ACBED1CB4ADC2DCC9F0D* L_0 = __this->___additionalQueryParams; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Hubs_mD7B16CB9D8E4DE57A436C207D7F7FB5A0101268B_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* ___0_value, const RuntimeMethod* method) { { HubU5BU5D_t2A926C1D5EF74D3853521E5F09FAE8EA58984C16* L_0 = ___0_value; __this->___U3CHubsU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHubsU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Uri_m536754B1C4EB1150087B409AB7A23BF074B51755_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___U3CUriU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUriU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_JsonEncoder_m9E3748C2D374493071447F061A426D2071A42E8B_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CJsonEncoderU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CJsonEncoderU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_PingInterval_mA354DF79B4DEE58E3AC16BFBC6EEEDFC311B8B3A_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CPingIntervalU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Protocol_m8E97463AA0B582991A705C3045BC8B487B514FFD_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, uint8_t ___0_value, const RuntimeMethod* method) { { uint8_t L_0 = ___0_value; __this->___U3CProtocolU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_ReconnectDelay_m0D4304B944439AC8ABCA44A667FC00151AE1B57E_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CReconnectDelayU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Connection_get_State_mA05FE36B6B339705565DED7585A23DB74A7D08E2_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____state; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_AuthenticationProvider_m7EB3A66B5BCD169572D210217A72BFE0E47A1180_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CAuthenticationProviderU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_NegotiationResult_m2B4467DAFCEC9C33A5210FA59E13A0FA8EB1CC4D_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, NegotiationData_t7D015037808F8339A800E24386B9761B55059859* ___0_value, const RuntimeMethod* method) { { NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_0 = ___0_value; __this->___U3CNegotiationResultU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNegotiationResultU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NegotiationData_t7D015037808F8339A800E24386B9761B55059859* Connection_get_NegotiationResult_mBB0AF2CE308014DDB0573CBF9AC46C392A40C94C_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { NegotiationData_t7D015037808F8339A800E24386B9761B55059859* L_0 = __this->___U3CNegotiationResultU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ProtocolVersion_mC777B2477132A795AF2372D763A50FFE47643087_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CProtocolVersionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NegotiationData_get_TryWebSockets_mE722B7C4E5081A5AC9D01CF19421D79E9AE5B5C1_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CTryWebSocketsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Transport_m8E755927919F50B6F49A7B65298B2BAA6EDC4E57_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_value, const RuntimeMethod* method) { { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_0 = ___0_value; __this->___U3CTransportU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTransportU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* Connection_get_Transport_m7DF17013B6891D0C57A0BB099214231FDA75E9A6_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* L_0 = __this->___U3CTransportU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnClosedDelegate_Invoke_m738462818FE3864A417A4EA4230CCEF45583AA39_inline (OnClosedDelegate_t1B90E7E69954BB4F9F9E4B8ED5CB34D78E3E64FC* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnConnectedDelegate_Invoke_mBEC6C69EA8B26F54F722888D07E0740AFA835057_inline (OnConnectedDelegate_t2CE647214026DA4F50754C94114B9A30A4E3CA3D* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_JsonEncoder_mCD0BF49DACA36A7238A610E55686DE6AA1039594_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CJsonEncoderU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MultiMessage_get_IsInitialization_m1236397A5F1A607F3EE8250A2F635F366BAF83A5_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsInitializationU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MultiMessage_get_GroupsToken_mF87E4D397BCFAACA1B1DA2BF8A474CAA388C30F6_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CGroupsTokenU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MultiMessage_get_ShouldReconnect_m8F36D4CC6ABF3ADB5846470AC467C23FEEC3804E_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CShouldReconnectU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* MultiMessage_get_Data_m0FA26FF1CE4E192E957964635BF41C1FE065DC6C_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_0 = __this->___U3CDataU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MethodCallMessage_get_Hub_m9803024D88A8E29574A2AED35A8C4ACBDB301419_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CHubU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DataMessage_get_Data_mA6CE8B2BEDE3FD6D390B6675A24EB6A1EA1600AC_inline (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CDataU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnNonHubMessageDelegate_Invoke_m885C033484D337229A1473EBBCB3CE531D58F489_inline (OnNonHubMessageDelegate_t614938434FC73009C82C9A199BDD181483B579B9* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, RuntimeObject* ___1_data, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, ___1_data, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPManager_get_IsQuitting_m3C6FBCD6CA13C373F730C95ECA61A65E74307623_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); bool L_0 = ((HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))->___U3CIsQuittingU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnErrorDelegate_Invoke_m8C41152EA7C67CDD15EC9B615F8596DF90CB54A9_inline (OnErrorDelegate_tDB9AB67E5A03F398D946D32CBA0892F05511821F* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, String_t* ___1_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, ___1_error, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* Connection_get_Uri_m9F42BE6D724DF425849233B58E199150D92A4C74_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___U3CUriU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* UriBuilder_get_Path_m660D4D9E398203CA390E5471765EB8ACD17C8A90_inline (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____path; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MultiMessage_get_MessageId_m271F13C732DAE367330CD504A269B344467C4E05_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMessageIdU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TransportBase_get_Name_mBFCFF22FB18125B5B62AD7E4A87418D8BDEB63F2_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t Connection_get_Protocol_m2B77B554C27EE3E32061FB8DEBF6CC326B16EFC6_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->___U3CProtocolU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ConnectionToken_mB14FC06235150D0816296E3093AEBC82F5D6D045_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CConnectionTokenU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* Connection_get_RequestPreparator_m036E7B05B47894CE531747256C43684C7C78D729_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* L_0 = __this->___U3CRequestPreparatorU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnPrepareRequestDelegate_Invoke_mAC9625D29C42013A67C43910F27FB1751E706715_inline (OnPrepareRequestDelegate_t4257B95DDD3FBD50414A607ABC909A317271970E* __this, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* ___0_connection, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___1_req, int32_t ___2_type, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Connection_tA9A0C3B2D16699776D955D53F497123E122182CB*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_connection, ___1_req, ___2_type, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 NegotiationData_get_KeepAliveTimeout_m3CF985C2E9A4E25864A97AC8E955A89E44430817_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_0 = __this->___U3CKeepAliveTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Connection_get_PingInterval_mB23F180C48D4CFC7AD8064FEDA2E41C75D5B69A5_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CPingIntervalU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_DisconnectTimeout_mEC8EDB6E282837934A256E0B36F5A4EBD993695D_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CDisconnectTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Connection_get_ReconnectDelay_mF18A9BAF3D8073EBC3F58A7BCCF3DDE8C828FF89_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CReconnectDelayU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_TransportConnectTimeout_mCEBCE34227C0284EEC3189C3D2D980125F81CC29_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CTransportConnectTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_ConnectTimeout_m6526C5DCC62983274200EB4AD0A0B34D31A9F7B3_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CConnectTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mF5D442E7D73502F1EED2152514D7306AF50D6BC2_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CStateU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m977DC6C919B88153B871EDAA4811D4CB1D9637BA_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CStatusCodeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m0915E8A45B72CB60D3C2669D0D8E54965341AFFF_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMessageU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* HTTPRequest_get_Exception_m47FD6D377927D309B8E7213B6EC53C6A1A15328D_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { Exception_t* L_0 = __this->___U3CExceptionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_Url_mBCDD4C09DBA01D16AFCA7DC043F3CB333479B8FE_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CUrlU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUrlU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_WebSocketServerUrl_m47693A660EC3A459938F3F501A2929CB4CA7D6B1_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CWebSocketServerUrlU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CWebSocketServerUrlU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_ConnectionToken_m193D43A03F7378206B461AB09371E248C5E9EAFF_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CConnectionTokenU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConnectionTokenU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_ConnectionId_m0245B08DCB119C16EC87177604E2A00DA53C3A76_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CConnectionIdU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConnectionIdU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_KeepAliveTimeout_mF313DCD7A65E787EEE80C3B04C839CBFAC29DEEC_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___0_value, const RuntimeMethod* method) { { Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_0 = ___0_value; __this->___U3CKeepAliveTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_DisconnectTimeout_m9BCECD4FC48A98BE709A107C8432EBBD6D9292B7_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CDisconnectTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_ConnectionTimeout_m3749B69C8CA97B23162682531FF6632902B578FF_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CConnectionTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_TryWebSockets_m9D5AF7AD5F521A27F4FDC453860C5C61A9A51B81_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CTryWebSocketsU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_ProtocolVersion_m842555A75C5BFFAA97193D175BECCB00EE3DA6AF_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CProtocolVersionU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CProtocolVersionU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_TransportConnectTimeout_m5E6A725BBDD866E12317F2CA87624DFEBD98A043_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CTransportConnectTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NegotiationData_set_LongPollDelay_mBC43FF7A0E32FC1B9ECB18060ABFA055FEB310FA_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CLongPollDelayU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_ConnectionTimeout_mC775D2DB2D0F8FDFF422C08F9B15C0D2885B8EF8_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CConnectionTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransportBase_get_State_m9B7CEF02AD9BC04E67A03CA7153496BA4547BB26_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____state; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_get_Connection_m772F918EEE3E5596B28EF2F75F731FA0DA81E2DA_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CConnectionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 MultiMessage_get_PollDelay_mBF2853C67EAEFBABE42F0CDF2ACDF03E7BCAF50C_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, const RuntimeMethod* method) { { Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_0 = __this->___U3CPollDelayU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Timeout_m2C40ADD06F4DFD11171CA176749AA9F344DC0621_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A NegotiationData_get_LongPollDelay_mEF9213A450F736CE1EA8CA14138EAC3C9740896F_inline (NegotiationData_t7D015037808F8339A800E24386B9761B55059859* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CLongPollDelayU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_FormUsage_mBDD1DBBD8F540A7127FE43BA4D1B0037A0ECC73E_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CFormUsageU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Priority_m656224EC56FF4B6E1FD2370F9D92721B6CC5057D_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CPriorityU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Data_m46081D90164D68F756DE90D1EAB5A309CC0F1C51_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDataU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnTransportStateChangedDelegate_Invoke_m6D7471E6FCC165ED6566C8D08B2BEFD0AB73A603_inline (OnTransportStateChangedDelegate_tD6587ADDBD3805AE154D4C5DBEB336B994180D26* __this, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* ___0_transport, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_transport, ___1_oldState, ___2_newState, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransportBase_set_Name_m570E52A11FBAD221ADE77C5D8D42DEA2C0848552_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TransportBase_set_Connection_mD55B73A6836E773AC5D73DC6677FC531344C939A_inline (TransportBase_t63C3BD85260BDB57C280DE8B04D7A33DA3B1FE2A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CConnectionU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConnectionU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Tag_m644FF47B4A5E82B26AEAD0CA3D7B2C56958A32FF_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CTagU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTagU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DisableRetry_m85D3AEB10F63B8B1189A64E9CDBD4C9874340314_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CDisableRetryU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HTTPRequest_get_Tag_m149F5A5787A60283FF9AC29803DD32B55C1AB161_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CTagU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____stringLength; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* WebSocket_get_InternalRequest_m522E6D8CADFCACF12C952682D3BD1B4FA797036E_inline (WebSocket_t97E12C30F2F08AD8CC7CC1DAC9A09F78C4EE5C73* __this, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = __this->___U3CInternalRequestU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_MessageId_m9227FBCB226F1F6E735A88C1C929F37C0A46CBA8_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CMessageIdU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMessageIdU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_IsInitialization_mBB157A4160FF80A0F25342E722A8C0E599B65475_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsInitializationU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_GroupsToken_m48D2F2102D0EB25BF9769FD9A39F5DC2B00E331B_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CGroupsTokenU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGroupsTokenU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_ShouldReconnect_m8EB9EF996EF54B1E3B66AF42FB59ECAFF81C8C65_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CShouldReconnectU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_PollDelay_m714C2F8049BC007DE80D23F1E36123A2EAA55D8C_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___0_value, const RuntimeMethod* method) { { Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_0 = ___0_value; __this->___U3CPollDelayU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiMessage_set_Data_m436C11FF0D3A120F97721E0F2F438CEA3BB7C021_inline (MultiMessage_tEDB89DE79BF716CDDD294FC05A68F122547DA3F3* __this, List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* ___0_value, const RuntimeMethod* method) { { List_1_t5096B6DC1D48609DA454AC61A027D882BC964AE5* L_0 = ___0_value; __this->___U3CDataU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDataU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DataMessage_set_Data_mA72DD7084E6D430C01C595FD2886977B1FEE3BE3_inline (DataMessage_t88F89B1B20D9330D0B056EB28D24E11A5DC5255B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CDataU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDataU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodCallMessage_set_Hub_mA3E9653CFE1E1D098FF509CB38216656685925DF_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CHubU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHubU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodCallMessage_set_Method_m79AD0E686AD736BECDE808DDB7539F1D43CC88F6_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CMethodU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMethodU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodCallMessage_set_Arguments_mBF70168FC8F22CC9C667763817DAFCE0E90F2209_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_value, const RuntimeMethod* method) { { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___0_value; __this->___U3CArgumentsU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CArgumentsU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MethodCallMessage_set_State_m9436085EDA59C22BA89D15F49E083D20D4FE8287_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CStateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResultMessage_set_InvocationId_mD27A6B9D987950330529CD190D20D1637813B059_inline (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CInvocationIdU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResultMessage_set_ReturnValue_m22395BCF1ADC19A87DF2218A48C0447B6BE6057E_inline (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CReturnValueU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReturnValueU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResultMessage_set_State_mEBB26455FD6FBC835BC8103600DC4BC1900A2613_inline (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CStateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_InvocationId_m845949F28BEB3599E84CB8FB6CF28212AAD36854_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CInvocationIdU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_ErrorMessage_m5A5B08D4FB19CAD6BD07E94FB6C338F9D3092603_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CErrorMessageU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CErrorMessageU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_IsHubError_m6723FFFD10CA5263EAD4B90C9020D03076F3816E_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsHubErrorU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_AdditionalData_m406C6957C8CCB64B14C43CE79E68AD4CE7DD39C6_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CAdditionalDataU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAdditionalDataU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_StackTrace_mAA39B58D5551629D4109A9D1F796433300EDE4E9_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CStackTraceU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStackTraceU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_State_m65272F3587934DED0D79CF07A68606F4EA65E1C3_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CStateU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStateU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProgressMessage_set_InvocationId_m44B9A378FC251ADF1B78E4CFB5EE5B1C7724E483_inline (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CInvocationIdU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProgressMessage_set_Progress_mEC7FD86EE5CDFD3E23429C0C8C3B29A5F3AF8BB3_inline (ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* __this, double ___0_value, const RuntimeMethod* method) { { double L_0 = ___0_value; __this->___U3CProgressU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hub_set_Name_mAD430B6FD104F7E01DF62C05069CE52102A40C42_inline (Hub_t031250F588A18B3354937398C9FB54119774E3C0* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Connection_get_ClientMessageCounter_mF169D5A5E9CA4444D12B2CD28CDD1A761B3E831B_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->___U3CClientMessageCounterU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_ClientMessageCounter_mB612420473F5C7493490DE3195B7AB0A91DD5878_inline (Connection_tA9A0C3B2D16699776D955D53F497123E122182CB* __this, uint64_t ___0_value, const RuntimeMethod* method) { { uint64_t L_0 = ___0_value; __this->___U3CClientMessageCounterU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MethodCallMessage_get_State_m912AA6B4FE84924B1FA7E4362D914F95F1ACBB68_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CStateU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MethodCallMessage_get_Method_m81577A8EC9CA6B5357E3820D9F71EB6D311109ED_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMethodU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* MethodCallMessage_get_Arguments_mCB5D82797C5E56D9772FB8744B396D3D5D1478B3_inline (MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* __this, const RuntimeMethod* method) { { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CArgumentsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodCallDelegate_Invoke_mAC86801F1F64DBF897AFC61F81FF6527384B0747_inline (OnMethodCallDelegate_t4045AC362DEF1EE56F24A74CF6ED898421C91B0A* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, String_t* ___1_method, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, String_t*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_method, ___2_args, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodCallCallbackDelegate_Invoke_m430CD4344D9CDDEC495B9236EE850D713132D79F_inline (OnMethodCallCallbackDelegate_tB5BBF3290641B3569F28D6BF9098591C8806FA4D* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0* ___1_methodCall, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, MethodCallMessage_t5C2C62539622CA767EEE13B8B6E0B812E29262C0*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_methodCall, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ResultMessage_get_State_m39E34EA28DE2C2FBCD0EA9A76995F8DC4B72DC51_inline (ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CStateU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodResultDelegate_Invoke_mAE06065352643704929098BA1C0DAF687A2342D0_inline (OnMethodResultDelegate_tD86F8A946F555CC90A455B0420981E1C0D558B6F* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D* ___2_result, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ResultMessage_t2AB4D4301AE4E1E91221272B83DED6C61806466D*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_originalMessage, ___2_result, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* FailureMessage_get_State_m44B595607C80522E79BB55916759E0F90B898D81_inline (FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CStateU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodFailedDelegate_Invoke_m04E07B1611A5C9E8B3CBB75654C506DF330F9BF9_inline (OnMethodFailedDelegate_tB6A5851DCC051C664928F46D1BA3502711834977* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originalMessage, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7* ___2_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, FailureMessage_tA85731D10C34D3A6752CA9F7AA28171DD6FD7DA7*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_originalMessage, ___2_error, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMethodProgressDelegate_Invoke_m2323B25A078A8186385ACDE39D746DC4245454E7_inline (OnMethodProgressDelegate_t735DCD89087675D53B099CA0756BB59B0A5568BF* __this, Hub_t031250F588A18B3354937398C9FB54119774E3C0* ___0_hub, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA ___1_originialMessage, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B* ___2_progress, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, Hub_t031250F588A18B3354937398C9FB54119774E3C0*, ClientMessage_tBEB1B5402C801D378F92A900FB47FB0CBF4860EA, ProgressMessage_t408567D5F8141B5C257727EAC43E7F0376794A8B*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_hub, ___1_originialMessage, ___2_progress, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_AuthUri_m34EED1F26E6C6EAA6E66565036F7FE2EE4EC18C1_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___U3CAuthUriU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAuthUriU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_UserName_mE62E7938F935C13EF8248240C30EC9A794B49C9C_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CUserNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUserNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_Password_mC09DFC6B8CAFBD98C6E29AE31EDD74C0CDB127C9_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CPasswordU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPasswordU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_UserRoles_mA6AD04E79FD36E92B292AFDFE90C674FC000586B_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CUserRolesU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUserRolesU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SampleCookieAuthentication_set_IsPreAuthRequired_m9FF3B926CC6382912DCC106C4BEC6B41251216EF_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsPreAuthRequiredU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* SampleCookieAuthentication_get_AuthUri_mCBD855B20A0E2A43C583F22FAF6A0158C743AE04_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___U3CAuthUriU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SampleCookieAuthentication_get_UserName_m1DA043DA1413DF14492A2D20D9B45AA1C0E2A2FE_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CUserNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SampleCookieAuthentication_get_Password_m628E9E4F8BB14C4A932C90C2FD0F074247F7A3D0_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CPasswordU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SampleCookieAuthentication_get_UserRoles_m78A4DE70854383AFC15458B7FE75AA851D4068E4_inline (SampleCookieAuthentication_tDFDE01158DB6798373245EB67DDD3D26C6F0DB7A* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CUserRolesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* HTTPResponse_get_Cookies_mDF5EC6237686BBF6B34660D942B2E239FB0E2699_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) { { List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* L_0 = __this->___U3CCookiesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnAuthenticationSuccededDelegate_Invoke_m76A9D0822503224AA5A060FFC9937C200246E451_inline (OnAuthenticationSuccededDelegate_t513E519D897D03E4F0A9CB9DA8F60CB1D4010CBC* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_provider, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnAuthenticationFailedDelegate_Invoke_mC4375D77FDFA53D6981A003996E08DC17A65A7FF_inline (OnAuthenticationFailedDelegate_tD68EB2CCD0CBBC7D8563C5F846159B02D8DF59BC* __this, RuntimeObject* ___0_provider, String_t* ___1_reason, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_provider, ___1_reason, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mE93F2E868599F726D2668DFFF4A6014324614535_inline (Cookie_t5596A82FEB1E885383124368DB51D857DA254D02* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_User_mDA1228A8B1ACFF4E20C3CF25B8CD82DD3119EC9C_inline (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CUserU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUserU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_Roles_mB3C17C1D1508DE19AB49F4909EF55517A9FF7343_inline (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CRolesU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CRolesU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_User_m62234158480DD900FBE628F9A10690AD8376F3EE_inline (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CUserU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_Roles_m937BF1D853547CC62E92CE485A872F3A3DDAC9D9_inline (HeaderAuthenticator_t2D8D7B565861087DC733A3CA9EA8BE4E9818328C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CRolesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnStateChangedDelegate_Invoke_m2C99BE7850145C59DDDC892D18DF6FDFCBB3849D_inline (OnStateChangedDelegate_tCD05ECE6D6CCBBA20A9AB576BAB0C9027DC8B04F* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, int32_t ___1_oldState, int32_t ___2_newState, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, ___1_oldState, ___2_newState, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_Uri_m5CC3AFD502D4F1B57D233C674A58CEF450CD8001_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___U3CUriU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUriU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_ReconnectionTime_m6EE5A24089759BD00C37B80B90AEC37B6C3D3204_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CReconnectionTimeU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* EventSource_get_Uri_m5EAF4EB4455C9696B53056362FE6BCA1036F513E_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___U3CUriU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_InternalRequest_mA60D1C3E0ACE85CD17D767F41BAFAA49B5619433_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_value, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_value; __this->___U3CInternalRequestU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CInternalRequestU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* EventSource_get_InternalRequest_m3A00B9021E0652D357221D9845B012B803872739_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = __this->___U3CInternalRequestU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_ProtocolHandler_m682E7A617719F05541BD4D2F55F93052FE45AE34_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CProtocolHandlerU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EventSource_get_State_mEBA9CB9DBFE6ACB50BF957AF0AE9BA31F8A7A84E_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____state; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EventSource_get_LastEventId_m308413EF64D04C4B24FEEFFB8D29023D77022DF9_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CLastEventIdU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnErrorDelegate_Invoke_mE8A1D92C4112EEE0F0F94C419BD825E3375CF446_inline (OnErrorDelegate_tE82B4F77C3AB43941E977A566CA73B094BEABB17* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, String_t* ___1_error, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, ___1_error, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool OnRetryDelegate_Invoke_m98186616A6CD63017F12890E0CF131D4192EEC2C_inline (OnRetryDelegate_t93884A93C34F600788B34FCEACDFD70442ED2F6E* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnGeneralEventDelegate_Invoke_mDE40EEA0FAE98B9E0F5D5AB89CAAE3284173B56E_inline (OnGeneralEventDelegate_t89D9D1C5DBD122A7D4BFA8A5930CEC7B415BAA66* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Id_mDDF858B97737D8FF72F977C2AB51B6623BED52F4_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CIdU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_LastEventId_m6E536265A7D04F7A1F78A6C1E9EC9F6CAEE48940_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CLastEventIdU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CLastEventIdU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Message_get_Retry_mA1D9630DF904A0573B0E138B31D7AD07C03C4555_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CRetryU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnMessageDelegate_Invoke_mBDF9A8F9443381C9BD86A84AE9D154DA8EB3062C_inline (OnMessageDelegate_t63C67030C864E1A534C08F8B69B3F95298E59A19* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, ___1_message, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Event_m4C42589BEBDCD022F9A4480A9BF91EF6D9FB4761_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CEventU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnEventDelegate_Invoke_m8E58F41CF846D1930AFE6D89074AF22CF361E401_inline (OnEventDelegate_tF9C052C5FC89EE3E1B540B0DA2890D2ED5FD8259* __this, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* ___0_eventSource, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* ___1_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020*, Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_eventSource, ___1_message, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A EventSource_get_ReconnectionTime_mB03383864B654FCA975D34E7952A01CE8AA9AFAD_inline (EventSource_t99211F31329DE39FBC068E3F3C8909D7ACE2F020* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CReconnectionTimeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_mEE8FA465340D8E5C269A5F17E5367CBF9754AFFA_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsClosedManuallyU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsUpgraded_mAA578CDEC2A69F7FBD2C82E3C0C319F4889E9365_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsUpgradedU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m67F7BC60C0F7F6DECA914D60C993626DDFAB1485_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsUpgradedU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSourceResponse_set_IsClosed_m3D26B5CDB35112C260D8FC015CC615D5E2D630D5_inline (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsClosedU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_State_m5B4DD3ABEF9AB55FAC55DFAD5439CB24ED6A9280_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CStateU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_m4DA30A1AFDCF49FFA8C9D5CBC0BB1502041B0FB6_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tE302E86BCF2FFB97EA9365D1DA4F645E3048AE5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPUpdateDelegator_tE302E86BCF2FFB97EA9365D1DA4F645E3048AE5A_il2cpp_TypeInfo_var); bool L_0 = ((HTTPUpdateDelegator_tE302E86BCF2FFB97EA9365D1DA4F645E3048AE5A_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tE302E86BCF2FFB97EA9365D1DA4F645E3048AE5A_il2cpp_TypeInfo_var))->___U3CIsCreatedU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Exception_mD3C4D7BE74ABFA2F6DF5082F152CE4F522E3D748_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, Exception_t* ___0_value, const RuntimeMethod* method) { { Exception_t* L_0 = ___0_value; __this->___U3CExceptionU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExceptionU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Id_m43BFC62299500F57064F948FEE450C98E2B48E58_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CIdU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIdU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Event_m82729DBEC528C8C9EE8F29D2F8E37DC50A00EF66_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CEventU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CEventU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Data_m63C7AECF90F9D7C8EB6F7D8AACF1E5A99A1E9744_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CDataU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDataU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Retry_mD6F569FA5E6B0458B1DC89B77F1146A3D812F98B_inline (Message_t5F20BC61244BEEB82AA5738EE13EB33CA6632C6C* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CRetryU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventSourceResponse_get_IsClosed_m4A0288AF53344CDC148882D1EBC6C29BDCC5FB29_inline (EventSourceResponse_tD7AEAB116938AFDBBFB62C13E815AF18CC6AD24E* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsClosedU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_m6828F16C2BDE1E04EB522388F768A60E94414F2C_inline (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; __this->___U3CConnectTimeoutU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Connected_m6E61ADEB0124FB8D46AC1EDFDC268D3C9F7869C5_inline (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, const RuntimeMethod* method) { { bool L_0 = __this->___is_connected; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* TcpClient_get_Client_m3A982D95AD66E774648BE334CBDF5E5FC4BF985E_inline (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_0 = __this->___client; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TcpClient_get_ConnectTimeout_m3DC166312B545BE7FC43BDA474EB96F98ED2CF09_inline (TcpClient_tB27D67B442D34DA6F994919ECBAB35217AE5D7E4* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___U3CConnectTimeoutU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatVerbose_m0577088178EAFF67236EEFA22C4D31654A984F3A_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatVerboseU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatVerboseU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatInfo_m7E981A1D62028D9D9259C051DBFC394429BE8DF7_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatInfoU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatInfoU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatWarn_m0854982DDF73D4F2DA60A80E841D9A39C38D25FE_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatWarnU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatWarnU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatErr_mD8CF5E775C03DF7C0032619354BEF979D846CF50_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatErrU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatErrU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_FormatEx_m6F96E229CBDEF4C5D0979DE3146DF60C40B65C93_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFormatExU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFormatExU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultLogger_set_Level_m60A098132B85E6D224476FACE773BFEDDFE409CE_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, uint8_t ___0_value, const RuntimeMethod* method) { { uint8_t L_0 = ___0_value; __this->___U3CLevelU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t DefaultLogger_get_Level_mF63B37970D31FA4881D190EB4BE5617161C0489E_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->___U3CLevelU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatVerbose_m8C6FF8DE705A88C29A550C3E3828ECB13C6B1E63_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatVerboseU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatInfo_m1BBDBD5BDF61BFDF59560DB696DAB7D6B5676068_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatInfoU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatWarn_m657F9C7718681BCFB9959D4D26AF9AB35E36EC25_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatWarnU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatErr_mAE99D8AFE008DB2AD769859F34C0E2072EA6141F_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatErrU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) { { Exception_t* L_0 = __this->____innerException; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultLogger_get_FormatEx_m879488598EF14262F05EE7186DE0BF0C48EB33FA_inline (DefaultLogger_t50D6E4B49D94AD47B890D909B7C0EFB45E009606* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFormatExU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HTTPFieldData_get_Binary_m2A0F44A58987D4A2C67EF46A8D1D84821CC06CE3_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___U3CBinaryU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* HTTPFieldData_get_Encoding_m762F3F434882FD534237A49B2DA0DD8C2BD740E8_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = __this->___U3CEncodingU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_Encoding_m36BB6EFFE7D0005070CC431C4CE9B45514DE10A4_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___0_value, const RuntimeMethod* method) { { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = ___0_value; __this->___U3CEncodingU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CEncodingU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Text_mFFD539C005C65F98CC9DB3453117904EE8DEB645_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CTextU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_Binary_m0BA780D341A3B23E92CC2405790D157A4CEB29E0_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_value; __this->___U3CBinaryU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBinaryU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* HTTPFormBase_get_Fields_mCD471C33D9DB7D07DAA77608F5783C41EEB6EAA8_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_0 = __this->___U3CFieldsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFormBase_set_Fields_mCD83E666D838AC3B0D110617C7287B8E129798CD_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* ___0_value, const RuntimeMethod* method) { { List_1_t4039A0F45ADF894BD2D9852B4E25E30465F00436* L_0 = ___0_value; __this->___U3CFieldsU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFieldsU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_Name_m0D24C9204B12B6AD88FF7DE289E87885990E46C9_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_FileName_mE292CFE82AF05C20982CADADFC49D4EAE78670B9_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CFileNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFileNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_MimeType_m890D6377D0002779CB2DBF8F854007AEBC3313C3_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CMimeTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMimeTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFormBase_set_IsChanged_m35DEA37C41246D1C3F5723A39FB07D2DA7029FF5_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsChangedU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasBinary_mD6AB665750B0867A0159A1E73976CD66D32D9667_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CHasBinaryU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFieldData_set_Text_m476DE1FB428E7784D4BDD0AFAE661232427319EB_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CTextU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTextU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasLongValue_mDECD3A0E2DA88EC16E1EA1CB93C46A65C5204882_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CHasLongValueU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasLongValue_mFE81E1F3642E586CB12B58E0DA9262513EBD4A36_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CHasLongValueU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasBinary_mD008F59BE8A8485B388F56150A1CA4BE134A074F_inline (HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CHasBinaryU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Name_m1D52A49C03A2082BE458D5D4F8470B7D5E68C254_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_FileName_mB47E9FC49D76F60F019A2F88715C6F8BCA2814D9_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFileNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_MimeType_mB60939FEEA6C014DE296B161DCD3E9A302CB0286_inline (HTTPFieldData_t3EFA65ED86C377DE4681B75148D0FE0AD6BCEC77* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMimeTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___key; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->____version; __this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1)); } { int32_t L_1 = __this->____size; V_0 = L_1; __this->____size = 0; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_003c; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = __this->____items; int32_t L_4 = V_0; Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL); return; } IL_003c: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->____version; __this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = __this->____items; V_0 = L_1; int32_t L_2 = __this->____size; V_1 = L_2; int32_t L_3 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0; NullCheck(L_4); if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0; int32_t L_7 = V_1; RuntimeObject* L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject*)L_8); return; } IL_0034: { RuntimeObject* L_9 = ___0_item; List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_gshared_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) { { bool L_0 = __this->___hasValue; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_gshared_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) { { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m092C73DCE052BFB5C60A39EF9F4E3401AA95221C_gshared_inline (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, const RuntimeMethod* method) { { bool L_0 = __this->___hasValue; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Nullable_1_GetValueOrDefault_mBE26FDBA8873F7AE883FF290864E1D2665EAC52F_gshared_inline (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, const RuntimeMethod* method) { { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_obj, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_arg1, RuntimeObject* ___1_arg2, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_arg1, ___1_arg2, reinterpret_cast(__this->___method)); }