diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index ddaba685..5ce1c8e9 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -490,8 +490,14 @@ namespace WebSocketSharp.Server
/// Gets or sets the name of the realm for the server.
///
///
- /// If this property is or empty,
- /// "SECRET AREA" will be used as the name.
+ ///
+ /// The set operation does nothing if the server has
+ /// already started or it is shutting down.
+ ///
+ ///
+ /// If this property is or empty,
+ /// SECRET AREA will be used as the name.
+ ///
///
///
/// A that represents the name of the realm.