C# 클래스 System.Net.IPEndPointExtensions

Stellt Erweiterungsmethoden für das Senden von Wake-On-LAN-Signalen bereit.
파일 보기 프로젝트 열기: nikeee/wake-on-lan

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

SendWol() 공개 정적인 메소드

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.
리턴 void

SendWol() 공개 정적인 메소드

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.
리턴 void

SendWol() 공개 정적인 메소드

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.
리턴 void

SendWol() 공개 정적인 메소드

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.
리턴 void

SendWolAsync() 공개 정적인 메소드

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.
리턴 System.Threading.Tasks.Task

SendWolAsync() 공개 정적인 메소드

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.
리턴 System.Threading.Tasks.Task

SendWolAsync() 공개 정적인 메소드

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.
리턴 System.Threading.Tasks.Task

SendWolAsync() 공개 정적인 메소드

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.
리턴 System.Threading.Tasks.Task