[Mono.Security]: 'Mono.Security.Interface.MonoSslStream' needs to implement IDisposable.
[mono.git] / mcs / class / Mono.Security / Mono.Security.Interface / MonoSslStream.cs
index 8947ed4730138f31898a1c71169e1310f27c616a..c69ce76447207d723deda6ea0b6f39da428e8c83 100644 (file)
@@ -36,7 +36,7 @@ using Mono.Net.Security;
 
 namespace Mono.Security.Interface
 {
-       public abstract class MonoSslStream
+       public abstract class MonoSslStream : IDisposable
        {
                public abstract void AuthenticateAsClient (string targetHost);