From 11b9a4abbcd6a2200dcb0016be0496534b24639d Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 20 Jan 2018 17:16:09 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index a3e45bac..19548a44 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -237,7 +237,8 @@ namespace WebSocketSharp.Net /// Gets the HTTP method specified by the client. /// /// - /// A that represents the HTTP method. + /// A that represents the HTTP method specified in + /// the request line. /// public string HttpMethod { get {