From cff3c086dd75b401cbf5f68881173b4d7e28c3fa Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 4 Mar 2018 20:58:52 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) 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