From d14883bba76c71c949ebfb534f70e22ea7a1be90 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 17 May 2017 15:35:30 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 5c3c59d5..ec084244 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -489,7 +489,7 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the name of the realm for the server. + /// Gets or sets the realm used for authentication. /// /// /// @@ -497,13 +497,18 @@ namespace WebSocketSharp.Server /// already started or it is shutting down. /// /// - /// If this property is or empty, - /// SECRET AREA will be used as the name. + /// SECRET AREA will be used as the name if the value is + /// or an empty string. /// /// /// - /// A that represents the name of - /// the realm or by default. + /// + /// A or + /// by default. + /// + /// + /// That string represents the name of the realm. + /// /// public string Realm { get {