WCF 默认绑定设置的文档(例如 wsHttpBinding)
有谁知道描述 WCF 中绑定的所有默认设置的文档?如果知道客户端和服务器端的默认设置,那就太好了。
如果文档不存在,也许有一种简单的方法可以以编程方式显示绑定的所有当前设置???
例如,如果我在服务器端有一个使用 wsHttpBinding 的端点,我如何知道默认设置是什么(例如 maxReceiveMessageSize、maxDepth、安全模式、clientCredentialType 等)。
谢谢。
Does anyone know of documentation that describes all of the default settings for a binding in WCF? It would be great to know the default settings on both the client and server side.
Maybe there's an easy way to programmatically display all the current settings of a binding if documentation doesn't exist???
For example, if I have an endpoint on a server side using wsHttpBinding, how do I know what the default settings are (e.g. maxReceiveMessageSize, maxDepth, security mode, clientCredentialType, etc.).
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
wsHttpBinding 配置的默认值如下:
默认值:http://msdn.microsoft.com/en-us/library/ms731362.aspx
默认值: http://msdn.microsoft.com/en-us/library/ms731325 .aspx
默认值:http://msdn.microsoft.com/en-us/library/ms731313.aspx
默认值:http://msdn.microsoft.com/en-us/library/ms731346.aspxThe defaults values for the wsHttpBinding configuration are here:
<security/>
defaults: http://msdn.microsoft.com/en-us/library/ms731362.aspx<readerQuotas/>
defaults: http://msdn.microsoft.com/en-us/library/ms731325.aspx<transport/>
defaults: http://msdn.microsoft.com/en-us/library/ms731313.aspx<message/>
defaults: http://msdn.microsoft.com/en-us/library/ms731346.aspx