diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 7023df05..5d1dfd90 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -329,10 +329,11 @@ namespace WebSocketSharp.Net } /// - /// Gets the server endpoint as an IP address and a port number. + /// Gets the endpoint to which the request is sent. /// /// - /// A that represents the server endpoint. + /// A that represents the server IP + /// address and port number. /// public System.Net.IPEndPoint LocalEndPoint { get {