From 49777b1ac6a3fbb50697a82221f38568baa1aaba Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 27 Oct 2019 17:39:45 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index d747ac71..241a75f7 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -429,17 +429,23 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets a value indicating whether the response uses the chunked transfer encoding. + /// Gets or sets a value indicating whether the response uses the chunked + /// transfer encoding. /// /// - /// true if the response uses the chunked transfer encoding; - /// otherwise, false. The default value is false. + /// + /// true if the response uses the chunked transfer encoding; + /// otherwise, false. + /// + /// + /// The default value is false. + /// /// /// - /// The response has already been sent. + /// The response is already being sent. /// /// - /// This object is closed. + /// This instance is closed. /// public bool SendChunked { get {