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

◆ Shutdown_internal()

static void System.Net.Sockets.Socket.Shutdown_internal ( SafeSocketHandle safeHandle,
SocketShutdown how,
[Out] int error )
inlinestaticprivate

Definition at line 1734 of file Socket.cs.

1735 {
1736 IntPtr handle = safeHandle.handle;
1737 long num = 0L;
1738 safeHandle.DangerousRelease();
1739 if (num == 0L)
1740 {
1741 return;
1742 }
1743 throw new OutOfMemoryException();
1744 }

References System.Runtime.InteropServices.SafeHandle.DangerousRelease(), System.Runtime.InteropServices.SafeHandle.handle, and System.L.