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.
The 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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With