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

◆ GetSocketOption()

object System.Net.Sockets.Socket.GetSocketOption ( SocketOptionLevel optionLevel,
SocketOptionName optionName )
inline

Definition at line 1602 of file Socket.cs.

1603 {
1604 int num = 1;
1606 SafeSocketHandle handle = this.m_Handle;
1607 if (num == 0)
1608 {
1609 }
1611 {
1612 if (handle == null || handle != null)
1613 {
1614 }
1615 while (handle == null)
1616 {
1617 }
1618 }
1619 throw new InvalidCastException();
1620 }
class f__AnonymousType0<< Count > j__TPar
SafeSocketHandle m_Handle
Definition Socket.cs:2058

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

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