C# Class System.Net.NetworkInformation.UnixIPInterfaceProperties

Inheritance: IPInterfaceProperties
Afficher le fichier Open project: runefs/Marvin

Protected Properties

Свойство Type Description
iface UnixNetworkInterface
ipv4iface_properties System.Net.NetworkInformation.IPv4InterfaceProperties

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties
UnixIPInterfaceProperties ( UnixNetworkInterface iface, List addresses ) : System.Collections.Generic

Méthodes protégées

Méthode Description
ParseResolvConf ( ) : void
ParseRouteInfo ( string iface ) : void

Method Details

GetIPv6Properties() public méthode

public GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties
Résultat System.Net.NetworkInformation.IPv6InterfaceProperties

ParseResolvConf() protected méthode

protected ParseResolvConf ( ) : void
Résultat void

ParseRouteInfo() protected méthode

protected ParseRouteInfo ( string iface ) : void
iface string
Résultat void

UnixIPInterfaceProperties() public méthode

public UnixIPInterfaceProperties ( UnixNetworkInterface iface, List addresses ) : System.Collections.Generic
iface UnixNetworkInterface
addresses List
Résultat System.Collections.Generic

Property Details

iface protected_oe property

protected UnixNetworkInterface,System.Net.NetworkInformation iface
Résultat UnixNetworkInterface

ipv4iface_properties protected_oe property

protected IPv4InterfaceProperties,System.Net.NetworkInformation ipv4iface_properties
Résultat System.Net.NetworkInformation.IPv4InterfaceProperties