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

SendWol() private method

private SendWol ( this target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5 ) : void
target this
mac0 byte
mac1 byte
mac2 byte
mac3 byte
mac4 byte
mac5 byte
return void
        public static void SendWol(this IPEndPoint target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5)
        {
            Net.SendWol.Send(target, mac0, mac1, mac2, mac3, mac4, mac5);
        }

Same methods

IPEndPointExtensions::SendWol ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress ) : void
IPEndPointExtensions::SendWol ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress, SecureOnPassword password ) : void
IPEndPointExtensions::SendWol ( this target, byte macAddress ) : void
IPEndPointExtensions::SendWol ( this target, byte macAddress, SecureOnPassword password ) : void
IPEndPointExtensions