From a46a16cd56e75f3673944d6f933f9cb88e939e09 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 10 Oct 2016 17:39:22 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index bc4e7326..49cc8491 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -336,8 +336,9 @@ namespace WebSocketSharp.Server /// Gets or sets the scheme used to authenticate the clients. /// /// - /// One of the enum values, - /// indicates the scheme used to authenticate the clients. The default value is + /// One of the enum + /// values that represents the scheme used to authenticate the clients. + /// The default value is /// . /// public AuthenticationSchemes AuthenticationSchemes {