From d1f8a508c2ae3c39f42d3dc292373fd7f0282876 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 2 Dec 2020 19:39:34 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index ad9b9e7c..884f36f7 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -153,8 +153,8 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the callback used to validate the certificate - /// supplied by the client. + /// Gets or sets the callback used to validate the certificate supplied by + /// the client. /// /// /// The certificate is valid if the callback returns true. @@ -165,8 +165,8 @@ namespace WebSocketSharp.Net /// invokes the method called for validating the certificate. /// /// - /// The default value is a delegate that invokes a method that - /// only returns true. + /// The default value is a delegate that invokes a method that only + /// returns true. /// /// public RemoteCertificateValidationCallback ClientCertificateValidationCallback {