Replacing:
bool flag2 = file.Location.ToLower().StartsWith("http://");
bool flag2 = Regex.IsMatch(file.Location.ToLower(), "^http:");