From 34de5b9ca424b95546f5e2c89fdc17f74d206552 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 9 Jul 2015 15:13:53 +0900 Subject: [PATCH] Refactored a few for HttpServer.cs --- websocket-sharp/Server/HttpServer.cs | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index ffdf5489..1a0aac29 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -33,6 +33,7 @@ * Contributors: * - Juan Manuel Lallana * - Liryna + * - Rohan Singh */ #endregion @@ -91,8 +92,8 @@ namespace WebSocketSharp.Server /// /// /// - /// An instance initialized by this constructor listens for the incoming - /// requests on . + /// An instance initialized by this constructor listens for the incoming requests on + /// . /// /// /// If is 443, that instance provides a secure connection. @@ -114,8 +115,8 @@ namespace WebSocketSharp.Server /// the specified and . /// /// - /// An instance initialized by this constructor listens for the incoming - /// requests on . + /// An instance initialized by this constructor listens for the incoming requests on + /// . /// /// /// An that represents the port number on which to listen. @@ -142,8 +143,8 @@ namespace WebSocketSharp.Server /// /// /// - /// An instance initialized by this constructor listens for the incoming - /// connection requests on . + /// An instance initialized by this constructor listens for the incoming requests on + /// and . /// /// /// If is 443, that instance provides a secure connection. @@ -175,8 +176,8 @@ namespace WebSocketSharp.Server /// and . /// /// - /// An instance initialized by this constructor listens for the incoming - /// connection requests on . + /// An instance initialized by this constructor listens for the incoming requests on + /// and . /// /// /// A that represents the local IP address of the server.