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

◆ Send() [3/6]

int System.Net.Sockets.UdpClient.Send ( byte[] dgram,
int bytes,
string? hostname,
int port )
inline

Definition at line 689 of file UdpClient.cs.

690 {
691 return Send(dgram, bytes, GetEndpoint(hostname, port));
692 }
IPEndPoint GetEndpoint(string hostname, int port)
Definition UdpClient.cs:273

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