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

◆ IOControl() [1/2]

int System.Net.Sockets.Socket.IOControl ( int ioControlCode,
byte[] optionInValue,
byte[] optionOutValue )
inline

Definition at line 1673 of file Socket.cs.

1674 {
1675 do
1676 {
1677 int intCleanedUp = this.m_IntCleanedUp;
1678 SafeSocketHandle handle = this.m_Handle;
1679 }
1680 while (optionOutValue != null);
1681 int num;
1682 return num;
1683 }
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.m_IntCleanedUp.