From 035ac485572a3192496d2b6bdc885b60b40bfaa6 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 15 Jun 2018 19:36:49 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index c972c39e..33ab2b0b 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -180,8 +180,12 @@ namespace WebSocketSharp.Server /// Gets the unique ID of a session. /// /// - /// A that represents the unique ID of the session, - /// or if the WebSocket connection isn't established. + /// + /// A that represents the unique ID of the session. + /// + /// + /// if the session has not started yet. + /// /// public string ID { get {