From 624f9ed898a3e58acdd916ca98a42ad9bfd78f3e Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 5 Apr 2018 17:32:05 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 1a3921f0..6ed98273 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -193,10 +193,11 @@ namespace WebSocketSharp.Net.WebSockets public abstract System.Net.IPEndPoint ServerEndPoint { get; } /// - /// 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. /// public abstract IPrincipal User { get; }