From 5cc734ef376ce22094fce9d3825760a678d6ebab Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 5 Apr 2018 17:27:35 +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 496138a5..1a3921f0 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -184,10 +184,11 @@ namespace WebSocketSharp.Net.WebSockets public abstract string SecWebSocketVersion { get; } /// - /// 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 abstract System.Net.IPEndPoint ServerEndPoint { get; }