зеркало из https://github.com/mono/mono-tls.git
We support clean shutdown.
This commit is contained in:
Родитель
48fda764d8
Коммит
1a5b3e9a06
|
@ -51,6 +51,10 @@ namespace Mono.Security.NewTls.TestProvider
|
|||
{
|
||||
}
|
||||
|
||||
public override bool SupportsCleanShutdown {
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
TlsSettings settings;
|
||||
MonoNewTlsStream monoSslStream;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче