Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ConnectAsync()
[1/11]
Task
System.Net.Sockets.Socket.ConnectAsync
(
EndPoint
remoteEP
)
inline
Definition at line
3904
of file
Socket.cs
.
3905
{
3906
return
ConnectAsync
(
remoteEP
,
default
(
CancellationToken
)).AsTask();
3907
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Net.Sockets.Socket.ConnectAsync
bool ConnectAsync(SocketAsyncEventArgs e)
Definition
Socket.cs:2822
System.Threading.CancellationToken
Definition
CancellationToken.cs:8
References
System.Net.Sockets.Socket.ConnectAsync()
.
System
Net
Sockets
Socket
Generated by
1.10.0