diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index ee334d52..5b20c7e6 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -324,6 +324,10 @@ namespace WebSocketSharp.Server /// Gets or sets a value indicating whether the server accepts /// a handshake request without checking the request URI. /// + /// + /// The set operation does nothing if the server has already started or + /// it is shutting down. + /// /// /// true if the server accepts a handshake request without /// checking the request URI; otherwise, false. The default