[Modify] Edit it

master
sta 6 years ago
parent 60b6f04185
commit 7e38b36c68

@ -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.

Loading…
Cancel
Save