From 9c57d888599dd5b2139ee60a7ebf23c60188e8e7 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 15 May 2016 15:51:32 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpListenerContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index 1cb1b583..13a68516 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -137,10 +137,10 @@ namespace WebSocketSharp.Net } /// - /// Gets the HTTP response information used to send to the client. + /// Gets the HTTP response object used to send a response to the client. /// /// - /// A that represents the HTTP response to send. + /// A that represents a response to the client request. /// public HttpListenerResponse Response { get {