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. The length of the array is not 6.
public static SendAsync ( IPEndPoint target, byte macAddress ) : Task
target IPEndPoint Destination .
macAddress byte The MAC address of the designated client.
return Task
        public static Task SendAsync(IPEndPoint target, byte[] macAddress) => SendAsync(target, macAddress);

Same methods

SendWol::SendAsync ( IPEndPoint target, PhysicalAddress macAddress ) : Task
SendWol::SendAsync ( IPEndPoint target, PhysicalAddress macAddress, SecureOnPassword password ) : 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