C# Класс System.Net.PhysicalAddressExtensions

Provides extension methods for sending Wake On LAN signals (magic packets) using a specific PhysicalAddress.
Показать файл Открыть проект

Открытые методы

Метод Описание
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