C# Class System.Net.IPEndPointExtensions

Stellt Erweiterungsmethoden für das Senden von Wake-On-LAN-Signalen bereit.
Show file Open project: nikeee/wake-on-lan

Public Methods

Method Description
SendWol ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress ) : void

Sends a Wake On LAN signal (magic packet) to a client.

SendWol ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress, SecureOnPassword password ) : void

Sendet ein Wake-On-LAN-Signal an einen Client.

SendWol ( this target, byte macAddress ) : void

Sends a Wake On LAN signal (magic packet) to a client.

SendWol ( this target, byte macAddress, SecureOnPassword password ) : void

Sends a Wake On LAN signal (magic packet) to a client.

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

Sends a Wake On LAN signal (magic packet) to a client.

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

Sends a Wake On LAN signal (magic packet) to a client.

SendWolAsync ( this target, byte macAddress ) : System.Threading.Tasks.Task

Sends a Wake On LAN signal (magic packet) to a client.

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

Sends a Wake On LAN signal (magic packet) to a client.

Private Methods

Method Description
SendWol ( this target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5 ) : void
SendWolAsync ( this target, byte mac0, byte mac1, byte mac2, byte mac3, byte mac4, byte mac5 ) : System.Threading.Tasks.Task

Method Details

SendWol() public static method

Sends a Wake On LAN signal (magic packet) to a client.
is null.
public static SendWol ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress ) : void
target this Destination .
macAddress System.Net.NetworkInformation.PhysicalAddress The MAC address of the client.
return void

SendWol() public static method

Sendet ein Wake-On-LAN-Signal an einen Client.
is null.
public static SendWol ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress, SecureOnPassword password ) : void
target this Der Ziel-IPEndPoint.
macAddress System.Net.NetworkInformation.PhysicalAddress The MAC address of the client.
password SecureOnPassword The SecureOn password of the client.
return void

SendWol() public static method

Sends a Wake On LAN signal (magic packet) to a client.
The length of the array macAddress is not 6. is null.
public static SendWol ( this target, byte macAddress ) : void
target this Destination .
macAddress byte The MAC address of the client.
return void

SendWol() public static method

Sends a Wake On LAN signal (magic packet) to a client.
The length of the array macAddress is not 6. is null.
public static SendWol ( this target, byte macAddress, SecureOnPassword password ) : void
target this Destination .
macAddress byte The MAC address of the client.
password SecureOnPassword The SecureOn password of the client.
return void

SendWolAsync() public static method

Sends a Wake On LAN signal (magic packet) to a client.
is null.
public static SendWolAsync ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress ) : System.Threading.Tasks.Task
target this Destination .
macAddress System.Net.NetworkInformation.PhysicalAddress The MAC address of the client.
return System.Threading.Tasks.Task

SendWolAsync() public static method

Sends a Wake On LAN signal (magic packet) to a client.
is null.
public static SendWolAsync ( this target, System.Net.NetworkInformation.PhysicalAddress macAddress, SecureOnPassword password ) : System.Threading.Tasks.Task
target this Destination .
macAddress System.Net.NetworkInformation.PhysicalAddress The MAC address of the client.
password SecureOnPassword The SecureOn password of the client.
return System.Threading.Tasks.Task

SendWolAsync() public static method

Sends a Wake On LAN signal (magic packet) to a client.
The length of the array macAddress is not 6. is null.
public static SendWolAsync ( this target, byte macAddress ) : System.Threading.Tasks.Task
target this Destination .
macAddress byte The MAC address of the client.
return System.Threading.Tasks.Task

SendWolAsync() public static method

Sends a Wake On LAN signal (magic packet) to a client.
The length of the array macAddress is not 6. is null.
public static SendWolAsync ( this target, byte macAddress, SecureOnPassword password ) : System.Threading.Tasks.Task
target this Destination .
macAddress byte The MAC address of the client.
password SecureOnPassword The SecureOn password of the client.
return System.Threading.Tasks.Task