Example #1
0
 public WebClient(IFileSystem file)
 {
     _file = file;
     _cookieAwareWebClient = new CookieAwareWebClient();
 }