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

◆ Connect() [1/3]

void System.Net.Sockets.TcpClient.Connect ( IPAddress address,
int port )
inline

Definition at line 116 of file TcpClient.cs.

117 {
118 bool on = Logging.On;
119 if (!this.m_CleanedUp)
120 {
121 if (address != null)
122 {
123 bool flag = ValidationHelper.ValidateTcpPort(port);
124 bool on2 = Logging.On;
125 return;
126 }
127 }
128 else
129 {
130 Type type = base.GetType();
131 }
132 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, System.Net.Sockets.TcpClient.m_CleanedUp, System.Net.Logging.On, and System.Net.ValidationHelper.ValidateTcpPort().