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

Send() public static method

Sends a Wake On LAN signal (magic packet) to a client.
is null. An error occurred when accessing the socket. See Remarks section of for more information.
public static Send ( IPEndPoint target, System.Net.NetworkInformation.PhysicalAddress macAddress ) : void
target IPEndPoint Destination .
macAddress System.Net.NetworkInformation.PhysicalAddress The MAC address of the designated client.
return void
        public static void Send(IPEndPoint target, PhysicalAddress macAddress) => Send(target, macAddress);

Same methods

SendWol::Send ( IPEndPoint target, System.Net.NetworkInformation.PhysicalAddress macAddress, SecureOnPassword password ) : void
SendWol::Send ( IPEndPoint target, byte macAddress ) : void
SendWol::Send ( IPEndPoint target, byte macAddress, SecureOnPassword password ) : void
SendWol::Send ( IPEndPoint target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5 ) : void