diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 20ebfd7d..f1574055 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -138,8 +138,9 @@ namespace WebSocketSharp.Server
///
///
///
- /// The new instance listens for the incoming handshake requests on
- /// the host and port of .
+ /// The new instance listens for incoming handshake requests on
+ /// the local IP address of the host and the port included in
+ /// .
///
///
/// It provides secure connections if the scheme of
@@ -152,7 +153,8 @@ namespace WebSocketSharp.Server
///
///
///
- /// A that represents the WebSocket URL of the server.
+ /// A that represents the WebSocket URL
+ /// on which to listen.
///
///
/// is .