From 3bba0f72087f174eafa6564b74f2e2b4f67933a2 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 18 Jul 2017 15:32:50 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 9619689d..e3ee2973 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -508,18 +508,17 @@ namespace WebSocketSharp.Server /// /// /// - /// The set operation does nothing if the server has already - /// started or it is shutting down. + /// "SECRET AREA" is used as the realm if the value is + /// or an empty string. /// /// - /// 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 or - /// by default. + /// A or by default. /// /// /// That string represents the name of the realm.