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

Send() private method

private Send ( IPEndPoint target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5 ) : void
target IPEndPoint
mac0 byte
mac1 byte
mac2 byte
mac3 byte
mac4 byte
mac5 byte
return void
        public static void Send(IPEndPoint target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5) => Send(target, new[] { mac0, mac1, mac2, mac3, mac4, mac5 });

Same methods

SendWol::Send ( IPEndPoint target, System.Net.NetworkInformation.PhysicalAddress macAddress ) : void
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