Class SetAcceptedEncodingsCommandSettings
Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted.
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
List of accepted content encodings.
[JsonPropertyName("encodings")]
public ContentEncoding[] Encodings { get; set; }