[Modify] Edit it

This commit is contained in:
sta 2019-10-27 17:39:45 +09:00
parent 791dcfe186
commit 49777b1ac6

View File

@ -429,17 +429,23 @@ namespace WebSocketSharp.Net
}
/// <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>
/// <value>
/// <c>true</c> if the response uses the chunked transfer encoding;
/// otherwise, <c>false</c>. The default value is <c>false</c>.
/// <para>
/// <c>true</c> if the response uses the chunked transfer encoding;
/// otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>false</c>.
/// </para>
/// </value>
/// <exception cref="InvalidOperationException">
/// The response has already been sent.
/// The response is already being sent.
/// </exception>
/// <exception cref="ObjectDisposedException">
/// This object is closed.
/// This instance is closed.
/// </exception>
public bool SendChunked {
get {