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: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Pipelined { get; set; }Property Value
Boolean
See Also