Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels / ChannelBase.cs
index 03d883fe9c50429bc8fff9b37c29eabe773208d1..693799434b3a819f530b61b1abb0beea42d04419 100644 (file)
@@ -64,14 +64,14 @@ namespace System.ServiceModel.Channels
                        get { return manager; }
                }
 
-               [MonoTODO]
                public virtual T GetProperty<T> () where T : class
                {
-                       throw new NotImplementedException ();
+                       return null;
                }
 
                protected override void OnClosed ()
                {
+                       base.OnClosed ();
                }
 
                TimeSpan IDefaultCommunicationTimeouts.CloseTimeout {