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 {