示例#1
0
 public bool IsGoodServerIP(ED2KServer pServer)
 {
     if (pServer.HasDynIP)
     {
         return(true);
     }
     return(MpdUtilities.IsGoodIPPort(pServer.IP, pServer.Port));
 }