[Modify] Edit it

This commit is contained in:
sta 2018-01-06 17:32:56 +09:00
parent 0b83518ae1
commit e32194cdc8

View File

@ -151,11 +151,16 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets the number of bytes in the entity body data included in the request.
/// Gets the length in bytes of the entity body data included in
/// the request.
/// </summary>
/// <value>
/// A <see cref="long"/> that represents the value of the Content-Length entity-header,
/// or <c>-1</c> if the value isn't known.
/// <para>
/// A <see cref="long"/> from the value of the Content-Length header.
/// </para>
/// <para>
/// -1 if the value is not known.
/// </para>
/// </value>
public long ContentLength64 {
get {