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 {