diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 698ccc77..12c5b1a5 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -124,11 +124,15 @@ namespace WebSocketSharp.Net
}
///
- /// Gets an error code that identifies a problem with the client's certificate.
+ /// Gets an error code that identifies a problem with the certificate
+ /// provided by the client.
///
///
- /// Always returns 0.
+ /// An that represents an error code.
///
+ ///
+ /// This property is not supported.
+ ///
public int ClientCertificateError {
get {
throw new NotSupportedException ();