Class SetExtraHTTPHeadersCommandSettings
SetExtraHTTPHeaders
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
Gets or sets the headers
[JsonPropertyName("headers")]
public Headers Headers { get; set; }