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. ///