diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index d4c0944a..6200ca90 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -161,12 +161,11 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the callback used to select the certificate to - /// supply to the server. + /// Gets or sets the callback used to select the certificate to supply to + /// the server. /// /// - /// No certificate is supplied if the callback returns - /// . + /// No certificate is supplied if the callback returns . /// /// /// @@ -174,8 +173,8 @@ namespace WebSocketSharp.Net /// invokes the method called for selecting the certificate. /// /// - /// The default value is a delegate that invokes a method that - /// only returns . + /// The default value is a delegate that invokes a method that only + /// returns . /// /// public LocalCertificateSelectionCallback ClientCertificateSelectionCallback {