我想下载 pdfWebClient
但我需要发送带有请求的 cookie
如何添加cookieWebClient
然后下载pdf
WebClient webClient = new WebClient();
webClient.DownloadFile("http://........", "C://2.pdf");
我想下载 pdfWebClient
但我需要发送带有请求的 cookie
如何添加cookieWebClient
然后下载pdf
WebClient webClient = new WebClient();
webClient.DownloadFile("http://........", "C://2.pdf");