[Modify] Edit it
This commit is contained in:
parent
d0c51a32e0
commit
ccd4b85e25
@ -150,19 +150,21 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the number of bytes in the entity body data included in the response.
|
/// Gets or sets the number of bytes in the entity body data included in
|
||||||
|
/// the response.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="long"/> that represents the value of the Content-Length entity-header.
|
/// A <see cref="long"/> that represents the value of the Content-Length
|
||||||
|
/// header.
|
||||||
/// </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.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
/// <exception cref="InvalidOperationException">
|
/// <exception cref="InvalidOperationException">
|
||||||
/// The response has already been sent.
|
/// The response is already being sent.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
/// <exception cref="ObjectDisposedException">
|
/// <exception cref="ObjectDisposedException">
|
||||||
/// This object is closed.
|
/// This instance is closed.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
public long ContentLength64 {
|
public long ContentLength64 {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user