From 706eaddaf0723c0f8e3e19c1a01a53d56925c32d Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 5 Jun 2017 15:09:16 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index ffbb12bb..195c879c 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -287,10 +287,22 @@ 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, - /// indicates the scheme used to authenticate the clients. The default value is - /// . + /// + /// One of the + /// enum values. + /// + /// + /// It represents the scheme used to authenticate the clients. + /// + /// + /// The default value is + /// . + /// /// public AuthenticationSchemes AuthenticationSchemes { get {