RequestConfigurationPreAuthenticate Property |
Gets or sets a Boolean value that indicates whether to send HTTP preauthentication header
information with current instance without waiting for an authentication challenge
from the requested resource.
true to send a HTTP WWW-authenticate header with the current instance
without waiting for an authentication challenge from the requested resource;
otherwise, false . The default is false .
Namespace: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool PreAuthenticate { get; set; }Property Value
Boolean
See Also