Esempio n. 1
0
 private string PostData(string post_id, string post_data)
 {
     return(post_id.Length == 0 ? post_data : Digest.Read(post_data, post_id));
 }