[Mono.Security.Interface]: Improve synergy between `SslStream` and `IMonoSslStream...
[mono.git] / mcs / class / Mono.Security / Mono.Security.Interface / IMonoSslStream.cs
index 0098be9f45ae909770aa60671c74b1e8c3a790ba..4982e8044770054d00257db4ad577db6263b326a 100644 (file)
@@ -38,6 +38,10 @@ namespace Mono.Security.Interface
 {
        public interface IMonoSslStream : IDisposable
        {
+               SslStream SslStream {
+                       get;
+               }
+
                void AuthenticateAsClient (string targetHost);
 
                void AuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates, SSA.SslProtocols enabledSslProtocols, bool checkCertificateRevocation);