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

◆ ConnectAsync() [6/8]

ValueTask System.Net.Sockets.TcpClient.ConnectAsync ( IPEndPoint remoteEP,
CancellationToken cancellationToken )
inline

Definition at line 359 of file TcpClient.cs.

360 {
361 return CompleteConnectAsync(Client.ConnectAsync(remoteEP, cancellationToken));
362 }
async Task CompleteConnectAsync(Task task)
Definition TcpClient.cs:338

References System.cancellationToken, and System.Net.Sockets.TcpClient.CompleteConnectAsync().