From 8d733b4d05ea6af4e1f4862ab2babf39d55e9cb7 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 28 Mar 2018 17:33:46 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index 58315b57..d7e85006 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -309,10 +309,11 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// 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 override System.Net.IPEndPoint UserEndPoint { get {