2010-06-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels / ChannelBase.cs
index 03d883fe9c50429bc8fff9b37c29eabe773208d1..a890d0632a67215e3dd58b42942b4df173970514 100644 (file)
@@ -64,15 +64,17 @@ namespace System.ServiceModel.Channels
                        get { return manager; }
                }
 
-               [MonoTODO]
                public virtual T GetProperty<T> () where T : class
                {
-                       throw new NotImplementedException ();
+                       return null;
                }
 
+#if !NET_2_1
                protected override void OnClosed ()
                {
+                       base.OnClosed ();
                }
+#endif
 
                TimeSpan IDefaultCommunicationTimeouts.CloseTimeout {
                        get { return DefaultCloseTimeout; }