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

◆ SendAsync() [4/6]

ValueTask< int > System.Net.Sockets.UdpClient.SendAsync ( ReadOnlyMemory< byte > datagram,
CancellationToken cancellationToken = default(CancellationToken) )
inline

Definition at line 434 of file UdpClient.cs.

435 {
436 return SendAsync(datagram, null, cancellationToken);
437 }
Task< int > SendAsync(byte[] datagram, int bytes)
Definition UdpClient.cs:429

References System.cancellationToken, and System.Net.Sockets.UdpClient.SendAsync().