[Modify] Edit it
This commit is contained in:
parent
b7223d5bc9
commit
df7b16bfc5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user