From 38c95c60264ec1af5f3772f99ea3a1c409b772a5 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 3 Apr 2018 16:20:02 +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 3d9e56ad..707f7a93 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -118,7 +118,7 @@ namespace WebSocketSharp.Net.WebSockets public abstract bool IsWebSocketRequest { get; } /// - /// Gets the value of the Origin header included in the request. + /// Gets the value of the Origin header included in the handshake request. /// /// /// A that represents the value of the Origin header.