From 574f232fb9fd7d814ef4819352661328b925cc51 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 29 Mar 2018 17:25:58 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index 6e09360d..419b4aa8 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -94,7 +94,7 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the HTTP headers included in the request. + /// Gets the HTTP headers included in the handshake request. /// /// /// A that contains the headers.