From f3d16101f5d0306ea31bf77e1c5207ddb2b9b373 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 20 Apr 2018 19:09:01 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/TcpListenerWebSocketContext.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index 9d4b1a15..0ea716ae 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -397,10 +397,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 {