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.