diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index b6e58f08..3c8a7bf7 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -881,13 +881,14 @@ namespace WebSocketSharp.Net } /// - /// Gets the client's X.509 v.3 certificate. + /// Gets the certificate provided by the client. /// /// - /// A that contains the client's X.509 v.3 certificate. + /// A that represents an X.509 certificate + /// provided by the client. /// - /// - /// This method isn't implemented. + /// + /// This method is not supported. /// public X509Certificate2 GetClientCertificate () {