From 3442218d532fba50fd541ad6986b1acff2e68b59 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 14 Feb 2017 15:42:36 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 896acbb6..b4d2a2e4 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -540,8 +540,7 @@ namespace WebSocketSharp.Server } /// - /// Gets the configuration used to authenticate the server and - /// optionally the client for the secure connection. + /// Gets the configuration used to provide secure connections. /// /// /// The configuration will be referenced when the server starts. @@ -549,7 +548,7 @@ namespace WebSocketSharp.Server /// /// /// A that represents - /// the configuration for the secure connection. + /// the configuration used to provide secure connections. /// public ServerSslConfiguration SslConfiguration { get {