From 2232f34cd90cdb92384c9baa5dc09f27f433b988 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 19 Apr 2018 20:29:12 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/TcpListenerWebSocketContext.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index 58119b56..9d4b1a15 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -379,10 +379,16 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the client information (identity, authentication, and security roles). + /// Gets the client information. /// /// - /// A instance that represents the client information. + /// + /// A instance that represents identity, + /// authentication, and security roles for the client. + /// + /// + /// if the client is not authenticated. + /// /// public override IPrincipal User { get {