From 332801e79459d01a53badf33ecc9baee2809fa6e Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 18 Dec 2020 19:36:31 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerContext.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index a134f7c8..d65555e9 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -155,7 +155,13 @@ namespace WebSocketSharp.Net /// Gets the client information (identity, authentication, and security roles). /// /// - /// A instance that represents the client information. + /// + /// A instance or if not + /// authenticated. + /// + /// + /// The instance describes the client. + /// /// public IPrincipal User { get {