Пример #1
0
 public static string GetHash(WWWType type, string url)
 {
     return(GetMd5(type.ToString() + '_' + url));
 }