From 05d0b110078b6e98331d1ad51656d0556668e1ad Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 11 Jan 2018 16:18:32 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 829cdd2a..e45d3e7f 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -379,10 +379,11 @@ namespace WebSocketSharp.Net } /// - /// Gets the client endpoint as an IP address and a port number. + /// Gets the endpoint from which the request is sent. /// /// - /// A that represents the client endpoint. + /// A that represents the client IP + /// address and port number. /// public System.Net.IPEndPoint RemoteEndPoint { get {