From 046234d36accead5295906a5518c22a41afb716d Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 25 Jun 2017 18:07:26 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpRequestEventArgs.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs index ca20ff05..cd32db1c 100644 --- a/websocket-sharp/Server/HttpRequestEventArgs.cs +++ b/websocket-sharp/Server/HttpRequestEventArgs.cs @@ -76,10 +76,11 @@ namespace WebSocketSharp.Server #region Public Properties /// - /// Gets the HTTP request data sent from a client. + /// Gets the request data sent from a client. /// /// - /// A that represents the request data. + /// A that provides the methods and + /// properties for the request data. /// public HttpListenerRequest Request { get {