FindPort() public static method

public static FindPort ( int start ) : int
start int
return int
Esempio n. 1
0
 public Project()
 {
     Port = PortFinder.FindPort(++StartingPort);
 }
        public Project()
        {
            Port = PortFinder.FindPort(++StartingPort);

            Framework = "netcoreapp1.0";
        }