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

◆ SetSocketOption_internal()

static void System.Net.Sockets.Socket.SetSocketOption_internal ( SafeSocketHandle safeHandle,
SocketOptionLevel level,
SocketOptionName name,
object obj_val,
byte[] byte_val,
int int_val,
[Out] int error )
inlinestaticprivate

Definition at line 1655 of file Socket.cs.

1656 {
1657 IntPtr handle = safeHandle.handle;
1658 long num = 0L;
1659 safeHandle.DangerousRelease();
1660 if (num == 0L)
1661 {
1662 return;
1663 }
1664 throw new OutOfMemoryException();
1665 }

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