WebClient generates (401) Unauthorized error

后端 未结 5 1905
予麋鹿
予麋鹿 2020-12-06 09:14

I have the following code running in a windows service:

WebClient webClient = new WebClient();
webClient.Credentials = new NetworkCredential(\"me\", \"12345\         


        
5条回答
提交回复
热议问题