FindPort() 공개 정적인 메소드

public static FindPort ( int start ) : int
start int
리턴 int
예제 #1
0
 public Project()
 {
     Port = PortFinder.FindPort(++StartingPort);
 }
        public Project()
        {
            Port = PortFinder.FindPort(++StartingPort);

            Framework = "netcoreapp1.0";
        }