Click or drag to resize

RequestConfigurationReferer Property

A String containing the value of the HTTP Referer header. The default value is null. Note: For additional information see section 14.36 of IETF RFC 2616 - HTTP/1.1.

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

Property Value

String
See Also