System.Net.PhysicalAddressExtensions.SendWolAsync C# (CSharp) Метод

SendWolAsync() приватный Метод

private SendWolAsync ( this address, SecureOnPassword password ) : System.Threading.Tasks.Task
address this
password SecureOnPassword
Результат System.Threading.Tasks.Task
        public static Task SendWolAsync(this PhysicalAddress address, SecureOnPassword password)
        {
            if (address == null)
                throw new ArgumentNullException(nameof(address));

            return IPAddress.Broadcast.SendWolAsync(address.GetAddressBytes(), password);
        }

Same methods

PhysicalAddressExtensions::SendWolAsync ( this address ) : System.Threading.Tasks.Task
PhysicalAddressExtensions::SendWolAsync ( this address, IPAddress target ) : System.Threading.Tasks.Task
PhysicalAddressExtensions::SendWolAsync ( this address, IPAddress target, SecureOnPassword password ) : System.Threading.Tasks.Task
PhysicalAddressExtensions::SendWolAsync ( this address, IPEndPoint target ) : System.Threading.Tasks.Task
PhysicalAddressExtensions::SendWolAsync ( this address, IPEndPoint target, SecureOnPassword password ) : System.Threading.Tasks.Task