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

◆ Bind_internal()

static void System.Net.Sockets.Socket.Bind_internal ( SafeSocketHandle safeHandle,
SocketAddress sa,
[Out] int error )
inlinestaticprivate

Definition at line 927 of file Socket.cs.

928 {
929 IntPtr handle = safeHandle.handle;
930 long num = 0L;
931 safeHandle.DangerousRelease();
932 if (num == 0L)
933 {
934 return;
935 }
936 throw new OutOfMemoryException();
937 }

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