コード例 #1
0
 internal int GetAvailableFreeTCPPort()
 {
     return(CommunicationsUtilities.GetFreeTCPPort(START_TCP_PORT));
 }