diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index 78cc7c08..9e682c3a 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -421,15 +421,26 @@ namespace WebSocketSharp.Server
}
///
- /// Gets or sets the name of the realm associated with the server.
+ /// Gets or sets the realm used for authentication.
///
///
- /// If this property is or empty, "SECRET AREA" will be used as
- /// the name of the realm.
+ ///
+ /// SECRET AREA will be used as the name if the value is
+ /// or an empty string.
+ ///
+ ///
+ /// The set operation does nothing if the server has already
+ /// started or it is shutting down.
+ ///
///
///
- /// A that represents the name of the realm. The default value is
- /// .
+ ///
+ /// A or
+ /// by default.
+ ///
+ ///
+ /// That string represents the name of the realm.
+ ///
///
public string Realm {
get {