C# 클래스 Stumps.NetworkInformation

파일 보기 프로젝트 열기: Cayan-LLC/stumps 1 사용 예제들

공개 메소드들

메소드 설명
FindRandomOpenPort ( ) : int

Finds a random open port.

IsPortBeingUsed ( int localPort ) : bool

Determines whether the specified port is being used.

메소드 상세

FindRandomOpenPort() 공개 정적인 메소드

Finds a random open port.
public static FindRandomOpenPort ( ) : int
리턴 int

IsPortBeingUsed() 공개 정적인 메소드

Determines whether the specified port is being used.
public static IsPortBeingUsed ( int localPort ) : bool
localPort int The local port.
리턴 bool