From feaabed7698da7b780e7eeee6618def622662c07 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 19 Aug 2021 19:54:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index bbf033ca..19a9953b 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -482,24 +482,25 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the realm used for authentication. + /// Gets or sets the name of the realm associated with the server. /// /// /// - /// "SECRET AREA" is used as the realm if the value is + /// "SECRET AREA" is used as the name of the realm if the value is /// or an empty string. /// /// - /// The set operation does nothing if the server has - /// already started or it is shutting down. + /// The set operation does nothing if the server has already started + /// or it is shutting down. /// /// /// /// - /// A or by default. + /// A that represents the name of the realm or + /// . /// /// - /// That string represents the name of the realm. + /// The default value is . /// /// public string Realm {