terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ FinishHandshake()

unsafe override void Mono.Unity.UnityTlsContext.FinishHandshake ( )
inline

Definition at line 238 of file UnityTlsContext.cs.

239 {
240 UnityTls.unitytls_interface_struct.unitytls_errorstate_create_t unitytls_errorstate_create = UnityTls.NativeInterface.unitytls_errorstate_create;
241 IntPtr invoke_impl = unitytls_errorstate_create.invoke_impl;
242 IntPtr method_code = unitytls_errorstate_create.method_code;
243 IntPtr method = unitytls_errorstate_create.method;
244 UnityTls.unitytls_interface_struct.unitytls_tlsctx_get_ciphersuite_t unitytls_tlsctx_get_ciphersuite = UnityTls.NativeInterface.unitytls_tlsctx_get_ciphersuite;
245 UnityTls.unitytls_tlsctx* ptr = this.tlsContext;
246 IntPtr invoke_impl2 = unitytls_tlsctx_get_ciphersuite.invoke_impl;
247 IntPtr method_code2 = unitytls_tlsctx_get_ciphersuite.method_code;
248 IntPtr method2 = unitytls_tlsctx_get_ciphersuite.method;
249 UnityTls.unitytls_interface_struct.unitytls_tlsctx_get_protocol_t unitytls_tlsctx_get_protocol = UnityTls.NativeInterface.unitytls_tlsctx_get_protocol;
250 UnityTls.unitytls_tlsctx* ptr2 = this.tlsContext;
251 IntPtr invoke_impl3 = unitytls_tlsctx_get_protocol.invoke_impl;
252 IntPtr method_code3 = unitytls_tlsctx_get_protocol.method_code;
253 IntPtr method3 = unitytls_tlsctx_get_protocol.method;
254 }
class f__AnonymousType0<< Count > j__TPar
unsafe UnityTls.unitytls_tlsctx * tlsContext

References j__TPar, Mono.Unity.UnityTls.NativeInterface, and Mono.Unity.UnityTlsContext.tlsContext.