Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata / SoapAttribute.cs
index fd9bfe2f4b8c2571eb441f8c69adeaa50b4c6c8f..42beb7301b963e1bec1dceed9b1541a8c362b6e3 100644 (file)
@@ -33,7 +33,7 @@
 using System;
 
 namespace System.Runtime.Remoting.Metadata {
-
+       [System.Runtime.InteropServices.ComVisible (true)]
        public class SoapAttribute : Attribute
        {
                bool _nested;