Method IsPortAvailable
IsPortAvailable(int)
Tests to see if the given port # is already in use
선언
protected static bool IsPortAvailable(int port)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | port | port number to test |
반환
타입 | 설명 |
---|---|
bool | true if there is not a listener on the port |