From 9ddeb714bced836fe55c25aec21bd5fa4c5c61c9 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 26 Jun 2017 15:04:35 +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 cd32db1c..35ea955a 100644 --- a/websocket-sharp/Server/HttpRequestEventArgs.cs +++ b/websocket-sharp/Server/HttpRequestEventArgs.cs @@ -89,10 +89,11 @@ namespace WebSocketSharp.Server } /// - /// Gets the HTTP response data to return to the client. + /// Gets the response data to return to the client. /// /// - /// A that represents the response data. + /// A that provides the methods and + /// properties for the response data. /// public HttpListenerResponse Response { get {