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

◆ RegisterForBlockingSyscall()

void System.Net.Sockets.SafeSocketHandle.RegisterForBlockingSyscall ( )
inline

Definition at line 85 of file SafeSocketHandle.cs.

86 {
87 if (this.blocking_threads == null)
88 {
89 }
90 base.DangerousAddRef(true);
91 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.Sockets.SafeSocketHandle.blocking_threads, and j__TPar.

Referenced by System.Net.Sockets.Socket.Connect_internal().