[corlib] Serialization from reference sources
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Messaging / LogicalCallContext.cs
index 957fbcda19537ac3a2d9289524c7098c1a15c4a5..ab4edfcf7051fab2ba8f199d325ef24851b826ba 100644 (file)
@@ -105,6 +105,12 @@ namespace System.Runtime.Remoting.Messaging
                        get { return _data; }
                        set { _data = value; }
                }
+
+               internal CallContextRemotingData RemotingData {
+                       get {
+                               return _remotingData;
+                       }
+               }
        }
 
        [Serializable]