RequestMessagePreAuthenticate Property
Gets or sets a value that indicates whether to send an Authorization header with the request.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool PreAuthenticate { get; set; }

Property Value

Type: Boolean
true to send an HTTP Authorization header with requests after authentication has taken place; otherwise, false. The default is false.
See Also