Click or drag to resize

RequestConfigurationPipelined Property

An application uses this property to indicate a preference for pipelined connections. If Pipelined is true , an application makes pipelined connections to servers that support them. The default is true. Pipelined connections are made only when the property is true.

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

Property Value

Boolean
See Also