博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
xmlrpc
阅读量:6308 次
发布时间:2019-06-22

本文共 1053 字,大约阅读时间需要 3 分钟。

  • Added <i8> to support 64-bit long integer values.
  • Added support for more ISO8601 date formats. AllowNonStandardDateTime flag is now deprecated. The following formats are now accepted by default, with the '-' and ':' separators being optional.
  • yyyy-mm-ddThh:mm:ss
  • yyyy-mm-ddThh:mm:ssZ
  • yyyy-mm-ddThh:mm:ss県h
  • yyyy-mm-ddThh:mm:ss県h:mm
Note: the XML-RPC spec describes the format as 19980717T14:08:55.
  • Added AllowAutoRedirect property to IXmlRpcProxy. Default behaviour remains the same (property set to true).
  • Moved to Visual Studio 2008.
  • Discontinued support for .NET 1.0 and 1.1.
  • Fixed issues:
  • Issue 55 : change XmlRpcProxyGen so that FileIOPermission is not required for calls to Create.
  • Issue 56: Maintain XML-RPC struct member ordering in XmlRpcStruct after deserialization.
  • Issue 65: When deserializing request, check that the number of parameters is consistent with the method signature.
  • Issue 70: Allow structs/classes to have members or arrays of the same type as the parent type.

转载于:https://www.cnblogs.com/vulcans/archive/2012/03/24/2415380.html

你可能感兴趣的文章
获取鼠标的原始移动值
查看>>
Linux信号 编程
查看>>
有关滚动与位置
查看>>
Box2D自定义重力
查看>>
chpasswd
查看>>
mysqldump --single-transaction 和--lock-tables参数详解
查看>>
android 数据库_sql语句总结
查看>>
python购物车
查看>>
解决python2和python3的pip冲突
查看>>
面试/编程
查看>>
linux每日命令(16):head命令
查看>>
公司内部分享【富有成效的每日站会】总结
查看>>
打造一个上传图片到图床利器的插件(Mac版 开源)
查看>>
iOS横竖屏
查看>>
thinkphp判断更新是否成功
查看>>
Do While ... Loop 与 Do Until ... Loop 的区别
查看>>
【Linux】查询某个字符串出现次数
查看>>
高效使用jquery之一:请使用'On'函数
查看>>
冲刺第一周第三天
查看>>
ERP环境检测工具设计与实现 Environment Detection
查看>>