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 {