2008-07-13 Nestor Salceda <nestor.salceda@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / TransportHeaders.cs
index dc85642dbe236fac98bffb6a11b9204cda0e96e5..c182bd774cc7c357e77b80561def1d47ada94391 100644 (file)
@@ -35,7 +35,10 @@ using System.Collections;
 namespace System.Runtime.Remoting.Channels
 {
         [Serializable]
-       [MonoTODO ("Fix serialization compatibility with MS.NET")]
+       [MonoTODO ("Serialization format not compatible with .NET")]
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public class TransportHeaders : ITransportHeaders
        {
                Hashtable hash_table;