Hello,
Did you mean the "typeFilterLevel" in config file like:
<formatter ref="binary" typeFilterLevel="Full"/>
Here is the programmatic Solution:
IDictionary props = new Hashtable();
props["typeFilterLevel"] = "Full";
BinaryServerFormatterSinkProvider formatterProvider = new
BinaryServerFormatterSinkProvider(props, null);
Hope this help,
Luke
xenophon - 30 Oct 2005 02:07 GMT
Thanks. Is there a definitive list of keys/values for the Hashtable
that is used with the provider?
>Hello,
>
[quoted text clipped - 12 lines]
>
>Luke
[MSFT] - 31 Oct 2005 03:33 GMT
Hello,
You may refer following article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconChannelFormatterConfigurationProperties.asp
Regards,
Luke