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

SendWolAsync() private method

private SendWolAsync ( this target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5 ) : System.Threading.Tasks.Task
target this
mac0 byte
mac1 byte
mac2 byte
mac3 byte
mac4 byte
mac5 byte
return System.Threading.Tasks.Task
        public static Task SendWolAsync(this IPEndPoint target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5)
        {
            return Net.SendWol.SendAsync(target, mac0, mac1, mac2, mac3, mac4, mac5);
        }

Same methods

IPEndPointExtensions::SendWolAsync ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress ) : System.Threading.Tasks.Task
IPEndPointExtensions::SendWolAsync ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress, SecureOnPassword password ) : System.Threading.Tasks.Task
IPEndPointExtensions::SendWolAsync ( this target, byte macAddress ) : System.Threading.Tasks.Task
IPEndPointExtensions::SendWolAsync ( this target, byte macAddress, SecureOnPassword password ) : System.Threading.Tasks.Task
IPEndPointExtensions