C# 클래스 System.Net.PhysicalAddressExtensions

Provides extension methods for sending Wake On LAN signals (magic packets) using a specific PhysicalAddress.
파일 보기 프로젝트 열기: nikeee/wake-on-lan

공개 메소드들

메소드 설명
GetAddressAdministrator ( this address ) : PhysicalAddressAdministrator

Gets the administrator (PhysicalAddressAdministrator) of the PhysicalAddress.

GetAddressType ( this address ) : PhysicalAddressType

Gets the type (PhysicalAddressAdministrator) of the PhysicalAddress.

SendWol ( this address ) : void

Sends a Wake On LAN signal (magic packet) to the broadcast IP address with the physical address.

SendWol ( this address, IPAddress target ) : void

Sends a Wake On LAN signal (magic packet) to a specific IP address with the physical address.

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

Sends a Wake On LAN signal (magic packet) to a specific IP address with the physical address.

SendWol ( this address, IPEndPoint target ) : void

Sends a Wake On LAN signal (magic packet) to a specific IP end point with the physical address.

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

Sends a Wake On LAN signal (magic packet) to a specific IP end point with the physical address.

SendWolAsync ( this address ) : System.Threading.Tasks.Task

Sends a Wake On LAN signal (magic packet) to the broadcast IP address with the physical address.

SendWolAsync ( this address, IPAddress target ) : System.Threading.Tasks.Task

Sends a Wake On LAN signal (magic packet) to a specific IP address with the physical address.

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

Sends a Wake On LAN signal (magic packet) to a specific IP address with the physical address.

SendWolAsync ( this address, IPEndPoint target ) : System.Threading.Tasks.Task

Sends a Wake On LAN signal (magic packet) to a specific IP end point with the physical address.

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

Sends a Wake On LAN signal (magic packet) to a specific IP end point with the physical address.

비공개 메소드들

메소드 설명
SendWol ( this address, SecureOnPassword password ) : void
SendWolAsync ( this address, SecureOnPassword password ) : System.Threading.Tasks.Task

메소드 상세

GetAddressAdministrator() 공개 정적인 메소드

Gets the administrator (PhysicalAddressAdministrator) of the PhysicalAddress.
is null.
public static GetAddressAdministrator ( this address ) : PhysicalAddressAdministrator
address this The address.
리턴 PhysicalAddressAdministrator

GetAddressType() 공개 정적인 메소드

Gets the type (PhysicalAddressAdministrator) of the PhysicalAddress.
is null.
public static GetAddressType ( this address ) : PhysicalAddressType
address this The address.
리턴 PhysicalAddressType

SendWol() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to the broadcast IP address with the physical address.
is null.
public static SendWol ( this address ) : void
address this The instance of the physical address that should be used in the magic packet.
리턴 void

SendWol() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to a specific IP address with the physical address.
is null.
public static SendWol ( this address, IPAddress target ) : void
address this The instance of the physical address that should be used in the magic packet.
target IPAddress Destination .
리턴 void

SendWol() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to a specific IP address with the physical address.
is null.
public static SendWol ( this address, IPAddress target, SecureOnPassword password ) : void
address this The instance of the physical address that should be used in the magic packet.
target IPAddress Destination .
password SecureOnPassword The SecureOn password of the client.
리턴 void

SendWol() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to a specific IP end point with the physical address.
is null.
public static SendWol ( this address, IPEndPoint target ) : void
address this The instance of the physical address that should be used in the magic packet.
target IPEndPoint Destination .
리턴 void

SendWol() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to a specific IP end point with the physical address.
is null.
public static SendWol ( this address, IPEndPoint target, SecureOnPassword password ) : void
address this The instance of the physical address that should be used in the magic packet.
target IPEndPoint Destination .
password SecureOnPassword The SecureOn password of the client.
리턴 void

SendWolAsync() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to the broadcast IP address with the physical address.
is null.
public static SendWolAsync ( this address ) : System.Threading.Tasks.Task
address this The instance of the physical address that should be used in the magic packet.
리턴 System.Threading.Tasks.Task

SendWolAsync() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to a specific IP address with the physical address.
is null.
public static SendWolAsync ( this address, IPAddress target ) : System.Threading.Tasks.Task
address this The instance of the physical address that should be used in the magic packet.
target IPAddress Destination .
리턴 System.Threading.Tasks.Task

SendWolAsync() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to a specific IP address with the physical address.
is null.
public static SendWolAsync ( this address, IPAddress target, SecureOnPassword password ) : System.Threading.Tasks.Task
address this The instance of the physical address that should be used in the magic packet.
target IPAddress Destination .
password SecureOnPassword The SecureOn password of the client.
리턴 System.Threading.Tasks.Task

SendWolAsync() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to a specific IP end point with the physical address.
is null.
public static SendWolAsync ( this address, IPEndPoint target ) : System.Threading.Tasks.Task
address this The instance of the physical address that should be used in the magic packet.
target IPEndPoint Destination .
리턴 System.Threading.Tasks.Task

SendWolAsync() 공개 정적인 메소드

Sends a Wake On LAN signal (magic packet) to a specific IP end point with the physical address.
is null.
public static SendWolAsync ( this address, IPEndPoint target, SecureOnPassword password ) : System.Threading.Tasks.Task
address this The instance of the physical address that should be used in the magic packet.
target IPEndPoint Destination .
password SecureOnPassword The SecureOn password of the client.
리턴 System.Threading.Tasks.Task