Click or drag to resize

RequestConfigurationKeepAlive Property

An application uses KeepAlive to indicate a preference for persistent connections. When this property is true, the application makes persistent connections to the servers that support them.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool KeepAlive { get; set; }

Property Value

Boolean
See Also