C# Class System.Net.ArpRequestResult

Enthält die Rückgabewerte der ArpRequest.Send-Funktion.
显示文件 Open project: nikeee/wake-on-lan

Public Methods

Method Description
ArpRequestResult ( Exception exception ) : System.Net.NetworkInformation

Erstellt eine neue ArpRequestResult-Instanz

ArpRequestResult ( System.Net.NetworkInformation.PhysicalAddress address ) : System.Net.NetworkInformation

Erstellt eine neue ArpRequestResult-Instanz

ToString ( ) : string

Konvertiert ARP-Rückgabewerte in eine Zeichenfolge.

Method Details

ArpRequestResult() public method

Erstellt eine neue ArpRequestResult-Instanz
public ArpRequestResult ( Exception exception ) : System.Net.NetworkInformation
exception Exception Der aufgetretene Fehler
return System.Net.NetworkInformation

ArpRequestResult() public method

Erstellt eine neue ArpRequestResult-Instanz
public ArpRequestResult ( System.Net.NetworkInformation.PhysicalAddress address ) : System.Net.NetworkInformation
address System.Net.NetworkInformation.PhysicalAddress Die physikalische Adresse
return System.Net.NetworkInformation

ToString() public method

Konvertiert ARP-Rückgabewerte in eine Zeichenfolge.
public ToString ( ) : string
return string