diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index a986101b..bc341e3e 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -359,9 +359,13 @@ namespace WebSocketSharp.Server
///
/// Gets or sets the scheme used to authenticate the clients.
///
+ ///
+ /// The set operation does nothing if the server has already started or
+ /// it is shutting down.
+ ///
///
/// One of the enum
- /// values that represents the scheme used to authenticate the clients.
+ /// values. It specifies the scheme used to authenticate the clients.
/// The default value is
/// .
///