From 98d6af52b9c763e71383c540e39c6194c9815c1b Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 22 Jun 2018 19:58:14 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/IWebSocketSession.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/IWebSocketSession.cs b/websocket-sharp/Server/IWebSocketSession.cs index 798a404f..7ac0d28f 100644 --- a/websocket-sharp/Server/IWebSocketSession.cs +++ b/websocket-sharp/Server/IWebSocketSession.cs @@ -39,10 +39,11 @@ namespace WebSocketSharp.Server #region Properties /// - /// Gets the information in the connection request to the WebSocket service. + /// Gets the information in the WebSocket handshake request. /// /// - /// A that provides the access to the connection request. + /// A instance that provides the access to + /// the information in the handshake request. /// WebSocketContext Context { get; }