C# Class System.Net.NetworkInformation.OsxNetworkInterface

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

Méthodes publiques

Méthode Description
GetIPProperties ( ) : IPInterfaceProperties
GetIPStatistics ( ) : System.Net.NetworkInformation.IPInterfaceStatistics
GetIPv4Statistics ( ) : IPv4InterfaceStatistics
GetOsxNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]

Méthodes protégées

Méthode Description
OsxNetworkInterface ( string name ) : System.Collections.Generic

Private Methods

Méthode Description
GetOrCreate ( OsxNetworkInterface>.Dictionary interfaces, string name ) : OsxNetworkInterface

Gets or creates an OsxNetworkInterface, based on whether it already exists in the given Dictionary. If created, it is added to the Dictionary.

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

GetOsxNetworkInterfaces() public static méthode

public static GetOsxNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]
Résultat System.Net.NetworkInformation.NetworkInterface[]

OsxNetworkInterface() protected méthode

protected OsxNetworkInterface ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic