Skip to content

Commit bacf928

Browse files
committed
[Modify] Edit it
1 parent 4e7a151 commit bacf928

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

websocket-sharp/Net/HttpListenerRequest.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,12 @@ public bool IsWebSocketRequest {
292292
}
293293

294294
/// <summary>
295-
/// Gets a value indicating whether the client requests a persistent connection.
295+
/// Gets a value indicating whether the client requests a persistent
296+
/// connection.
296297
/// </summary>
297298
/// <value>
298-
/// <c>true</c> if the client requests a persistent connection; otherwise, <c>false</c>.
299+
/// <c>true</c> if the request specifies that the connection is kept open;
300+
/// otherwise, <c>false</c>.
299301
/// </value>
300302
public bool KeepAlive {
301303
get {

0 commit comments

Comments
 (0)