From 0008f89b3111b7d4aec98e30bccfb9be62b572e2 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 16 Feb 2017 15:54:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index a986101b..bc341e3e 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -359,9 +359,13 @@ namespace WebSocketSharp.Server /// /// Gets or sets the scheme used to authenticate the clients. /// + /// + /// The set operation does nothing if the server has already started or + /// it is shutting down. + /// /// /// One of the enum - /// values that represents the scheme used to authenticate the clients. + /// values. It specifies the scheme used to authenticate the clients. /// The default value is /// . ///