提交 e7d9c132 编写于 作者: M Martin Baulig

[Mono.Security]: 'Mono.Security.Interface.MonoSslStream' needs to implement IDisposable.

(cherry picked from commit 4c1760785a60b01f0be41b312c791fae23699ba4)
上级 0d585d53
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册