C# 클래스 System.Net.ArpRequestResult

Enthält die Rückgabewerte der ArpRequest.Send-Funktion.
파일 보기 프로젝트 열기: nikeee/wake-on-lan

공개 메소드들

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

메소드 상세

ArpRequestResult() 공개 메소드

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

ArpRequestResult() 공개 메소드

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

ToString() 공개 메소드

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