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

SendWolAsync() private method

private SendWolAsync ( this target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5 ) : Task
target this
mac0 byte
mac1 byte
mac2 byte
mac3 byte
mac4 byte
mac5 byte
return Task
        public static Task SendWolAsync(this IPAddress target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5) => target.SendWolAsync(mac0, mac1, mac2, mac3, mac4, mac5, DefaultWolPort);

Same methods

IPAddressExtensions::SendWolAsync ( this target, PhysicalAddress macAddress ) : Task
IPAddressExtensions::SendWolAsync ( this target, PhysicalAddress macAddress, SecureOnPassword password ) : Task
IPAddressExtensions::SendWolAsync ( this target, byte macAddress ) : Task
IPAddressExtensions::SendWolAsync ( this target, byte macAddress, SecureOnPassword password ) : Task
IPAddressExtensions::SendWolAsync ( this target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5, int port ) : Task
IPAddressExtensions::SendWolAsync ( this target, byte macAddress, int port ) : Task
IPAddressExtensions::SendWolAsync ( this target, byte macAddress, int port, SecureOnPassword password ) : Task