[Modify] Edit it
This commit is contained in:
parent
4e7a151157
commit
bacf9282f4
@ -292,10 +292,12 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether the client requests a persistent connection.
|
/// Gets a value indicating whether the client requests a persistent
|
||||||
|
/// connection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the client requests a persistent connection; otherwise, <c>false</c>.
|
/// <c>true</c> if the request specifies that the connection is kept open;
|
||||||
|
/// otherwise, <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool KeepAlive {
|
public bool KeepAlive {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user