[Modify] Edit it
This commit is contained in:
parent
791dcfe186
commit
49777b1ac6
@ -429,17 +429,23 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the response uses the chunked transfer encoding.
|
/// Gets or sets a value indicating whether the response uses the chunked
|
||||||
|
/// transfer encoding.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
|
/// <para>
|
||||||
/// <c>true</c> if the response uses the chunked transfer encoding;
|
/// <c>true</c> if the response uses the chunked transfer encoding;
|
||||||
/// otherwise, <c>false</c>. The default value is <c>false</c>.
|
/// otherwise, <c>false</c>.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The default value is <c>false</c>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
/// <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 bool SendChunked {
|
public bool SendChunked {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user