We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7a151 commit bacf928Copy full SHA for bacf928
websocket-sharp/Net/HttpListenerRequest.cs
@@ -292,10 +292,12 @@ public bool IsWebSocketRequest {
292
}
293
294
/// <summary>
295
- /// Gets a value indicating whether the client requests a persistent connection.
+ /// Gets a value indicating whether the client requests a persistent
296
+ /// connection.
297
/// </summary>
298
/// <value>
- /// <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>.
301
/// </value>
302
public bool KeepAlive {
303
get {
0 commit comments