Click or drag to resize

HttpListenerRequestKeepAlive Property

Gets a value indicating whether a persistent connection is requested.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool KeepAlive { get; }

Property Value

Type: Boolean
true if the request specifies that the connection is kept open; otherwise, false.
See Also