摘要: wcf 4.0 中默认对传输数据大小有限制,为65535 字节。如果数据超过此值需要手动进行设置<basicHttpBinding> <binding name="BasicHttpBinding_ChaoBiaoKZ" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" maxBufferSize="2147483647"> <readerQuotas maxArrayLength="2147 阅读全文
posted @ 2012-08-08 17:37 smart-liu 阅读(301) 评论(0) 推荐(0)