[Modify] Edit it

This commit is contained in:
sta 2019-10-23 17:19:36 +09:00
parent f0199454de
commit 53aaee912c

View File

@ -266,17 +266,23 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the server requests a persistent connection. /// Gets or sets a value indicating whether the server requests
/// a persistent connection.
/// </summary> /// </summary>
/// <value> /// <value>
/// <c>true</c> if the server requests a persistent connection; otherwise, <c>false</c>. /// <para>
/// <c>true</c> if the server requests a persistent connection;
/// otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>true</c>. /// The default value is <c>true</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 KeepAlive { public bool KeepAlive {
get { get {