From 165f3d4241290ebd7d59fe2f9755d465e74be8ad Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 9 May 2017 14:56:16 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 6b4b8b09..ef7c6896 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -134,8 +134,13 @@ namespace WebSocketSharp.Net /// a certificate for authentication. /// /// - /// true if the client is asked for a certificate for authentication; - /// otherwise, false. The default value is false. + /// + /// true if the client is asked for a certificate for + /// authentication; otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool ClientCertificateRequired { get {