Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 WCF 服务中面临一个经典问题 MaxReceivedMessageSize,但根据 99% 的互联网建议设置此值对我来说不是一个选择。该项目必须尽可能安全,并且更改此属性我们很容易受到 DoS 攻击。
今天,web 方法返回一个特定对象的大列表。因此,我们正在考虑服务器是否可以发送多个数据块。可能吗?你能推荐什么?
谢谢!
是的。可以分块发送。参考 - http://msdn.microsoft.com/en-us/library/ms733742(v=vs.110).aspx