1 reference to Send
System.Net.Sockets (1)
System\Net\Sockets\UDPClient.cs (1)
913
public int Send(byte[] dgram, int bytes, string? hostname, int port) =>
Send
(dgram, bytes, GetEndpoint(hostname, port));