Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ConnectAsync()
[10/11]
Task
System.Net.Sockets.Socket.ConnectAsync
(
string
host
,
int
port
)
inline
Definition at line
4010
of file
Socket.cs
.
4011
{
4012
return
ConnectAsync
(
host
,
port
,
default
(
CancellationToken
)).AsTask();
4013
}
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