Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ConnectAsync() [3/8]

Task System.Net.Sockets.TcpClient.ConnectAsync ( IPAddress[] addresses,
int port )
inline

Definition at line 328 of file TcpClient.cs.

329 {
330 return CompleteConnectAsync(Client.ConnectAsync(addresses, port));
331 }
async Task CompleteConnectAsync(Task task)
Definition TcpClient.cs:338

References System.Net.Sockets.TcpClient.CompleteConnectAsync().