如何配置 WCF 回调大小限制?
在 WCF 中,您可以通过绑定配置(maxReceivedMessageSize、readerQuotas 等)配置消息的最大大小。
该配置是否也适用于回调消息,或者是否有其他地方可以配置该配置?
In WCF you can configure the max size of the message through binding configurations (maxReceivedMessageSize, readerQuotas, etc)
Does that configuration apply to callback messages as well or is there another place where i can configure that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些设置适用于所有传入消息。它们是否是回调消息无关紧要。如果您发现冲突行为,请告诉我!
These settings apply to all incoming messages. Whether or not they are callback messages is irrelevant. Let me know if you are noticing conflicting behavior!