Click or drag to resize

RequestConfigurationHeaders Property

When overridden in a descendant class, gets or sets the collection of header name/value pairs associated with the request.

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

Property Value

WebHeaderCollection
See Also