From f720d839d548357401e26b36b8dad25f352fd6a2 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 5 Jun 2017 15:33:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) 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 {