diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index ffbb12bb..195c879c 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -287,10 +287,22 @@ 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,
- /// indicates the scheme used to authenticate the clients. The default value is
- /// .
+ ///
+ /// One of the
+ /// enum values.
+ ///
+ ///
+ /// It represents the scheme used to authenticate the clients.
+ ///
+ ///
+ /// The default value is
+ /// .
+ ///
///
public AuthenticationSchemes AuthenticationSchemes {
get {