From 5a96ee4723a7b322608e800255285e2edb3b15d6 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 1 Apr 2018 17:11:58 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 930a7af7..56cb3173 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -64,7 +64,7 @@ namespace WebSocketSharp.Net.WebSockets public abstract CookieCollection CookieCollection { get; } /// - /// Gets the HTTP headers included in the request. + /// Gets the HTTP headers included in the handshake request. /// /// /// A that contains the headers.