[Modify] Edit it

This commit is contained in:
sta 2019-12-17 22:13:55 +09:00
parent 60b6f04185
commit 7e38b36c68

View File

@ -266,8 +266,16 @@ namespace WebSocketSharp.Net
/// the response. /// the response.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="long"/> that represents the value of the Content-Length /// <para>
/// header. /// A <see cref="long"/> that represents the number of bytes in
/// the entity body data.
/// </para>
/// <para>
/// It is used for the value of the Content-Length header.
/// </para>
/// <para>
/// The default value is zero.
/// </para>
/// </value> /// </value>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// The value specified for a set operation is less than zero. /// The value specified for a set operation is less than zero.