From a3ab5dec8040c9099daf7b0cb684497977ebcbdc Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 9 May 2017 14:51:13 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index a0da1daf..6b4b8b09 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -111,9 +111,13 @@ namespace WebSocketSharp.Net /// list is checked during authentication. /// /// - /// true if the certificate revocation list is checked during - /// authentication; otherwise, false. The default value is - /// false. + /// + /// true if the certificate revocation list is checked during + /// authentication; otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool CheckCertificateRevocation { get {