文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>WebClient访问webSerivce

WebClient访问webSerivce

时间:2011-03-22  来源:明永成

WebClient访问webService
        static void Main(string[] args)
        {
            string uri = @"http://localhost:2645/Service1.asmx/HelloWorld1";

            WebClient wc = new WebClient();
            StringBuilder postData = new StringBuilder();
            postData.Append("name=" + "mingyongcheng");
            //下?面?是?utf-8编括?码?
            byte[] sendData = Encoding.GetEncoding("utf-8").GetBytes(postData.ToString());
            wc.Headers.Add("Content-Type", "application/x-www-form-urlencoded");
            wc.Headers.Add("ContentLength", sendData.Length.ToString());

            byte[] recData = wc.UploadData(uri, "POST", sendData);

            //显?示?返う?回?值μ注痢?意癮编括?码?
            string s = Encoding.GetEncoding("utf-8").GetString(recData);
        }

相关阅读 更多 +
排行榜 更多 +
魔兽8m补丁 附使用方法

魔兽8m补丁 附使用方法

行业软件 下载
富甲天下5修改器 v1.0.5.0中文绿色版

富甲天下5修改器 v1.0.5.0中文绿色版

行业软件 下载
造梦西游5小望修改器 v2.2.1中文免费版

造梦西游5小望修改器 v2.2.1中文免费版

行业软件 下载