From 440c6e42d30c7af0e982da93797019f7651e7e50 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 9 May 2017 15:13:35 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index ef7c6896..2b64ab8c 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -161,10 +161,10 @@ namespace WebSocketSharp.Net /// /// /// - /// A delegate. + /// A delegate that + /// invokes the method called for validating the certificate. /// /// - /// It invokes the method called for validating the certificate. /// The default value is a delegate that invokes a method that /// only returns true. ///