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

◆ ProcessHandshake()

unsafe override bool Mono.Unity.UnityTlsContext.ProcessHandshake ( )
inline

Definition at line 216 of file UnityTlsContext.cs.

217 {
218 do
219 {
220 UnityTls.unitytls_interface_struct.unitytls_errorstate_create_t unitytls_errorstate_create = UnityTls.NativeInterface.unitytls_errorstate_create;
221 IntPtr invoke_impl = unitytls_errorstate_create.invoke_impl;
222 IntPtr method_code = unitytls_errorstate_create.method_code;
223 IntPtr method = unitytls_errorstate_create.method;
224 UnityTls.unitytls_interface_struct.unitytls_tlsctx_process_handshake_t unitytls_tlsctx_process_handshake = UnityTls.NativeInterface.unitytls_tlsctx_process_handshake;
225 UnityTls.unitytls_tlsctx* ptr = this.tlsContext;
226 IntPtr invoke_impl2 = unitytls_tlsctx_process_handshake.invoke_impl;
227 IntPtr method_code2 = unitytls_tlsctx_process_handshake.method_code;
228 IntPtr method2 = unitytls_tlsctx_process_handshake.method;
229 }
230 while (this.lastException != null);
231 if (this.<IsServer>k__BackingField)
232 {
233 }
234 return true;
235 }
class f__AnonymousType0<< Count > j__TPar
readonly MonoSslAuthenticationOptions< Options > k__BackingField
unsafe UnityTls.unitytls_tlsctx * tlsContext

References Mono.Net.Security.MobileTlsContext.IsServer, j__TPar, Mono.Net.Security.MobileTlsContext.k__BackingField, Mono.Unity.UnityTlsContext.lastException, Mono.Unity.UnityTls.NativeInterface, and Mono.Unity.UnityTlsContext.tlsContext.