C# 클래스 TrakHound.Tools.Network_Functions

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
GetHostIP ( ) : IPAddress
GetMacAddress ( ) : string
GetSubnetMask ( IPAddress ip ) : IPAddress
IsPortOpen ( string host, int port, int timeout ) : bool

메소드 상세

GetHostIP() 공개 정적인 메소드

public static GetHostIP ( ) : IPAddress
리턴 System.Net.IPAddress

GetMacAddress() 공개 정적인 메소드

public static GetMacAddress ( ) : string
리턴 string

GetSubnetMask() 공개 정적인 메소드

public static GetSubnetMask ( IPAddress ip ) : IPAddress
ip System.Net.IPAddress
리턴 System.Net.IPAddress

IsPortOpen() 공개 정적인 메소드

public static IsPortOpen ( string host, int port, int timeout ) : bool
host string
port int
timeout int
리턴 bool