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 {