From 9e00ef222f716308876ae1f1fac8023bd72239b7 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 7 Jun 2017 15:44:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 840eb04d..d8d48864 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -273,10 +273,11 @@ namespace WebSocketSharp.Server #region Public Properties /// - /// Gets the local IP address of the server. + /// Gets the IP address of the server. /// /// - /// A that represents the local IP address of the server. + /// A that represents the local + /// IP address on which to listen for incoming requests. /// public System.Net.IPAddress Address { get {