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

SendWol() private method

private SendWol ( this address, SecureOnPassword password ) : void
address this
password SecureOnPassword
return void
        public static void SendWol(this PhysicalAddress address, SecureOnPassword password) => address.SendWol(IPAddress.Broadcast, password);

Same methods

PhysicalAddressExtensions::SendWol ( this address ) : void
PhysicalAddressExtensions::SendWol ( this address, IPAddress target ) : void
PhysicalAddressExtensions::SendWol ( this address, IPAddress target, SecureOnPassword password ) : void
PhysicalAddressExtensions::SendWol ( this address, IPEndPoint target ) : void
PhysicalAddressExtensions::SendWol ( this address, IPEndPoint target, SecureOnPassword password ) : void