[Modify] Edit it

This commit is contained in:
sta 2017-12-23 16:14:11 +09:00
parent 4e7a151157
commit bacf9282f4

View File

@ -292,10 +292,12 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets a value indicating whether the client requests a persistent connection.
/// Gets a value indicating whether the client requests a persistent
/// connection.
/// </summary>
/// <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>
public bool KeepAlive {
get {