[Modify] Edit it
This commit is contained in:
parent
f0199454de
commit
53aaee912c
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user