文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Web Service 初级教程

Web Service 初级教程

时间:2011-03-10  来源:沉默的糕点

访问Https的Web services

 

加入下面代码,什么证书都接受。

 static WebServices()
 {
            ServicePointManager.ServerCertificateValidationCallback =
                new RemoteCertificateValidationCallback(CheckValidationResult);
 }
private static bool CheckValidationResult(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslpolicyerrors)
{
           return true;
}

Http 用户密码验证

导入Wsdl文件之后,加入

var webServiceClient = new WebReference.AManager();
a.Credentials = new NetworkCredential(userName, password);

相关阅读 更多 +
排行榜 更多 +
找茬脑洞的世界安卓版

找茬脑洞的世界安卓版

休闲益智 下载
滑板英雄跑酷2手游

滑板英雄跑酷2手游

休闲益智 下载
披萨对对看下载

披萨对对看下载

休闲益智 下载