From d2356500656a00bdac4e5926492a90dfd7772326 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 19 Oct 2019 21:33:18 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index fc2ce3b8..b457cc1e 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -723,21 +723,21 @@ namespace WebSocketSharp.Net } /// - /// Returns the response with the specified array of to the client and - /// releases the resources used by this instance. + /// Returns the response with the specified entity body data to the client + /// and releases the resources used by this instance. /// /// - /// An array of that contains the response entity body data. + /// An array of that contains the entity body data. /// /// - /// true if this method blocks execution while flushing the stream to the client; - /// otherwise, false. + /// true if this method blocks execution while flushing the stream to + /// the client; otherwise, false. /// /// /// is . /// /// - /// This object is closed. + /// This instance is closed. /// public void Close (byte[] responseEntity, bool willBlock) {