设置登录凭证name为anonymous
1 _clientDownload = new WebClient(); 2 _clientDownload.Credentials = new NetworkCredential("anonymous", "");
设置登录凭证name为anonymous
1 _clientDownload = new WebClient(); 2 _clientDownload.Credentials = new NetworkCredential("anonymous", "");
转载于:https://www.cnblogs.com/heighhill/p/8416725.html