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

◆ Poll()

bool System.Net.Sockets.Socket.Poll ( int microSeconds,
SelectMode mode )
inline

Definition at line 734 of file Socket.cs.

735 {
737 SafeSocketHandle handle = this.m_Handle;
738 if (!this.is_connected)
739 {
741 this.is_connected = true;
742 }
743 throw new InvalidCastException();
744 }
class f__AnonymousType0<< Count > j__TPar
SafeSocketHandle m_Handle
Definition Socket.cs:2058
object GetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName)
Definition Socket.cs:1602

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