From 5c0315a03f6dd09e0738d2207762b8d75fb29dd5 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 20 Jun 2018 19:34:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 3013a405..db77a482 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -73,11 +73,15 @@ namespace WebSocketSharp.Server #region Protected Properties /// - /// Gets the logging functions. + /// Gets the logging function. /// /// - /// A that provides the logging functions, - /// or if the WebSocket connection isn't established. + /// + /// A that provides the logging function. + /// + /// + /// if the session has not started yet. + /// /// protected Logger Log { get {