Class SetAcceptedEncodingsCommandSettings
SetAcceptedEncodings
public sealed class SetAcceptedEncodingsCommandSettings : ICommand- Inheritance
- 
      
      SetAcceptedEncodingsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Encodings
Gets or sets the encodings
[JsonPropertyName("encodings")]
public ContentEncoding[] Encodings { get; set; }