[System]: SslStream.Flush() now flushes the underlying stream. Bug #57528. (#5569)
[mono.git] / mcs / class / System / Mono.Net.Security / MobileAuthenticatedStream.cs
index 95ecb8fd64a2d1e8a4a59296eba02dd660a86bea..ee3aa44c49e66e731c5b7e5d00f6e7c68f1dc3d3 100644 (file)
@@ -707,7 +707,7 @@ namespace Mono.Net.Security
 
                public override void Flush ()
                {
-                       // Write() automatically flushes the underlying stream.
+                       InnerStream.Flush ();
                }
 
                public SslProtocols SslProtocol {