RequestMessagePreAuthenticate Property |
Gets or sets a value that indicates whether to send an Authorization header with the request.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic bool PreAuthenticate { get; set; }
Public Property PreAuthenticate As Boolean
Get
Set
public:
property bool PreAuthenticate {
bool get ();
void set (bool value);
}
member PreAuthenticate : bool with get, set
Property Value
Type:
Booleantrue to send an HTTP Authorization header with requests after authentication has taken place; otherwise,
false. The default is
false.
See Also