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()

void ISocket. Terraria.Net.Sockets.TcpSocket.Connect ( RemoteAddress address)
inlineprivate

Implements Terraria.Net.Sockets.ISocket.

Definition at line 53 of file TcpSocket.cs.

54 {
55 if (address != null)
56 {
57 }
59 this._remoteAddress = address;
60 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Net.Sockets.TcpSocket._connection, and j__TPar.