From 33fc43b120aa413759bda43b0c1e904fbf919175 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 5 Apr 2018 17:35:12 +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 6ed98273..9fd09291 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -202,10 +202,11 @@ namespace WebSocketSharp.Net.WebSockets public abstract IPrincipal User { get; } /// - /// Gets the client endpoint as an IP address and a port number. + /// Gets the endpoint from which the handshake request is sent. /// /// - /// A that represents the client endpoint. + /// A that represents the client IP + /// address and port number. /// public abstract System.Net.IPEndPoint UserEndPoint { get; }