Class SetExtraHTTPHeadersCommandSettings
Specifies whether to always send extra HTTP headers with the requests from this page.
public sealed class SetExtraHTTPHeadersCommandSettings : ICommand
- Inheritance
-
SetExtraHTTPHeadersCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Headers
Map with extra HTTP headers.
[JsonPropertyName("headers")]
public Headers Headers { get; set; }