From dc3e702e77ea8a2767859b76bf5a70fb5bffacc9 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 10 May 2017 14:49:44 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index 051bc87e..b8fd4edf 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -68,24 +68,26 @@ namespace WebSocketSharp.Net } /// - /// Initializes a new instance of the class with - /// the specified , , - /// , and . + /// Initializes a new instance of the class + /// with the specified , + /// , + /// , + /// and . /// /// - /// A that represents the name of the server that shares - /// a secure connection. + /// A that represents the name of the server that + /// will share a secure connection. /// /// /// A that contains client certificates. /// /// - /// 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 ClientSslConfiguration ( string targetHost,