From 060737fa40740b7732ffac8177e9b6391e35348e Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 8 May 2017 15:31:01 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 9c33a99f..84809a48 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -131,7 +131,7 @@ namespace WebSocketSharp.Net /// /// /// true if the client is asked for a certificate for authentication; - /// otherwise, false. + /// otherwise, false. The default value is false. /// public bool ClientCertificateRequired { get {