C# 클래스 System.Net.NetworkInformation.UnixIPInterfaceProperties

상속: IPInterfaceProperties
파일 보기 프로젝트 열기: runefs/Marvin

보호된 프로퍼티들

프로퍼티 타입 설명
iface UnixNetworkInterface
ipv4iface_properties System.Net.NetworkInformation.IPv4InterfaceProperties

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties
UnixIPInterfaceProperties ( UnixNetworkInterface iface, List addresses ) : System.Collections.Generic

보호된 메소드들

메소드 설명
ParseResolvConf ( ) : void
ParseRouteInfo ( string iface ) : void

메소드 상세

GetIPv6Properties() 공개 메소드

public GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties
리턴 System.Net.NetworkInformation.IPv6InterfaceProperties

ParseResolvConf() 보호된 메소드

protected ParseResolvConf ( ) : void
리턴 void

ParseRouteInfo() 보호된 메소드

protected ParseRouteInfo ( string iface ) : void
iface string
리턴 void

UnixIPInterfaceProperties() 공개 메소드

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

프로퍼티 상세

iface 보호되어 있는 프로퍼티

protected UnixNetworkInterface,System.Net.NetworkInformation iface
리턴 UnixNetworkInterface

ipv4iface_properties 보호되어 있는 프로퍼티

protected IPv4InterfaceProperties,System.Net.NetworkInformation ipv4iface_properties
리턴 System.Net.NetworkInformation.IPv4InterfaceProperties