From 7e38b36c682c937cf7edd81d45d77b5ab102ca4b Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 17 Dec 2019 22:13:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index a5427520..59d7b20b 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -266,8 +266,16 @@ namespace WebSocketSharp.Net /// the response. /// /// - /// A that represents the value of the Content-Length - /// header. + /// + /// A that represents the number of bytes in + /// the entity body data. + /// + /// + /// It is used for the value of the Content-Length header. + /// + /// + /// The default value is zero. + /// /// /// /// The value specified for a set operation is less than zero.