diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs
index b8fd4edf..342bfb16 100644
--- a/websocket-sharp/Net/ClientSslConfiguration.cs
+++ b/websocket-sharp/Net/ClientSslConfiguration.cs
@@ -122,15 +122,22 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets the callback used to select a client certificate to supply to the server.
+ /// Gets or sets the callback used to select the certificate to
+ /// supply to the server.
///
///
- /// If this callback returns , no client certificate will be supplied.
+ /// No certificate is supplied if the callback returns
+ /// .
///
///
- /// A delegate that references the method
- /// used to select the client certificate. The default value is a function that only returns
- /// .
+ ///
+ /// A delegate that
+ /// invokes the method called for selecting the certificate.
+ ///
+ ///
+ /// The default value is a delegate that invokes a method that
+ /// only returns .
+ ///
///
public LocalCertificateSelectionCallback ClientCertificateSelectionCallback {
get {