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() [1/2]

void System.Net.Sockets.Socket.SetSocketOption ( SocketOptionLevel optionLevel,
SocketOptionName optionName,
int optionValue )
inline

Definition at line 1641 of file Socket.cs.

1642 {
1643 do
1644 {
1646 SafeSocketHandle handle = this.m_Handle;
1647 if (!true)
1648 {
1649 }
1650 }
1651 while (optionValue != 0);
1652 }
SafeSocketHandle m_Handle
Definition Socket.cs:2058

References System.Net.Sockets.Socket.m_Handle, and System.Net.Sockets.Socket.ThrowIfDisposedAndClosed().