[Modify] Edit it

This commit is contained in:
sta 2018-03-10 18:09:42 +09:00
parent b7223d5bc9
commit df7b16bfc5

View File

@ -173,15 +173,16 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets the length in bytes of the entity body data included in
/// the request.
/// Gets the length in bytes of the entity body data included in the
/// request.
/// </summary>
/// <value>
/// <para>
/// A <see cref="long"/> from the value of the Content-Length header.
/// A <see cref="long"/> converted from the value of the Content-Length
/// header.
/// </para>
/// <para>
/// -1 if the value is not known.
/// -1 if the header is not present.
/// </para>
/// </value>
public long ContentLength64 {