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

SendAsync() private method

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

Same methods

SendWol::SendAsync ( IPEndPoint target, PhysicalAddress macAddress ) : Task
SendWol::SendAsync ( IPEndPoint target, PhysicalAddress macAddress, SecureOnPassword password ) : Task
SendWol::SendAsync ( IPEndPoint target, byte macAddress ) : Task
SendWol::SendAsync ( IPEndPoint target, byte macAddress, SecureOnPassword password ) : Task