From 9c38b22669eba9d06653ee3ea56be9fe41d187c9 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 2 May 2017 17:32:23 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 3f0883af..bcbbe41b 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -41,7 +41,8 @@ using System.Security.Cryptography.X509Certificates; namespace WebSocketSharp.Net { /// - /// Stores the parameters used to configure a instance as a server. + /// Stores the parameters used to configure the underlying + /// for servers. /// public class ServerSslConfiguration : SslConfiguration {