From bb7362ca48c9350eb8755fd0e34cfbea62fb53cc Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 8 May 2017 15:23:32 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 4ad38295..9c33a99f 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -112,7 +112,8 @@ namespace WebSocketSharp.Net /// /// /// true if the certificate revocation list is checked during - /// authentication; otherwise, false. + /// authentication; otherwise, false. The default value is + /// false. /// public bool CheckCertificateRevocation { get {