From 984d424929aab65908b6c2178c6d443a7ebbee38 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 13 Jan 2018 16:40:49 +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 2873eac8..13883a73 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -443,10 +443,11 @@ namespace WebSocketSharp.Net } /// - /// Gets the server endpoint as an IP address and a port number. + /// Gets the IP address and port number to which the request is sent. /// /// - /// A that represents the server endpoint. + /// A that represents the server IP address and port + /// number. /// public string UserHostAddress { get {