예제 #1
0
 public bool Has(HttpWebRequest req)
 {
     return(mProgress.Where(data => {
         return data == req;
     })
            .Take(1)
            .Count() == 1);
 }