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