HttpListenerResponse..::..KeepAlive Property
Gets or sets a value indicating whether the server requests a persistent connection.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Field Value
true if the server requests a persistent connection; otherwise, false. The default value is true.Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The response has already been sent. |
ObjectDisposedException | This object is closed. |