From d62dfa5cd36f50527b96405ed790d81b01542b8e Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 3 May 2017 15:18:54 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 407a73f8..5e745de1 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -69,26 +69,27 @@ namespace WebSocketSharp.Net } /// - /// Initializes a new instance of the class with - /// the specified , - /// , , + /// Initializes a new instance of the class + /// with the specified , + /// , + /// , /// and . /// /// - /// A that represents the certificate used to authenticate - /// the server. + /// A that represents an X.509 certificate + /// used to authenticate the server. /// /// - /// true if the client must supply a certificate for authentication; + /// true if the client is asked for a certificate for authentication; /// otherwise, false. /// /// - /// The enum value that represents the protocols used for - /// authentication. + /// The enum values that represent the protocols + /// used for authentication. /// /// - /// true if the certificate revocation list is checked during authentication; - /// otherwise, false. + /// true if the certificate revocation list is checked during + /// authentication; otherwise, false. /// public ServerSslConfiguration ( X509Certificate2 serverCertificate,