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

◆ EndConnect()

void System.Net.Sockets.TcpClient.EndConnect ( IAsyncResult asyncResult)
inline

Definition at line 185 of file TcpClient.cs.

186 {
187 bool on = Logging.On;
188 this.m_ClientSocket.EndConnect(asyncResult);
189 this.m_Active = true;
190 bool on2 = Logging.On;
191 }
class f__AnonymousType0<< Count > j__TPar
void EndConnect(IAsyncResult asyncResult)
Definition Socket.cs:1088

References System.Net.Sockets.Socket.EndConnect(), j__TPar, System.Net.Sockets.TcpClient.m_ClientSocket, and System.Net.Logging.On.