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