Class UnbindCommandSettings
Request browser port unbinding.
public sealed class UnbindCommandSettings : ICommand
- Inheritance
-
UnbindCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Port
Port number to unbind.
[JsonPropertyName("port")]
public long Port { get; set; }