diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 3deb56b0..00348260 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -267,19 +267,20 @@ namespace WebSocketSharp.Server /// and . /// /// - /// The new instance listens for the incoming handshake requests on + /// The new instance listens for incoming handshake requests on /// and . /// /// - /// A that represents the local IP address - /// for the server. + /// A that represents + /// the local IP address on which to listen. /// /// - /// An that represents the port number on which to listen. + /// An that represents the number of + /// the port on which to listen. /// /// - /// A that specifies providing secure connections or not. - /// true specifies providing secure connections. + /// A : true if the new instance provides + /// secure connections; otherwise, false. /// /// /// is .