This commit is contained in:
kemasama 2022-05-14 22:02:00 +09:00
parent 3439cffd92
commit a744cd3af3

View File

@ -40,6 +40,7 @@ namespace WakeOnLan
Send(ipAddr, port, mac);
}
public void Send(IPAddress ipAddr, int port, byte[] macAddress)
{
using (MemoryStream stream = new MemoryStream())