diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index dc64ef15..90eb56bb 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -830,26 +830,22 @@ namespace WebSocketSharp.Net
#region Public Methods
///
- /// Begins getting the client's X.509 v.3 certificate asynchronously.
+ /// Begins getting the certificate provided by the client asynchronously.
///
- ///
- /// This asynchronous operation must be completed by calling
- /// the method. Typically,
- /// that method is invoked by the delegate.
- ///
///
- /// An that contains the status of the asynchronous operation.
+ /// An that indicates the status of the
+ /// operation.
///
///
- /// An delegate that references the method(s) called when
- /// the asynchronous operation completes.
+ /// An delegate that invokes the method called
+ /// when the operation is complete.
///
///
- /// An that contains a user defined object to pass to
- /// the delegate.
+ /// An that represents a user defined object to pass to
+ /// the callback delegate.
///
- ///
- /// This method isn't implemented.
+ ///
+ /// This method is not supported.
///
public IAsyncResult BeginGetClientCertificate (
AsyncCallback requestCallback, object state