C# 클래스 Netty.NetworkUtility

A class that represents a set of Network related functions.
파일 보기 프로젝트 열기: Cayan-LLC/netty 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