Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2017-06-06 18:46:29 +0300
committerGitHub <noreply@github.com>2017-06-06 18:46:29 +0300
commit21d5c9c346113d47455d96e545410733bfccf1fb (patch)
treeaf9a3c55214f726550f7ded76a729b5de5fcea84 /mcs/class/Mono.Security/Mono.Security.Interface/IMonoSslStream.cs
parentd0b0e2b880f49726afcfab48ee4a8c80becfc93f (diff)
[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.
Diffstat (limited to 'mcs/class/Mono.Security/Mono.Security.Interface/IMonoSslStream.cs')
-rw-r--r--mcs/class/Mono.Security/Mono.Security.Interface/IMonoSslStream.cs2
1 files changed, 2 insertions, 0 deletions
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;
}