From 665ec5a7617e19deb66011367cb4cd07b46b33ed Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 7 Jun 2018 19:31:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 9632ccaa..03ef1bed 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -278,8 +278,13 @@ namespace WebSocketSharp.Server /// Gets the time that a session has started. /// /// - /// A that represents the time that the session has started, - /// or if the WebSocket connection isn't established. + /// + /// A that represents the time that the session + /// has started. + /// + /// + /// if the session has not started yet. + /// /// public DateTime StartTime { get {