C# Class System.Net.NetworkInformation.SystemNetworkInterface

Inheritance: NetworkInterface
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
GetBestInterfaceForAddress int
GetNetworkInterfaces System.Net.NetworkInformation.NetworkInterface[]
InternalGetIsNetworkAvailable bool
SystemNetworkInterface Microsoft.Win32.SafeHandles

Méthodes publiques

Méthode Description
GetIPProperties ( ) : IPInterfaceProperties
GetIPStatistics ( ) : System.Net.NetworkInformation.IPInterfaceStatistics
GetIPv4Statistics ( ) : IPv4InterfaceStatistics
GetPhysicalAddress ( ) : System.Net.NetworkInformation.PhysicalAddress
Supports ( NetworkInterfaceComponent networkInterfaceComponent ) : bool

Private Methods

Méthode Description
GetBestInterfaceForAddress ( IPAddress addr ) : int
GetNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]
InternalGetIsNetworkAvailable ( ) : bool
SystemNetworkInterface ( System.Net.Interop fixedInfo, System.Net.Interop ipAdapterAddresses ) : Microsoft.Win32.SafeHandles

Method Details

GetIPProperties() public méthode

public GetIPProperties ( ) : IPInterfaceProperties
Résultat IPInterfaceProperties

GetIPStatistics() public méthode

public GetIPStatistics ( ) : System.Net.NetworkInformation.IPInterfaceStatistics
Résultat System.Net.NetworkInformation.IPInterfaceStatistics

GetIPv4Statistics() public méthode

public GetIPv4Statistics ( ) : IPv4InterfaceStatistics
Résultat IPv4InterfaceStatistics

GetPhysicalAddress() public méthode

public GetPhysicalAddress ( ) : System.Net.NetworkInformation.PhysicalAddress
Résultat System.Net.NetworkInformation.PhysicalAddress

Supports() public méthode

public Supports ( NetworkInterfaceComponent networkInterfaceComponent ) : bool
networkInterfaceComponent NetworkInterfaceComponent
Résultat bool