diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index e5ad7d65..1d219629 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -855,21 +855,19 @@ namespace WebSocketSharp.Net
}
///
- /// Ends an asynchronous operation to get the client's X.509 v.3 certificate.
+ /// Ends an asynchronous operation to get the certificate provided by the
+ /// client.
///
- ///
- /// This method completes an asynchronous operation started by calling
- /// the method.
- ///
///
- /// A that contains the client's X.509 v.3 certificate.
+ /// A that represents an X.509 certificate
+ /// provided by the client.
///
///
- /// An obtained by calling
- /// the method.
+ /// An instance returned when the operation
+ /// started.
///
- ///
- /// This method isn't implemented.
+ ///
+ /// This method is not supported.
///
public X509Certificate2 EndGetClientCertificate (IAsyncResult asyncResult)
{