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

◆ CheckReusable()

bool System.Net.WebConnection.CheckReusable ( )
inlineprivate

Definition at line 55 of file WebConnection.cs.

56 {
57 global::System.Net.Sockets.Socket socket = this.socket;
58 if (socket == null || socket.is_connected)
59 {
60 return;
61 }
62 }
global::System.Net.Sockets.Socket socket

References System.Net.WebConnection.socket.