[Modify] Edit it
This commit is contained in:
parent
b7223d5bc9
commit
df7b16bfc5
@ -173,15 +173,16 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the length in bytes of the entity body data included in
|
/// Gets the length in bytes of the entity body data included in the
|
||||||
/// the request.
|
/// request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <para>
|
/// <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>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// -1 if the value is not known.
|
/// -1 if the header is not present.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public long ContentLength64 {
|
public long ContentLength64 {
|
||||||
|
Loading…
Reference in New Issue
Block a user