From c4f02ecfa60d413c31752aa6411e4a26935d454c Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 2 May 2017 17:51:33 +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 bcbbe41b..8d486879 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -56,12 +56,12 @@ namespace WebSocketSharp.Net #region Public Constructors /// - /// Initializes a new instance of the class with - /// the specified . + /// Initializes a new instance of the class + /// with the specified . /// /// - /// A that represents the certificate used to authenticate - /// the server. + /// A that represents an X.509 certificate + /// used to authenticate the server. /// public ServerSslConfiguration (X509Certificate2 serverCertificate) : this (serverCertificate, false, SslProtocols.Default, false)