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

◆ SendAsync() [3/6]

Task< int > System.Net.Sockets.UdpClient.SendAsync ( byte[] datagram,
int bytes,
string? hostname,
int port )
inline

Definition at line 439 of file UdpClient.cs.

440 {
441 return SendAsync(datagram, bytes, GetEndpoint(hostname, port));
442 }
Task< int > SendAsync(byte[] datagram, int bytes)
Definition UdpClient.cs:429
IPEndPoint GetEndpoint(string hostname, int port)
Definition UdpClient.cs:273

References System.bytes, System.Net.Sockets.UdpClient.GetEndpoint(), and System.Net.Sockets.UdpClient.SendAsync().