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

◆ FreeResources()

void System.Net.Sockets.UdpClient.FreeResources ( )
inlineprivate

Definition at line 76 of file UdpClient.cs.

77 {
78 if (!this.m_CleanedUp)
79 {
81 if (clientSocket != null)
82 {
84 clientSocket.Close();
85 }
86 this.m_CleanedUp = true;
87 }
88 }
class f__AnonymousType0<< Count > j__TPar
void InternalShutdown(SocketShutdown how)
Definition Socket.cs:490

References System.Net.Sockets.Socket.InternalShutdown(), j__TPar, System.Net.Sockets.UdpClient.m_CleanedUp, and System.Net.Sockets.UdpClient.m_ClientSocket.

Referenced by System.Net.Sockets.UdpClient.Dispose().