From eb56ec900e9b1e3c487554c27da2d130458a3844 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 18 Jan 2018 14:48:14 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 ();