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,