C# Class System.Net.NetworkInformation.UnixIPInterfaceProperties

Inheritance: IPInterfaceProperties
Datei anzeigen Open project: runefs/Marvin

Protected Properties

Property Type Description
iface UnixNetworkInterface
ipv4iface_properties System.Net.NetworkInformation.IPv4InterfaceProperties

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
ParseResolvConf ( ) : void
ParseRouteInfo ( string iface ) : void

Method Details

GetIPv6Properties() public method

public GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties
return System.Net.NetworkInformation.IPv6InterfaceProperties

ParseResolvConf() protected method

protected ParseResolvConf ( ) : void
return void

ParseRouteInfo() protected method

protected ParseRouteInfo ( string iface ) : void
iface string
return void

UnixIPInterfaceProperties() public method

public UnixIPInterfaceProperties ( UnixNetworkInterface iface, List addresses ) : System.Collections.Generic
iface UnixNetworkInterface
addresses List
return System.Collections.Generic

Property Details

iface protected_oe property

protected UnixNetworkInterface,System.Net.NetworkInformation iface
return UnixNetworkInterface

ipv4iface_properties protected_oe property

protected IPv4InterfaceProperties,System.Net.NetworkInformation ipv4iface_properties
return System.Net.NetworkInformation.IPv4InterfaceProperties