System.Net.SendWol.SendAsync C# (CSharp) Method

SendAsync() public static method

Sends a Wake On LAN signal (magic packet) to a client.
is null. is null.
public static SendAsync ( IPEndPoint target, PhysicalAddress macAddress ) : Task
target IPEndPoint Destination .
macAddress PhysicalAddress The MAC address of the designated client.
return Task
        public static Task SendAsync(IPEndPoint target, PhysicalAddress macAddress) => SendAsync(target, macAddress, null);

Same methods

SendWol::SendAsync ( IPEndPoint target, PhysicalAddress macAddress, SecureOnPassword password ) : Task
SendWol::SendAsync ( IPEndPoint target, byte macAddress ) : Task
SendWol::SendAsync ( IPEndPoint target, byte macAddress, SecureOnPassword password ) : Task
SendWol::SendAsync ( IPEndPoint target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5 ) : Task