From 5211d3c8a5d3bbc068a2e5ee84dda802a9208cb0 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 18 May 2017 15:45:30 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index f7e7412e..136f59f1 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -548,18 +548,22 @@ namespace WebSocketSharp.Server /// /// /// - /// The set operation does nothing if the server has already started or - /// it is shutting down. + /// The set operation does nothing if the server has already + /// started or it is shutting down. /// /// - /// If you would like to resolve to wait for socket in TIME_WAIT state, - /// you should set this property to true. + /// You should set this property to true if you would + /// like to resolve to wait for socket in TIME_WAIT state. /// /// /// - /// true if the server is allowed to be bound to an address that - /// is already in use; otherwise, false. The default value is - /// false. + /// + /// true if the server is allowed to be bound to an address + /// that is already in use; otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool ReuseAddress { get {