From c3b8238ba8ace4f3b2915219d37b60811d7218db Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 18 Feb 2017 17:23:13 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index df4e03c3..b02dc343 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -532,8 +532,14 @@ namespace WebSocketSharp.Server /// be bound to an address that is already in use. /// /// - /// If you would like to resolve to wait for socket in TIME_WAIT state, - /// you should set this property to true. + /// + /// 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. + /// /// /// /// true if the server is allowed to be bound to an address that