From d18bebdb727f6e62eeb070b7c327cf4c3130e4a9 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 18 Jun 2018 20:12:08 +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 73de6c5b..2abecbf1 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -106,8 +106,13 @@ namespace WebSocketSharp.Server /// Gets the information in a handshake request to the WebSocket service. /// /// - /// A instance that provides the access to the handshake request, - /// or if the WebSocket connection isn't established. + /// + /// A instance that provides the access to + /// the information in the handshake request. + /// + /// + /// if the session has not started yet. + /// /// public WebSocketContext Context { get {