From 3c1c3c5aa8423a82e23ded3760f5c9f43dd53038 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 14 Oct 2016 15:48:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index e169af95..9f29ea56 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -484,16 +484,17 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets a value indicating whether the server is allowed to be bound to - /// an address that is already in use. + /// Gets or sets a value indicating whether the server is allowed to + /// be bound to an address that is already in use. /// /// - /// If you would like to resolve to wait for socket in TIME_WAIT state, + /// If you would like to resolve to wait for socket in TIME_WAIT state, /// you should set this property to true. /// /// - /// 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 {