From 3e6f9e512d4b41848f1903d6ed5ffdad54057db9 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 13 Oct 2019 20:28:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 7ae7c7d1..6615a379 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -121,14 +121,20 @@ namespace WebSocketSharp.Net #region Public Properties /// - /// Gets or sets the encoding for the entity body data included in the response. + /// Gets or sets the encoding for the entity body data included in + /// the response. /// /// - /// A that represents the encoding for the entity body data, - /// or if no encoding is specified. + /// + /// A that represents the encoding for + /// the entity body data. + /// + /// + /// if no encoding is specified. + /// /// /// - /// This object is closed. + /// This instance is closed. /// public Encoding ContentEncoding { get {