From 4d69989e093bc687db4b75d5bac6705bd067d138 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 19 Jan 2018 17:47:48 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 6a55d27d..517bd5fc 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -234,10 +234,10 @@ namespace WebSocketSharp.Net } /// - /// Gets the HTTP method used in the request. + /// Gets the HTTP method specified by the client. /// /// - /// A that represents the HTTP method used in the request. + /// A that represents the HTTP method. /// public string HttpMethod { get {