From 90e1a2e7ff6a4c439b6e4b0d3dbf030ec8fa2a1b Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 17 Feb 2017 15:10:04 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index ddaba685..5ce1c8e9 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -490,8 +490,14 @@ namespace WebSocketSharp.Server /// Gets or sets the name of the realm for the server. /// /// - /// If this property is or empty, - /// "SECRET AREA" will be used as the name. + /// + /// The set operation does nothing if the server has + /// already started or it is shutting down. + /// + /// + /// If this property is or empty, + /// SECRET AREA will be used as the name. + /// /// /// /// A that represents the name of the realm.