C# 클래스 Wix.SonarQube.TCPPortHelper

[TODO] Lookup for the next available port and return that to the caller.
파일 보기 프로젝트 열기: SonarQubeCommunity/sonarqube-windows-installer

공개 메소드들

메소드 설명
EnablePortForFirewall ( string ruleName, int portNumber ) : bool

Creates rule in firewall settings to enable the port.

IsPortAvailable ( int portNumber ) : bool

Checks if the given port is free to use or not.

메소드 상세

EnablePortForFirewall() 공개 정적인 메소드

Creates rule in firewall settings to enable the port.
public static EnablePortForFirewall ( string ruleName, int portNumber ) : bool
ruleName string
portNumber int
리턴 bool

IsPortAvailable() 공개 정적인 메소드

Checks if the given port is free to use or not.
public static IsPortAvailable ( int portNumber ) : bool
portNumber int
리턴 bool