Removal of NET_1_1 defines and some NET_2_0; Both defines are true these days in...
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels / BinaryClientFormatterSinkProvider.cs
index 5ad307edbe9c5aee77e4c363c48d84067439f502..cb232dc6e32c9852d04cd750540b9fcb99372b73 100644 (file)
@@ -37,7 +37,8 @@ namespace System.Runtime.Remoting.Channels
        {
                IClientChannelSinkProvider next = null;
                BinaryCore _binaryCore;
-               static string[] allowedProperties = new string [] { "includeVersions", "strictBinding" };
+
+               static string[] allowedProperties = new string [] { "includeVersions", "strictBinding", "typeFilterLevel" };
 
                public BinaryClientFormatterSinkProvider ()
                {