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.