C# 클래스 Brunet.Applications.IPAddressesWindows

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

공개 메소드들

메소드 설명
GetAddresses ( ) : IList

Implements GetAddresses for Windows which calls ipconfig.

IPAddressesWindows ( ) : System

Used to look up all interfaces

IPAddressesWindows ( 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 Windows which calls ipconfig.
public GetAddresses ( ) : IList
리턴 IList

IPAddressesWindows() 공개 메소드

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

IPAddressesWindows() 공개 메소드

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