From ed7f1ed5b64fd1518afba55fec67b6c2cd329e07 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 27 Mar 2018 13:54:38 +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 a53036aa..492687de 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -278,10 +278,11 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the server endpoint as an IP address and a port number. + /// Gets the endpoint to which the handshake request is sent. /// /// - /// A that represents the server endpoint. + /// A that represents the server IP + /// address and port number. /// public override System.Net.IPEndPoint ServerEndPoint { get {