コード例 #1
0
        //网址:http://www.yixiubox.com:5000/Server/EquipmentService.asmx
        private void GetEquipmentInfo()
        {
            var    client  = new EquipmentServ.EquipmentServiceSoapClient();
            string strjson = client.GetEquipmentInfo(MakeGetDeviceInfoParameter("device0"));

            JObject jo = (JObject)JsonConvert.DeserializeObject(strjson);
            JArray  ja = (JArray)jo["data"];
        }