日期:2014-05-17 浏览次数:21104 次
WebRequest req = WebRequest.Create(UpdaterUrl);时就报:远程服务器返回错误 (401) 未经授权 解决方案 有人说使用
WebResponse res = req.GetResponse();
System.Net.ServicePointManager.ServerCertificatidationCallback = new System.Net.Security.ServerCertificatidationCallback(CheckValidationResult);
,可我的在使用时报System.Net.ServicePointManager不包含ServerCertificatidationCallback 定义,我的是VS2008,不知道各位还有没有其他办法解决。