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

◆ ConnectAsync() [3/11]

Task System.Net.Sockets.Socket.ConnectAsync ( IPAddress address,
int port )
inline

Definition at line 3943 of file Socket.cs.

3944 {
3945 return ConnectAsync(new IPEndPoint(address, port));
3946 }
bool ConnectAsync(SocketAsyncEventArgs e)
Definition Socket.cs:2822

References System.Net.Sockets.Socket.ConnectAsync().