From 21d5c9c346113d47455d96e545410733bfccf1fb Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 6 Jun 2017 11:46:29 -0400 Subject: [System]: Correctly implement close and shutdown in SslStream. (#4969) * [System]: Correctly implement close and shutdown in SslStream. * Cleanup. * Cosmetic. * More ReferenceSources/SR2.cs into common.sources to make it build. --- mcs/class/Mono.Security/Mono.Security.Interface/IMonoSslStream.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mcs/class/Mono.Security/Mono.Security.Interface/IMonoSslStream.cs') diff --git a/mcs/class/Mono.Security/Mono.Security.Interface/IMonoSslStream.cs b/mcs/class/Mono.Security/Mono.Security.Interface/IMonoSslStream.cs index 4982e804477..00556863db9 100644 --- a/mcs/class/Mono.Security/Mono.Security.Interface/IMonoSslStream.cs +++ b/mcs/class/Mono.Security/Mono.Security.Interface/IMonoSslStream.cs @@ -86,6 +86,8 @@ namespace Mono.Security.Interface void EndWrite (IAsyncResult asyncResult); + Task ShutdownAsync (); + TransportContext TransportContext { get; } -- cgit v1.2.3