From b5f48123ecdb493a785414b67ea98aaa0e3d7e6c Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 3 Apr 2018 16:32:21 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 707f7a93..aa0ece63 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -126,10 +126,10 @@ namespace WebSocketSharp.Net.WebSockets public abstract string Origin { get; } /// - /// Gets the query string included in the request. + /// Gets the query string included in the handshake request. /// /// - /// A that contains the query string parameters. + /// A that contains the query parameters. /// public abstract NameValueCollection QueryString { get; }