C# 클래스 Brunet.Applications.IPAddressesLinux

Linux specific implementations of IPAddresses.
상속: IPAddresses
파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

공개 메소드들

메소드 설명
GetAddresses ( ) : IList

Implements GetAddresses for Linux which calls ifconfig.

IPAddressesLinux ( ) : System

Used to look up all interfaces

IPAddressesLinux ( string interfaces ) : System

Used to look up specific list of interfaces. This should not be called directly use GetIPAddresses(string[] interfaces)

메소드 상세

GetAddresses() 공개 메소드

Implements GetAddresses for Linux which calls ifconfig.
public GetAddresses ( ) : IList
리턴 IList

IPAddressesLinux() 공개 메소드

Used to look up all interfaces
public IPAddressesLinux ( ) : System
리턴 System

IPAddressesLinux() 공개 메소드

Used to look up specific list of interfaces. This should not be called directly use GetIPAddresses(string[] interfaces)
public IPAddressesLinux ( string interfaces ) : System
interfaces string A list of interfaces to look up
리턴 System